unregistered_taxonomy, $taxonomy

unregistered_taxonomy, $taxonomy

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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.