wordpress-legacy

When to use this skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wordpress-legacy" with this command: npx skills add sraloff/gravityboots/sraloff-gravityboots-wordpress-legacy

WordPress Legacy

When to use this skill

  • Creating custom themes or plugins.

  • Securing WordPress installations.

  • Debugging WP sites.

  1. Coding Standards
  • Naming: Use snake_case for variables/functions (WordPress style).

  • Prefixing: Prefix ALL functions/classes/globals with the plugin/theme slug (e.g., mytheme_init ).

  • Escaping/Sanitizing: MANDATORY.

  • Output: esc_html() , esc_attr() , esc_url() .

  • Input: sanitize_text_field() , intval() .

  1. Performance
  • Transients: Use transients (set_transient ) for expensive queries.

  • Autoload: Be careful with wp_options autoloading; clean up unused options.

  1. Security
  • Nonce: Verify nonces on all form submissions (wp_verify_nonce ).

  • Capabilities: Check user capabilities (current_user_can ) before actions.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

apache-lamp-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

caddy-modern-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

modern-css-vanilla

No summary provided by upstream source.

Repository SourceNeeds Review