favorite_actions

Advertisement

Deprecated Deprecated

This function has been deprecated. Use WP_Admin_Bar() instead.

Summery Summery

Favorite actions were deprecated in version 3.2. Use the admin bar instead.

Syntax Syntax

favorite_actions()

Source Source

File: wp-admin/includes/deprecated.php

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

Advertisement

Changelog Changelog

Changelog
Version Description
3.2.0 Use WP_Admin_Bar
2.7.0 Introduced.

See also See also

Advertisement

Leave a Reply