WordPress Version: 4.4
/**
* Deprecated dashboard secondary control.
*
* @deprecated 3.8.0
*/
function wp_dashboard_secondary_control()
{
}
The timeline below displays how wordpress function wp_dashboard_secondary_control has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* Deprecated dashboard secondary control.
*
* @deprecated 3.8.0
*/
function wp_dashboard_secondary_control()
{
}
function wp_dashboard_secondary_control()
{
}
function wp_dashboard_secondary_control()
{
wp_dashboard_rss_control('dashboard_secondary');
}