';
switch ( $breadcrumb_type ) {
case 'simple':
bizroot_simple_breadcrumb();
break;
case 'advanced':
if ( function_exists( 'bcn_display' ) ) {
bcn_display();
}
break;
default:
break;
}
echo '
';
return;
}
endif;
add_action( 'bizroot_action_before_content', 'bizroot_add_breadcrumb' , 7 );
if ( ! function_exists( 'bizroot_footer_goto_top' ) ) :
/**
* Go to top.
*
* @since 1.0.0
*/
function bizroot_footer_goto_top() {
echo '