wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



registered_taxonomy_for_object_type › WordPress Action Hooks

Seit5.1.0
Veraltetn/v
do_action( 'registered_taxonomy_for_object_type', $taxonomy, $object_type )
Parameter: (2)
  • (string) $taxonomy Taxonomy name.
    Erforderlich: Ja
  • (string) $object_type Name of the object type.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after a taxonomy is registered for an object type.





Quellcode

do_action( 'registered_taxonomy_for_object_type', $taxonomy, $object_type );