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