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

wp_list_bookmarks( apply_filters( 'widget_links_args', $widget_links_args, $instance ) );

Changelog

VersionDescription
4.4.0Added the $instance parameter.
2.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.