GC_Error::merge_from()
最后更新于:2021-11-27 14:44:45
GC_Error::merge_from( GC_Error$error)Merges the errors in the given error object into this one.
参数
- $error
-
(GC_Error) (Required) Error object to merge.
源文件
文件: gc-includes/class-gc-error.php
public function merge_from( GC_Error $error ) {
static::copy_errors( $error, $this );
}