Fires after a link was updated in the database.
Parameters
$link_id
int- ID of the link that was updated.
Source
do_action( 'edit_link', $link_id );
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
Fires after a link was updated in the database.
$link_id
intdo_action( 'edit_link', $link_id );
Version | Description |
---|---|
2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.