Used By
Used By | Description |
---|---|
wp-includes/rewrite.php: remove_permastruct() | Removes a permalink structure. |
Removes a permalink structure.
(string) (Required) Name for permalink structure.
File: wp-includes/class-wp-rewrite.php
public function remove_permastruct( $name ) { unset( $this->extra_permastructs[ $name ] ); }
Version | Description |
---|---|
4.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_rewrite/remove_permastruct