WP Manifestindependent plugin directory
manifest / developer / wp-extras

1815 - WordPress Extras

WordPress' missing functions

by 1815 · github.com/achttienvijftien/wp-extras · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/achttienvijftien/wp-extras/archive/refs/heads/main.zip

From the readme

WordPress Extras This is a set of WordPress utilities and missing functions. Prerequisites Basic installation - PHP = 8.0 - Composer Testing - Docker - nvm - Yarn Installation 1. Require achttienvijftien/wp-extras must use plugin: 2. Move wp-extras.php to your mu-plugin folder; 3. Good to go! Testing Setup 1. Install Composer packages: composer install 2. Install the correct Node.js version: nvm install 3. Install NPM packages: yarn 4. Start wp-env yarn wp-env start 5. Check if test suite is ready: yarn test 6. When test result is OK you're ready to start writing tests in test/php

Read the full README on GitHub →