OwlCyberSecurity - MANAGER
Edit File: search.php
<?php /** * Module Name: Search * Module Description: Help visitors quickly find answers with highly relevant instant search results and powerful filtering. * First Introduced: 5.0 * Sort Order: 34 * Free: false * Requires Connection: Yes * Auto Activate: No * Feature: Search * Additional Search Queries: search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search * Plans: business, complete * * @package automattic/jetpack */ // Include everything. require_once __DIR__ . '/search/class.jetpack-search.php'; Jetpack_Search::instance();