I have a form in Wordpress (contact form 7), when the user submits, I need to generate a json with the fields and send it to an external API. I needed to use with class:
<?php
if ( !defined( 'ABSPATH' ) ) exit;
if ( !class_exists( 'CHN' )...
asked by
14.06.2018 / 18:18