set defaults
This commit is contained in:
parent
233856b67d
commit
d8a818557c
1 changed files with 5 additions and 3 deletions
|
@ -185,9 +185,11 @@ class LBRYPress
|
||||||
|
|
||||||
//Default options
|
//Default options
|
||||||
$option_defaults = array(
|
$option_defaults = array(
|
||||||
|
LBRY_WALLET => '',
|
||||||
LBRY_LICENSE => $this->licenses[0],
|
'lbry_default_publish_setting' => '',
|
||||||
LBRY_LBC_PUBLISH => 1
|
'default_lbry_channel' => '',
|
||||||
|
LBRY_LICENSE => '',
|
||||||
|
LBRY_LBC_PUBLISH => 0.001,
|
||||||
);
|
);
|
||||||
|
|
||||||
add_option( LBRY_SETTINGS, $option_defaults, false );
|
add_option( LBRY_SETTINGS, $option_defaults, false );
|
||||||
|
|
Loading…
Reference in a new issue