wp_dashboard_incoming_links_control

The timeline below displays how wordpress function wp_dashboard_incoming_links_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 incoming links control.
 *
 * @deprecated 3.8.0
 */
function wp_dashboard_incoming_links_control()
{
}

WordPress Version: 3.8

function wp_dashboard_incoming_links_control()
{
}

WordPress Version: 3.7

function wp_dashboard_incoming_links_control()
{
    wp_dashboard_rss_control('dashboard_incoming_links', array('title' => false, 'show_summary' => false, 'show_author' => false));
}