'; $args = array( 'container' => 'nav', 'before' => '', 'after' => '', 'show_on_front' => boolval( $options['breadcrumb_show_on_front'] ), 'network' => false, 'show_title' => true, 'show_browse' => true, 'labels' => array( 'browse' => __( 'Browse', 'business-center' ), ), 'post_taxonomy' => array(), 'echo' => true, ); breadcrumb_trail( $args ); echo '
'; return; } endif; add_action( 'business_center_core_modules', 'business_center_breadcrumb' , 25 );