<?php
define( 'DISABLE_JETPACK_WAF', false );
if ( defined( 'DISABLE_JETPACK_WAF' ) && DISABLE_JETPACK_WAF ) return;
define( 'JETPACK_WAF_MODE', 'normal' );
define( 'JETPACK_WAF_SHARE_DATA', '1' );
define( 'JETPACK_WAF_SHARE_DEBUG_DATA', false );
define( 'JETPACK_WAF_DIR', '/home/hmhc3928/public_html/_ces/wp-content/jetpack-waf' );
define( 'JETPACK_WAF_WPCONFIG', '/home/hmhc3928/public_html/_ces/wp-content/../wp-config.php' );
require_once '/home/hmhc3928/public_html/_ces/wp-content/plugins/jetpack/vendor/autoload.php';
Automattic\Jetpack\Waf\Waf_Runner::initialize();