Constructor – Calls init(), which runs setup.
WP_Rewrite::set_tag_base
Sets the tag base for the tag permalink.
WP_Rewrite::set_category_base
Sets the category base for the category permalink.
permalink_structure_changed
Fires after the permalink structure is updated.
Advertisement
WP_Rewrite::set_permalink_structure
Sets the main permalink structure for the site.
WP_Rewrite::init
Sets up the object’s properties.
flush_rewrite_rules_hard
Filters whether a “hard” rewrite rule flush should be performed when requested.
WP_Rewrite::flush_rules
Removes rewrite rules and then recreate rewrite rules.
Advertisement
WP_Rewrite::remove_permastruct
Removes a permalink structure.
WP_Rewrite::add_permastruct
Adds a new permalink structure.
WP_Rewrite::add_endpoint
Adds an endpoint, like /trackback/.
WP_Rewrite::add_external_rule
Adds a rewrite rule that doesn’t correspond to index.php.
Advertisement
WP_Rewrite::add_rule
Adds a rewrite rule that transforms a URL structure to a set of query vars.
iis7_url_rewrite_rules
Filters the list of rewrite rules formatted for output to a web.config.
rewrite_rules
Filters the list of rewrite rules formatted for output to an .htaccess file.