Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carolinan/enable-template-editor
A helper plugin that enables the template editor, used for testing custom templates in WordPress themes.
https://github.com/carolinan/enable-template-editor
Last synced: about 2 months ago
JSON representation
A helper plugin that enables the template editor, used for testing custom templates in WordPress themes.
- Host: GitHub
- URL: https://github.com/carolinan/enable-template-editor
- Owner: carolinan
- License: gpl-2.0
- Created: 2021-07-18T05:13:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T05:17:25.000Z (over 3 years ago)
- Last Synced: 2024-10-09T02:41:27.322Z (3 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== Enable Template Editor ===
Contributors: poena
Tags: template editor
Tested up to: 5.8
Requires at least: 5.8-RC
Requires PHP: 7.2
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlThis plugin does one thing, it enables the template editor for themes that does not have built in support. This plugin is intended for testing.
== Description ==
This plugin does one thing, it enables the template editor for themes that does not have built in support. This plugin is intended for testing template editing and custom templates.
-Enabling this plugin on websites using themes that are not designed to support template editing may lead to unexpected results.== Changelog ==
= 1.0.0 =
* Initial release