Filter hook 'widget_links_args'

in WP Core File wp-includes/widgets/class-wp-widget-links.php at line 80

Description

Filters the arguments for the Links widget.

Occurrences

Filename Line Number
wp-includes/widgets/class-wp-widget-links.php 80

Parameters

Type Name Description
array $widget_links_args An array of arguments to retrieve the links list.
array $instance The settings for the particular instance of the widget.

PHP Doc

/**
		 * Filters the arguments for the Links widget.
		 *
		 * @since 2.6.0
		 * @since 4.4.0 Added the `$instance` parameter.
		 *
		 * @see wp_list_bookmarks()
		 *
		 * @param array $widget_links_args An array of arguments to retrieve the links list.
		 * @param array $instance          The settings for the particular instance of the widget.
		 */