flatio.php 346 B

1234567891011
  1. <?php
  2. /*
  3. * Flat.io embed
  4. *
  5. * example URL: https://flat.io/score/5a5268ed41396318cbd7772c-string-quartet-for-rainy-days
  6. */
  7. // Register oEmbed provider
  8. wp_oembed_add_provider( 'https://flat.io/score/*', 'https://flat.io/services/oembed', false );
  9. wp_oembed_add_provider( 'https://*.flat.io/score/*', 'https://flat.io/services/oembed', false );