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() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.8.0 | This function has been deprecated. |
2.5.0 | Introduced. |