8 WP-CLI Commands to Clean Up and Optimize your Site – WordPress Imp CLI

DELETEĀ  FROM wp_posts WHERE post_status = ‘trash’; # delete all posts in trash, draft posts and post revisions wp post delete $(wp post list –post_status=trash –format=ids) wp post delete $(wp post list –post_status=draft –format=ids) wp post delete $(wp post list –post_type=’revision’ –format=ids) wp post delete $(wp post list –post_type=post –cat=8 –format=ids –year=2016) Purging Cache In…

How To Open WPRESS Files Quick And Easily

Wpress-Extractor Windows/Mac Download link Windows – Download now Mac – Download now *IMPORTANT FOR MAC: Don’t forget to make the binary executable by running a chmod +x wpress_extractor on the downloaded file via the Terminal. Download the extractor Create a directory where you wish your files to be extracted to Copy the downloaded extractor to…