WP Manifestindependent plugin directory
manifest / developer / 4-snippets

4 Snippets

Simple WordPress plugin for snippets. Just put the code inside the plugin `includes` directory.

by Luiz Bills · github.com/luizbills/4-snippets · website

2stars
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/luizbills/4-snippets/archive/refs/heads/main.zip

Declares an update source (false), so updates arrive through the plugin's own updater.

From the readme

4 Snippets Read as "for snippets" 4 Snippets is a simple plugin for test snippets in WordPress development envoriments. Features - Just put your snippets inside the plugin's includes directory. - Files and folders that starts with (underscore) ou . (dot) will be ignored. - You can disable all snippets with define( 'DISABLESNIPPETS', true ); or by appending disable-snippets query argument to end of the current page's URL. Example: https://yousite.com/wp-login.php?disable-snippets LICENSE GPLv3

Read the full README on GitHub →