feat(Core): add optimize and complete code

This commit is contained in:
2026-05-17 20:05:15 +03:30
parent aa944bf339
commit 4e60b7efdd
25 changed files with 858 additions and 54 deletions

View File

@@ -76,6 +76,7 @@ $current_page = sanitize_text_field($_GET['page'] ?? 'sodino-upsells');
<div class="bg-white rounded-lg shadow-sm border border-gray-200 overflow-hidden">
<form method="post">
<?php wp_nonce_field('bulk-sodino_upsells'); ?>
<?php $upsellTable->display(); ?>
</form>
</div>