Tag

WordPress

2 posts tagged WordPress.

  • Find Broken Images Free Website Audit Tool

    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.

  • Insert PHP Code in WordPress via Shortcode

    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.