| 1 | <?php |
||
| 17 | class Jetpack_Search_Options { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Returns a boolean for whether instant search is enabled. |
||
| 21 | * |
||
| 22 | * @since 8.3.0 |
||
| 23 | * |
||
| 24 | * @return bool |
||
| 25 | */ |
||
| 26 | public static function instant_enabled() { |
||
| 29 | |||
| 30 | |||
| 31 | /** |
||
| 32 | * Returns a boolean for whether the current site has a VIP index. |
||
| 33 | * |
||
| 34 | * @since 5.8.0 |
||
| 35 | * |
||
| 36 | * @return bool |
||
| 37 | */ |
||
| 38 | public static function site_has_vip_index() { |
||
| 55 | |||
| 56 | |||
| 57 | } |
||
| 58 |