Skip to content

Instantly share code, notes, and snippets.

@mslepko
mslepko / Elementor Scheme_Typography Scheme_Color Fix
Created February 27, 2026 22:54
Fix for Fatal error Scheme_Typography Scheme_Color
#!/bin/bash
# Define the directory to search
DIRECTORY="/wp-content/plugins/"
# Define the replacements as an associative array
declare -A REPLACEMENTS=(
["Scheme_Typography::TYPOGRAPHY_1"]="1"
["Scheme_Typography::TYPOGRAPHY_2"]="2"
["Scheme_Typography::TYPOGRAPHY_3"]="3"