Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: mod_rewrite_rules

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
1837
1838           /**
1839            *
1840            * Filter the list of rewrite rules formatted for output to an .htaccess file.
1841            *
1842            * @since 1.5.0
1843            *
1844            * @param string $rules mod_rewrite Rewrite rules formatted for .htaccess.
1845            */
1846           $rules = apply_filters( 'mod_rewrite_rules', $rules );
1847
1848           /**
1849            * Filter the list of rewrite rules formatted for output to an .htaccess file.
1850            *
1851            * @since 1.5.0
1852            * @deprecated 1.5.0 Use the mod_rewrite_rules filter instead.
1853            *
1854            * @param string $rules mod_rewrite Rewrite rules formatted for .htaccess.
1855            */