Warning: This function has been deprecated.

wp_dashboard_incoming_links_output() WordPress Function

wp_dashboard_incoming_links_output() is a function used to display incoming links on the WordPress Dashboard. It accepts two parameters: $args and $echo. The $args parameter is an array of arguments that control how the links are displayed. The $echo parameter determines whether the links are echoed to the screen or returned as a string.

wp_dashboard_incoming_links_output() #

Deprecated dashboard widget controls.


Source

File: wp-admin/includes/deprecated.php

function wp_dashboard_incoming_links_output() {}

Top ↑

Changelog

Changelog
VersionDescription
3.8.0This function has been deprecated.
2.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More