WordPress-Plugin-Boilerplate-Powered icon indicating copy to clipboard operation
WordPress-Plugin-Boilerplate-Powered copied to clipboard

Wordpress Plugin Boilerplate but Powered with examples and a generator!

Results 11 WordPress-Plugin-Boilerplate-Powered issues
Sort by recently updated
recently updated
newest added

``` private function scandir( string $folder ) { $temp_files = \scandir( $folder ); $files = array(); if ( \is_array( $temp_files ) ) { foreach( $temp_files as $key => $file )...

enhancement

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

enhancement

**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...

enhancement
hacktoberfest

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...

enhancement
help wanted
hacktoberfest

**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...

hacktoberfest

Like https://github.com/htmlburger/wpemerge-theme An idea can be also to add in the website.

help wanted
hacktoberfest

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...

**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.