wpseek.com
A WordPress-centric search engine for devs and theme authors



unregistered_taxonomy_for_object_type › WordPress Action Hooks

Since5.1.0
Deprecatedn/a
do_action( 'unregistered_taxonomy_for_object_type', $taxonomy, $object_type )
Parameters: (2)
  • (string) $taxonomy Taxonomy name.
    Required: Yes
  • (string) $object_type Name of the object type.
    Required: Yes
Defined at:
Codex:

Fires after a taxonomy is unregistered for an object type.





Source

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