Files

19 lines
389 B
PHP
Raw Permalink Normal View History

2018-06-20 18:03:43 +02:00
<?php
/**
* Module Name: Search
* Module Description: Enhanced search, powered by Elasticsearch
* First Introduced: 5.0
* Sort Order: 34
* Free: false
* Requires Connection: Yes
* Auto Activate: No
* Feature: Search
* Additional Search Queries: search
* Plans: business
*/
require_once( dirname( __FILE__ ) . '/search/class.jetpack-search.php' );
Jetpack_Search::instance();