wp plugin v 1.5.1
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user