Last active
August 5, 2021 03:35
-
-
Save HeyMehedi/0b810bf39fdddfff4c2361e69c8bdbcd to your computer and use it in GitHub Desktop.
Determine a post or page build with Elementor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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