favorite_actions()
Deprecated from version 3.2.0. It is no longer supported and can 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.
Return
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.6.2
function favorite_actions() { _deprecated_function( __FUNCTION__, '3.2.0', 'WP_Admin_Bar' ); }