Skip to content

Instantly share code, notes, and snippets.

View dgaidula's full-sized avatar

Dan Gaidula dgaidula

  • Type Wranglers, LLC
  • Philadelphia
  • 12:29 (UTC -05:00)
View GitHub Profile
@dgaidula
dgaidula / makewpsuck.sh
Created June 15, 2024 18:39 — forked from kennyeliason/makewpsuck.sh
Make WP Suck Less or More
#!/bin/bash
# Make sites into bedrock or normal WordPress
# Version 2.0
# Copyright (c) Kenny Eliason
set -a
source .env
set +a
<?php
/*
Plugin Name: UTF8mb4-convert
Version: 1.0
*/
function update_db_to_utf8mb4() {
if ( ! isset( $_GET['update-utf8mb4'] ) ) {
return;
}