WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about widget_links_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/widgets/class-wp-widget-links.php apply_filters 80 /**
* 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.
*/

Hook Parameters

Parameter 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.