| @@ -5,8 +5,12 @@ | ||
| 5 | 5 | * |
| 6 | 6 | * @package automattic/jetpack |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 10 | + exit( 0 ); | |
| 11 | +} | |
| 12 | + | |
| 9 | 13 | if ( isset( $GLOBALS['bitly'] ) ) { |
| 10 | 14 | if ( method_exists( $GLOBALS['bitly'], 'og_tags' ) ) { |
| 11 | 15 | remove_action( 'wp_head', array( $GLOBALS['bitly'], 'og_tags' ) ); |
| 12 | 16 | } |