acf/location/screen
Filters the result.
Використання
add_filter( 'acf/location/screen', 'wp_kama_acf_location_screen_filter', 10, 2); /** * Function for `acf/location/screen` filter-hook. * * @param array $screen The screen args. * @param array $deprecated The field group array. * * @return array */ function wp_kama_acf_location_screen_filter( $screen, $deprecated ){ // Filter... return $screen; }
-
$screen
(масив) - The screen args.
-
$deprecated
(масив) - The field group array.
список змін
З версії 5.6.0 | Введено. |
Де викликається хук
acf/location/screen
Де використовується хук в Advanced Custom Fields
Використання не знайдено.