widget_links_args

Advertisement

Summery Summery

Filters the arguments for the Links widget.

Syntax Syntax

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

Parameters Parameters

$widget_links_args

An array of arguments to retrieve the links list.

$instance

The settings for the particular instance of the widget.

Source Source

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

Advertisement

Changelog Changelog

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

See also See also

Advertisement

Leave a Reply