wp_quicktags()
Deprecated since 3.3.0. It is no longer supported and may be removed in future releases. Use wp_editor() instead.
Handles quicktags.
No Hooks.
Returns
null. Nothing (null).
Usage
wp_quicktags();
Notes
- See: wp_editor()
Changelog
| Deprecated since 3.3.0 | Use wp_editor() |
wp_quicktags() wp quicktags code WP 7.0
function wp_quicktags() {
_deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
}