Skip to content

Instantly share code, notes, and snippets.

@manutheblacker
Created July 7, 2021 04:19
Show Gist options
  • Save manutheblacker/e44b80ec1ba2459842190fdbd3b32ce1 to your computer and use it in GitHub Desktop.
Save manutheblacker/e44b80ec1ba2459842190fdbd3b32ce1 to your computer and use it in GitHub Desktop.
/**
this filter take in parameter data who is an object build like this :
data = {
api_choosed : your_sms_gateway_name,
first_api_key : your_first_sms_gateway_api_key,
second_api_key : your_second_sms_gateway_api_key
}; **/
wp.hooks.addFilter( 'woo_usn_save_gateways_data', data );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment