Quantcast
Channel: tools Archives - AllScoop
Viewing all articles
Browse latest Browse all 12

WP CLI Quick Shortcuts

$
0
0

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 plugin activate block-bad-queries
OR in a single line

wp plugin install block-bad-queries --activate

Export WordPress database as an SQL file

wp db export

Test WordPress Cron

wp cron test

Search and Replace WordPress database: change to https

wp search-replace 'http://example.com' 'https://example.com'


Viewing all articles
Browse latest Browse all 12

Latest Images

Trending Articles





Latest Images