Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit df4fb6f

Browse files
committed
Readme update
1 parent 5ef135d commit df4fb6f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ The plugin offers interfaces, traits and classes to work in an OOP way
1414
- WP_Plugin: Interface to create plugins
1515
- WP_Theme: Interface to create themes
1616
### Objects
17-
- WP_Cron: An easy way to create a cron simply by calling new WP_Cron created and cleared automatically on plugin activation/deactivation
18-
- WP_Shortcode: A more understandable way to create a shortcode
17+
- WP_Cron: An easy way to create a cron simply by calling new WP_Cron created and created/cleared automatically on plugin activation/deactivation
18+
- WP_Shortcode: A more straightforward way to create a shortcode
1919
- WP_Ajax: An easy way to create ajax callbacks
20-
- ReduxConfig: An easy way to setup your Redux Panel
2120
### Traits
2221
- Singleton: The class becomes a singleton, that is instanced only once
23-
- Initializable: Allows you to define an __init function that will be called when the file is included
22+
- Initializable: Allows you to define a __StaticInit function that you should call after the class is defined or when you include the file (Up to you)
2423
- WP_VC_Shortcode: Allows you to create a WPBakery Page Builder shortcode immediately accessible trough the page builder
25-
24+
### Modules
25+
- ReduxFramework: Usefull to easily create a redux panel or redux metaboxes
26+
- LicenceManager: Create very simply a licence manager for your plugin, it will create a section for it automatically at the end of your redux panel

0 commit comments

Comments
 (0)