Skip to main content

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.

  1. Search & Select Custom Action from the actions pages
  1. write an initial PHP procedure that is not static and has no access modifier.

  2. 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.

  3. After writing the function, you must invoke the function.

  4. Then click the Validate button to validate the function. This validation process will check only syntax errors, not logical errors.

  5. After the validation is complete of function, Click on Next to set up the other integration settings ahead.

  6. Now save the integration by clicking the Finish & Save Button

  1. 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.

  2. You can also easily edit, Clone, or delete the integration.

Congratulations, your integration process has been completed successfully. Once the trigger is executed, the function will run successfully.

Loading...