You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gpep-edit-entry.php: Added new process_feeds parameter to process feeds when editing. Set to true to reprocess all feeds or use an array such as [ 'gravityformswebhooks' ] to reprocess specific feeds.
'delete_partial' => false, // Set this to false if you wish to preserve partial entries after an edit is submitted.
250
-
'refresh_token' => true, // Set this to true to generate a fresh Easy Passthrough token after updating an entry.
276
+
'refresh_token' => false, // Set this to true to generate a fresh Easy Passthrough token after updating an entry.
277
+
'process_feeds' => false, // Set this to true to process all feed addons on Edit Entry, or provide a comma separated list of addon slugs like 'gravityformsuserregistration', etc.
0 commit comments