Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: got_url_rewrite

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
42 function got_url_rewrite() {
43      $got_url_rewrite = ( got_mod_rewrite() || $GLOBALS['is_nginx'] || iis7_supports_permalinks() );
44
45      /**
46       * Filter whether URL rewriting is available.
47       *
48       * @since 3.7.0
49       * @param bool $got_url_rewrite Whether URL rewriting is available.
50       */
51      return apply_filters( 'got_url_rewrite', $got_url_rewrite );
52 }
53
54 /**
55  * {@internal Missing Short Description}}
56  *
57  * @since 1.5.0
58  *
59  * @param unknown_type $filename
60  * @param unknown_type $marker