Removes a permalink structure.
Parameters
$namestringrequired- 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.
$namestringrequiredpublic 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.