| @@ -4,8 +4,12 @@ | ||
| 4 | 4 | * |
| 5 | 5 | * @package automattic/jetpack |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 9 | + exit( 0 ); | |
| 10 | +} | |
| 11 | + | |
| 8 | 12 | /** |
| 9 | 13 | * Checks if the search module is active, and if so, will initialize the singleton instance |
| 10 | 14 | * of Jetpack_Search_Debug_Bar and add it to the array of debug bar panels. |
| 11 | 15 | * |