Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 266 Bytes

File metadata and controls

5 lines (4 loc) · 266 Bytes

PHP (WordPress) Standards

  • WPCS via PHPCS; no short array syntax issues; escape, sanitise, nonce.
  • Translation: esc_html__, esc_attr__, wp_kses_post as appropriate.
  • Register blocks with register_block_type and metadata path in /build/blocks/<slug>.