get_locations_manager(), 'builder_wrapper' ], 9999999 ); add_filter( 'template_include', [ $this, 'filter_template' ] ); add_action( 'wp_head', [ $this, 'render_pointer_event_style' ] ); } /** * disable all the interactions in the preview render mode. */ public function render_pointer_event_style() { echo ''; } public function is_static() { return true; } }