The get_settings() function has been deprecated. It’ll still work, but please change all your plugins so that they use get_option() instead.
The get_settings() function has been deprecated. It’ll still work, but please change all your plugins so that they use get_option() instead.
This would come into effect with the next release? I assume it would then not work for older versions of wp using the plugins with get_option?
I opted to check for get_option with a function_exists, first and use get_settings if get_option not found, but this seems kind of annoying, actually.
Both functions have co-existed for a very long time. You can safely just replace all instances of
get_settings()withget_options()and need not worry about wrapping withfunction_exists(). No need to wait for the 2.1 release.Thanks! I was just figuring that out, in going through some other (unrelated issues) plugins…
Cheers,
BEG
Thank you for this information!
Great website! Thx
i encountered such problem in new 3.0 version. and IE also reports some character missing.