Via the Webs

Dead Pixel

How to Use
Download > Install > Activate. Use your favorite IDE or just edit within the WordPress plugin editor. Change the location on the screen, colour, size, and more.

Example
A fun project plugin but can be used to link an image or the like. About 50% down and 95% to the right on the screen as a 2px X 2px red dot. I also wrapped it in a link to this page. Code includes (commented out) just a dot without link and adding a static image, with a picture of a house fly in the plugin download folder. Looks like there’s a fly on the screen!

Source
This code can be pasted into the functions.php file of your child theme or, download and install the plugin for simple code activation.

'; // Uncomment below echo for add a link echo ''; // Uncomment below echo for add an image // echo '
'; } add_action('wp_body_open', 'lightweight_plugins_dead_pixel');

Plugins Articles

Disable XML-RPC

Disabling XML-RPC in WordPress can be beneficial for several reasons: Security Concerns: XML-RPC has been targeted by attackers in various types of malicious activities: Brute Force Attacks: Attackers can use XML-RPC to amplify their brute force attacks. Instead of...

read more

MS Clarity Exclude Logged In Users

How to Use Download > Install > Activate. Use your favorite IDE or just edit within the WordPress plugin editor. Change "xxxxxxxxxx" to be your Clarity ID. Not associated with Microsoft® Clarity® Example This prevented me from recording all my logged in back-end...

read more

Add to Console Log

How to Use Download > Install > Activate. Use your favorite IDE or just edit within the WordPress plugin editor. Change the message to suit your needs. Example A fun project plugin. Thought of this after discovering a software company had a message about their open...

read more

Most Recent Articles