jetpack_forms_log, content_destinations_dropped, author_unauthorized
jetpack_forms_log, content_destinations_dropped, author_unauthorized
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_forms_log, content_destinations_dropped, author_unauthorized') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-plugin.php line 2049
$form->attributes['postToUrl'] = array(); $form->attributes['salesforceData'] = null; /** This action is documented already in this file. */ do_action( 'jetpack_forms_log', 'content_destinations_dropped', 'author_unauthorized' ); return; } // Deprecate postToUrl, migrate to webhooks in case someone put it to work. if ( ! empty( $form->attributes['postToUrl'] ) ) { // webhooks should be a collection.