WP_Rewrite::remove_permastruct( string $name )
Removes a permalink structure.
Description Description
Parameters Parameters
- $name
-
(string) (Required) Name for permalink structure.
Source Source
File: wp-includes/class-wp-rewrite.php
public function remove_permastruct( $name ) { unset( $this->extra_permastructs[ $name ] ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |