Filter hook 'dashboard_primary_feed'

in WP Core File wp-admin/includes/dashboard.php at line 1551

Description

Filters the primary feed URL for the 'WordPress Events and News' dashboard widget.

Occurrences

Filename Line Number
wp-admin/includes/dashboard.php 1551

Parameters

Type Name Description
string $url The widget's primary feed URL.

PHP Doc

/**
			 * Filters the primary feed URL for the 'WordPress Events and News' dashboard widget.
			 *
			 * @since 2.3.0
			 *
			 * @param string $url The widget's primary feed URL.
			 */