Favorite WP-CLI Packages: Login Command
wp-cli-login-command is a package by Evan Mattson that creates passwordless links for your WordPress sites. It's as simple as: wp login create username ✨
WP Packages is our new WPackagist replacement that's 17x faster and updates every 5 minutes
wp-cli-login-command is a package by Evan Mattson that creates passwordless links for your WordPress sites. It's as simple as: wp login create username ✨
Follow up to the 'Improving WordPress Password Security' post. If you’re on PHP 5.5+ then use our bcrypt plugin to improve your site’s security.
We’ve released the wp-password-bcrypt plugin to improve WordPress password security by using bcrypt instead of insecure MD5 password hashing.
A deep dive into what happens when you hit a URL on a WordPress website, and how to build a WordPress routing system that solves the issues with rewrites.
Up the PHP requirements in your WordPress themes and plugins. Use the short array syntax, anonymous functions, short echo syntax and more.
Turning a WordPress site into a Twelve-Factor App. If you're going to be creating complex websites with WordPress, then you need to get serious about it.
By using the WordPress functions timer_start and timer_stop, you can setup quick performance tests without setting up a full benchmarking test suite.
See how to create Composer packages for custom WordPress plugins, along with private plugins and 3rd party plugins with the composer.json file.
An introduction to Composer and how to manage WordPress core, plugins, and even themes with it. Composer is a dependency manager for PHP.