WordPress WP CLI is a powerful (and fun) tool to take care of all your WordPress maintenance.
WordPress site health nags for a backup theme… easy to fix
wp theme install twentytwentyone
Run Yoast SEO index, runs much faster from command line
wp yoast index
Install BBQ Firewall
wp plugin install block-bad-queries
wp activate block-bad-queries
Export WordPress database as an SQL file
wp db export
wp cron test
Search and Replace WordPress database: change to https
wp search-replace 'http://example.com' 'https://example.com'

Leave a Reply