Codex tools: Log in / create account
Contents |
Updates key and value data for the current blog with the provided un-sanitized information.
This function has been moved to functions.php and now intelligently degrades for normal WordPress installations. (by returning the value of update_option() rather than handling the processing its self.
Note: function expects $key and $value not to be SQL escaped.
<?php update_site_option($key, $value)(); ?>