Forum Replies Created

Viewing 31 replies (of 31 total)
  • Thread Starter artcoder

    (@artcoder)

    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.

Viewing 31 replies (of 31 total)