Locations and verification
Validate Build / validate-build (push) Failing after 35s
Validate Build / validate-build (push) Failing after 35s
This commit is contained in:
+10
-1
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Plugin
|
||||
* Ogre CAPTCHA
|
||||
*
|
||||
* @package ogre-captcha
|
||||
* @author cleverogre
|
||||
@@ -40,6 +40,15 @@ final class Captcha extends Plugin {
|
||||
|
||||
$this->add_files([
|
||||
'inc/class-settings.php',
|
||||
'inc/class-api.php',
|
||||
'inc/class-widget.php',
|
||||
'inc/abstract-location.php',
|
||||
'inc/location/class-comment-form.php',
|
||||
'inc/location/class-login-form.php',
|
||||
'inc/location/class-login-page.php',
|
||||
'inc/location/class-lost-password-form.php',
|
||||
'inc/location/class-post-password-form.php',
|
||||
'inc/location/class-registration-page.php',
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user