default_wp_template_part_areas

default_wp_template_part_areas

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('default_wp_template_part_areas') is found 1 times:

  • /wp-includes/block-template-utils.php line 96
    	 * @since 5.9.0
    	 *
    	 * @param array[] $default_area_definitions An array of supported area objects.
    	 */
    	return apply_filters( 'default_wp_template_part_areas', $default_area_definitions );
    }
    
    
    /**
     * Returns a filtered list of default template types, containing their
     * localized titles and descriptions.
    

See this hook used in plugins: