GC_Ajax_Upgrader_Skin::get_errors()

最后更新于:2021-11-26 09:12:52

GC_Ajax_Upgrader_Skin::get_errors()

Retrieves the list of errors.

响应

(GC_Error) Errors during an upgrade.

源文件

文件: gc-admin/includes/class-gc-ajax-upgrader-skin.php

	public function get_errors() {
		return $this->errors;
	}