芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/blocksy-companion/static/js/frontend/account/hooks.js
import { maybeApplyWordfenceCaptcha } from './captcha' export const formPreSubmitHook = (form) => new Promise((res) => { if (maybeApplyWordfenceCaptcha(res, form)) { return } res() })