lehelmatyus/wp-lhl-admin-ui

WordPress 管理界面工具

v1.1.1 2024-07-04 14:53 UTC

README

创建插件和主题设置和选项页面表单元素的辅助库

require_once DIR . '/vendor/autoload.php';

git add . git commit -m "更新版本" git tag -a v1.1.0 -m "版本 1.1.0" git push origin --tags git push origin