Skip to content

Instantly share code, notes, and snippets.

@HeyMehedi
Last active August 5, 2021 03:35
Show Gist options
  • Select an option

  • Save HeyMehedi/0b810bf39fdddfff4c2361e69c8bdbcd to your computer and use it in GitHub Desktop.

Select an option

Save HeyMehedi/0b810bf39fdddfff4c2361e69c8bdbcd to your computer and use it in GitHub Desktop.
Determine a post or page build with Elementor
if ( \Elementor\Plugin::$instance->documents->get( get_the_ID() )->is_built_with_elementor() ) {
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment