acf/post_type/basic_settings

acf/post_type/basic_settings

Hook Type: action

See hook in core

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

do_action('acf/post_type/basic_settings') is found 1 times:

  • /includes/admin/views/acf-post-type/basic-settings.php line 129
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
        ),
        'div'
    );
     
    do_action( 'acf/post_type/basic_settings', $acf_post_type );
     
    acf_render_field_wrap( array( 'type' => 'seperator' ) );
     
    acf_render_field_wrap(
        array(
            'label'        => __( 'Advanced Configuration', 'acf' ),