Warning: This method has been deprecated.

_WP_Editors::wp_fullscreen_html() WordPress Method

The WP_Editors::wp_fullscreen_html() method is used to generate the HTML for the WordPress fullscreen editor. This editor is used to create and edit posts and pages in fullscreen mode. It is a powerful editor that allows you to see your content in a distraction-free environment.

_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__, '4.3.0' );
	}


Top ↑

Changelog

Changelog
VersionDescription
4.3.0This method has been deprecated.
3.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.