update
This commit is contained in:
9
wp-content/plugins/password-protect-page/config.php
Normal file
9
wp-content/plugins/password-protect-page/config.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Subscription API
|
||||
*/
|
||||
|
||||
return (object) array(
|
||||
'debug_mode' => false,
|
||||
'subscribe_api' => 'https://loks4vx5i7.execute-api.ap-southeast-1.amazonaws.com/prod/mail',
|
||||
);
|
||||
Reference in New Issue
Block a user