Skip to content

Instantly share code, notes, and snippets.

View davisshaver's full-sized avatar

Davis Shaver davisshaver

View GitHub Profile
<?php
use WP_CLI\Utils;
class GutenSnaps {
/**
* Plugin to test.
*
* @var string
@ericandrewlewis
ericandrewlewis / a.md
Last active October 27, 2020 18:44
The WordPress Customizer

The WordPress Customizer

The WordPress Customizer is an interface for drafting changes to content while previewing the changes before they are saved. This is an alternative to the "save and suprise" model of changing settings without knowing what exactly will happen.

The customizer can be accessed in the admin interface under Appearance > Customize.

A screenshot of the customizer

#19909 is the trac ticket that introduced the Customizer during the 3.4 release cycle.