Matchbox Fire Protection
A WordPress plugin created to better protect our clients' sites
by Matchbox · github.com/matchboxdesigngroup/matchbox-fire-protection · 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/matchboxdesigngroup/matchbox-fire-protection/archive/refs/heads/main.zipDeclares an update source (https://github.com/matchboxdesigngroup/matchbox-fire-protection), so updates arrive through the plugin's own updater.
From the readme
Matchbox Fire Protection Plugin
The Matchbox Fire Protection plugin configures WordPress to better protect our clients' sites. It is not meant as a general-distribution plugin and does not have an open development process, but is available for public perusal.
Requirements
PHP 5.4+
WordPress 4.7+
Installation
Composer
The recommended way to use this plugin is with Composer.
Git
For development purposes, you can clone the plugin into wp-content/plugins and install the dependencies.
Archive
If you need a built version of the plugin to install via the dashboard, download and extract the plugin into wp-content/plugins. Make sure you use the main branch which contains the latest stable release.
Activation
Activate the plugin via the dashboard or WP-CLI.
Updates
Updates use the built-in WordPress update system to pull from GitHub releases.
Functionality
REST API
Adds an option to general settings to restrict REST API access. The options are: show REST API to everyone, only show REST API to logged-in users, and show REST API to everyone except /users endpoint. By default, the plugin requires authentication for the /users endpoint.
Configured in Settings Reading.
A
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.0 | Feb 23, 2023 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.