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.1.6

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

  • /includes/acf-field-group-functions.php line 420
    	 *
    	 * @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.