_WP_Editors::wp_fullscreen_html()

In this article

This method has been deprecated.

Outputs the HTML for distraction-free writing mode.

Source

public static function wp_fullscreen_html() {
	_deprecated_function( __FUNCTION__, '4.3.0' );
}

Changelog

VersionDescription
4.3.0This method has been deprecated.
3.2.0Introduced.

User Contributed Notes

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