Filters the post edit link anchor tag.
$linkstring$post_idint$textstringwp-includes/link-template.php:1542edit_post_link() * @since 2.3.0 * * @param string $link Anchor tag for the edit link. * @param int $post_id Post ID. * @param string $text Anchor text. */ echo $before . apply_filters( 'edit_post_link', $link, $post->ID, $text ) . $after;} /** * Retrieves the delete posts link for post. * * Can be used within the WordPress loop or outside of it, with any post type.Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.