Skip to content

Instantly share code, notes, and snippets.

@digamber89
Created February 12, 2024 08: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/ceeaa678155990dcb3a45eda59874034 to your computer and use it in GitHub Desktop.
Save digamber89/ceeaa678155990dcb3a45eda59874034 to your computer and use it in GitHub Desktop.
Disable Zoom Default Single Page Template
<?php
function cm_2023_02_12_disable_zoom_default_single_template () {
remove_filter( 'single_template', [ Zoom_Video_Conferencing_Admin_PostType::get_instance(), 'single' ], 20 );
}
add_action( 'init', 'cm_2023_02_12_disable_zoom_default_single_template');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment