https://github.com/jpkcom/jpkcom-wptheme-plugin
A plugin to load custom assets, functions and templates into WordPress.
https://github.com/jpkcom/jpkcom-wptheme-plugin
wordpress wordpress-development wordpress-plugin wordpress-theme
Last synced: about 2 months ago
JSON representation
A plugin to load custom assets, functions and templates into WordPress.
- Host: GitHub
- URL: https://github.com/jpkcom/jpkcom-wptheme-plugin
- Owner: JPKCom
- License: gpl-2.0
- Created: 2021-03-14T12:47:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T12:23:15.000Z (over 2 years ago)
- Last Synced: 2023-12-20T15:37:59.542Z (over 2 years ago)
- Topics: wordpress, wordpress-development, wordpress-plugin, wordpress-theme
- Language: PHP
- Homepage: https://www.jpkc.com/
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JPKCom WordPress Theme Plugin
===
A plugin to load custom assets, functions and templates into WordPress.
- Requires at least: 5.7
- Tested up to: 6.4
- Requires PHP: 8.1
- License: GNU General Public License v2 or later
- License URI: https://www.gnu.org/licenses/gpl-2.0.html
## Installation
1. In your admin panel, go to 'Plugins' > and click the 'Add New' button.
2. Click Upload Plugin and 'Choose File', then select the Plugin's .zip file. Click 'Install Now'.
3. Click 'Activate' to use the Plugin right away.
## Changelog ##
### 1.0.1 ###
* Updated Node.js dependencies for Node.js v20.x LTS support
* Increased minimum PHP version to 8.1.x
* Tested with WordPress v6.4.2
### 1.0.0 ###
* Initial Release