View Categories

fluentform/api_success_log

Description  #

This filter checks the development environment status for logging the API calls.

apply_filters('fluentform/api_success_log', $isDev, $form, $feed)

Usage   #

add_filter('fluentform/api_success_log', function($isDev, $form, $feed){
  return $isDev;
}, 10, 3);

Parameters #

  • $isDev (array) Date formats
  • $form (object) Form Object
  • $feed (array) Form Feed

Placement #

This code should be placed in the functions.php file of your active theme.

Source Code #

This filter is located in FluentForm\App\Hooks\actions.php