Filters the post edit link.
$linkstring$post_idint$contextstringwp-includes/link-template.php:1498get_edit_post_link() * * @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. */ return apply_filters( 'get_edit_post_link', $link, $post->ID, $context );} /** * Displays the edit post link for post. * * @since 1.0.0Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.