Created
September 30, 2020 04:21
-
-
Save MrVibe/24101657390e1de0dabc09de9a3612d0 to your computer and use it in GitHub Desktop.
ReOrder Zoom meeting Tabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter('vibe_zoom_script_args',function($tabs){ | |
$tabs['shared_tabs']=array( | |
'course'=>_x('Course','vibe-zoom'), | |
'shared'=>_x('Shared ','vibe-zoom'), | |
'group'=>_x('Group','vibe-zoom'), | |
); | |
return $tabs; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference screenshot : https://prnt.sc/uqbcnq