In TwentyTen’s functions.php the custom background is added in twentyten_setup() which is called on the action 'after_setup_theme'
.
So, in your child theme, the following should remove the option completely:
// Higher priority to work after TwentyTen
add_action( 'after_setup_theme', 'wpse12934_remove_custom_background', 20 );
function wpse12934_remove_custom_background()
{
remove_custom_background();
}
Related Posts:
- How do I add settings to the Background Options Page?
- Where is default wp_head() implemented?
- WordPress API Menu/Submenu Order
- What are the advantages and disadvantages of Option Tree over the Customization API?
- How To Add New Option Types To Option Tree?
- What WP folder can I use to write files to?
- Form Submitting Error with get_template_part()
- How to change admin bar color scheme in MP6 / WP 3.8 front end?
- How to add Color Picker in Theme Options for the following?
- Setting multiple default background images?
- Best practice way to implement custom sections into a WordPress theme
- Best practice (forward compatibility) for theme options
- Hide certain pages / posts on wp-admin, show custom filter
- How to set the default value of a option in a theme?
- Adding Content Areas to Custom Page Template
- Add a preview to a WordPress Control Panel
- WordPress settings API error when checkbox unchecked
- How to deploy a new theme/theme options from staging to production site
- WordPress Customizer Typography: How to load just the unique Google Fonts?
- esc_url not working within add_settings_field callback
- How to remove menus section from WordPress theme customizer
- WordPress Errors in generated by theme check plugin [closed]
- WordPress Theme customisation CSS
- Get background color for Live Preview with Theme Customization API?
- Enqueued Stylesheets Effecting Admin Styles
- Select front page and blog page in custom theme settings page
- Using the theme options to change background
- Theme Options page not showing up in admin menu
- wordpress custom theme import and export options for sample data [closed]
- How to hook CSS file according to theme selection in the customizer section
- How Can I Create a List of Values to Be Iterated Through via WordPress Customization API?
- Is there a way to activate different theme for specified users? [closed]
- how do you create an admin interface in plugin for your theme
- Why is the Links Manager visible?
- Weekly background code not working
- Is there an action for save_menu and/or update_menu?
- For best DB performance should I serialize all theme options together or by type?
- Set multiple templates per post
- Creating Theme Options Page
- Location of theme options page menu icon
- WordPress add options to theme not displaying
- qTranslate with my own theme and settings
- Create wordpress header with custom logo in between the menu splitting the menu into two equal parts [closed]
- How to add Bootstrap Tour JavaScript to WordPress Admin Panel Dashboard Widget
- Access theme options in templates
- get_option in header.php not returning value from customizer
- Internal error 500 accessing Theme > Customize
- Using an if statement in the theme customizer page
- How to add “Template” option in page attributes panel?
- Single Page Design, Storing in Theme Options
- How can I make my options in an array and store theme in WP options one DB row?
- How to show custom meta_key in each li of menu
- How to: JQuery multiple wordpress media uploader buttons in the same options page?
- Following Web Performance Optimization techniques to output static and dynamic css
- How to disable wordpress from overload my stylesheet styles with customizer styles
- How to enqueue javascript for WP Customize options sidebar?
- How do i place same widgets multiple time by default on theme activation?
- Common single page template options
- How to support letting users add their OWN logo to a custom theme?
- Change WordPress header color using customizer
- How do I use a color from theme options?
- How can I change the theme of different posts using a plugin?
- How to Create custom xml file for demo content for custom theme?
- Is there any way to register custom background images like header images?
- How to make javascript work on theme options page
- get_template_part() doesn’t work
- Consequences if using PHP include TEMPLATEPATH?
- WP_editor doesnt apply wpautop on single line content
- I’m using wp residence theme and want to display titile above the slider [closed]
- Copying the theme style files and images to duplicate the website but with a difference
- not getting API setting saved confirmation message after update on option page
- Custom admin logo not showing after wordpress 4.5 upgrade
- using Options Framework – can “theme-textdomain” domain be changed?
- How add built-in textarea in theme development?
- Let user to add input fields on theme option page
- Customize Option Framework
- How To Display Value from Theme Options Field in Front End Template?
- Update Specific Key Value in Complex `wp_options` object
- Creating an advanced searchform based on select boxes
- Tabbed theme options query about add_settings_section callback function
- Why my theme option not working?
- WordPress custom menu can’t show 3. level submenu
- Gallery functionality in custom theme
- In wordpress customizer div still showing even if I hid it with javascript
- I updated my own theme’s code and css
- Theme option page doesn’t save options
- WordPress uploads do not show up and I see the white screen of death in some cases
- How to customize the colors within a stylesheet using a WordPress setting
- how can I re-utilize and class on a child theme
- how to create export / import theme options in wordpress without plugin
- Create a variable with string, array or multiple values
- How can I include the js and css file of my custom theme dynamically in header.php
- Replaceing _custom_background_cb
- background_image support multiple image size?
- “No Data Received” error in Chrome every time i try to update the theme functions file
- trying to figure out how to use more that one image upload in the same section in theme customizer
- Custom widgets in theme option page
- The content not wrapped in paragraph tags with get_page_by_title()
- Import/Export WordPress demo
- Remove nonindex meta tag