├── .gitignore ├── LICENSE ├── README.md ├── index.php ├── languages ├── wp-crap-en_US.mo ├── wp-crap-en_US.po └── wp-crap.pot ├── readme.txt └── wp-crap.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallelus/customizer-remove-all-parts/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallelus/customizer-remove-all-parts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallelus/customizer-remove-all-parts/HEAD/README.md -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 |