Filters whether URL rewriting is available.
$got_url_rewriteboolwp-admin/includes/misc.php:56got_url_rewrite() * Filters whether URL rewriting is available. * * @since 3.7.0 * * @param bool $got_url_rewrite Whether URL rewriting is available. */ return apply_filters( 'got_url_rewrite', $got_url_rewrite );} /** * Extracts strings from between the BEGIN and END markers in the .htaccess file. * * @since 1.5.0Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.