Customizer Reset

설명

Reset theme customizations made via WordPress Customizer in one click. Works with 99% of themes, including WPZOOM themes and popular themes like Divi, Astra.”

This plugin removes all theme modifications that are registered via Customizer API.

Works with all themes and plugins that use theme_mod settings type for storing modifications.

Please keep in mind that some themes uses different method to save customizer settings, let us know if this plugin isn’t compatible with your theme.

📌 What’s new in version **1.1**?

Get Involved

Looking to contribute code to this plugin? Go ahead and fork the repository over at GitHub.

스크린샷

  • Reset along with Save button in WordPress Customizer panel.

FAQ

What type of customizer settings are reset?

Theme settings saved as theme_mod will be reset.

Why did the plugin not reset a particular setting?

  1. Setting is not registered correctly via Customizer API
  2. Setting is using option type for storing values

Is reset reversible?

No. Once you reset theme modifications you can not go back. You will need to redo all modifications from scratch.

Who built this plugin?

This handy plugin is brought to you by the team at WPZOOM.

https://www.wpzoom.com

후기

2020년 4월 12일
Once installed, a “reset” button is added to the top of the customizer sidebar (to the left of the “save” button). Reliable plugin. Great convenience.
2018년 6월 9일
Tried using it to reset Storefront theme but it did nothing. Perhaps it is not compatible with Storefront.
모든 15 평가 읽기

기여자 & 개발자

“Customizer Reset”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Customizer Reset”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.1

  • Add compatibility with Astra Theme

1.1.0

  • Refactor code to use PHP Namespaces
  • Add compatibility with Divi Theme Customizer settings
  • Add PHP Docblocks for all functions
  • Add automatic deploy to wordpress.org with GitHub Action
  • Add PHP matrix test with GitHub Action
  • Add CONTRIBUTING.md
  • Add LICENSE.md
  • Add README.md
  • Add support for WordPress Coding Standards
  • Add support for PHPstan
  • Add icon image 128 and 256 for wordpress.org
  • Add GitHub templates for bug, features, and questions
  • Add support for Composer

1.0.1

  • Minor cleanup

1.0

  • Initial Release