File: wp-includes/class-wp-rewrite.php
-
Retrieves the page permalink structure.
-
Filters rewrite rules used for search archives.
-
Retrieves the feed permalink structure.
-
Filters rewrite rules used for author archives.
-
Retrieves the comment feed permalink structure.
-
Filters rewrite rules used for “page” post type archives.
-
Adds or updates existing rewrite tags (e.g. %postname%).
-
Filters rewrite rules used for individual permastructs.
-
Generates rewrite rules from a permalink structure.
-
Retrieves the permalink structure for categories.
-
Retrieves the permalink structure for tags.
-
Determines whether permalinks are being used and rewrite module is not enabled.
-
Retrieves an extra permalink structure by name.
-
Determines whether permalinks are being used and rewrite module is enabled.
-
Retrieves the author permalink structure.
-
methodWP_Rewrite::preg_index()
Indexes for matches for usage in preg_*() functions.
-
Retrieves the search permalink structure.
-
Retrieves all pages and attachments for pages URIs.
-
Retrieves all of the rewrite rules for pages.
-
Retrieves date permalink structure, with year, month, and day.
-
Retrieves the year permalink structure without month and day.
-
Retrieves the month permalink structure without day and with year.
-
Retrieves the day permalink structure with month and year.
-
classWP_Rewrite
Core class used to implement a rewrite component API.
-
Determines whether permalinks are being used.