wp-cli regenerate media is not working for custom sizes
I finally figured this out. It ended up being something really stupid. I have short tags enabled on my server so I can use <? instead of <?php in theme files. I was also using a short tag to open my functions.php file. Apparently, when PHP scripts run from the command line, they require the … Read more