WordPress-Plugin-Boilerplate-Tutorial
                                
                                
                                
                                    WordPress-Plugin-Boilerplate-Tutorial copied to clipboard
                            
                            
                            
                        Tutorials and Examples for WordPress Plugin Boilerplate, a foundation for WordPress Plugin Development.
I've used the boilerplate to create a custom plugin to track user engagement analytics on live streamed video assets. included in the plugin within the /public directory are some fairly...
Hi there, Would be good to add a tutorial for cron job creation.
I've followed this guide: https://github.com/JoeSz/WordPress-Plugin-Boilerplate-Tutorial/blob/master/plugin-name/tutorials/custom_post_types.php But any new voice appears in the wp-admin menu, seems like i've created nothing new. Any advice?
Hi there, Would be good to add a tutorial for db creation on both install and when you need to upgrade the db table over time
Hi, first of all great framework. I was struggling with the settings-link in exopite-simple-options-framework. 1. If i removed it from creating page i get an error Undefined array key "settings-link"...
add_shortcut() only accepts 2 arguments/parameters ``` add_shortcode( string $tag, callable $callback ); ``` Tutorial has 4 arguments ``` foreach ( $this->shortcodes as $hook ) { add_shortcode( $hook['hook'], array( $hook['component'], $hook['callback']...
corrected spelling of methods