Skip to content

Instantly share code, notes, and snippets.

@MrVibe
Created September 30, 2020 04:21
Show Gist options
  • Save MrVibe/24101657390e1de0dabc09de9a3612d0 to your computer and use it in GitHub Desktop.
Save MrVibe/24101657390e1de0dabc09de9a3612d0 to your computer and use it in GitHub Desktop.
ReOrder Zoom meeting Tabs
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;
});
@MrVibe
Copy link
Author

MrVibe commented Sep 30, 2020

Reference screenshot : https://prnt.sc/uqbcnq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment