芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/core/packages/search/src/store/actions.js
export function registerProvider( slug, title, priority, callback ) { return { type: REGISTER_PROVIDER, slug, title, priority, callback, }; } export const REGISTER_PROVIDER = 'REGISTER_PROVIDER';