jetpack_forms_log, submission_missing_jwt

jetpack_forms_log, submission_missing_jwt

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_forms_log, submission_missing_jwt') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-plugin.php line 1756
    			// Process the form
    			return $form->process_submission();
    		}
    		/** This action is documented already in this file. */
    		do_action( 'jetpack_forms_log', 'submission_missing_jwt' );
    
    		if ( $is_widget ) {
    			// It's a form embedded in a text widget
    			$this->current_widget_id = substr( $id, 7 ); // remove "widget-"
    			$widget_type             = implode( '-', array_slice( explode( '-', $this->current_widget_id ), 0, -1 ) ); // Remove trailing -#