Deprecated Errors
-
After upgrading to PHP 8.3 I see more than 35 Deprecated Errors for WP User Manager with the message saying:
1. Creation of dynamic property WPUM\Carbon_Fields\Container\User_Meta_Container::$id is deprecated2. Calling get_class() without arguments is deprecated3. Return type of WPUM\Carbon_Fields\Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice and some other messages.
Is it possible to look into this issue?
Thank you very much for your great work.
The topic ‘Deprecated Errors’ is closed to new replies.