Title: Fix for Customizer Bug
Last modified: July 11, 2026

---

# Fix for Customizer Bug

 *  Resolved [sbcjr](https://wordpress.org/support/users/sbcjr/)
 * (@sbcjr)
 * [1 month ago](https://wordpress.org/support/topic/fix-for-customizer-bug/)
 * Hello friends, thanks for a very useful free plugin!
 * We recently encountered a bug where a theme customer of ours wasn’t able to save
   any changes via the Customizer if Masteriyo was active. Just sharing the fix 
   here in case it either helps someone in a pinch, or potentially could be addressed
   in a future update. 🤞
 * All edits are in **/includes/Masteriyo.php**.
 * **Line 200**, change `add_action` to `add_filter` (since `customize_changeset_save_data`
   is a filter):
   `add_filter( 'customize_changeset_save_data', array( $this, 'sync_theme_global_colors'));`
 * **Line 1441**, change to:
   `return $data;`
 * **Line 1455**, change to:
   `return $data;`
 * **Line 1467**, insert new line:
   `return $data;`
 * These tweaks prevent the changeset content from always being `null`.

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

 *  Plugin Support [Amrit Kumar Shrestha](https://wordpress.org/support/users/shresthauzwal/)
 * (@shresthauzwal)
 * [4 weeks ago](https://wordpress.org/support/topic/fix-for-customizer-bug/#post-18963758)
 * Hi [@sbcjr](https://wordpress.org/support/users/sbcjr/),
 * Thanks for the detailed explanation,
 * We’ve already identified this Customizer freeze issue in Masteriyo 2.3.1, and
   our development team is actively working on a fix that will be included in an
   upcoming update.
 * For now, here are two temporary workarounds you can use:
    - Roll back Masteriyo to the previous stable version, make your Customizer changes,
      and then update the plugin again.
    - Or temporarily deactivate Masteriyo while you adjust your Customizer settings,
      then reactivate it once you’re done.
 * The upcoming update will fully address the issue, and we’ll let you know as soon
   as it’s released.
 * Best regards!
 *  Plugin Support [Amrit Kumar Shrestha](https://wordpress.org/support/users/shresthauzwal/)
 * (@shresthauzwal)
 * [3 weeks, 3 days ago](https://wordpress.org/support/topic/fix-for-customizer-bug/#post-18967950)
 * Hi [@sbcjr](https://wordpress.org/support/users/sbcjr/),
 * We have released an update that includes the fix for the customizer issue you
   mentioned. However, please note that according to WordPress.org’s policies, the
   update may take up to 24 hours to become available for download.
 * Once the update is available, please update the plugin and let us know whether
   the issue has been resolved.
 * Best Regards!
 *  Plugin Support [Amrit Kumar Shrestha](https://wordpress.org/support/users/shresthauzwal/)
 * (@shresthauzwal)
 * [2 weeks, 5 days ago](https://wordpress.org/support/topic/fix-for-customizer-bug/#post-18971873)
 * Hi [@sbcjr](https://wordpress.org/support/users/sbcjr/),
 * Since we haven’t heard back from you, we’ll close this topic for now as we believe
   the issue has been resolved.
 * If you still need any help or would like to share an update, please feel free
   to reopen the topic at any time. We’ll be glad to assist you. 😊
 * Best regards,
 *  Thread Starter [sbcjr](https://wordpress.org/support/users/sbcjr/)
 * (@sbcjr)
 * [2 weeks, 5 days ago](https://wordpress.org/support/topic/fix-for-customizer-bug/#post-18971899)
 * Hi Amrit,
 * Thanks so much! Looks like the fix they released was the code that I shared above,
   it’s working nicely on our client’s site as well as our test site.
 * Thanks again!

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffix-for-customizer-bug%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/learning-management-system/assets/icon-256x256.gif?rev=3520181)
 * [Masteriyo LMS – LMS Course Builder, Quizzes & Certificates](https://wordpress.org/plugins/learning-management-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/learning-management-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/learning-management-system/)
 * [Active Topics](https://wordpress.org/support/plugin/learning-management-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/learning-management-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/learning-management-system/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [sbcjr](https://wordpress.org/support/users/sbcjr/)
 * Last activity: [2 weeks, 5 days ago](https://wordpress.org/support/topic/fix-for-customizer-bug/#post-18971899)
 * Status: resolved