• Deprecated: Google\Site_Kit\Core\Authentication\Clients\Google_Site_Kit_Client::authorize(): Implicitly marking parameter $http as nullable is deprecated, the explicit nullable type must be used instead in /home/user1/web/example.nl/public_html/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Google_Site_Kit_Client.php on line 99

    Deprecated: Google\Site_Kit\Core\Authentication\Clients\Google_Site_Kit_Client::fetchAuthToken(): Implicitly marking parameter $http_handler as nullable is deprecated, the explicit nullable type must be used instead in /home/user1/web/example.nl/public_html/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Google_Site_Kit_Client.php on line 260

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support James Osborne

    (@jamesosborne)

    Thanks for reaching out @christof15, and highlighting this warning.

    It’s not uncommon to encounter such deprecation warnings if using PHP 8.4, however, these don’t impact any standard Site Kit functionality. Many such warnings may even be coming from WordPress core, despite appearing to be Site Kit specific. You’ll see that PHP 8.4 remains in beta support from reviewing the below official ww.wp.xz.cn guide:
    https://make.ww.wp.xz.cn/core/handbook/references/php-compatibility-and-wordpress-versions/

    While we do review the plugin to ensure compatibility with the latest versions, we also have some external libraries in use that can also trigger such warnings if these libraries don’t explicitly provide full support for PHP 8.4, and we also must consider support for older PHP versions, many of which users have active.

    I also went ahead and created a GitHub issue for the team to review based on your topic:
    https://github.com/google/site-kit-wp/issues/10719

    I’ll make the team aware of this. In the meantime, if you find any unusual behavior, or something not working as expected based on PHP8.4, do let me know. Thank you.

    Plugin Support James Osborne

    (@jamesosborne)

    Just to let you know that we are making changes to the plugin to ensure this deprecation error no longer exists. Many thanks for reporting this.

    I’ll keep you updates once this update is live. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Deprecated warnings on PHP 8.4’ is closed to new replies.