mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed member directory scripts enqueue;
- added integration with User Location extension; - sanitize $_GET variables in wp-admin side;
This commit is contained in:
@@ -1415,7 +1415,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
|
||||
$current_tab = empty( $_GET['tab'] ) ? '' : urldecode( $_GET['tab'] );
|
||||
$current_subtab = empty( $_GET['section'] ) ? '' : urldecode( $_GET['section'] );
|
||||
|
||||
$settings_struct = $this->settings_structure[$current_tab];
|
||||
$settings_struct = $this->settings_structure[ $current_tab ];
|
||||
|
||||
//remove not option hidden fields
|
||||
if ( ! empty( $settings_struct['fields'] ) ) {
|
||||
|
||||
Reference in New Issue
Block a user