Modify a 3rd party plugin without manually having to apply the changes after each update/deploy.
Bedrock: Updating WP Core and plugins from WordPress admin
If you deliver a Bedrock website to a client, and you want the client to maintain the installation (perform core & plugin updates), you need to allow file mods: add Config::define(‘DISALLOW_FILE_MODS’, false); to /config/environments/production.php. The main problem with this approach is that it allows users not only to update WP core & plugins, but it …
Verder lezen “Bedrock: Updating WP Core and plugins from WordPress admin”
Deploying Bedrock WordPress website to Combell using AutoGit
Bedrock creates a project structure which is way more maintainable than a normal WordPress install. It is easy to check in to version control and we can manage our dependencies with Composer. In this post, I will be describing how to automatically deploy your Bedrock installation from your local development environment to Combell using AutoGit. …
Verder lezen “Deploying Bedrock WordPress website to Combell using AutoGit”