Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: edit_comment_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
1323      /**
1324       * Filter the comment edit link anchor tag.
1325       *
1326       * @since 2.3.0
1327       *
1328       * @param string $link       Anchor tag for the edit link.
1329       * @param int    $comment_id Comment ID.
1330       * @param string $text       Anchor text.
1331       */
1332      echo $before . apply_filters( 'edit_comment_link', $link, $comment->comment_ID, $text ) . $after;
1333 }
1334
1335 /**
1336  * Display edit bookmark (literally a URL external to blog) link.
1337  *
1338  * @since 2.7.0
1339  *
1340  * @param int $link Optional. Bookmark ID.
1341  * @return string The edit bookmark link URL.