installed plugin WPScan version 1.15.1

This commit is contained in:
2021-05-13 11:27:50 +00:00
committed by Gitium
parent 2b403ab680
commit e0e2392c3c
193 changed files with 30878 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<div class="wpscan-model">
<div class="wpscan-modal-dialog">
<h4><?php _e( 'WPScan Warning', 'wpscan' ) ?></h4>
<div class="wpscan-model-content">
<p><?php _e( 'Deactivating the plugin will remove the scheduled automated scanning cron event.', 'wpscan' ) ?></p>
</div>
<div class="wpscan-model-footer">
<a href="#" class="button button-secondary button-deactivate allow-deactivate"><?php _e( 'Deactivate', 'wpscan' ) ?></a>
<a href="#" class="button button-secondary button-close"><?php _e( 'Cancel', 'wpscan' ) ?></a>
</div>
</div>
</div>