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
See also
Source
File: wp-admin/includes/deprecated.php
function favorite_actions() { _deprecated_function( __FUNCTION__, '3.2.0', 'WP_Admin_Bar' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.2.0 | Use WP_Admin_Bar |
2.7.0 | Introduced. |