got_rewrite

got_rewrite

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

See hook in core

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

apply_filters('got_rewrite') is found 1 times:

  • /rest/class.wp-super-cache-rest-get-status.php line 106
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    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;
    }