Home / Admin / WP Simple Pay: Disable Webhook Failed Notification
Duplicate Snippet

Embed Snippet on Your Site

WP Simple Pay: Disable Webhook Failed Notification

Disable alert bubbles when webhook events are not received.

Code Preview
php
<?php
/**
 * @link https://library.wpcode.com/snippet/m5yr6jod/
 */
add_filter( 'simpay_webhooks_check_received_events', '__return_false' );

Comments

Add a Comment