Related Codex Documentation |
Introduced in WordPress![]() |
|
TypeWordPress Function |
Dropped in WordPress![]() |
|
Defined atSee below |
||
Short Description |
||
1563: update_option( $this->blog_options[$o_name]['option'], $o_value ); 1564: }
279: if ( dirname($schema . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']) != get_option('siteurl') ) 280: update_option('siteurl', dirname($schema . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']) ); 281: }