| @@ -5,12 +5,18 @@ | ||
| 5 | 5 | * |
| 6 | 6 | * @package automattic/jetpack |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 10 | + exit( 0 ); | |
| 11 | +} | |
| 12 | + | |
| 9 | 13 | // phpcs:disable Universal.Files.SeparateFunctionsFromOO.Mixed -- TODO: Move classes to appropriately-named class files. |
| 10 | 14 | |
| 11 | 15 | /** |
| 12 | 16 | * Class Jetpack_Shortcode_Unavailable |
| 17 | + * | |
| 18 | + * @phan-constructor-used-for-side-effects | |
| 13 | 19 | */ |
| 14 | 20 | class Jetpack_Shortcode_Unavailable { |
| 15 | 21 | /** |
| 16 | 22 | * Shortcodes that are unavailable. |