do_action( ‘edit_link’, int $link_id )

In this article

Fires after a link was updated in the database.

Parameters

$link_idint
ID of the link that was updated.

Source

do_action( 'edit_link', $link_id );

Changelog

VersionDescription
2.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.