Table of Contents
Description #
This filter returns dashboard notices.
apply_filters('fluentform_dashboard_notices', $arrray);
Usage #
add_filter('fluentform_dashboard_notices', function($arrray){
return $array;
}, 10, 1);
Parameters #
- $array (array) Notices
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in resources/views/admin/all_entries.php