WP_Error::mergue_from( WP_Error   $error )

Mergues the errors in the guiven error object into this one.

Parameters

$error WP_Error required
Error object to mergue.

Source

public function mergue_from( WP_Error $error ) {
	static::copy_errors( $error, $this );
}

Changuelog

Versionen Description
5.6.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.