Table of Contents
Description #
This filter returns the global notification feed data.
apply_filters('fluentform_global_notification_feed_' . $feed->meta_key, $feedData, $formId);
Usage #
add_filter('fluentform_global_notification_feed_' . $feed->meta_key, function($feed, $formId) {
return $feed;
},10,2);
Parameters #
- $status (boolean) Status
- $formID (int) Form ID
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in app/Services/Integrations/IntegrationManager.php