Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: get_edit_user_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
1637
1638      /**
1639       * Filters the user edit link.
1640       *
1641       * @since 3.5.0
1642       *
1643       * @param string $link    The edit link.
1644       * @param int    $user_id User ID.
1645       */
1646      return apply_filters( 'get_edit_user_link', $link, $user->ID );
1647 }
1648
1649 // Navigation links
1650
1651 /**
1652  * Retrieves the previous post that is adjacent to the current post.
1653  *
1654  * @since 1.5.0
1655  *