Email

the wordpress logo on a purple background

Using WordPress ‘delete_link’ PHP action

​This article discusses how to use the WordPress `delete_link` PHP action to perform various tasks such as logging link deletions, sending email notifications, removing link-related metadata, preventing link deletion based…

the wordpress logo on a purple background

Using WordPress ‘delete_plugin’ PHP action

​This article discusses how to use the `delete_plugin` WordPress PHP action, which is fired immediately before a plugin deletion attempt. We explore various examples of using this action, such as…