Skip to content

kossmann/wp-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-tools

The tools I use to help with some WordPress-related tasks.

local-wp-reset.sh

Quickly reset WordPress and still keep themes plus some plugins, with optional --url and --language parameters:

local-wp-reset.sh --url=https://www.danielkossmann.com --language=pt_BR

Requires: WP-CLI

auto-login

This is a plugin I use locally so I don't have to log in as admin every time I reset a site.

Requires: define( 'WP_ENVIRONMENT_TYPE', 'local' ); in wp-config.php

force-locale.php

This is used to set WP-CLI’s output to a specific language (locale).

Example:

wp --require=$HOME/workspace/wp-tools/force-locale.php plugin install wordpress-seo

About

The tools I use to help with some WordPress-related tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors