wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



widget_links_args › Hooks de Filtros WordPress

Desde4.4.0
Obsoleton/a
apply_filters( 'widget_links_args', $widget_links_args, $instance )
Parâmetros: (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
Definido em:
Codex:

Filters the arguments for the Links widget.





Fonte

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