acf/location/rule_types
Filters location rule types.
Використання
add_filter( 'acf/location/rule_types', 'wp_kama_acf_location_rule_types_filter' ); /** * Function for `acf/location/rule_types` filter-hook. * * @param array $types location rule types. * * @return array */ function wp_kama_acf_location_rule_types_filter( $types ){ // Filter... return $types; }
-
$types
(масив) - location rule types.
список змін
З версії 5.9.0 | Введено. |
Де викликається хук
acf/location/rule_types
Де використовується хук в Advanced Custom Fields
Використання не знайдено.