WP_Upgrader_Skin::set_result( string|bool|WP_Error $result )

In this article

Sets the result of an upgrade.

Parameters

$resultstring|bool|WP_Errorrequired
The result of an upgrade.

Source

public function set_result( $result ) {
	$this->result = $result;
}

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

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