acf/location/screen хук-фильтр . ACF 5.6.0
Filters the result.
Использование
add_filter( 'acf/location/screen', 'filter_function_name_7469', 10, 2 ); function filter_function_name_7469( $screen, $deprecated ){ // filter... return $screen; }
- $screen(массив)
- The screen args.
- $deprecated(массив)
- The field group array.
Список изменений
С версии 5.6.0 | Введена. |
Где вызывается хук
acf/location/screen
acf/includes/locations.php 295
return apply_filters( 'acf/location/screen', $screen, $deprecated );