=== BFG Tools – Theme Zipper === Contributors: thebaldfatguy Tags: zip, backup, themes, developer-tools Requires at least: 6.0 Tested up to: 6.9 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Zip any installed WordPress theme (including child themes) from Tools → Theme Zipper. Zips are saved in /wp-content/uploads/theme-zips. == Description == BFG Tools – Theme Zipper lets you quickly create portable .zip files of any installed theme, including child themes. Use it when you want to: * Move a theme from one site to another. * Send a theme to a developer or client. * Create a safe, portable copy of a customized child theme. All zips are stored in your WordPress uploads folder under `/wp-content/uploads/theme-zips` and can be downloaded directly from the Theme Zipper page. == Installation == 1. Upload the plugin folder to `/wp-content/plugins/` or install from the WordPress admin. 2. Activate the plugin. 3. Go to **Tools → Theme Zipper**. == Frequently Asked Questions == = Where are the zip files stored? = Zips are stored in your uploads folder under `/wp-content/uploads/theme-zips`. = Who can create zips? = Only administrators (users with the `manage_options` capability) can access the Theme Zipper page and create zips. = Does this plugin modify my themes? = No. It only reads the theme files and writes zip archives into the uploads folder. It does not change or delete any theme files. == Screenshots == 1. Theme Zipper admin page listing installed themes and zip actions. == Changelog == = 1.0.0 = * Initial release.