WP_Error::add_data()
Adds data to an error with the given code.
Welcome to the WPPaste WordPress Method index. This page contains a an alphabetically sorted list of methods that are available for use in WordPress. Each method has a brief description of what it does and how it can be used. To find out more about a particular method, simply click on the method name.
Adds data to an error with the given code.
Copies errors from one WP_Error instance to another.
Exports the errors in this object into the given one.
Retrieves all error data for an error code in the order in which the data was added.
Retrieves the first error code available.
Retrieves all error codes.
Retrieves the most recently added error data for an error code.
Gets a single error message.
Retrieves all error messages, or the error messages for the given error code.
Verifies if the instance contains errors.