WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about default_wp_template_part_areas

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/block-template-utils.php apply_filters 102 /**
* Filters the list of allowed template part area values.
*
* @since 5.9.0
*
* @param array $default_area_definitions An array of supported area objects.
*/

Hook Parameters

Parameter Type Name Description
array $default_area_definitions An array of supported area objects.