acf/get_field_types
filter
Використання
add_filter( 'acf/get_field_types', 'wp_kama_acf_get_field_types_filter' );
/**
* Function for `acf/get_field_types` filter-hook.
*
* @param $groups
*
* @return
*/
function wp_kama_acf_get_field_types_filter( $groups ){
// Filter...
return $groups;
}- $groups
- –
Де викликається хук
acf/get_field_types