| 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 |
// Register oEmbed provider. |
| 11 |
wp_oembed_add_provider( 'https://flat.io/score/*', 'https://flat.io/services/oembed', false ); |
| 12 |
wp_oembed_add_provider( 'https://*.flat.io/score/*', 'https://flat.io/services/oembed', false ); |
| 13 |
|