wp_quicktags()

In this article

This function has been deprecated. Use wp_editor() instead.

Handles quicktags.

Description

See also

Source

function wp_quicktags() {
	_deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
}

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.