jetpack_bump_stats_extras, jetpack_forms_webhook_request, $status

jetpack_bump_stats_extras, jetpack_forms_webhook_request, $status

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_bump_stats_extras, jetpack_forms_webhook_request, $status') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/service/class-form-webhooks.php line 169
    		 *
    		 * @param string $stat_group The stat group name.
    		 * @param string $status The status of the request: 'success', 'failed', or 'error'.
    		 */
    		do_action( 'jetpack_bump_stats_extras', 'jetpack_forms_webhook_request', $status );
    	}
    
    	/**
    	 * Check if an IP address is in a blocked range.
    	 *
    	 * @param string $ip The IP address to check.