Need help? Our team is just a message away
'; public $response; public $consent_message; public $consent_enabled = 'no'; public function __construct() { $this->response = esc_html__( 'Write a response', 'wp-whatsapp-chat' ); $this->consent_message = esc_html__( 'I accept cookies and privacy policy.', 'wp-whatsapp-chat' ); } }