Deprecated Function WP_Scripts::print_inline_script in WordPress 6.3.0

I’m currently developing a WordPress website and encountering the following error message when running my code:

HP Deprecated: Function WP_Scripts::print_inline_script is <strong>deprecated</strong> since version 6.3.0! Use WP_Scripts::get_inline_script_data() or WP_Scripts::get_inline_script_tag() instead. in C:laragon-8laragonwwwdev-myprojectswp-includesfunctions.php on line 5453

I’m unsure about how to handle this deprecation warning. I’ve tried looking into the WordPress documentation for information, but I’m still confused. Could someone please guide me on how to address this issue?

  • I’ve searched the WordPress documentation for this error.
  • I’ve attempted to find solutions through search engines, but haven’t come across a suitable answer.