RM
Size: a a a
М
AB
AB
MG
RM
RM
М
RM
М
MG
AK
get_option('true_options')['my_text_2']
, питання як мені таку опцію обновити через update_option
, бо так не працює update_option('my_text', "TEST");
MG
AK
AK
MG
AK
all_options = get_option("true_options");
$all_options['my_text'] = "TEST"; update_option('true_options', $all_options);
AS
AB
MG