Title: Customizer Dev Tools
Author: Weston Ruter
Published: <strong>19 de Agosto de  2016</strong>
Last modified: 9 de Noviembre de  2017

---

Buscar plugins

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://s.w.org/plugins/geopattern-icon/customizer-dev-tools.svg)

# Customizer Dev Tools

 Por [Weston Ruter](https://profiles.wordpress.org/westonruter/)

[Descargar](https://downloads.wordpress.org/plugin/customizer-dev-tools.0.1.1.zip)

 * [Detalles](https://cl.wordpress.org/plugins/customizer-dev-tools/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/customizer-dev-tools/#reviews)
 * [Desarrollo](https://cl.wordpress.org/plugins/customizer-dev-tools/#developers)

 [Soporte](https://wordpress.org/support/plugin/customizer-dev-tools/)

## Descripción

The customizer is a single-page application that includes a lot of events, messages,
and state changes which drive the application. Being aware of these things is essential
for developing JavaScript for the customizer.

To use, activate the plugin, open the customizer and the browser console and enter:

    ```
    CustomizerDevTools.startLogging()
    ```

You can then either start interacting with the customizer app to see the log entries
from that point, or you can reload the customizer to see the log entries emitted
during the customizer initialization.

Not everything in the customizer is currently implemented to emit a log entry. File
an issue for any specific event that may be needed.

Features:

 * Start logging of customizer events via running `CustomizerDevTools.startLogging()`
   from your browser console, and stop via `CustomizerDevTools.stopLogging()`. In
   the former, you can filter what is logged out by passing a string or regular 
   expression (`RegExp` object) to match against the given log, or you can use the
   browser console’s built-in log filtering.
 * Logs out all events triggered on `wp.customize`.
 * Logs out additions and changes to to `wp.customize.state`.
 * Logs changes to the `active` and `expanded` states for panels, sections, and 
   controls.
 * Logs out messages sent and received by the pane (controls) and preview.
 * Logs out dynamic addition and removal of panels, sections, controls, partials,
   and settings (after the `ready` event triggers).
 * The `wp.customize` object from the Customizer preview is made persistently available
   from the parent frame via `CustomizerDevTools.previewCustomize`. This reference
   is updated whenever the preview refreshes, so you no longer have to change the
   frame window context to access this object.
 * In the same way, the current Customizer preview `window` is exposed as `CustomizerDevTools.
   previewWindow`. This is a shortcut for doing `wp.customize.previewer.targetWindow.
   get()`, and it has the added benefit of allowing the browser’s dev tools to provide
   auto-completion.

Make sure you also install the [Customizer Browser History](https://github.com/xwp/wp-customizer-browser-history)
and [Customize Snapshots](https://github.com/xwp/wp-customize-snapshots) plugins
so that you can reload the browser window and have the Customizer load with the 
same state as before you reloaded, including the persistence of the focused panel,
section, control, the previewed URL, the scroll position in the preview, and which
device is being previewed.

Requires PHP≥5.3.

## Capturas de pantalla

[⌊Messages sent/received and events triggered during Customizer load.⌉⌊Messages 
sent/received and events triggered during Customizer load.⌉[

Messages sent/received and events triggered during Customizer load.

[⌊Logging the changing of the Site Title.⌉⌊Logging the changing of the Site Title
.⌉[

Logging the changing of the Site Title.

[⌊Logging the change of a nav menu item from a saved sate.⌉⌊Logging the change of
a nav menu item from a saved sate.⌉[

Logging the change of a nav menu item from a saved sate.

[⌊Expanding the Site Identity section and then navigating to edit a widget.⌉⌊Expanding
the Site Identity section and then navigating to edit a widget.⌉[

Expanding the Site Identity section and then navigating to edit a widget.

[⌊Changes to wp.customize.state when saving the customizer changes.⌉⌊Changes to 
wp.customize.state when saving the customizer changes.⌉[

Changes to `wp.customize.state` when saving the customizer changes.

[⌊State changes, messages, and events related to saving.⌉⌊State changes, messages,
and events related to saving.⌉[

State changes, messages, and events related to saving.

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Customizer Dev Tools” es software de código abierto. Las siguientes personas han
contribuido a este plugin.

Colaboradores

 *   [ Weston Ruter ](https://profiles.wordpress.org/westonruter/)
 *   [ XWP ](https://profiles.wordpress.org/xwp/)

[Traduce “Customizer Dev Tools” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/customizer-dev-tools)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/customizer-dev-tools/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/customizer-dev-tools/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/customizer-dev-tools/)
por [RSS](https://plugins.trac.wordpress.org/log/customizer-dev-tools/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 0.1.1 [2017-11-14]

 * Add setting change listener for settings in preview.
 * Tested up to 4.9.

#### 0.1.0 [2016-08-18]

Initial release

## Meta

 *  Versión **0.1.1**
 *  Última actualización **hace 9 años**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 4.7 o superior **
 *  Probado hasta **4.9.31**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/customizer-dev-tools/)
 * Etiquetas
 * [customize](https://cl.wordpress.org/plugins/tags/customize/)[customizer](https://cl.wordpress.org/plugins/tags/customizer/)
   [debug](https://cl.wordpress.org/plugins/tags/debug/)[debugging](https://cl.wordpress.org/plugins/tags/debugging/)
   [dev-tools](https://cl.wordpress.org/plugins/tags/dev-tools/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/customizer-dev-tools/advanced/)

## Calificaciones

Aún no se han enviado valoraciones.

[Tu reseña](https://wordpress.org/support/plugin/customizer-dev-tools/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/customizer-dev-tools/reviews/)

## Colaboradores

 *   [ Weston Ruter ](https://profiles.wordpress.org/westonruter/)
 *   [ XWP ](https://profiles.wordpress.org/xwp/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/customizer-dev-tools/)