Prep Plugin for release on WordPress.org

Escape everything that should be escaped.
Add nonce checks where needed.
Sanitize all inputs.
Apply Code style changes across the codebase.
Correct many deprecation notices.
Optimize load order of many filters.
This commit is contained in:
David Stone
2025-04-07 09:15:21 -06:00
parent f05ab77418
commit a815fdf179
290 changed files with 2999 additions and 3269 deletions

View File

@ -17,12 +17,12 @@
<li class="wu-inline-block wu-mx-1">
<a href="<?php echo wu_network_admin_url('wp-ultimo-system-info'); ?>" class="wu-text-gray-500 hover:wu-text-gray-600">
<?php _e('System Info', 'wp-multisite-waas'); ?>
<?php esc_html_e('System Info', 'wp-multisite-waas'); ?>
</a>
</li>
<li class="wu-inline-block wu-mx-1">
<a href="<?php echo wu_network_admin_url('wp-ultimo-shortcodes'); ?>" class="wu-text-gray-500 hover:wu-text-gray-600">
<?php _e('Available Shortcodes', 'wp-multisite-waas'); ?>
<?php esc_html_e('Available Shortcodes', 'wp-multisite-waas'); ?>
</a>
</li>
@ -32,7 +32,7 @@
<li class="wu-inline-block wu-mx-1">
<a href="<?php echo wu_network_admin_url('wp-ultimo-settings'); ?>" class="wu-text-gray-500 hover:wu-text-gray-600">
<?php _e('Settings', 'wp-multisite-waas'); ?>
<?php esc_html_e('Settings', 'wp-multisite-waas'); ?>
</a>
</li>
@ -42,7 +42,7 @@
<li class="wu-inline-block wu-mx-1">
<a href="<?php echo wu_network_admin_url('wp-ultimo-jobs'); ?>" class="wu-text-gray-500 hover:wu-text-gray-600">
<?php _e('Job Queue', 'wp-multisite-waas'); ?>
<?php esc_html_e('Job Queue', 'wp-multisite-waas'); ?>
</a>
</li>