register_taxonomy_args

最后更新于:2021-11-27 21:46:16

apply_filters( ‘register_taxonomy_args’, array $args, string $taxonomy, string[] $object_type )

Filters the arguments for registering a taxonomy.

参数

$args

(array)
Array of arguments for registering a taxonomy. See the register_taxonomy() function for accepted arguments.

$taxonomy

(string)
Taxonomy key.

$object_type

(string[])
Array of names of object types for the taxonomy.

源文件

文件: gc-includes/class-gc-taxonomy.php

View on Trac