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

https://github.com/jaycee0610/wp-dev-advantage

WP-Dev-Advantage is a powerful WordPress plugin that displays fake errors on your homepage. With this plugin, you can set a specific due date, and it will automatically display these fake 'errors' on the homepage if a client doesn't pay you on time.
https://github.com/jaycee0610/wp-dev-advantage

rootscratch wordpress-plugin wp-fake-error wp-plugins

Last synced: 9 months ago
JSON representation

WP-Dev-Advantage is a powerful WordPress plugin that displays fake errors on your homepage. With this plugin, you can set a specific due date, and it will automatically display these fake 'errors' on the homepage if a client doesn't pay you on time.

Awesome Lists containing this project

README

          

![Cover](https://repository-images.githubusercontent.com/822161886/d4d648b9-93c0-4550-bb1a-7eb4fa0d0eaf)

# 🦾 WP-Dev-Advantage

WP-Dev-Advantage is a powerful WordPress plugin that displays fake errors on your homepage. With this plugin, you can set a specific due date, and it will automatically display these fake 'errors' on the homepage if a client doesn't pay you on time.

## Modify Plugin 🗃️

#### 1. Enter the date for displaying the error (Line 53)
```php
//July 15, 2024 (YYYY-MM-DD)
$check_date = new DateTime('2024-07-15');
```

#### 2. Edit this fake error (Line 56)
```html

body {
background-color: white;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
}

.message-container {
text-align: center;
}


Something Went Wrong


Please Contact Administrator / Developer



```

## Authors

- [@jaycee0610](https://www.github.com/jaycee0610)