remove_rewrite_tag( string $tag )
Removes an existing rewrite tag (like %postname%).
Parameters
- $tag
-
(string) (Required) Name of the rewrite tag.
Source
File: wp-includes/rewrite.php
function remove_rewrite_tag( $tag ) {
global $wp_rewrite;
$wp_rewrite->remove_rewrite_tag( $tag );
} Changelog
| Version | Description |
|---|---|
| 4.5.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/remove_rewrite_tag