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

Top ↑

See also


Top ↑

Source

File: wp-admin/includes/deprecated.php

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


Top ↑

Changelog

Changelog
VersionDescription
3.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.