mirror of
https://gh.wpcy.net/https://github.com/kissplugins/KISS-WP-admin-menu-useful-links.git
synced 2026-04-24 17:53:05 +08:00
317 B
317 B
Agent Guidelines
- Avoid refactoring existing plugin code unless specifically requested.
- Keep URL fields as plain text inputs sanitized with
sanitize_text_field. Do not convert them to<input type="url">or useesc_url_rawwithout explicit instructions. - Focus changes solely on fulfilling user requests.