How to add a function for custom Expressions?
If you reach the limit of the module you maybe want to extend the features with PHP. The easiest way is to add your own function to custom expressions. Create a new file inside modules/Workflow2/extends/functions/ with the filename <individual>.inc.php All functions with the nameprefix wf_ you define in this file, will be available during custom…