_WP_Editors::wp_fullscreen_html()public staticWP 3.2.0

Deprecated from version 4.3.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

Outputs the HTML for distraction-free writing mode.

Method of the class: _WP_Editors{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = _WP_Editors::wp_fullscreen_html();

Changelog

Since 3.2.0 Introduced.
Deprecated since 4.3.0

_WP_Editors::wp_fullscreen_html() code WP 6.8

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