wp plugin and app fixes adn automation page update
This commit is contained in:
@@ -145,12 +145,12 @@ $last_sync = get_option('igny8_last_sync_time');
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 style="font-size: 16px; margin: 0 0 12px 0;"><?php _e('Controls', 'igny8-bridge'); ?></h3>
|
||||
<h3 style="font-size: 16px; margin: 0 0 12px 0;"><?php _e('Settings', 'igny8-bridge'); ?></h3>
|
||||
<p style="font-size: 14px; color: var(--igny8-text-dim); margin-bottom: 16px;">
|
||||
<?php _e('Configure which content types to sync', 'igny8-bridge'); ?>
|
||||
<?php _e('Configure post types and taxonomies to sync', 'igny8-bridge'); ?>
|
||||
</p>
|
||||
<a href="<?php echo esc_url(admin_url('admin.php?page=igny8-controls')); ?>" class="igny8-btn igny8-btn-secondary">
|
||||
<?php _e('Configure Controls', 'igny8-bridge'); ?>
|
||||
<a href="<?php echo esc_url(admin_url('admin.php?page=igny8-settings')); ?>" class="igny8-btn igny8-btn-secondary">
|
||||
<?php _e('Configure Settings', 'igny8-bridge'); ?>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user