apply_filters( 'widget_links_args', array $widget_links_args , array $instance )
Filters the arguments for the Links widget.
Description
See also
Parameters
- $widget_links_args
-
An array of arguments to retrieve the links list.
- $instance
-
The settings for the particular instance of the widget.
Source
Changelog
Version | Description |
---|---|
WP-4.4.0 | Added the $instance parameter. |
WP-2.6.0 | Introduced. |