favorite_actions()WP 2.7.0

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

Changelog

Since 2.7.0 Introduced.
Deprecated since 3.2.0 Use WP_Admin_Bar

favorite_actions() code WP 6.4.3

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