get_option( 'sidebar_show_nav_parents', 'documentor_single', false ); ?>
get_option( 'sidebar_show_search', 'documentor_single', true ) ) : ?>
'', 'order' => 'menu_order', 'child_of' => $show_parents ? 0 : documentor()->get_current_doc_id(), 'echo' => false, 'post_type' => 'docs', 'walker' => new Documentor_Walker_Docs(), ) ); if ( $nav_list ) { // phpcs:ignore $show_childs = documentor()->get_option( 'sidebar_show_nav_childs', 'documentor_single', false ); ?>