got_rewrite

got_rewrite

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

See hook in core

Displaying hooks found in version: wp-super-cache.1.9.4

apply_filters('got_rewrite') is found 1 times:

  • /rest/class.wp-super-cache-rest-get-status.php line 106
    		if ( $scrules != $rules ) {
    			$status[ 'mod_rewrite_rules' ] = true;
    		}
    		$got_rewrite = apache_mod_loaded( 'mod_rewrite', true );
    		if ( $wp_cache_mod_rewrite && false == apply_filters( 'got_rewrite', $got_rewrite ) ) {
    			$status[ 'mod_rewrite_missing' ] = true;
    		}
    
    		if ( !is_writeable_ACLSafe( $home_path . ".htaccess" ) ) {
    			$status[ 'htaccess_ro' ] = true;
    		}