wp plugin v 1.5.1
This commit is contained in:
@@ -18,8 +18,16 @@ $webhook_logs = igny8_get_webhook_logs(array('limit' => 20));
|
||||
?>
|
||||
|
||||
<div class="igny8-page-header">
|
||||
<h1><?php _e('Logs', 'igny8-bridge'); ?></h1>
|
||||
<p><?php _e('Review webhook activity and troubleshoot sync issues', 'igny8-bridge'); ?></p>
|
||||
<div style="display: flex; justify-content: space-between; align-items: flex-start;">
|
||||
<div>
|
||||
<h1><?php _e('Logs', 'igny8-bridge'); ?></h1>
|
||||
<p><?php _e('Review webhook activity and troubleshoot sync issues', '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>
|
||||
|
||||
<?php if (!empty($webhook_logs)): ?>
|
||||
|
||||
Reference in New Issue
Block a user