WP_Upgrader_Skin::header()

In this article

Source

public function header() {
	if ( $this->done_header ) {
		return;
	}
	$this->done_header = true;
	echo '<div class="wrap">';
	echo '<h1>' . $this->options['title'] . '</h1>';
}

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

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