Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/link-template.php | apply_filters | 1488 | /** * Filters the post edit link. * * @since 2.3.0 * * @param string $link The edit link. * @param int $post_id Post ID. * @param string $context The link context. If set to 'display' then ampersands * are encoded. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $link | The edit link. |
int | $post_id | Post ID. |
string | $context | The link context. If set to 'display' then ampersands |