registered_taxonomy_for_object_type

registered_taxonomy_for_object_type

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('registered_taxonomy_for_object_type') is found 1 times:

  • /wp-includes/taxonomy.php line 787
    	 *
    	 * @param string $taxonomy    Taxonomy name.
    	 * @param string $object_type Name of the object type.
    	 */
    	do_action( 'registered_taxonomy_for_object_type', $taxonomy, $object_type );
    
    	return true;
    }
    
    /**
     * Removes an already registered taxonomy from an object type.