mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 19:56:27 +09:00
- added a notice after saving on the settings pages
This commit is contained in:
@@ -2227,7 +2227,8 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
|
||||
|
||||
//redirect after save settings
|
||||
$arg = array(
|
||||
'page' => 'um_options',
|
||||
'page' => 'um_options',
|
||||
'update' => 'settings_updated',
|
||||
);
|
||||
|
||||
if ( ! empty( $_GET['tab'] ) ) {
|
||||
|
||||
Reference in New Issue
Block a user