mirror of
https://gh.wpcy.net/https://github.com/kissplugins/KISS-WP-admin-menu-useful-links.git
synced 2026-04-25 20:16:43 +08:00
5 lines
317 B
Markdown
5 lines
317 B
Markdown
# 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 use `esc_url_raw` without explicit instructions.
|
|
- Focus changes solely on fulfilling user requests.
|