Skip to content

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.

Notifications You must be signed in to change notification settings

jaycee0610/WP-Dev-Advantage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cover

🦾 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)

//July 15, 2024 (YYYY-MM-DD)
$check_date = new DateTime('2024-07-15');

2. Edit this fake error (Line 56)

<style>
    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;
    }
</style>

<div class="message-container">
    <h1>Something Went Wrong</h1>
    <p>Please Contact Administrator / Developer</p>
</div>

Authors

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages