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

@@ -34,8 +34,16 @@ foreach ($all_post_types as $pt) {
?>
<div class="igny8-page-header">
<h1><?php _e('Settings', 'igny8-bridge'); ?></h1>
<p><?php _e('Configure post types, taxonomies, and sync settings', 'igny8-bridge'); ?></p>
<div style="display: flex; justify-content: space-between; align-items: flex-start;">
<div>
<h1><?php _e('Settings', 'igny8-bridge'); ?></h1>
<p><?php _e('Configure post types, taxonomies, and sync settings', '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>
<form method="post" action="options.php" id="igny8-settings-form">