Parent and child categories with their id in drop_down in CPT

Plugin “advanced-custom-post-search”

With Change in file “acps-results_loop”

    <?php
   register_nav_menus(array(
        // Added primary again, only for make sequence (theme location) in page:nav-menus.php at admin side
        'primary' => 'Primary Menu',
        // Second Menu
        'secondary' => 'Secondary Menu',
        // Third Menu
        'quickLinks' => 'Quick Links',
    ));


    add_action('wp_enqueue_scripts', 'websiteAssetsBootstrapOnly');