开发者 | brokensmile.2103 |
---|---|
更新时间 | 2025年7月18日 00:17 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/init-user-engine
[init_user_engine]
in any page/post/template= How do I customize the UI? =\ The frontend is written in modular Vanilla JS with minimal HTML structure.\ Override styles via your theme or inject custom JS as needed.
user_meta
: EXP, level, coin, cash, VIP, referralwp_init_user_engine_inbox
: inbox messages (custom DB table)
= Can I extend or integrate it? =\
Yes. The plugin is built around WordPress hooks and REST API. You can inject logic via add_action
, add_filter
, or build your own UI on top of the endpoints./register
for user signup[init_user_engine]
for frontend avatar + dashboard