Skip to content

Instantly share code, notes, and snippets.

@kasparsd
Last active March 2, 2019 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasparsd/d354daa0cc91d07553bbab38fcd084a9 to your computer and use it in GitHub Desktop.
Save kasparsd/d354daa0cc91d07553bbab38fcd084a9 to your computer and use it in GitHub Desktop.

My WordPress Development Wishlist

  • Standardize saving post meta attributes. The state of save_post is a mess. Is autosave, has nonce, has permissions, is cron, ir WP-API? See https://github.com/xwp/wp-safe-input

  • Introduce templating for building configuration screens in the admin. Probably as an abstraction over the Settings API that is actually friendlier and easier to use. Decouple data store from where and how the settings are presented to a user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment