Title: Problem With WordPress 6.3
Last modified: December 11, 2023

---

# Problem With WordPress 6.3

 *  Resolved [samuel88](https://wordpress.org/support/users/samuel88/)
 * (@samuel88)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/problem-with-wordpress-6-3/)
 * With WordPress 6.3 change of wp_register_script and $args param.
 *     ```wp-block-code
       wp_register_script('remote_sdk', 'https://cdn.onesignal.com/sdks/OneSignalSDK.js#asyncload', array(), false, true);
       ```
   
 * Must be change to
 *     ```wp-block-code
       wp_register_script('remote_sdk', 'https://cdn.onesignal.com/sdks/OneSignalSDK.js', array(), false, ['in_footer' => true, 'strategy' => 'async']);
       ```
   
 * because with old version the script tag fails with 404 error, because composed
   script tag was wrong
 *     ```wp-block-code
       src="https://cdn.onesignal.com/sdks/OneSignalSDK.js' async='async"
       ```
   

The topic ‘Problem With WordPress 6.3’ is closed to new replies.

 * ![](https://ps.w.org/onesignal-free-web-push-notifications/assets/icon.svg?rev
   =3003897)
 * [OneSignal - Web Push Notifications](https://wordpress.org/plugins/onesignal-free-web-push-notifications/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/onesignal-free-web-push-notifications/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/onesignal-free-web-push-notifications/)
 * [Active Topics](https://wordpress.org/support/plugin/onesignal-free-web-push-notifications/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/onesignal-free-web-push-notifications/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/onesignal-free-web-push-notifications/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [samuel88](https://wordpress.org/support/users/samuel88/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/problem-with-wordpress-6-3/)
 * Status: resolved