favorite_actions()

In this article

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

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

Changelog

VersionDescription
3.2.0Use WP_Admin_Bar
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.