On this page
apply_filters( 'widget_links_args', array $widget_links_args, array $instance )
Filters the arguments for the Links widget.
Description
See also
Parameters
$widget_links_argsarray-
An array of arguments to retrieve the links list.
$instancearray-
The settings for the particular instance of the widget.
Source
File: wp-includes/widgets/class-wp-widget-links.php. View all references
wp_list_bookmarks( apply_filters( 'widget_links_args', $widget_links_args, $instance ) );
Related
Used By
| Used By | Description |
|---|---|
| WP_Widget_Links::widget() wp-includes/widgets/class-wp-widget-links.php | Outputs the content for the current Links widget instance. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/widget_links_args