https://github.com/anthonybudd/fade
A simple WordPress plugin for remotely disabling wordpress sites that does not require login details
https://github.com/anthonybudd/fade
php wordpress
Last synced: 10 months ago
JSON representation
A simple WordPress plugin for remotely disabling wordpress sites that does not require login details
- Host: GitHub
- URL: https://github.com/anthonybudd/fade
- Owner: anthonybudd
- Created: 2017-01-05T16:08:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T22:00:46.000Z (almost 9 years ago)
- Last Synced: 2025-03-26T15:47:59.327Z (11 months ago)
- Topics: php, wordpress
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Fade
A simple WordPress plugin for remotely disabling wordpress sites that does not require login details.
Read [this Medium post](https://medium.com/@AnthonyBudd/how-to-get-your-freelance-clients-to-pay-58b3c0d0e91e#.19tmpclug)
## Setup
Either drop the plugin folder into the mu-plugins directory or require the class and call the static method Fade::boot() anywhere in your theme's PHP files. You could also put the plugin in your plugins directory but this is not recommended.
```php
// functions.php