Hey Guys….I have a stupid question.
Is this correct for commenting this out since it’s PHP:
public function get_inner_disclose_text() <?{
return sprintf( __( ‘By submitting this form, you are granting: %s, permission to email you. You may unsubscribe via the link found at the bottom of every email. (See our Email Privacy Policy (https://constantcontact.com/legal/privacy-statement) for details.) Emails are serviced by Constant Contact.’, ‘constant-contact-forms’ ), $this->plugin->api->get_disclosure_info() );
}?>
Thanks!