feat(Core): add optimize and complete code
This commit is contained in:
@@ -81,6 +81,7 @@ $current_page = sanitize_text_field($_GET['page'] ?? 'sodino-rules');
|
||||
<!-- Rules Table -->
|
||||
<div class="bg-white rounded-lg shadow-sm border border-gray-200 overflow-hidden">
|
||||
<form method="post">
|
||||
<?php wp_nonce_field('bulk-sodino_rules'); ?>
|
||||
<?php $rulesTable->display(); ?>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user