[Plugin: Contact-Form-7: 3rd-Party Integration] How to interract with CF7 fields using hooks
-
Hi,
I try to interract with SugarCRM using 3rdparty service for Contact-Form-7.
In documentation, i found that I need to use Hooks. Ok, nice.
So I check the hooks option and now I have the following : add_filter(‘Cf73rdPartyIntegration_service_filter_post_5’, array(&$this, ‘YOUR_FILTER’), 10, 4);
I need to insert something to functions.php.But what and where ???
I found functions.php but I’m not sure is the good one.Does someone has an easy sample of using add_filter with function prototype, etc.
Thanks.
Regards,
s.edelhttps://www.ads-software.com/extend/plugins/contact-form-7-3rd-party-integration/
- The topic ‘[Plugin: Contact-Form-7: 3rd-Party Integration] How to interract with CF7 fields using hooks’ is closed to new replies.