mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-23 02:51:06 +01:00
19 lines
554 B
PHP
19 lines
554 B
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
|
|
*/
|
|
|
|
require_once( dirname( __FILE__ ) . '/search/class.jetpack-search.php' );
|
|
|
|
Jetpack_Search::instance();
|