acf/get_field_group_style

acf/get_field_group_style

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.3.5

apply_filters('acf/get_field_group_style') is found 1 times:

  • /includes/acf-field-group-functions.php line 420
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
         *
         * @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.