'') { ?>
';
if( get_theme_mod( 'billie_action_link' ) ) {
echo '';
}
echo esc_html( get_theme_mod( 'billie_action_text' ) );
if( get_theme_mod( 'billie_action_link' )) {
echo '';
}
echo '
';
}else{
if ( is_user_logged_in() ) {
echo '';
echo '' . __("Click here to setup your Call to Action", 'billie') . '';
echo '
';
}
}
?>