window.wp = window.wp || {}; window.wp.customize = window.wp.customize || { get: function() {} }; var customizerRootElement; customizerRootElement = jQuery( '
' ); customizerRootElement.css( { position: 'absolute', left: -10000, top: -10000 } ); // Remove from view. jQuery( document.body ).append( customizerRootElement ); window._wpCustomizeSettings = { 'autofocus': {}, 'browser': { 'ios': false, 'mobile': false }, 'controls': { 'fixture-control': { 'active': true, 'content': '
  • Section Fixture Press return or enter to open

  • ', 'description': '', 'instanceNumber': 8, 'label': 'Fixture Control', 'priority': 10, 'section': 'fixture-section', 'settings': { 'default': 'fixture-setting' }, 'type': 'text' } }, 'documentTitleTmpl': 'Customize: %s', 'nonce': { 'preview': '', 'save': '' }, 'panels': { 'fixture-panel': { 'active': true, 'content': '
  • Fixture Panel Press return or enter to open this panel

  • ', 'description': 'Lorem ipsum', 'instanceNumber': 1, 'priority': 110, 'title': 'Fixture panel with content', 'type': 'default' }, 'fixture-panel-default-templated': { 'active': true, 'description': 'Lorem ipsum', 'instanceNumber': 2, 'priority': 110, 'title': 'Fixture default panel using template', 'type': 'default' }, 'fixture-panel-titleless-templated': { 'active': true, 'description': 'Lorem ipsum', 'instanceNumber': 3, 'priority': 110, 'title': 'Fixture titleless panel using template', 'type': 'titleless' }, 'fixture-panel-reusing-default-template': { 'active': true, 'description': 'Lorem ipsum', 'instanceNumber': 3, 'priority': 110, 'title': 'Fixture panel of custom type re-using default template', 'type': 'reusing-default-template' }, 'fixture-panel-without-params': {} }, 'sections': { 'fixture-section': { 'active': true, 'content': '
  • Section Fixture Press return or enter to open

  • ', 'description': '', 'instanceNumber': 2, 'panel': 'fixture-panel', 'priority': 20, 'title': 'Fixture Section', 'type': 'default' }, 'fixture-section-default-templated': { 'active': true, 'description': '', 'instanceNumber': 3, 'panel': 'fixture-panel', 'priority': 20, 'title': 'Fixture default section using template', 'type': 'default' }, 'fixture-section-titleless-templated': { 'active': true, 'description': '', 'instanceNumber': 4, 'panel': 'fixture-panel', 'priority': 20, 'title': 'Fixture titleless section using template', 'type': 'titleless' }, 'fixture-section-reusing-default-template': { 'active': true, 'description': '', 'instanceNumber': 4, 'panel': 'fixture-panel', 'priority': 20, 'title': 'Fixture section of custom type re-using default template', 'type': 'reusing-default-template' }, 'publish_settings': { 'active': true, 'description': '', 'instanceNumber': 6, 'priority': 20, 'title': 'Fixture section of custom type re-using default template', 'type': 'outer' }, 'fixture-section-without-params': {} }, 'settings': { 'fixture-setting': { 'transport': 'postMessage', 'value': 'Lorem Ipsum' }, 'fixture-setting-abbr': { 'transport': 'postMessage', 'value': 'NASA', 'type': 'abbreviation' } }, 'theme': { 'active': true, 'stylesheet': 'twentyfifteen' }, 'url': { 'activated': 'http://example.org/wp-admin/themes.php?activated=true&previewed', 'ajax': '/wp-admin/admin-ajax.php', 'allowed': [ 'http://example.org/' ], 'fallback': 'http://example.org/?preview=1&template=twentyfifteen&stylesheet=twentyfifteen&preview_iframe=1&TB_iframe=true', 'home': 'http://example.org/', 'isCrossDomain': false, 'login': 'http://example.org/wp-login.php?interim-login=1&customize-login=1', 'parent': 'http://example.org/wp-admin/', 'preview': 'http://example.org/' }, 'previewableDevices': { 'desktop': { 'label': 'Enter desktop preview mode', 'default': true }, 'tablet': { 'label': 'Enter tablet preview mode' }, 'mobile': { 'label': 'Enter mobile preview mode' } }, initialClientTimestamp: 1506510531595, initialServerDate: '2017-09-27 16:38:49', initialServerTimestamp: 1506510529913, changeset: { status: '', uuid: '0c674ff4-c159-4e7a-beb4-cb830ae73979', autosaved: false, branching: false, currentUserCanPublish: false, hasAutosaveRevision: false, latestAutoDraftUuid: '341b06f6-3c1f-454f-96df-3cf197f3e347', publishDate: '', locked: false }, timeouts: { windowRefresh: 250, changesetAutoSave: 60000, keepAliveCheck: 2500, reflowPaneContents: 100, previewFrameSensitivity: 2000 } }; window._wpCustomizeControlsL10n = {}; jQuery.ajaxSetup( { beforeSend: function( e, data ) { if ( data.url.indexOf( '//example.org' ) !== -1 ) { return false; } } } );