search.php 389 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Module Name: Search
  4. * Module Description: Enhanced search, powered by Elasticsearch
  5. * First Introduced: 5.0
  6. * Sort Order: 34
  7. * Free: false
  8. * Requires Connection: Yes
  9. * Auto Activate: No
  10. * Feature: Search
  11. * Additional Search Queries: search
  12. * Plans: business
  13. */
  14. require_once( dirname( __FILE__ ) . '/search/class.jetpack-search.php' );
  15. Jetpack_Search::instance();