/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor/core/common/modules/event-tracker
Edit: /var/www/wp2.qr4y.com/www/wp-content/plugins/elementor/core/common/modules/event-tracker/module.php (930B)
Tracker::is_allow_track(),
];
}
public function __construct() {
// Initialize Events Database Table
$this->add_component( 'events-db', new DB() );
// Handle User Data Deletion/Export requests.
new Personal_Data();
Plugin::$instance->data_manager_v2->register_controller( new Controller() );
}
}