- added a notice after saving on the settings pages

This commit is contained in:
ashubawork
2022-01-13 14:06:05 +02:00
parent cafabe5f12
commit c2666550e1
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -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'] ) ) {