acf/post_type/available_supports

acf/post_type/available_supports

Hook Type: filter

See hook in core

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

apply_filters('acf/post_type/available_supports') is found 1 times:

  • /includes/admin/views/acf-post-type/advanced-settings.php line 33
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
        'thumbnail'       => __( 'Featured Image', 'acf' ),
        'custom-fields'   => __( 'Custom Fields', 'acf' ),
        'post-formats'    => __( 'Post Formats', 'acf' ),
    );
    $acf_available_supports = apply_filters( 'acf/post_type/available_supports', $acf_available_supports, $acf_post_type );
    $acf_selected_supports  = is_array( $acf_post_type['supports'] ) ? $acf_post_type['supports'] : array();
     
    acf_render_field_wrap(
        array(
            'type'                      => 'checkbox',
            'name'                      => 'supports',