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

@ -6,37 +6,37 @@
*/
?>
<div class="wu--mt-7">
<p><?php _e('This plugin comes with support for issues you may have. Support can be requested via email on <a class="wu-no-underline" href="mailto:support@wpultimo.com" target="_blank">support@wpultimo.com</a> and includes:', 'wp-multisite-waas'); ?></p>
<p><?php esc_html_e('This plugin comes with support for issues you may have. Support can be requested via email on <a class="wu-no-underline" href="mailto:support@wpultimo.com" target="_blank">support@wpultimo.com</a> and includes:', 'wp-multisite-waas'); ?></p>
<ul class="support-available">
<li class="wu-text-green-700">
<span class="dashicons-wu-check"></span>
<?php _e('Availability of the author to answer questions', 'wp-multisite-waas'); ?>
<?php esc_html_e('Availability of the author to answer questions', 'wp-multisite-waas'); ?>
</li>
<li class="wu-text-green-700">
<span class="dashicons-wu-check"></span>
<?php _e('Answering technical questions about item features', 'wp-multisite-waas'); ?>
<?php esc_html_e('Answering technical questions about item features', 'wp-multisite-waas'); ?>
</li>
<li class="wu-text-green-700">
<span class="dashicons-wu-check"></span>
<?php _e('Assistance with reported bugs and issues', 'wp-multisite-waas'); ?>
<?php esc_html_e('Assistance with reported bugs and issues', 'wp-multisite-waas'); ?>
</li>
</ul>
<p><?php _e('Support <strong>DOES NOT</strong> Include:', 'wp-multisite-waas'); ?></p>
<p><?php esc_html_e('Support <strong>DOES NOT</strong> Include:', 'wp-multisite-waas'); ?></p>
<ul class="support-unavailable">
<li class="wu-text-red-500">
<span class="dashicons-wu-circle-with-cross wu-align-middle"></span>
<?php _e('Customization services', 'wp-multisite-waas'); ?>
<?php esc_html_e('Customization services', 'wp-multisite-waas'); ?>
</li>
<li class="wu-text-red-500">
<span class="dashicons-wu-circle-with-cross wu-align-middle"></span>
<?php _e('Installation services', 'wp-multisite-waas'); ?>
<?php esc_html_e('Installation services', 'wp-multisite-waas'); ?>
</li>
<li class="wu-text-red-500">
<span class="dashicons-wu-circle-with-cross wu-align-middle"></span>
<?php _e('Support for 3rd party plugins (i.e. plugins you install yourself later on)', 'wp-multisite-waas'); ?>
<?php esc_html_e('Support for 3rd party plugins (i.e. plugins you install yourself later on)', 'wp-multisite-waas'); ?>
</li>
</ul>