I got it:
$wp_customize->get_control('blogdescription')->label = esc_html__( 'Site Description', 'textdomain' );
Related Posts:
- New WP_Customize API – how does it work under the hood?
- Disable Visible Edit Shortcuts in the Customizer
- How to Add Customizer Setting in Child Theme
- customize_register with Multiple controls/settings – how to get values?
- Manipulating post meta in the customizer
- Widgets not working in Customizr but working in Appearance
- In the new Theme Customizer API, how to send a value from the front back to the admin panel?
- get_theme_mod(); returns nothing
- How to get input_attrs in the sanitize function?
- How to change in customizer the “site identity” tab required capabilities
- Customizer image control default value showing in customizer but not on frontend
- Customizer: How do you add HTML to control labels?
- Add new Control to Customizer to modify Headings (h1, h2, h3…) Color
- How to extend nav-menu-item-control data in Appearance > Customize?
- What will happen to the additional CSS when the theme is updated?
- Convert an theme options page to use in customize.php also?
- Add more then one site logo – custom-logo theme support
- Hide devices selection from customizer?
- Fatal error in wp-admin/customize.php after fresh install due to null $wp_customize
- Enabling Additional CSS / custom-css
- Can not sanitize select control in customize api
- Bind JS event to WordPress control customizer
- For a specific theme, how do I build a list of all the possible theme modification names?
- Save & Publish disabled for two dimensional array Customizer
- Allow guests to use WP Customizer but disable save button
- How do I remove a customiser option from a parent theme in a child theme?
- How to add css option to Header Image customizer?
- Trigger Customizer Publish (save) Action
- How to edit alternate inactive themes in “Appearance -> Customise” screen?
- Is it necessary to prefix theme_mod, section id and panel id in the customizer?
- Hide Customizer’s Widget Choices From The List
- theme customizer – can a single option pass multiple values?
- How to remove Customizer’s Section and move Control straight to Panel using Child Theme
- Remove Customizer Control Choices (Type: Radio Array) using Child Themes
- Dynamic Control in customiser
- Is it possible to add custom badges to product attributes conditionally, based on custom field?
- Will WordPress updates remove Gutenberg Additional Classes?
- Easily add custom HTML outside the main container?
- Customizer options limited to specific user roles?
- Can’t Customize WordPress Page
- WordPress Customizer: Check for value of CSS selector and replace it
- In wordpress customizer api adding div wrap to control
- Apply `the_content’ filter to theme customisation live preview
- retrieve theme custom settings
- Multiple Customizers
- Which IDE best for WordPress Development? [closed]
- Refresh Customize Section (not preview)
- Do i need to use PHP in customizer api?
- Where did I put this one line of css?
- Hover Hide-Visible Additional CSS not working in WordPress website, but shows properly in Customize window
- Best Practices for Regression Testing WordPress Websites?
- Custom Walker: how to get ID in function start_lvl
- How to include own css on wordpress tinymce editor?
- How can I create an alternative home page?
- Change default status and replace the icon for an hamburger menu
- Responsive Images – Generating multiple images from Theme Customizer control upload?
- How to access my php page in wordpress
- Multiple sites/domains with content all managed by single installation of WordPress
- How to change email address used for registrations?
- Search result page redirect ex.com/?s=searchterms to ex.com/searchterms
- Add styles with wp_add_inline_style only if modifications exist wp_add_inline_style
- Add custom field to woocommerce variations [closed]
- I want to submit multiple users if checkbox is checked
- How would you implement a CTA infront of a videoplayer? [closed]
- need help with a user-specific custom page template
- Alphabetical Custom Menu
- Creating custom database table with crud operation
- What requirements for ACF custom fields key and name properties?
- Custom Search on Custom Page while preserving the main search function
- If the image variable is specified, show image, if not no code
- WordPress noob, assign custom stylesheet using @import or if? Didn’t work for me
- Is there another way to customize a parent template file besides adding the file to a child theme?
- Replacing words in WordPress or theme (not in content)
- WordPress Child Theme Stylesheet being loaded before Parent’s minified .css
- How to create custom search page
- Adding other links on header than LinkedIn, Facebook, Youtube etc
- How to have multiple WordPress Menus
- How to Add Additional Search Button?
- WordPress pagination with custom post type?
- How to replace blog page url with subdomain at all places, even in xml sitemap?
- Add array of post id’s to a category?
- How to create social Share Buttons Without Plugin
- Saving of Draft is failing
- Custom Avatars for WordPress Comments VIA Website URL?
- Combine Categories & Custom Taxonomy
- A delete/trash all function?
- How to customize theme?
- Customizing the built-in Media Playlist
- Best way to create a page outside of the pages list
- How can I add a Description column to the media library browser screen?
- Search a meta field for a value in all posts
- Custom image sizes ignored in WP 3.5
- Document.body.scrollTop in WordPress
- Integrate Woocommerce to a custom theme
- Best way to modify theme
- How to move a widget below the menu in a sidebar in twenty thirteen?
- Change in credit card payment button for woocommerce
- How do I know if the custom theme is a child theme or a full-custom theme?
- Import bootstrap 5 and bootstrap icons in wp-admin backend
- Capture the Selected Radio Button Value between two files in wordpress theme