acf/field_group/list_table_classes

acf/field_group/list_table_classes

Hook Type: filter

See hook in core

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

apply_filters('acf/field_group/list_table_classes') is found 1 times:

  • /includes/admin/post-types/admin-field-groups.php line 288
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
        if ( ! is_admin() || $this->post_type !== get_post_type( $post_id ) ) {
            return $classes;
        }
     
        return apply_filters( 'acf/field_group/list_table_classes', $classes, $css_class, $post_id );
    }
     
    /**
     * Fires when trashing a field group.
     *
     * @date    8/01/2014