PluginProbe
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score / 3.6.3
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score v3.6.3
trunk 1.0 1.0.1 1.1 1.1.1 1.1.2 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1 2.1.1 2.1.2 2.2 2.2.1 All 69 releases
← All changes | includes/classes/Preloader.php +1 -2 trunk3.6.3 View file →
@@ -130,10 +130,9 @@
130 130 /**
131 131 * Add preloading items to queue
132 132 */
133 133 public function start_preload() {
134 - $nonce = isset( $_GET['_wpnonce'] ) ? sanitize_text_field( wp_unslash( $_GET['_wpnonce'] ) ) : '';
135 - if ( ! wp_verify_nonce( $nonce, 'powered_cache_preload_cache' ) ) {
134 + if ( ! wp_verify_nonce( $_GET['_wpnonce'], 'powered_cache_preload_cache' ) ) { // phpcs:ignore
136 135 wp_nonce_ays( '' );
137 136 }
138 137
139 138 if ( POWERED_CACHE_IS_NETWORK && ! current_user_can( 'manage_network' ) ) {