Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 538 Bytes

File metadata and controls

14 lines (11 loc) · 538 Bytes

wordpress-code-snippets

A collection of WordPress PHP code snippets.

The original intent was for use in WP Codebox, but they can be used in any WordPress theme, plugin or as a mu-plugin.

Status Field

The status field is used to indicate the current status of the snippet. This is useful for tracking the progress of a snippet. The following statuses are used:

  • Complete - ✔️
  • WIP - 🚧
  • Unknown - ❓
  • Broken - ❌

Generate README.md

  • Run generate-readme.sh to generate the README.md file.