acf/location/rule_types
acf/location/rule_types
Appears in: advanced-custom-fields.6.3.6.3
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.6.3apply_filters('acf/location/rule_types') is found 1 times:
- /includes/locations.php line 134130131132133134135136137138139140
* @since 5.9.0
*
* @param
array
$types
The location rule types.
*/
return
apply_filters(
'acf/location/rule_types'
,
$types
);
}
/**
* Returns a validated location rule with all props.
*
* @
date
8/4/20