lehelmatyus/wp-lhl-admin-ui

WordPress Admin UI tools

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

README

Helper library to create plugin and theme settings and options page form elements

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

git add . git commit -m "update version" git tag -a v1.1.0 -m "Version 1.1.0" git push origin --tags git push origin