mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-09-05 21:12:56 +08:00
rm redundant generateZip func
This commit is contained in:
parent
3026c7175d
commit
8f0fb1f7e5
2 changed files with 0 additions and 8 deletions
|
@ -48,11 +48,6 @@
|
|||
<label for="cleanMeta"><?= __('Strip out unneeded WordPress meta tags', 'static-html-output-plugin');?></label>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<input name="generateZip" id="generateZip" value="1" type="checkbox" <?php if ($this->generateZip == 1) echo "checked"; ?> />
|
||||
<label for="generateZip"><?= __('Generate Zip archive of whole site', 'static-html-output-plugin');?></label>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<input name="retainStaticFiles" id="retainStaticFiles" value="1" type="checkbox" <?php if ($this->retainStaticFiles == 1) echo "checked"; ?> />
|
||||
<label for="retainStaticFiles"><?= __('Retain generated static files on server', 'static-html-output-plugin');?></label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue