This method has been deprecated.

_WP_Editors::wp_fullscreen_html()

Outputs the HTML for distraction-free writing mode.


Source

File: wp-includes/class-wp-editor.php

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


Changelog

Changelog
Version Description
WP-4.3.0 This method has been deprecated.
WP-3.2.0 Introduced. This method has been deprecated.