Sets the result of an upgrade.
Parameters
$result
string|bool|WP_Errorrequired- The result of an upgrade.
Source
public function set_result( $result ) {
$this->result = $result;
}
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
Sets the result of an upgrade.
$result
string|bool|WP_Errorrequiredpublic function set_result( $result ) {
$this->result = $result;
}
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.