wpseek.com
A WordPress-centric search engine for devs and theme authors



widget_links_args › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'widget_links_args', $widget_links_args, $instance )
Parameters: (2)
  • (array) $widget_links_args An array of arguments to retrieve the links list.
    Required: Yes
  • (array) $instance The settings for the particular instance of the widget.
    Required: Yes
Defined at:
Codex:

Filters the arguments for the Links widget.





Source

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