-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
37 lines (24 loc) · 1.01 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
=== Comblock HTML ===
Contributors: rosdeveloper
Tags: HTML builder, HTML UI, HTML user interface, SSR, Server Side Rendering
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
WordPress plugin that provides a service class to generate html user interface and form.
== Description ==
Use the html builder to create page templates in your theme or implement admin pages in your plugins.
Internally it uses the DOMDocument class to generate the HTML code, improving the validation of the tags to be generated
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload `comblock-html` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= How to use? =
See my guide on github https://github.com/rosario-fiorella/wordpress-comblock-html/
== Changelog ==
= 1.0.0 =
First stable release