wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



widget_links_args › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'widget_links_args', $widget_links_args, $instance )
Parameter: (2)
  • (array) $widget_links_args An array of arguments to retrieve the links list.
    Erforderlich: Ja
  • (array) $instance The settings for the particular instance of the widget.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the arguments for the Links widget.





Quellcode

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