| @@ -16,8 +16,12 @@ | ||
| 16 | 16 | |
| 17 | 17 | use Automattic\Jetpack\Search\Classic_Search; |
| 18 | 18 | use Automattic\Jetpack\Search\Helper as Search_Helper; |
| 19 | 19 | |
| 20 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 21 | + exit( 0 ); | |
| 22 | +} | |
| 23 | + | |
| 20 | 24 | /** |
| 21 | 25 | * These are old legacy class names that were deprecated due to the move to packages. |
| 22 | 26 | * |
| 23 | 27 | * @todo Does this make more sense as a legacy dir in the search package? |