Viewing 1 replies (of 1 total)
  • Plugin Author Deepen

    (@j_3rk)

    You can change the button style using css. You can change the button text using below filters. Add these to your active theme’s functions.php file

    add_filter('vczapi_join_meeting_via_app_text', function() {
    	return 'Join via App';
    });
    
    add_filter('vczapi_join_meeting_via_browser_text', function() {
    	return "Join via Browser";
    });
Viewing 1 replies (of 1 total)
  • The topic ‘editing the format’ is closed to new replies.