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

apply_filters('default_wp_template_part_areas') is found 1 times:

  • /wp-includes/block-template-utils.php line 120
    	 *         @type string $area_tag    Template part area tag.
    	 *     }
    	 * }
    	 */
    	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: