Add floating mode support
This commit is contained in:
@@ -11,16 +11,16 @@
|
||||
namespace Ogre\Captcha\Location;
|
||||
|
||||
use Override;
|
||||
use Ogre\Captcha\Location;
|
||||
use Ogre\Captcha\LoginLocation;
|
||||
use Ogre\Captcha\Settings;
|
||||
use WP_Error;
|
||||
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
final class RegistrationPage extends Location {
|
||||
final class RegistrationPage extends LoginLocation {
|
||||
|
||||
protected function __construct() {
|
||||
parent::__construct(Settings::LOCATION_REGISTRATION_PAGE);
|
||||
parent::__construct(Settings::LOCATION_REGISTRATION_PAGE, 'register');
|
||||
}
|
||||
|
||||
#[Override]
|
||||
|
||||
Reference in New Issue
Block a user