Skip to content

Instantly share code, notes, and snippets.

@Tepluypled
Last active December 18, 2019 10:45
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 Tepluypled/8ee22cb2103e478b740ad0068ec2cda3 to your computer and use it in GitHub Desktop.
Save Tepluypled/8ee22cb2103e478b740ad0068ec2cda3 to your computer and use it in GitHub Desktop.
public function add_compatibility_elementor_page_templates() {
$page_templates_module = Elementor\Plugin::$instance->modules_manager->get_modules( 'page-templates' );
add_filter( 'template_include', array( $page_templates_module, 'template_include' ), 100 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment