/
var
/
www
/
wp2.qr4y.com
/
www
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
search
/
data
/
/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/modules/search/data
mkdir
upload
Name
Size
Mode
Actions
endpoints/
-
0755
rm
controller.php
441
0644
edit
dl
rm
Edit:
/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/modules/search/data/controller.php
(441B)
<?php namespace ElementorPro\Modules\Search\Data; use ElementorPro\Modules\Search\Data\Endpoints\Base; use ElementorPro\Core\Data\Controller as Controller_Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Controller extends Controller_Base { public function get_name() { return 'search'; } protected function register_endpoints() { $this->register_endpoint( Endpoints\Refresh_Search::class ); } }
Save
register_endpoint( Endpoints\Refresh_Search::class ); } }