Thanks for replying samboll.
Doesn’t seem to work though, am I doing it right?
<?php function woothemes_admin_head() { ?>
update_option('siteurl','https://benwall.com/');
update_option('home','https://benwall.com/');
<style>
h2 { margin-bottom: 20px; }
.title { margin: 0px !important; background: #D4E9FA; padding: 10px; font-family: Georgia, serif; font-weight: normal !important; letter-spacing: 1px; font-size: 18px; }
.container { background: #EAF3FA; padding: 10px; }
.maintable { font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; background: #EAF3FA; margin-bottom: 20px; padding: 10px 0px; }