Filters the list of allowed template part area values.
$default_area_definitionsarray[]...$0array
$areastring
$labelstring
$descriptionstring
$iconstring
$area_tagstring
wp-includes/block-template-utils.php:120get_allowed_block_template_part_areas() * @type string $description Template part area description. * @type string $icon Template part area icon. * @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.Introduced in 5.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.