An open API service indexing awesome lists of open source software.

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

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