apply_filters( 'widget_links_args', array $widget_links_args, array $instance )

Filters the arguments for the Links widget.


Description Description

See also See also


Top ↑

Parameters Parameters

$widget_links_args

(array) An array of arguments to retrieve the links list.

$instance

(array) The settings for the particular instance of the widget.


Top ↑

Source Source

File: wp-includes/widgets/class-wp-widget-links.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Added the $instance parameter.
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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