• Resolved tobaco

    (@tobaco)


    Right now the plugin outputs the error messages from the registration shortcode with echo, which leads to a double output. Once in the place where the shortcode is and once directly at the top of the html code.

    here’s the part of the code in wp-gotowebinar/inc/shortcode-registration.php

    the errors should be returned, like the other html.

    It would also be great if the gotowebinar_translate_cancelledWebinar string would be processed by apply_filter('the_content') or at least do_shortcode. This way we could add the [gotowebinar] to show other webinars, which are available.

    Thanks!

    • This topic was modified 1 year, 6 months ago by tobaco. Reason: add request for processing gotowebinar_translate_cancelledWebinar string
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @tobaco,

    Thanks for reporting these issues. In the next version (ETA I am not sure), this double echo issue will be resolved, and also I have created a filter called: gotowebinar_translate_cancelled_webinar to handle the situation you described. Thanks ??

    Thread Starter tobaco

    (@tobaco)

    Thanks! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error-Messages should be returned not echoed’ is closed to new replies.