Aucune description

flatio.php 383B

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