'; $title = $options['breadcrumb_title']; $show_title = __return_true(); if ( empty( $title ) ) { $show_title = __return_false(); } $args = array( 'container' => 'nav', 'before' => '', 'after' => '', 'show_on_front' => boolval( $options['breadcrumb_show_on_front'] ), 'network' => false, 'show_title' => $show_title, 'show_browse' => true, 'labels' => array( 'browse' => esc_html( $title ), ), 'post_taxonomy' => array(), 'echo' => true, ); breadcrumb_trail( $args ); echo '
'; return; } endif; add_action( 'business_center_pro_core_modules', 'business_center_pro_breadcrumb' , 25 );