Deprecated: Automatic conversion of false to array is deprecated
-
When I install this plugin on my site using PHP 8.3 it shows the following:
Deprecated: Automatic conversion of false to array is deprecated in /wp-content/plugins/google-sitemap-generator/sitemap.php on line 443I changed line 443 to:
$updateUrlRules = get_option('sm_options', array());
Which sets the default value to an empty array so it does not return false if the option doesn’t exist.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.