Wallogit.com
2017 © Pedro Peláez
Tarosky's Custom Field manager.
Contributors: Takahashi_Fumiki, tarosky
Tags: custom field
Requires at least: 5.9.0
Requires PHP: 7.4
Tested up to: 6.5
Stable tag: 1.2.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt, (*1)
TaroSky's Custom Field manager. Scalable, Well-Structured and Maintainable. Requires PHP5.4 or later., (*2)
Custom fields are stuff box for WordPress. They can store almost everything. Number, Date, CSV and nested array., (*3)
Besides that, custom fields can be used for many purpose., (*4)
Thus, they can be easily uncontrollable., (*5)
TSCF provides scalable way. A JSON file indicates what custom fields should be and you can get their value., (*6)
You can maintain it on VCS like git or svn., (*7)
Additional features:, (*8)
/wp-content/plugins/tscf directory, or install the plugin through the WordPress plugins screen directly.Appearance > Custom Fields Config.We also host this plugin on github, build like below. composer and npm are required., (*9)
# Move to your plugin directory. cd wp-content/plugins # Clone repo. git clone git@github.com:tarosky/tscf.git # Buidl plugin. cd tscf composer install npm install npm run package # If you want watch assets, run watch. npm run watch
Of course, any pull requests are welcomed :), (*10)
Please make issue on github., (*11)
W.I.P, (*12)