how to change page url in wordpress code example
Example: update url wordpress
<?php
update_option( 'siteurl', 'http://example.com' );
update_option( 'home', 'http://example.com' );
<?php
update_option( 'siteurl', 'http://example.com' );
update_option( 'home', 'http://example.com' );