// Shortcode function function ticket_tailor_quantity_shortcode($atts) { // Extract attributes $a = shortcode_atts(array( 'series_id' => '', ), $atts); // Validate attributes if (empty($a['series_id'])) { return 'Error: series_id is required.'; } // Your Ticket Tailor API key $api_key = 'sk_5951_210852_fb3cdb1f694a4850792ec3321d801a7e'; // API endpoint for event series $api_url = "https://api.tickettailor.com/v1/event_series/{$a['series_id']}"; // Set up the API request $args = array( 'headers' => array( 'X-Auth-Token' => $api_key, // Ensure correct API key format 'Accept' => 'application/json', ), ); // Make the API request $response = wp_remote_get($api_url, $args); // Check for errors if (is_wp_error($response)) { return 'Error: ' . $response->get_error_message(); } // Decode the response $body = wp_remote_retrieve_body($response); $decoded_data = json_decode($body, true); // Check if json_decode was successful if (json_last_error() !== JSON_ERROR_NONE) { return 'Error: Unable to parse API response. JSON error: ' . json_last_error_msg(); } // Display the entire response for debugging echo '
';
    print_r($decoded_data);
    echo '
'; return ''; // We return nothing for now, since we are just debugging } // Register shortcode add_shortcode('ticket_quantity', 'ticket_tailor_quantity_shortcode'); Grand Marais Photographer Bryan Hansel | Photo Workshops, Portraits

Photography Workshops

I hope you hear this all the time, but your workshop changed my life. -Jeremy from Bayfield, WI

Develop your photographic talent, realize the vision, energize your imagination, release your creativity and explore the world using your curiosity. With instruction, you will gain confidence, learn to make more effective photos and shortcut the learning process.

Fine Art Photography

Award-winning photography to decorate your home or business. Choose from three standard media: photographic prints, fine art canvas and metal. Custom materials and sizes available upon request.

Outdoor and Vacation Portraits

When you’re in the the Grand Marais area, the north woods and north shore provide the best backdrops for your family portraits, couple portraits and vacation portraits. My organic, natural, outdoorsy style captures the spirit for your portraits. Remember your time in Grand Marais with professional vacation portraits.

Magazine, Stock and Commercial Photography

My photography appears in magazines and my commercial work has ranged from real estate and property photography to food and product photography. My photos can even be found in the frozen food section of grocery stores. I also have a large stock photography catalog of the Lake Superior area.