Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function sbc_is_elementor_edit_preview_mode(){
- if ( isset( $_GET['action'] ) && in_array( $_GET['action'], array('elementor') ) || isset($_GET['elementor-preview']) ) {
- return true;
- }
- return false;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement