mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- settings optimization;
This commit is contained in:
@@ -112,7 +112,7 @@ if ( ! class_exists( 'Plugin_Updater' ) ) {
|
||||
foreach ( $the_plugs as $key => $value ) {
|
||||
|
||||
if ( in_array( $value, array_keys( $paid_extensions ) ) ) {
|
||||
$license = um_get_option( "um_{$paid_extensions[ $value ]['key']}_license_key" );
|
||||
$license = UM()->options()->get( "um_{$paid_extensions[ $value ]['key']}_license_key" );
|
||||
|
||||
if ( empty( $license ) )
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user