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' );
}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
| Version | Description |
|---|---|
| 4.3.0 | This method has been deprecated. |
| 3.2.0 | Introduced. |