• Resolved HooThemes

    (@hoosoft)


    Hello, could you add a custom filter before “foreach ($jsondata as $data) {” in shortcode.php so we can choose whether to display webinar according to the value of item locale?

    for example, add code

    $jsondata = apply_filters('wp_gotowebinar_shortcode_jsondata', $jsondata);

    like this

    $jsondata = apply_filters('wp_gotowebinar_shortcode_jsondata', $jsondata);
    
    //start loops
    foreach ($jsondata as $data) {
       foreach($data['times'] as $mytimes) {
Viewing 1 replies (of 1 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @hoosoft,

    That’s a great idea, I have put this in the plugin now and it will be out in the next release. I don’t have at ETA on this just yet. But feel free to update your core file now. Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘webinar filter’ is closed to new replies.