comment_on_trash action Fires when a comment is attempted on a trashed post. To use comment_on_trash action, first you have to register it using add_action. You can write this code into functions.php of your activated theme or in a custom WordPress Plugin. We at Flipper Code, always prefer to create a custom WordPress Plugin while using […]