mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-09-05 21:12:56 +08:00
clean WP meta option is now configurable
This commit is contained in:
parent
0a0c957d26
commit
eb6ae823d6
3 changed files with 18 additions and 6 deletions
|
@ -42,6 +42,11 @@
|
|||
</p>
|
||||
<textarea class="widefat" name="additionalUrls" id="additionalUrls" rows="5" cols="10"><?php echo esc_html($this->additionalUrls) ?></textarea>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<input name="cleanMeta" id="cleanMeta" value="1" type="checkbox" <?php if ($this->cleanMeta == 1) echo "checked"; ?> />
|
||||
<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"; ?> />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue