PluginProbe
GD Security Headers / trunk
GD Security Headers vtrunk
trunk 1.0 1.1 1.1.1 1.2 1.3 1.4 1.5 1.6 1.6.1 1.7 1.7.1 1.8 1.9
gd-security-headers / forms / tools / export.php

export.php in GD Security Headers trunk, at forms/tools/export.php

8 lines 610 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <input type="hidden" value="<?php echo network_admin_url( 'admin.php?page=gd-security-headers-tools&gdsih_handler=getback&run=export&_ajax_nonce=' . wp_create_nonce( 'dev4press-plugin-export' ) ); ?>" id="gdsih-export-url"/>
2
3 <div class="d4p-group d4p-group-export d4p-group-important">
4 <h3><?php esc_html_e( 'Important', 'gd-security-headers' ); ?></h3>
5 <div class="d4p-group-inner">
6 <?php esc_html_e( 'With this tool you export all plugin settings into plain text file using JSON format. Do not modify export file, change can make it unusable.', 'gd-security-headers' ); ?>
7 </div>
8 </div>