favorite_actions() – Favorite actions were deprecated in version 3.2. Use the admin bar instead.

You appear to be a bot. Output may be restricted

Description

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

Usage

favorite_actions();

Parameters

Returns

void

Source

File name: wordpress/wp-admin/includes/deprecated.php
Lines:

1 to 3 of 3
function favorite_actions() {
  _deprecated_function( favorite_actions, '3.2.0', 'WP_Admin_Bar' );
}
 

 View on GitHub View on Trac