PHP

How to create a Forgot/Reset Password form with Gravity Forms

15th May 2023
Photo by Miguel Á. Padriñán: https://www.pexels.com/photo/close-up-shot-of-keyboard-buttons-2882630/
Photo by Miguel Á. Padriñán: https://www.pexels.com/photo/close-up-shot-of-keyboard-buttons-2882630/

Forgetting passwords is a common problem for website users. As a website owner, it is important to have a forgot/reset password functionality in place to ensure that your users can regain access to their account. Gravity Forms is a popular WordPress plugin that can be used to create custom forms, including a Forgot/Reset Password form. Using this method allows users to keep their frontend forms with their own brand.

How do I enable Cloudflare Turnstile for Gravity Forms?

15th March 2023

If you’re looking for a way to enhance your website’s security, you might want to consider using the WordPress plugin Enable Cloudflare Turnstile for Gravity Forms. Turnstile is a feature of Cloudflare that enables you to challenge visitors to your website with a CAPTCHA before allowing them to submit a form. This can help prevent spam, bots, and other malicious activity on your site.

The good news is that you don’t need to be a coding expert to enable Cloudflare Turnstile with Gravity Forms. Thanks to the WordPress plugin “Cloudflare Turnstile for Gravity Forms,” the process is straightforward and simple.

(more…)

How to enable two-factor authentication via email in WordPress

10th March 2023

Recently I built a Two-Factor (2FA) Authentication via Email plugin for WordPress. It’s 2FA via email and a unique one-click login link that expires after 15 minutes. A preview of the plugin is below!

Two-factor authentication is an essential security feature that can help protect your WordPress site from unauthorized access. My 2FA plugin bypasses the need to use a code and instead it’a s simple one-click login link. This adds an extra layer of security to your site and helps to prevent unauthorized access.

(more…)

How to show the file sizes in the WordPress Media Library

9th March 2023

WordPress Media Library File Size Plugin

Today I released a free WordPress plugin called Media Library File Size.

WordPress is an incredibly powerful platform for building websites and managing content, and the Media Library is a key feature that makes it easy to manage all of your images, videos, and other media files. However, if you have a large number of media files, it can be difficult to keep track of the file sizes and ensure that your website is running smoothly. That’s where the WordPress Media Library File Size plugin comes in.

(more…)

RunCache & WP Rocket Bridge

7th March 2020

I always think Runcloud is amazing, and with their own priority RunCache Purger plugin so that NGINX caches pages (which means it doesn’t need to pass through PHP – yay!), it’s an awesome tool however, WP Rocket is incompatible and vice-versa. I ❤️ WP Rocket, so I decided to create a mini WordPress plugin which bridges the gap!

RunCache Speed Example

The above image is a speed example of this blog post after being cached into NGINX and doing a hard refresh (CTRL + F5). 41ms response time! 😍

(more…)

Roundcube Easy Unsubscribe Plugin

2nd October 2018

Almost a year ago I created a little Roundcube plugin to easily unsubscribe from emails. A little like the modern way email applications do it today. Well, I thought I would write a small post about it because I’m sure you will find it useful.

unsubscribe example

(more…)

Install PHP 7.2 on CentOS 7 with VestaCP (How to)

16th March 2018

I’ve published one before on the VestaCP Forums regarding how to install PHP 7.0 on Centos 7 with VestaCP. This tutorial is now for PHP 7.2 which has increased performance over PHP 7.0 and 7.1. If you have a handful of WordPress websites on PHP 5, you should upgrade. If you’re on PHP 7.0 from my previous tutorials, or are using my Server Installer Script then this will also work for you. I would advise upgrading when you have time.

(more…)

Multiple IMAP Accounts plugin for Roundcube

26th January 2018

Roundcube logoAfter some relentless searching I found a great plugin that supports multiple IMAP accounts for Roundcube tucked away on BitBucket. It’s a great tool that simply adds a drop down of the IMAP accounts you’ve set-up  to the top right area of Roundcube, replacing your email address in that area.

(more…)