This repository was archived by the owner on Dec 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments