Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
0.00% |
0 / 4 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
||
| 1 | <?php |
| 2 | /** |
| 3 | * Flat.io embed |
| 4 | * |
| 5 | * Example URL: https://flat.io/score/5a5268ed41396318cbd7772c-string-quartet-for-rainy-days |
| 6 | * |
| 7 | * @package automattic/jetpack |
| 8 | */ |
| 9 | |
| 10 | if ( ! defined( 'ABSPATH' ) ) { |
| 11 | exit( 0 ); |
| 12 | } |
| 13 | |
| 14 | // Register oEmbed provider. |
| 15 | wp_oembed_add_provider( 'https://flat.io/score/*', 'https://flat.io/services/oembed', false ); |
| 16 | wp_oembed_add_provider( 'https://*.flat.io/score/*', 'https://flat.io/services/oembed', false ); |