Codex tools: Log in / create account
Contents |
A safe way of removing a named option/value pair from the options database table.
<?php delete_option($name); ?>
<?php delete_option("myhack_extraction_length"); ?>
This article is marked as in need of editing. You can help Codex by editing it.