wordpress-plugin-boilerplate icon indicating copy to clipboard operation
wordpress-plugin-boilerplate copied to clipboard

An organized and object-oriented boilerplate for WordPress plugin development and testing. Includes Composer, Codeception (unit/acceptance testing), PHPCodeSniffer with WordPress Coding Standards to v...

Results 11 wordpress-plugin-boilerplate issues
Sort by recently updated
recently updated
newest added

`yarn dev ` outputs files correctly but when running yarn prod the public folder (output) is empty . ![image](https://user-images.githubusercontent.com/42011629/187547649-442f7f83-adb4-4a62-afad-670b81057e43.png) Any workarounds or possible fixes ? **package.json** ``` { "name": "wordpress-webpack-workflow",...

I'm trying to run the following command: ```npx wp-strap plugin "projectName:Archiviciel" "description:Extension en charge de toute la logique métier spécifique au CMS Archiviciel" "pluginVersion:1.0.0" license:MIT "author:Mosaika" authorEmail:[email protected] url:mosaika.fr webpack:Y codesniffer:N...

This pull requests renames the `Bootstrap.php` (capitalized) file to `bootstrap.php` (lowecase) Reason: On linux systems, file names are case sensitive, so the install process fails at step 4 with this...

Just tried running `npx wp-strap plugin` to initialize a plugin, went through the setup steps and filled in all the details, no errors were shown. After completing, the placeholder values...

When running the install via `npx wp-strap plugin`, Step 4 fails with the following error message: ``` ✖ 4. Operator is replacing plugin data Error - Error: No files match...

This pull request just fixes a typo on /src/App/Cli/Example.php failing WP-Cli. Check the issue #6 for details.

WP Cli fails with the error below as first argument of ```class_exists``` needs to be a string in [```src/App/Cli/Example.php#L38```](https://github.com/wp-strap/wordpress-plugin-boilerplate/blob/3f02a0e85eea155ad7fbece85a6abe52ec3a9629/src/App/Cli/Example.php#L38). ```bash Error: Test Plugin 1.0.0 › Fatal ErrorPlugin initialize failed. Could...

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

Possibility to exclude specific inner path (Class) that we might want to with different requests. Useful when we want to keep everything organized and without pollution of WordPress admin.

On running ```composer phpcs``` i get the following errors : ``` ./vendor/bin/phpcs EEEEEEEEPHP Fatal error: Uncaught TypeError: vsprintf(): Argument #2 ($values) must be of type array, string given in C:\Users\feelit\Local...