Removes a permalink structure.
Parameters
$name
stringrequired- Name for permalink structure.
Source
public function remove_permastruct( $name ) {
unset( $this->extra_permastructs[ $name ] );
}
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |
Removes a permalink structure.
$name
stringrequiredpublic function remove_permastruct( $name ) {
unset( $this->extra_permastructs[ $name ] );
}
Version | Description |
---|---|
4.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.