Skip to content

Instantly share code, notes, and snippets.

View baizmandesign's full-sized avatar

Saul Baizman baizmandesign

View GitHub Profile
@baizmandesign
baizmandesign / config.yml
Created December 25, 2021 01:48
flywheel wp-cli support
# the two lines below need to be added to ~/.wp-cli/config.yml or the appropriate configuration file.
# see https://make.wordpress.org/cli/handbook/references/config/#config-files for details about the location and name of wp-cli's config files.
require:
- flywheel.php
@baizmandesign
baizmandesign / wpddl.theme-support.class.php.patch
Created January 16, 2021 16:57
layouts / inc / theme / wpddl.theme-support.class.php patch for WP CLI layouts import command
Index: wpddl.theme-support.class.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/wpddl.theme-support.class.php b/wpddl.theme-support.class.php
--- a/wpddl.theme-support.class.php (date 1610816073426)
+++ b/wpddl.theme-support.class.php (date 1610816073426)
@@ -39,7 +39,7 @@