registered_taxonomy_for_object_type

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

do_action( ‘registered_taxonomy_for_object_type’, string $taxonomy, string $object_type )

Fires after a taxonomy is registered for an object type.

参数

$taxonomy

(string)
Taxonomy name.

$object_type

(string)
Name of the object type.

源文件

文件: gc-includes/taxonomy.php

View on Trac