You can use PHP’s stripslashes()
command:
<?php echo stripslashes( get_option( 'myOption' ) );
Related Posts:
- get_option() vs get_theme_mod(): Why is one slower?
- Theme Options page with tabs
- Outputting results from select box option in options panel
- Display user HTML on website
- Need help understanding/coding with Settings API
- get option framework options returns Call to undefined function of_get_option()
- How to set a default theme option after installing theme?
- WordPress theme options framework, I can’t read them in my templates
- Multiple options in the options_value field of the wp_options table
- Theme options are they necessary
- The best place of the code for creating a robots.txt file
- How do I display a WP Option from an array?
- Blogname and Blogdescription in Pagelines DMS Options Panel
- What should I use to store options for a single blog on a network site?
- Delete Transient when clicking ‘Save Changes’ on options page
- Changing the layout of a custom options page
- Slightly modified options framework Colour picker
- wordpress theme option in other templates
- Adding a description to theme customizer controls
- How To Add New Option Types To Option Tree?
- Theme Options Panels, What are some good examples from Frameworks or Premium Themes? [closed]
- Submenu pages delete settings from options array when saved
- Site Title and Tagline in Theme Options Page
- Where are a theme’s options stored and can I export them to be imported into freshly installed themes?
- Can I install Analytics before deciding on a theme?
- Options Framework options not being output
- Editor role cannot save custom theme options
- Two Ways Of Creating WordPress Options Pages
- WordPress Nonce and check admin referer help needed
- Theme option : having the ability to select among several predefined headers
- Site Title and Tagline in Pagelines DMS Options Panel
- Upload multiple images via theme options [closed]
- Save Theme Options (options.php) From The Frontend
- Setting up a members area
- Theme options WP Editor
- WordPress: update_option, don’t update empty options?
- How to mark an option as selected
- Cannot update WordPress General Settings Site Title and Tagline
- How to create dependent field in Customizer?
- How can I insert some extra validation into the theme options’ validation function using add_filter?
- Disable image resizing on specific upload fields
- How can I get my options in json response?
- Removing \\\ from Saved Data
- Add Plugin options as subpage to Theme options page
- WordPress admin panel framework weird layout on server side
- Update problem with update_option() in combination with register_setting()
- Theme Options page not saving data correctly
- Error: options page not found
- Create an Options page with two image upload fields
- Additional custom header image
- Efficiency of wp_options vs a new table
- Options Theme – WordPress [closed]
- How to reset (clear) theme settings
- Is there a function to add additional options to the Twentyeleven option page?
- How to save custom settings api fields with custom section fuction
- Retrieve uploaded image attibutes value from option tree theme options
- Warning: Illegal string offset on theme options page [closed]
- Issue on Checkbox with Custom Option Page
- Passing dynamic options from backend to frontend
- Link blogname and blogdescription to the Options Framework
- Display and hide content using checkbox in Options Framework Theme
- My title won’t update
- Shorter admin url for options page
- not getting API setting saved confirmation message after update on option page
- WP Page Options Array
- Bring page from sub menu to admin menu in option tree
- Adding a theme option to the admin that lets me turn on/off a javascript file
- Can Settings API setting generate other settings?
- How to load dynamic option with ajax
- Options Framework not saving options correctly
- Admin menus and submenus
- Theme Options Page – Select, Radio, Tabs
- WordPress Options Framework, add to main menu not appearance menu
- WordPress built-in Custom Background
- Weird undefined index: id,std notices. How to fix it?
- Splitting an eCommerce store from the WordPress Theme
- display category name based on its equivalent id
- Show multiple option in URL with Redux framework in front end
- Do not want to display random category. Want to exclude a few or make post show only the category I want [closed]
- Can’t save multiple sections on one page with register_setting
- Moving wordpress site from one machine into another
- Echo content based on current tabbed page in theme options
- Build Form on Dashboard
- WordPress Setting page can not be saved by html radio
- Cloning/replicating/copying dashboard admin settings
- Activating a Theme Options page to Editor – not working [closed]
- Set option to show the slider in post – WP
- IF statement not falling over to ELSE with Options Framework
- Theme options: Display ID of page options
- Trouble saving wp_dropdown_pages()
- Theme Option’s Save Button is not working
- Notice: Undefined index: in options-framework.php
- How can I style my theme admin page?
- I don’t have permission to save the theme options I created myself?
- Why has my WordPress theme disappeared from my WordPress site?
- Multiple instances of Redux WP Framework [closed]
- Can I call Options Framework in footer.php?
- Where to add the code for an outer container in a theme?
- Options.php loop won’t show!
- Theme Options wp_editor breaks with 6.0.2 update