plugin-settings
Adds a new admin setting to getSettings() in src/Plugin.php. Use when the user says 'add setting', 'new config option', 'add merchant field', or needs a new GOOGLE_WALLET_* constant wired into the settings panel. Supports add_text_setting, add_password_setting, add_radio_setting, add_dropdown_setting. Do NOT use for adding hooks, menu items, or requirements.
Installation and usage
Adds a new admin setting to getSettings() in src/Plugin.php. Use when the user says 'add setting', 'new config option', 'add merchant field', or needs a new GOOGLE_WALLET_* constant wired into the settings panel. Supports add_text_setting, add_password_setting, add_radio_setting, add_dropdown_setting. Do NOT use for adding hooks, menu items, or requirements.
설치 후 터미널에서 다음 명령을 실행하여 이 스킬을 사용할 수 있습니다:
skills use plugin-settings