wp_dashboard_incoming_links

The timeline below displays how wordpress function wp_dashboard_incoming_links 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 widget controls.
 *
 * @since 2.7.0
 * @deprecated 3.8.0
 */
function wp_dashboard_incoming_links()
{
}

WordPress Version: 3.8

/**#@-*/
/**#@+
 * Deprecated dashboard widget controls.
 *
 * @since 2.7.0
 * @deprecated 3.8.0
 */
function wp_dashboard_incoming_links()
{
}

WordPress Version: 3.7

function wp_dashboard_incoming_links()
{
    wp_dashboard_cached_rss_widget('dashboard_incoming_links', 'wp_dashboard_incoming_links_output');
}