Required Trigger Settings

wpwhpro/settings/required_trigger_settings

Description:
This filter allows you to modify the required trigger settings. You can add your own none or update existing ones.

Parameter Type Description
$fields array

An array containing all of the available required trigger settings. For more information, please check the core/includes/classes/class-wp-webhooks-pro-settings.php file


return apply_filters('wpwhpro/settings/required_trigger_settings', $fields);

Updated on August 10, 2019

Was this article helpful?

Related Articles