Home › Forums › Ultra Community › How-To and Troubleshooting › Bug with OneSignal › Reply To: Bug with OneSignal
January 5, 2019 at 2:41 pm
#11808

Jay W
Participant
I’m assuming I add uc-activity in here somewhere but I’m not sure where.
<?php
add_filter('onesignal_exclude_post', 'onesignal_exclude_post_filter', 10, 3);
function onesignal_exclude_post_filter($new_status, $old_status, $post) {
return false;
}