| @@ -11,10 +11,16 @@ | ||
| 11 | 11 | * |
| 12 | 12 | * @package automattic/jetpack |
| 13 | 13 | */ |
| 14 | 14 | |
| 15 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 16 | + exit( 0 ); | |
| 17 | +} | |
| 18 | + | |
| 15 | 19 | /** |
| 16 | 20 | * Display Untappd data in posts and pages. |
| 21 | + * | |
| 22 | + * @phan-constructor-used-for-side-effects | |
| 17 | 23 | */ |
| 18 | 24 | class Jetpack_Untappd { |
| 19 | 25 | |
| 20 | 26 | /** |