remove_permastruct()

最后更新于:2021-11-27 21:43:25

remove_permastruct( string$name)

Removes a permalink structure.

参数

$name

(string) (Required) Name for permalink structure.

源文件

文件: gc-includes/rewrite.php

function remove_permastruct( $name ) {
	global $gc_rewrite;

	$gc_rewrite->remove_permastruct( $name );
}