https://github.com/xwp/wp-customize-loopconf-workshop-advanced-examples
https://github.com/xwp/wp-customize-loopconf-workshop-advanced-examples
customizer javascript wordpress
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xwp/wp-customize-loopconf-workshop-advanced-examples
- Owner: xwp
- Created: 2017-02-02T20:11:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T04:29:27.000Z (over 9 years ago)
- Last Synced: 2025-03-30T13:03:37.742Z (about 1 year ago)
- Topics: customizer, javascript, wordpress
- Language: JavaScript
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Customize LoopConf Workshop Advanced Examples
Examples and a skeleton for hacking and creating new examples.
**Contributors:** [westonruter](https://profiles.wordpress.org/westonruter), [xwp](https://profiles.wordpress.org/xwp)
**Tags:** [customize](https://wordpress.org/plugins/tags/customize)
**Requires at least:** 4.7.1
**Tested up to:** 4.8-alpha
**Stable tag:** 0.1.0
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
## Description ##
This plugin contains the advanced examples from the LoopConf 2.1 Customizer Workshop and a skeleton for hacking on customizer JS.
In the customizer pane (top window) you can interact with the examples via `wp.customize.LoopConfWorkshopAdvancedExamplesPane` in the browser console.
Likewise, if you change the window context for the console, you can interact with the preview examples via `wp.customize.LoopConfWorkshopAdvancedExamplesPreview`.
Add your own code to [`pane.js`](pane.js) and [`preview.js`](preview.js) to hack around.