• Resolved revivaltech

    (@revivaltech)


    DeprecatedReturn type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice1+wp-includes/Requests/Cookie/Jar.php:63Plugin: convertkit-for-woocommerceDeprecatedReturn type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice1+wp-includes/Requests/Cookie/Jar.php:73Plugin: convertkit-for-woocommerceDeprecatedReturn type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice1+wp-includes/Requests/Cookie/Jar.php:89Plugin: convertkit-for-woocommerceDeprecatedReturn type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice1+wp-includes/Requests/Cookie/Jar.php:102Plugin: convertkit-for-woocommerceDeprecatedReturn type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice1+wp-includes/Requests/Cookie/Jar.php:111Plugin: convertkit-for-woocommerceDeprecatedReturn type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice1+wp-includes/Requests/Utility/CaseInsensitiveDictionary.php:40Plugin: convertkit-for-woocommerceDeprecatedReturn type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice1+wp-includes/Requests/Utility/CaseInsensitiveDictionary.php:51Plugin: convertkit-for-woocommerceDeprecatedReturn type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice1+wp-includes/Requests/Utility/CaseInsensitiveDictionary.php:68Plugin: convertkit-for-woocommerceDeprecatedReturn type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice1+wp-includes/Requests/Utility/CaseInsensitiveDictionary.php:82Plugin: convertkit-for-woocommerceDeprecatedReturn type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice1+wp-includes/Requests/Utility/CaseInsensitiveDictionary.php:91Plugin: convertkit-for-woocommerce

    from query monitor

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ConvertKit

    (@convertkit)

    That’s a core WordPress issue, not a Plugin bug, set for resolution in WordPress 6.2: https://core.trac.wordpress.org/ticket/54504

    Note your error log emits this error from WordPress’ core (my bold for emphasis):

    DeprecatedReturn type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice1+wp-includes/Requests/Cookie/Jar.php:63

    Thread Starter revivaltech

    (@revivaltech)

    Ooooh ok ok. So this part, Plugin: convertkit-for-woocommerce, is saying woocom-convertkit is calling for it, but it’s core wp wp-includes file issue? That’s what you’re saying right?

    Plugin Author ConvertKit

    (@convertkit)

    Correct. The ConvertKit for WooCommerce Plugin uses WordPress core wp_remote_get() and wp_remote_post() functions.

    In turn, those functions use the Requests library, provided as part of WordPress, which outputs the deprecated notices when used on PHP 8.1 or higher.

    We don’t control updating of these specific functions or libraries, which is why it’s logged as a core WordPress issue, set for resolution in WordPress 6.2: https://core.trac.wordpress.org/ticket/54504

    Thread Starter revivaltech

    (@revivaltech)

    Ahhhhh, ok sweet. Thanks for the info!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘When are the depreciated php updates being released?’ is closed to new replies.