Hiding Join Meeting via Zoom App in Webinars
-
Hello, I am trying to hide the “Join Meeting via Zoom App” button on my webinar. Previously, I added this line of code to functions.php
add_filter( 'vczoom_join_meeting_via_app_disable', '__return_true' );
But this only works for meetings, not webinars. How can I adjust this to remove the button for webinars as well?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.