View Categories

fluentform/dashboard_notices

Description  #

This filter returns dashboard notices.

apply_filters('fluentform/dashboard_notices', $arrray);

Usage   #

add_filter('fluentform/dashboard_notices', function($array) {
  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 FluentForm\app\views\admin\all_entries.php