You appear to be a bot. Output may be restricted
Description
Update the siteurl and home options
Usage
oik_locurl_update_options( $locurl );
Parameters
- $locurl
- ( string ) required – the fully specified local url e.g. http://wp.a2z or http://www.wp-a2z.org
Returns
voidSource
File name: oik-batch/oik-locurl.phpLines:
1 to 4 of 4
function oik_locurl_update_options( $locurl ) { oik_locurl_update_option( "siteurl", $locurl ); oik_locurl_update_option( "home", $locurl ); }View on GitHub