Preview:
if (function_exists('acf_add_options_page')) {
    acf_add_options_page(array(
        'page_title'    => 'Theme Options',
        'menu_title'    => 'Theme Options',
        'menu_slug'     => 'theme-pptions',
        'capability'    => false,
        'redirect'      => false
    ));

    acf_add_options_sub_page(array(
        'page_title'    => 'Header Options',
        'menu_title'    => 'Header Section',
        'parent_slug'   => 'theme-pptions',
    ));

    acf_add_options_sub_page(array(
        'page_title'    => 'Footer Options',
        'menu_title'    => 'Footer Section',
        'parent_slug'   => 'theme-pptions',
    ));

    acf_add_options_sub_page(array(
        'page_title'    => 'Social Options',
        'menu_title'    => 'Social Media',
        'parent_slug'   => 'theme-pptions',
    ));
    
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter