PHP

24
Nov
Critical W3 Total Cache Vulnerability Exposes Over One Million WordPress Sites to Remote Code Execution

Critical W3 Total Cache Vulnerability Exposes Over One Million WordPress Sites to Remote Code Execution

A critical vulnerability in the W3 Total Cache WordPress plugin allows unauthenticated PHP command injection, leaving hundreds of thousands of sites exposed. Learn how CVE-2025-9501 works, its risks, and the urgent steps administrators should take to secure their sites.
2 min read
18
Jul
Getting Started with PHP

Getting Started with PHP

It's known for its simplicity, flexibility, and vast community support. Whether you're a beginner looking to learn web development or an experienced programmer seeking to expand your skill set, PHP is a great language to start with.
4 min read
23
Aug
Add an SSL Trust Seal on Easy Digital Downloads Checkout

Add an SSL Trust Seal on Easy Digital Downloads Checkout

Adding an SSL trust seal can increase trust from someone wanting to purchase from you and therefore increase the likelihood of them completing the order.
1 min read
02
Sep
Minimum Required PHP Version for Plugins

Minimum Required PHP Version for Plugins

WordPress has introduced a way for developers to set a minimum required PHP version for their plugins. If you are
1 min read
01
Jul
Redirect User After Login in WordPress

Redirect User After Login in WordPress

The following is a code snippet that allows you to redirect users to a custom page after they login to your WordPress site.
1 min read
27
Jun
Allow SVG through WordPress Media Uploader

Allow SVG through WordPress Media Uploader

Add the following to your theme’s functions.php file to allow .svg files to be uploaded through the WordPress media uploader:
10
Feb
Enable HTML5 Markup for the Genesis Framework

Enable HTML5 Markup for the Genesis Framework

To enable HTML5 markup for the search form, comment form, comment list, galley and caption in the Genesis Framework.
06
Oct
Add Custom CSS to the Admin Area

Add Custom CSS to the Admin Area

You can customize the WordPress administration panel by adding a function to your theme's function.php file. The
2 min read