WordPress-Plugin-Boilerplate-Powered
WordPress-Plugin-Boilerplate-Powered copied to clipboard
Wordpress Plugin Boilerplate but Powered with examples and a generator!
``` private function scandir( string $folder ) { $temp_files = \scandir( $folder ); $files = array(); if ( \is_array( $temp_files ) ) { foreach( $temp_files as $key => $file )...
Implement a custom route allow to deprecate the `Fake_Page` library and add something more advanced. * https://github.com/Brain-WP/Cortex * https://github.com/joanrodas/plubo-routes * https://github.com/ssnepenthe/simple-wp-routing * https://github.com/downshiftorg/wp-router * https://github.com/DevAly/wordpress-routes
**Describe the solution you'd like** Probably using github workflow for release assets ? to build installable ZIP plugin **Additional context** Basically after initiating the boilerplate, then develop, what im lost...
It would be very interesting to integrate some ORM to this project, like Eloquente or Doctrine, it would be much more productive to develop for the WP, there is even...
**Is your feature request related to a problem? Please describe.** It would be nice if we could test our plugin right away without having to rely on a preinstalled wordpress...
Like https://github.com/htmlburger/wpemerge-theme An idea can be also to add in the website.
So CMB2 has a parameter that let you to show the field (also with a custom callback) in the post type table list. This means that we can remove the...
[BUG] WordPress Plugin Boilerplate Powered uses DT_TEXTDOMAIN constant in translatable string calls
**Describe the bug** Like several other similar boilerplates, WordPress Plugin Boilerplate Powered uses a constant (DT_TEXTDOMAIN) to specify a translation domain. However, this is considered an error by several, easily...
Adding this https://github.com/kucrut/vite-for-wp and an example with generator support
https://github.com/xrdebug/php Just implement it and the generator too.