Warning: This function has been deprecated. Use WP_Admin_Bar() instead.

favorite_actions() WordPress Function

The favorite_actions() function is one of the most useful functions in WordPress. It allows you to add, remove, and manage your favorite actions in the WordPress admin area.

favorite_actions() #

Favorite actions were deprecated in version 3.2. Use the admin bar instead.


Description

Top ↑

See also


Top ↑

Source

File: wp-admin/includes/deprecated.php

function favorite_actions() {
	_deprecated_function( __FUNCTION__, '3.2.0', 'WP_Admin_Bar' );
}


Top ↑

Changelog

Changelog
VersionDescription
3.2.0Use WP_Admin_Bar
2.7.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.

Show More