Title: ReferenceError: _wpCustomizeLoaderSettings
Last modified: August 30, 2016

---

# ReferenceError: _wpCustomizeLoaderSettings

 *  Resolved [Ov3rfly](https://wordpress.org/support/users/ov3rfly/)
 * (@ov3rfly)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/referenceerror-_wpcustomizeloadersettings/)
 * With current 1.0.3 and WP 4.2.2 sometimes in backend I get this in javascript
   console:
 *     ```
       ReferenceError: _wpCustomizeLoaderSettings is not defined
       ```
   
 * Not sure when and why, happens e.g. on a site with [Intuition theme](https://wordpress.org/themes/intuition/)
   when `/wp-admin/themes.php` is accessed, but also on some other admin pages.
 * Using this fix for now on that site:
 *     ```
       function my_admin_footer() {
           echo '<script type="text/javascript">var _wpCustomizeLoaderSettings = _wpCustomizeLoaderSettings || {}</script>';
       }
       add_action( 'admin_footer', 'my_admin_footer', 99 );
       ```
   
 * [https://wordpress.org/plugins/customizer-remove-all-parts/](https://wordpress.org/plugins/customizer-remove-all-parts/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [peterdog](https://wordpress.org/support/users/peterdog/)
 * (@peterdog)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/referenceerror-_wpcustomizeloadersettings/#post-6304881)
 * Thanks. We’re looking into this. We just pushed a fix to another .js issue on
   Github. Taking a look at this one this week and we’ll release 1.0.4
 *  Plugin Contributor [peterdog](https://wordpress.org/support/users/peterdog/)
 * (@peterdog)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/referenceerror-_wpcustomizeloadersettings/#post-6304893)
 * Just updated to 1.0.4 to fix this error. I apologize for the delay. My trial 
   of Versions expired and I just purchased a license today to update this plugin.
   🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘ReferenceError: _wpCustomizeLoaderSettings’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/customizer-remove-all-parts_797a7e.
   svg)
 * [Customizer Remove All Parts](https://wordpress.org/plugins/customizer-remove-all-parts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/customizer-remove-all-parts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/customizer-remove-all-parts/)
 * [Active Topics](https://wordpress.org/support/plugin/customizer-remove-all-parts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/customizer-remove-all-parts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/customizer-remove-all-parts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [peterdog](https://wordpress.org/support/users/peterdog/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/referenceerror-_wpcustomizeloadersettings/#post-6304893)
 * Status: resolved