Filters the post edit link anchor tag.
$linkstring
$post_idint
$textstring
echo $before . apply_filters( 'edit_post_link', $link, $post->ID, $text ) . $after;
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/edit_post_link