webinar filter
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘webinar filter’ is closed to new replies.