mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- changed time for first activation review notice;
This commit is contained in:
@@ -631,7 +631,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Notices' ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ( $first_activation_date + MONTH_IN_SECONDS > time() ) {
|
||||
if ( $first_activation_date + 2*WEEK_IN_SECONDS > time() ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user