get_options giving warnings.
-
You are using get_options like this: get_options(variablename); WordPress is viewing variablename as a possible constant but then applying single quotes.
get_options should be used as get_options(‘variablename’); to remove the warning.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘get_options giving warnings.’ is closed to new replies.