Skip to content

Instantly share code, notes, and snippets.

@aimahdi
Created January 28, 2022 10:53
Show Gist options
  • Save aimahdi/e9ccfd94767298349e586d146b2c938c to your computer and use it in GitHub Desktop.
Save aimahdi/e9ccfd94767298349e586d146b2c938c to your computer and use it in GitHub Desktop.
add_filter('fluentform_entry_statuses_core', function ($statuses) {
$statuses['important'] = 'Important';
return $statuses;
}, 10, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment