You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echoesc_html__( 'A WordPress update was detected. It is recommended to purge the cache to ensure your site displays the latest changes.', 'nginx-helper' );
esc_html_e( 'Auto Purge when Core, Plugin or Theme updates.', 'nginx-helper' );
782
+
?>
783
+
</label>
784
+
<p>
785
+
<?php
786
+
if ( NGINX_HELPER_AUTO_PURGE_ON_ANY_UPDATE ) {
787
+
echowp_kses_post( __( '(NOTE: This feature is enabled via the <strong>rt_wp_nginx_helper_enable_auto_purge_on_any_update</strong> filter. To disable, remove this filter from your code.)', 'nginx-helper' ) );
788
+
} else {
789
+
echowp_kses_post( __( '(NOTE: To enable, return true in the <strong>rt_wp_nginx_helper_enable_auto_purge_on_any_update</strong> filter.)', 'nginx-helper' ) );
0 commit comments