• Resolved jayharland

    (@jayharland)


    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 443

    I 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.

    • This topic was modified 3 months, 1 week ago by jayharland.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.