akismet_enable_mshots

akismet_enable_mshots

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('akismet_enable_mshots') is found 1 times:

  • /wp-content/plugins/akismet/class.akismet-admin.php line 169
    			if ( isset( $_GET['akismet_recheck'] ) && wp_verify_nonce( $_GET['akismet_recheck'], 'akismet_recheck' ) ) {
    				$inline_js['start_recheck'] = true;
    			}
    
    			if ( apply_filters( 'akismet_enable_mshots', true ) ) {
    				$inline_js['enable_mshots'] = true;
    			}
    
    			wp_localize_script( 'akismet.js', 'WPAkismet', $inline_js );
    		}
    	}