Your code is perfect just need to change 'theme_mod'
instead of 'option'
it will solve this.
function themename_customize_register($wp_customize){
$wp_customize->add_setting( 'test_setting', array(
'default' => 'value_xyz',
'capability' => 'edit_theme_options',
'type' => 'theme_mod',
));
$wp_customize->add_control( 'test_control', array(
'label' => __('Text Test', 'themename'),
'section' => 'spacious_slider_number_section1',
'settings' => 'test_setting',
));
}
add_action('customize_register', 'themename_customize_register');
And to retrieve it
get_theme_mod( 'test_setting' );
Hope it helps you out.
Related Posts:
- Where is Customizer related data stored is the database?
- Repeater field in Customizer
- Adjust the Device Preview sizes used in the WP 4.5 Customizer
- WP Customizer – Prevent live preview
- Customizer JS API dynamically add sections and controls
- Get all registered wp theme customizer sections?
- get_theme_mod doesn’t return the theme customizer preview’s new values in after_setup_theme hook
- Conditional Logic to Check for Site Icon
- How do I check if user input in a field in the customizer is a number?
- How to access the nav_menus panel with the customizer api?
- Is it possible to conditionally displaying and hiding of customizer controls for each device preview?
- Add or remove HTML class with selective refresh?
- Get current post ID of customizer preview window
- How to add theme customizer control to specific page?
- Customizer active callback live toggle controls
- Section Name for Menu in Theme Customizer
- Is it still possible to nest panels within panels within the customizer?
- What is the difference between sanitize_text_field() and wp_filter_nohtml_kses()?
- How to move Menus customizer section directly under Site Identity?
- WP customizer + gulp + browsersync = refused to display in iframe?
- Theme Customizer Custom Background / Header Image
- Removing http:// from esc url() for wordpress customizer code
- Send data from Customizer Settings to Customizer Preview with settingless control
- Author functions don’t work in customizer’s selective refresh
- Using Theme Customizer Built-In Sections
- How to use rgba color from theme customizer color picker
- Theme Customizer changes are dissappearing when change page
- WordPress Customizer sanitize_callback: How to Reset to Default on Fail
- Hide Text when check box option is ticked in customizer?
- site identity section name?
- WordPress code editor VS customizer “built-in CSS editor”?
- How do i remove the ‘WooCommerce’ section from Customizer in Twenty Sixteen Theme?
- Customizer options
- How to suppress anchor tag click redirection in customizer preview frame?
- How do i add edit shortcut icon in wordpress without using selective refresh
- Hide or remove the Remove button in WP_Customize_Image_Control
- Dynamic IDs in WordPress Customizer value bindings
- HTML output via Theme Customizer is not working
- How to get customizer to refresh when using radio buttons control
- adding checkbox to theme customizer
- Customizer notifications for disabled and hidden controls
- Customizer chokes on my theme in 4.9, where should I be looking?
- Theme Customizer – Text without a setting (a comment or tag)
- Translations appear in the WP Customizer, but not on the website!
- customizer options not showing
- How To Remove or Hide Appearance->Background from Admin Menu
- Save customizer setting to post meta
- JS event similar to render-partials-response in wordpress customiser selective refresh when the request is initialised?
- WordPress Customizer checkbox default not working
- Add customiser controls directly to a panel
- How to use sanitize_callback?
- datepicker works on widgets options page, but not on customizer
- How to make customizer settings appear only when image is uploaded?
- get_theme_mod Not Functioning Properly
- Get Image Width From WP_Customize_Image_Control() File Set in WP Theme Customizer
- My background color customizer doesnt work
- theme customizer issue
- Initials of email looks strange on WordPress Website
- Customizer section gone after adding second
- Show/hide section in theme customizer based on selection from another section
- Sidebar visibility in {WordPress template Hyerarchy, Newspaper Theme, TagDiv Composer}
- How to create a tooltip behind a customizer setting label?
- WordPress Customizer allow line break
- Amend description of menu location in customizer WordPress
- Hooks to watch customizer value change
- How to add UI buttons in customizer like twentyseventeen
- How to use variable from customizer.php in customizer.js
- How to delete old custom-css-stuff in the customizer-live-preview?
- Output values from Customizer isn’t working
- What is the id for the widgets section of the WordPress theme customizer?
- No option to select home page in theme customizer
- How to import and export settings from live customizer?
- WP 3.8 theme customizer error
- Initialize WordPress customizer variables
- Adding custom link with get parameter to a menu button
- WordPress navigation URL became hashed URL automatically
- Want to permanently remove pagination number page/2/ in WordPress
- How to make a block for header font styling at customizer via function.php?
- Customizer – binding jQuery created controls
- @font-face in Customize Control
- how to sanitize customizer checkbox control
- add a section in wordpress theme to upload image and process it
- Broken Customizer After Migration To The Skeleton Architecture
- Creating default object from empty value in wp_customize?
- Exiting Customizer alert
- Fetch customizer image and output as an inline css style background image
- Why is my custom WordPress Customizer section disappearing after about a second?
- Hide Customizer Setting on ‘ready’
- Manipulating customizer panels and fields?
- Issues Saving Long String Option
- Use the customiser to set the background-image of a div
- WordPress Customizer Not Setting Custom Settings or Controls
- Disable customizer control sorting within sections
- WordPress Customizer Hides my Sections / Controls inside of is_admin()
- Default Customizer Code
- How to work around case sensitivity of HEX values?
- WP Theme Customizer – Responsive Elements
- Customizer sanitize_callback for input type number
- How to check WP Customize Control
- Custom logo manage by customizer and theme options