Tag
WordPress
2 posts tagged WordPress.

08/17/2025
Find broken images on your site with a free plugin
Migrations break image paths quietly - the page still loads and the picture is simply gone. Three ways to find every one of them: a WordPress plugin, a browser tool that works on any site, and the network tab.

02/26/2014
Including a PHP file from a WordPress shortcode, safely
The 2014 version of this shortcode takes a file path out of the post and includes it, which is a local file inclusion hole with extra steps. The fix is small: let the code decide which files are includable, not the person writing the post.