File: wp-includes/rewrite.php
-
functionremove_permastruct()
Removes a permalink structure.
-
functionremove_rewrite_tag()
Removes an existing rewrite tag (like %postname%).
-
Resolves numeric slugs that collide with date permalinks.
-
functionadd_rewrite_rule()
Adds a rewrite rule that transforms a URL structure to a set of query vars.
-
functionadd_rewrite_tag()
Adds a new rewrite tag (like %postname%).
-
functionadd_permastruct()
Adds a permalink structure.
-
functionadd_feed()
Adds a new feed type like /atom1/.
-
functionflush_rewrite_rules()
Removes rewrite rules and then recreate rewrite rules.
-
functionadd_rewrite_endpoint()
Adds an endpoint, like /trackback/.
-
function_wp_filter_taxonomy_base()
Filters the URL base for taxonomies.
-
functionurl_to_postid()
Examines a URL and try to determine the post ID it represents.
-
hookurl_to_postid
Filters the URL to derive the post ID from.