unregistered_taxonomy_for_object_type

unregistered_taxonomy_for_object_type

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('unregistered_taxonomy_for_object_type') is found 1 times:

  • /wp-includes/taxonomy.php line 829
    	 *
    	 * @param string $taxonomy    Taxonomy name.
    	 * @param string $object_type Name of the object type.
    	 */
    	do_action( 'unregistered_taxonomy_for_object_type', $taxonomy, $object_type );
    
    	return true;
    }
    
    //
    // Term API.