On this page
favorite_actions()
This function has been deprecated. Use WP_Admin_Bar() instead.
Favorite actions were deprecated in version 3.2. Use the admin bar instead.
Description
See also
Source
File: wp-admin/includes/deprecated.php. View all references
function favorite_actions() {
_deprecated_function( __FUNCTION__, '3.2.0', 'WP_Admin_Bar' );
}
Related
Uses
| Uses | Description |
|---|---|
| _deprecated_function() wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
Changelog
| Version | Description |
|---|---|
| 3.2.0 | Use WP_Admin_Bar |
| 2.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/favorite_actions