Created
February 16, 2026 16:37
-
-
Save thartl/0a280ed905970b4002f73d9de4d522dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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