ID ) ) { $classes[] = 'blog-aarambha-elementor-builder'; } } return $classes; } /** * Check is elementor activated. * * @param int $id Post/Page Id. * @return boolean */ public static function is_elementor_activated( $id ) { return \Elementor\Plugin::$instance->db->is_built_with_elementor( $id ); } /** * Check if Elementor Editor is open. * * @since 1.2.7 * * @return boolean True IF Elementor Editor is loaded, False If Elementor Editor is not loaded. */ private function is_elementor_editor() { if ( ( isset( $_REQUEST['action'] ) && 'elementor' == $_REQUEST['action'] ) || isset( $_REQUEST['elementor-preview'] ) ) { return true; } return false; } } $blog_aarambha_elementor = new Blog_Aarambha_Elementor(); endif;