content-types_init

content-types_init

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: gutenberg.23.4.0

do_action('content-types_init') is found 1 times:

  • /build/pages/content-types/page.php line 140
     
    	/**
    	 * Fires when the content-types page is initialized so extensions can register routes and menu items.
    	 */
    	do_action( 'content-types_init' );
    
    	// Enqueue command palette assets for boot-based pages
    	if ( function_exists( 'wp_enqueue_command_palette_assets' ) ) {
    		wp_enqueue_command_palette_assets();
    	}
    
    

See this hook used in plugins: