unregistered_taxonomy, $taxonomy
unregistered_taxonomy, $taxonomy
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('unregistered_taxonomy, $taxonomy') is found 1 times:
- /wp-includes/taxonomy.php line 632
* @since 4.5.0 * * @param string $taxonomy Taxonomy name. */ do_action( 'unregistered_taxonomy', $taxonomy ); return true; } /** * Builds an object with all taxonomy labels out of a taxonomy object.