mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Recent Issues Fix
This commit is contained in:
@@ -26,9 +26,7 @@
|
||||
if ( empty( $output['error'] ) ){
|
||||
|
||||
$save = '';
|
||||
$save[ $_metakey ]['roles'] = '';
|
||||
$save[ $_metakey ]['disabled_weekdays'] = '';
|
||||
$save[ $_metakey ]['icon'] = '';
|
||||
$save[ $_metakey ] = null;
|
||||
foreach( $array['post'] as $key => $val){
|
||||
|
||||
if ( substr( $key, 0, 1) === '_' && $val != '' ) { // field attribute
|
||||
|
||||
Reference in New Issue
Block a user