acf/location/rule_values
acf/location/rule_values
Appears in: advanced-custom-fields.5.12.1
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.5.12.1apply_filters('acf/location/rule_values') is found 1 times:
- /includes/locations.php line 231
* @param array $types The location rule values. */ $values = apply_filters( "acf/location/rule_values/type={$rule['param']}", $values, $rule ); $values = apply_filters( "acf/location/rule_values/{$rule['param']}", $values, $rule ); $values = apply_filters( 'acf/location/rule_values', $values, $rule ); return $values; } /** * Returns true if the provided rule matches the screen args. *