wp-user-manager
wp-user-manager copied to clipboard
PHP 8.3 warnings
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
https://wordpress.org/support/topic/deprecated-errors-13/