WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/remove editor styles

Description

Removes all visual editor stylesheets.

Usage

<?php remove_editor_styles() ?>

Parameters

None.

Return Values

(boolean) 
True on success, false if there were no stylesheets to remove.

Examples

Notes

Change Log

Since: 3.1.0

Source File

remove_editor_styles() is located in /wp-includes/theme.php.

Related

See also index of Function Reference and index of Template Tags.