Skip to content

Instantly share code, notes, and snippets.

@chandrapatel
chandrapatel / delete-thumbnails.php
Last active September 19, 2024 08:39
WP-CLI command to delete all the thumbnails.
<?php
/**
* WP-CLI command to delete all the thumbnails.
*
* Note: First do dry-run, verify log and then do actual run.
*
* @package delete-thumbnails
*/
if ( defined( 'WP_CLI') && WP_CLI ) {