WP_Rewrite::remove_permastruct( string   $name )

Removes a permalinc structure.

Parameters

$name string 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.