12 lines
540 B
PHP
Executable File
12 lines
540 B
PHP
Executable File
<div class="aio_yellow_box">
|
|
<p>
|
|
<?php
|
|
esc_html_e('Before using this feature, you must perform a cookie test first.', 'all-in-one-wp-security-and-firewall');
|
|
echo ' ';
|
|
echo esc_html__("This ensures that your browser cookie is working correctly and that you won't lock yourself out.", 'all-in-one-wp-security-and-firewall');
|
|
?>
|
|
</p>
|
|
</div>
|
|
<?php
|
|
submit_button(esc_html__('Perform cookie test', 'all-in-one-wp-security-and-firewall'), 'primary', 'aiowps_do_cookie_test_for_bfla', true, array('id' => 'aios-perform-cookie-test'));
|