Description
Filters the post delete link.
Occurrences
Filename | Line Number |
---|---|
wp-includes/link-template.php | 1591 |
Parameters
Type | Name | Description |
---|---|---|
string | $link | The delete link. |
int | $post_id | Post ID. |
bool | $force_delete | Whether to bypass the Trash and force deletion. Default false. |
PHP Doc
/**
* Filters the post delete link.
*
* @since 2.9.0
*
* @param string $link The delete link.
* @param int $post_id Post ID.
* @param bool $force_delete Whether to bypass the Trash and force deletion. Default false.
*/