mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
@@ -32,7 +32,7 @@ if ( ! class_exists( 'um\core\Options' ) ) {
|
||||
* Set variables
|
||||
*/
|
||||
function init_variables() {
|
||||
$this->options = get_option( 'um_options' );
|
||||
$this->options = get_option( 'um_options', array() );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user