clean WP meta option is now configurable

This commit is contained in:
Leon Stafford 2016-12-27 22:04:57 +13:00
parent 0a0c957d26
commit eb6ae823d6
3 changed files with 18 additions and 6 deletions

View file

@ -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"; ?> />