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.
- Host: GitHub
- URL: https://github.com/jaycee0610/wp-dev-advantage
- Owner: jaycee0610
- Created: 2024-06-30T12:59:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-30T17:25:13.000Z (over 1 year ago)
- Last Synced: 2025-01-22T11:18:23.577Z (about 1 year ago)
- Topics: rootscratch, wordpress-plugin, wp-fake-error, wp-plugins
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 🦾 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;
}
```
## Authors
- [@jaycee0610](https://www.github.com/jaycee0610)