Done !
| Server IP : 87.98.154.146 / Your IP : 216.73.216.74 Web Server : Apache System : Linux webm011.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : alfamiffjq ( 77889) PHP Version : 8.2.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/alfamiffjq/www/alfamifwp/wp-content/plugins/limit-login-attempts-reloaded/views/ |
Upload File : |
<?php
/**
* Single template for all admin notices on the LLAR options page.
*
* @var string $notice_type WordPress notice type class (e.g. 'notice-error', 'notice-warning').
* @var string $notice_class Plugin-specific class (e.g. 'llar-options-notice').
* @var string $notice_content HTML content for inside the notice (inside <p>).
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div class="notice <?php echo esc_attr( $notice_type ); ?> <?php echo esc_attr( $notice_class ); ?>">
<p>
<?php echo wp_kses_post( $notice_content ); ?>
</p>
</div>