Filter: hivepress/v1/templates/{template_name}/meta

apply_filters( 'hivepress/v1/templates/{template_name}/meta', $meta ) → {array}

Filters the template class meta. The class meta stores properties related to the template type rather than a specific template instance. The dynamic part of the hook refers to the template name (e.g. listing_view_page). You can check the available templates in the includes/templates directory of HivePress.

Parameters:
Name Type Description
$meta array

Class meta values.

Source:
Returns:

Class meta values.

Type
array