Removes an existing rewrite tag (like %postname%).
Parameters
$tag
stringrequired- Name of the rewrite tag.
Source
function remove_rewrite_tag( $tag ) {
global $wp_rewrite;
$wp_rewrite->remove_rewrite_tag( $tag );
}
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.