acf/get_field_group_style
acf/get_field_group_style
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/get_field_group_style') is found 1 times:
- /includes/acf-field-group-functions.php line 420416417418419420421422423424425426
*
* @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.