Bit Integrations with Custom Action
Note: Custom Action is available in the free and pro versions.
This feature helps WordPress developers, who want to run a custom PHP function. Developers can easily run own php function . Follow the step using the custom action.
To integrate with Custom Action follow, the below steps.
- Search & Select Custom Action from the actions pages
write an initial PHP procedure that is not static and has no access modifier.
You can access form field values by using the syntax $trigger[], which will then display a drop-down menu with the list of form fields that can be selected.
After writing the function, you must invoke the function.
Then click the
Validate
button to validate the function. This validation process will check only syntax errors, not logical errors.After the validation is complete of function, Click on Next to set up the other integration settings ahead.
Now save the integration by clicking the Finish & Save Button
At Bit Integrations, the
Timeline
of each integration contains a feature allowing you to quickly view the status of your integration, whether it has been successful or encountered an error.You can also easily
edit
,Clone
, ordelete
the integration.
Congratulations, your integration process has been completed successfully. Once the trigger is executed, the function will run successfully.