getPublisherHTML(); } /** * Attached to wpcf7_validate. Validates PlayThru result. */ function ayahcf7_validate($errors) { $ayah = ayah_load_library(); if ($ayah->scoreResult()) { return $errors; } else { global $CF7_ERROR_MESSAGE; $errors['valid'] = false; $errors['reason']['your-message'] = __($CF7_ERROR_MESSAGE, 'ayah'); return $errors; } } /** * Registers the AYAH tag with CF7. */ function ayahcf7_tag_generator() { // The third argument tells CF7 the id of the div in which we will display // HTML, and the fourth argument tells CF7 which function will display the // HTML. wpcf7_add_tag_generator('ayah', 'Are You A Human', 'ayahcf7-tag-pane', 'ayahcf7_tag_pane'); } /** * Displays the HTML of the tag pane in the CF7 Plugin */ function ayahcf7_tag_pane($contact_form) { ?>