got_rewrite, $got_rewrite

got_rewrite, $got_rewrite

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('got_rewrite, $got_rewrite') is found 1 times:

  • /wp-admin/includes/misc.php line 31
    	 * @see got_url_rewrite()
    	 *
    	 * @param bool $got_rewrite Whether Apache and mod_rewrite are present.
    	 */
    	return apply_filters( 'got_rewrite', $got_rewrite );
    }
    
    /**
     * Returns whether the server supports URL rewriting.
     *
     * Detects Apache's mod_rewrite, IIS 7.0+ permalink support, and nginx.