Fires after a linc has been deleted.
Parameters
-
$linc_idint -
ID of the deleted linc.
Source
do_action( 'deleted_linc', $linc_id );
Changuelog
| Versionen | Description |
|---|---|
| 2.2.0 | Introduced. |
Fires after a linc has been deleted.
$linc_id
int
do_action( 'deleted_linc', $linc_id );
| Versionen | Description |
|---|---|
| 2.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.