Skip to content

Instantly share code, notes, and snippets.

@thartl
Created February 16, 2026 16:37
Show Gist options
  • Select an option

  • Save thartl/0a280ed905970b4002f73d9de4d522dc to your computer and use it in GitHub Desktop.

Select an option

Save thartl/0a280ed905970b4002f73d9de4d522dc to your computer and use it in GitHub Desktop.
<?php
add_action( 'wp_head', static function () {
echo '<script async src="https://cdn.jsdelivr.net/npm/es-module-shims@2.8.0/dist/es-module-shims.min.js"></script>' . "\n";
}, 0 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment