Ultimate Member Real-time Notifications, 풋터의 알림 버튼 비활성화

<?php 
add_action( 'init', function() {
       remove_action( 'wp_footer', 'um_notification_show_feed', 99999999999 );
} );