Warning: This function has been deprecated. Use wp_editor() instead.
wp_quicktags() WordPress Function
The wp_quicktags() function is used to create HTML buttons for the quicktags toolbar. Quicktags are simple HTML tags that can be used to style your content. The quicktags toolbar allows you to quickly and easily insert these tags into your content.
wp_quicktags() #
Handles quicktags.
Description
See also
Source
File: wp-admin/includes/deprecated.php
function wp_quicktags() { _deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |