An open API service indexing awesome lists of open source software.

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.

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