| Server IP : 185.68.16.147 / Your IP : 216.73.216.209 Web Server : Apache System : Linux web789.default-host.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : jt292766 ( 1182) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/jt292766/konstruktbud.com.ua/www/wp-content/plugins/wp-maintenance-mode/views/ |
Upload File : |
<?php
/**
* Login form
*
* @version 2.4.0
*/
defined( 'ABSPATH' ) || exit;
?>
<form name="loginform" class="login_form" action="<?php echo esc_url( site_url( 'wp-login.php', 'login_post' ) ); ?>" method="post">
<input type="text" placeholder="username" name="log" />
<input type="password" placeholder="password" name="pwd" />
<?php if ( ! empty( $atts['redirect'] ) ) { ?>
<input type="hidden" name="redirect_to" value="<?php echo esc_url( $atts['redirect'] ); ?>" />
<?php } ?>
<input type="submit" value="<?php esc_attr_e( 'Login', 'wp-maintenance-mode' ); ?>" />
</form>