Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
aadd_shortcode('7waves_booking_form', function () { if (!is_user_logged_in()) { return '
You must log in to book a service.
'; } ob_start(); include SEVENWAVES_PATH . 'includes/frontend/booking-form.php'; return ob_get_clean(); });