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.

WordPress Version: 4.4

/**
 * Deprecated dashboard secondary control.
 *
 * @deprecated 3.8.0
 */
function wp_dashboard_secondary_control()
{
}

WordPress Version: 3.8

function wp_dashboard_secondary_control()
{
}

WordPress Version: 3.7

function wp_dashboard_secondary_control()
{
    wp_dashboard_rss_control('dashboard_secondary');
}