jetpack_forms_log, webhook_skipped, method_invalid, $setup
jetpack_forms_log, webhook_skipped, method_invalid, $setup
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_forms_log, webhook_skipped, method_invalid, $setup') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/service/class-form-webhooks.php line 379
} // Validate method if ( ! in_array( strtoupper( $setup['method'] ), self::VALID_METHODS, true ) ) { do_action( 'jetpack_forms_log', 'webhook_skipped', 'method_invalid', $setup ); continue; } $enabled_webhooks[] = array( 'webhook_id' => $setup['webhook_id'], 'url' => $setup['url'],