CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Sat, 11 Oct 2025 05:12:43 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
vary: accept, content-type
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
wp-includes/rewrite.php | Developer.WordPress.org
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.