This commit is contained in:
2026-04-26 23:47:49 +02:00
parent 1b95f03d1e
commit b073e009d8
5288 changed files with 1112699 additions and 55536 deletions

View File

@@ -0,0 +1,19 @@
<?php
/**
* PPWP Protected Entire Site
*/
?>
<form class="ppw_main_container" id="ppw_entire_site_form">
<input type="hidden"
value="<?php echo esc_attr( wp_create_nonce( PPW_Constants::ENTIRE_SITE_FORM_NONCE ) ); ?>"
id="ppw_entire_site_form_nonce"/>
<table class="ppwp_settings_table" cellpadding="4">
<?php
include PPW_DIR_PATH . 'includes/views/entire-site/view-ppw-set-password.php';
include PPW_DIR_PATH . 'includes/views/entire-site/view-ppw-exclude-page.php';
?>
</table>
<?php
submit_button();
?>
</form>