PHP 8.1 Deprecated Notices
-
Hi,
Just wanted to report the following Deprecated Notices that I’m seeing on PHP 8.1.13, you can see them with Query Monitor by just heading to the /wp-admin dashboard area.
Notice #1
Level: Deprecated
Message: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
Location:
strpos() wp-includes/functions.php:7022
wp_is_stream() wp-includes/functions.php:2155
wp_normalize_path() wp-includes/plugin.php:768
plugin_basename() wp-admin/includes/plugin.php:1405
add_submenu_page() wp-content/plugins/wp-cloudflare-page-cache/libs/html_cache.class.php:41
SWCFPC_Html_Cache->add_admin_menu_pages() wp-includes/class-wp-hook.php:308
do_action('admin_menu') wp-admin/includes/menu.php:155
Component: Plugin: wp-cloudflare-page-cache
Notice #2
Level: Deprecated
Message: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
Location:
str_replace() wp-includes/functions.php:2162
wp_normalize_path() wp-includes/plugin.php:768
plugin_basename() wp-admin/includes/plugin.php:1405
add_submenu_page() wp-content/plugins/wp-cloudflare-page-cache/libs/html_cache.class.php:41
SWCFPC_Html_Cache->add_admin_menu_pages() wp-includes/class-wp-hook.php:308
do_action('admin_menu') wp-admin/includes/menu.php:155
Component: Plugin: wp-cloudflare-page-cache
Kind regards,
Jaime.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘PHP 8.1 Deprecated Notices’ is closed to new replies.