wp plugin v 1.5.1

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-13 08:43:55 +00:00
parent 3cc2e6b270
commit e053655962
12 changed files with 158 additions and 810 deletions

View File

@@ -24,8 +24,16 @@ $processed_count = $total_links - $pending_count;
?>
<div class="igny8-page-header">
<h1><?php _e('Data', 'igny8-bridge'); ?></h1>
<p><?php _e('View synced data, queues, and content status', 'igny8-bridge'); ?></p>
<div style="display: flex; justify-content: space-between; align-items: flex-start;">
<div>
<h1><?php _e('Data', 'igny8-bridge'); ?></h1>
<p><?php _e('View synced data, queues, and content status', 'igny8-bridge'); ?></p>
</div>
<div style="text-align: right; font-size: 14px; color: rgba(255,255,255,0.9);">
<span style="display: block; font-weight: 500;">Plugin v<?php echo esc_html(IGNY8_BRIDGE_VERSION); ?></span>
<span style="display: block; opacity: 0.75; font-size: 13px;">PHP <?php echo esc_html(PHP_VERSION); ?></span>
</div>
</div>
</div>
<!-- Statistics -->