_WP_Editors::wp_fullscreen_html
Deprecated since 4.3.0. It is no longer supported and may 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.
Returns
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() WP Editors::wp fullscreen html code WP 7.0
public static function wp_fullscreen_html() {
_deprecated_function( __FUNCTION__, '4.3.0' );
}