Filter: hivepress/v1/{config_name}

apply_filters( 'hivepress/v1/{config_name}', $config ) → {array}

Filters HivePress configuration. The dynamic part of the hook refers to the configuration name (e.g. post_types, taxonomies, meta_boxes). You can check the available configurations in the includes/configs directory of HivePress.

Parameters:
Name Type Description
$config array

Configuration array.

Source:
Returns:

Configuration array.

Type
array