Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Admin_Profile::merge_llms_fields_errors( WP_Error $errors )
Merge llms fields errors into the passed WP_Error
Description Description
Parameters Parameters
- $errors
-
(Required) Instance of WP_Error, passed by reference.
Return Return
(void)
Source Source
File: includes/admin/class-llms-admin-profile.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |