Merges the errors in the given error object into this one.
Parameters
$error
WP_Errorrequired- Error object to merge.
Source
public function merge_from( WP_Error $error ) {
static::copy_errors( $error, $this );
}
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.