Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1012 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 1012 Bytes

tpl-fw

TPL (The Plugin Launcher) Framework - a plugin starter kit for WordPress

This is a drop-in code for creating new WordPress plugins easily. The framework gives you a powerful options/settings management system that lets you set up Plugin Settings screen and Post custom fields / postmeta settings.

Documentation will be available soon.

Changelog

v1.3.4 (2019-07-03)

  • Made it possible to run the FW code earlier in the hooks

v1.3.3 (2019-04-17)

  • TinyMCE double button line bugfix
  • Post type: remove HTML tags from title when using in select
  • Minor bugfix in the core for not throwing notice if the options array is empty
  • Support for submenu pages

v1.3.1 (2018-12-07)

  • Minor bugfixes after Font Awesome 5 update

Original version of this package was the Themple Framework, which was a theme framework for WordPress (that was forked from NUTS), but now it's development is discontinued.