acf/location/screen
acf/location/screen
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/location/screen') is found 1 times:
- /includes/locations.php line 305301302303304305306307308309310311
*
* @param
array
$screen
The screen args.
* @param
array
$deprecated
The field group
array
.
*/
return
apply_filters(
'acf/location/screen'
,
$screen
,
$deprecated
);
}
/**
* Alias of acf_register_location_type().
*
* @
date
31/5/17