[wp-hackers] Options and caching

Rob Miller r at robm.me.uk
Wed Jan 30 13:08:11 GMT 2008


On Jan 30, 2008 10:27 AM, Ozh <ozh at planetozh.com> wrote:
> First thing:
> get_option('doesnotexist') returns false, not an empty string.

<?php
var_dump(false == ""); // bool(true)
?>

-- 
Rob Miller
http://robm.me.uk/


More information about the wp-hackers mailing list