PluginProbe
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score / 2.1
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score v2.1
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/ObjectCache.php +1 -2 trunk2.1 View file →
@@ -89,10 +89,9 @@
89 89 *
90 90 * @since 1.0
91 91 */
92 92 public function purge_object_cache() {
93 - $nonce = isset( $_GET['_wpnonce'] ) ? sanitize_text_field( wp_unslash( $_GET['_wpnonce'] ) ) : '';
94 - if ( ! wp_verify_nonce( $nonce, 'powered_cache_purge_object_cache' ) ) {
93 + if ( ! wp_verify_nonce( $_GET['_wpnonce'], 'powered_cache_purge_object_cache' ) ) {
95 94 wp_nonce_ays( '' );
96 95 }
97 96
98 97 if ( is_multisite() && ! current_user_can( 'manage_network' ) ) {