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