Skip to content

Instantly share code, notes, and snippets.

@digamber89
Last active March 3, 2021 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digamber89/0e84479b6b88d9afaaa3ae611fb00587 to your computer and use it in GitHub Desktop.
Save digamber89/0e84479b6b88d9afaaa3ae611fb00587 to your computer and use it in GitHub Desktop.
Video Conferencing with Zoom API - change slug
<?php
//must flush permalinks after code is added admin menu > settings > permalinks save
add_filter('vczapi_cpt_slug','cm_change_zoom_meetings_slug');
function cm_change_zoom_meetings_slug(){
return 'my-meetings';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment