Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: dashboard_secondary_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
1526           'planet' => array(
1527
1528                /**
1529                 * Filters the secondary link URL for the 'WordPress Events and News' dashboard widget.
1530                 *
1531                 * @since 2.3.0
1532                 *
1533                 * @param string $link The widget's secondary link URL.
1534                 */
1535                'link'         => apply_filters( 'dashboard_secondary_link', __( 'https://planet.wordpress.org/' ) ),
1536
1537                /**
1538                 * Filters the secondary feed URL for the 'WordPress Events and News' dashboard widget.
1539                 *
1540                 * @since 2.3.0
1541                 *
1542                 * @param string $url The widget's secondary feed URL.
1543                 */
1544                'url'          => apply_filters( 'dashboard_secondary_feed', __( 'https://planet.wordpress.org/feed/' ) ),