Skip to content

Instantly share code, notes, and snippets.

Created December 4, 2015 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/deb2a84ebd494dd4c864 to your computer and use it in GitHub Desktop.
Save anonymous/deb2a84ebd494dd4c864 to your computer and use it in GitHub Desktop.
<?php
$wp_customize->get_setting( 'blogname' )->transport = 'postMessage';
$wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage';
$wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage';
$wp_customize->get_setting( 'background_color' )->transport = 'postMessage';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment