bobbingwide / genesis-a2z

Genesis child theme for WP-a2z.org
GNU General Public License v2.0
0 stars 0 forks source link

Add logic to disable Jetpack contact form on jetpack.wp-a2z.org #16

Open bobbingwide opened 5 years ago

bobbingwide commented 5 years ago

The sample contact forms required to produce examples of Jetpacks form fields should work but do nothing .

Requirement

Proposed solution

Notes: Returning true to jetpack_contact_form_is_spam doesn't work as a short circuit. How about returning a wp_error!

bobbingwide commented 5 years ago

Returning a WP_Error seems to work as follows: