Having trouble with get_option tag
-
As we known, get_option($tag) was used to get value from wp_options table. However, in some cases, get_option() was used to push value to variable?!
$msg = get_option('hello_world'); echo $msg;
Clearly, hello_world never exist in wp_options table, that’s second feature of get_option, huh?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Having trouble with get_option tag’ is closed to new replies.