Hello, I see there is an WP_Error class, but I do not want to report fatal errors and stop the flow of the request. If what my plugin is doing fails, I want to inform the user, but NOT stop the request.
How can I get a message back to the user after all is said and done. My plugin is working on the publish_* and delete_* hooks. Thanks