acf/location/rule_types
acf/location/rule_types
Appears in: advanced-custom-fields.6.0.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.0.5apply_filters('acf/location/rule_types') is found 1 times:
- /includes/locations.php line 132
* @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