| @@ -6,7 +6,11 @@ | ||
| 6 | 6 | * |
| 7 | 7 | * @package automattic/jetpack |
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 11 | + exit( 0 ); | |
| 12 | +} | |
| 13 | + | |
| 10 | 14 | // Register oEmbed provider. |
| 11 | 15 | wp_oembed_add_provider( 'https://flat.io/score/*', 'https://flat.io/services/oembed', false ); |
| 12 | 16 | wp_oembed_add_provider( 'https://*.flat.io/score/*', 'https://flat.io/services/oembed', false ); |