I created a plugin that adds an option “copyrighttext” with the statement….
add_option("copyrighttext", "copyright 2008", "copyright text", "yes");
And I can see this option in wp-admin/options.php
But when I do …
<?php get_option("disclaimertext"); ?>
in my footer.php template. Nothing is returned.