| @@ -8,8 +8,12 @@ | ||
| 8 | 8 | namespace Automattic\Jetpack\Third_Party; |
| 9 | 9 | |
| 10 | 10 | use Automattic\Jetpack\Constants; |
| 11 | 11 | |
| 12 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 13 | + exit( 0 ); | |
| 14 | +} | |
| 15 | + | |
| 12 | 16 | /** |
| 13 | 17 | * Class Automattic\Jetpack\Third_Party\Domain_Mapping. |
| 14 | 18 | * |
| 15 | 19 | * This class contains methods that are used to provide compatibility between Jetpack sync and domain mapping plugins. |