mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 13:13:33 +09:00
- pre-release
This commit is contained in:
@@ -226,7 +226,7 @@ if ( ! class_exists( 'um\core\Account' ) ) {
|
||||
|
||||
$this->init_tabs( $args );
|
||||
|
||||
$this->current_tab = apply_filters( 'um_change_default_tab', $this->current_tab );
|
||||
$this->current_tab = apply_filters( 'um_change_default_tab', $this->current_tab, $args );
|
||||
|
||||
/**
|
||||
* UM hook
|
||||
@@ -836,4 +836,4 @@ if ( ! class_exists( 'um\core\Account' ) ) {
|
||||
return $classes;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user