Bugs
-
Please add the code below in
page_optimize_bail()
.if( is_admin() ){ return true; } if( class_exists('\Elementor\Plugin') && ( ( isset($_REQUEST['action']) && $_REQUEST['action'] === 'elementor' ) || isset( $_REQUEST['elementor-preview'] ) ) ){ return true; }
- The topic ‘Bugs’ is closed to new replies.