Using update_option() and get_option() is echoing escaped strings

You can use PHP’s stripslashes() command:

<?php echo stripslashes( get_option( 'myOption' ) );

Leave a Comment

error code: 523