Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: dashboard_primary_link

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
1066           'news' => array(
1067
1068                /**
1069                 * Filter the primary link URL for the 'WordPress News' dashboard widget.
1070                 *
1071                 * @since 2.5.0
1072                 *
1073                 * @param string $link The widget's primary link URL.
1074                 */
1075                'link' => apply_filters( 'dashboard_primary_link', __( 'https://wordpress.org/news/' ) ),
1076
1077                /**
1078                 * Filter the primary feed URL for the 'WordPress News' dashboard widget.
1079                 *
1080                 * @since 2.3.0
1081                 *
1082                 * @param string $url The widget's primary feed URL.
1083                 */
1084                'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/news/feed/' ) ),