acf/get_field_group_style
acf/get_field_group_style
Appears in: advanced-custom-fields.5.12.2
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.5.12.2apply_filters('acf/get_field_group_style') is found 1 times:
- /includes/acf-field-group-functions.php line 930
* * @param string $style The CSS styles. * @param array $field_group The field group array. */ return apply_filters( 'acf/get_field_group_style', $style, $field_group ); } /** * acf_get_field_group_edit_link * * Checks if the current user can edit the field group and returns the edit url.