This function has been deprecated. Use wp_editor() instead.
wp_quicktags()
Handles quicktags.
Description
See also
Source
File: wp-admin/includes/deprecated.php
function wp_quicktags() {
_deprecated_function( __FUNCTION__, 'WP-3.3.0', 'wp_editor()' );
}
Changelog
Version | Description |
---|---|
WP-3.3.0 | Introduced. Use wp_editor() |