PurpleTurtleCreative / purple-turtle-creative

Custom theme for the Purple Turtle Creative WordPress website.
https://purpleturtlecreative.com/
GNU General Public License v3.0
0 stars 0 forks source link

Upgrade setting scripts' loading strategy for defer and async #68

Closed MichelleBlanchette closed 1 year ago

MichelleBlanchette commented 1 year ago

The $args array parameter is now released in WordPress 6.3. I guess I'm supposed to use wp_script_add_data() to update the strategy of third-party scripts..?

https://make.wordpress.org/core/2023/07/14/registering-scripts-with-async-and-defer-attributes-in-wordpress-6-3/