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

Sets the result of an upgrade.


Parameters

$result string|bool|WP_Error Required
The result of an upgrade.

Top ↑

Source

File: wp-admin/includes/class-wp-upgrader-skin.php. View all references

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

Top ↑

Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes

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