You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to PHP 8.3 I see more than 35 Deprecated Errors for WP User Manager with the message such as:
Creation of dynamic property WPUM\Carbon_Fields\Container\User_Meta_Container::$id is deprecated
Calling get_class() without arguments is deprecated
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
We need to see if we can update Carbon Fields safely or patch these issues during our build process
The text was updated successfully, but these errors were encountered:
After upgrading to PHP 8.3 I see more than 35 Deprecated Errors for WP User Manager with the message such as:
We need to see if we can update Carbon Fields safely or patch these issues during our build process
The text was updated successfully, but these errors were encountered: