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