Warning: This method has been deprecated.

_WP_Editors::wp_fullscreen_html()

Outputs the HTML for distraction-free writing mode.


Description Description


Source Source

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

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

Top ↑

Changelog Changelog

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


Top ↑

User Contributed Notes User Contributed Notes

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