PluginProbe
Easy Basic Authentication – Add basic auth to site or admin area / 1.5
Easy Basic Authentication – Add basic auth to site or admin area v1.5
trunk 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.4 1.4.1 1.5 1.5.1 1.5.2 1.5.3 1.6 1.6.1 1.6.2 1.6.3 1.6.4 1.7 1.7.1 1.8 1.8.1 1.9 All 50 releases
easy-basic-authentication / template / settings_page.php

settings_page.php in Easy Basic Authentication – Add basic auth to site or admin area 1.5, at template/settings_page.php

12 lines 402 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="wrap">
2 <div class="error-message">
3 <?php settings_errors(); ?>
4 </div>
5 <form method="post" action="options.php">
6 <?php
7 settings_fields( 'basic-auth-plugin-settings' );
8 do_settings_sections( 'basic-auth-plugin-settings' );
9 submit_button(__('save', 'easy-basic-authentication'), 'primary', 'eba_submit', false);
10 ?>
11 </form>
12 </div>