favorite_actions()
Deprecated since 3.2.0. It is no longer supported and may be removed in future releases. Use WP_Admin_Bar instead.
Favorite actions were deprecated in version 3.2. Use the admin bar instead.
No Hooks.
Returns
null. Nothing (null).
Usage
favorite_actions();
Notes
- See: WP_Admin_Bar
Changelog
| Since 2.7.0 | Introduced. |
| Deprecated since 3.2.0 | Use WP_Admin_Bar |
favorite_actions() favorite actions code WP 6.8.3
function favorite_actions() {
_deprecated_function( __FUNCTION__, '3.2.0', 'WP_Admin_Bar' );
}