I am not very familiar with Customizer part of code, but my immediate guess would that number is attachment ID for the uploaded image.
IDs are most typical and reliable way to store connection to particular media item within WP installation. It is trivial to get from ID to other representations, such as URLs to different image sizes. However it is quite challenging to go in reverse direction, such as determine ID (if any) for arbitraty image URL.
You can check if number matches up with ID in admin (typically exposed in URL) and use API functions on it (such as wp_get_attachment_image_src()
and others).
Related Posts:
- How to add default images into theme customizer image control?
- Return a numerical function value in Customizer controls
- Getting text from custom field from customizer
- Using get_theme_mod with checkbox to display content
- How to add button to top of theme customizer?
- How can I clear the theme mod settings?
- Function to return true if current page has child pages
- Cleaning up WordPress to improve performance?
- List of all theme customizer control types?
- Need help setting default setting value for radio button in theme customizer
- How to preserve PHP modifications while upgrading WordPress?
- Is it possible to get a theme customizer setting from wp.customize using jquery?
- Set the transport of the Customizer ‘header_image’ core setting to ‘postMessage’
- Dynamically change feature image in customiser
- One button to change all settings in theme customizer?
- Change comments form title on a page by page basis
- WordPress Customizer: How can you have multiple active callbacks on one control?
- Setting up the child theme so as to enable right-to-left WordPress?
- Design view breaking on Pages
- if has theme mod
- delete an array element when its date expires
- Overriding a theme redux file in child theme
- Crop image from get_theme_mod Customizer field
- How to break down importing of feeds
- PHP can I add line numbers to file_get_contents()
- Setting custom canonical urls
- Create another “Display Site Title and Tagline” checkbox, “Header Text Color” setting and control
- Converting HTML Template to WordPress Theme
- How to check if a meta value has already been assigned to any user?
- Retrieve $_POST data submitted from external URL in WordPress(NOT API)
- How to pick the default selected value in wordpress dropdown?
- Customizer: active_callback and sanitize_callback incompatibility?
- Modify custom field input data before creating a new post
- Compare the old get_theme_mod($name) to the new get_theme_mod($name) return value
- Skt full width basic slideshow problem
- Need help enqueueing webfonts
- How to obtain the current website URL in my theme?
- What exactly do this function declared into functions.php file of a WP theme?
- How to check if a Customizer setting is set?
- Function Reference Documenting Template Tags for use in Custom Theme Templates?
- Create page template via functions.php?
- How to create a field in customize and show that in header.php?
- Please show me how to use an if/else statement in combination with wp_enqueue
- List post by title length
- How do i wrap woocomerce attribute in list?
- Is there a hack for using is_page() within the function.php file?
- Use SCSSPHP to compile Theme Customizer Values into .SCSS files ready to compile to CSS
- Need advice on theme customizer and child themes
- Customize field names in backend profile edit page through function.php [duplicate]
- WP insert post Redirect after function has executed
- WP-Bakery – Add custom colors to buttons with template colors
- Trying to update Woocommerce meta values
- require get_template_directory() . ‘path/to-my/file.php’ BREAKS customize > themes functionality
- update_user_meta as multiple value but with same meta key
- retrieve “Link Color” value
- Having trouble creating two shortcodes, one for logged in user and one for visitors
- Delete post meta by serialized meta value
- Remove specific javascript when viewing page in Customizer?
- Remove node from multisites?
- Automatically refresh page if widget is added to page?
- Where can I find the declaration of `$_wp_theme_features`?
- How do I routinely extract the thumbnail of the most recent post?
- Access preview settings in php
- A Customizer checkbox control that sets the setting to “” or to “blank” and show() or hide() a color control
- My customizer’s setting doesn’t set to the default and needed to click the control’s “Default” button before it’ll be set
- Check if values exists DB
- WordPress causing all code to be displayed on line 1. Receiving multiple errors after cleaning cookies and cache
- Cant get theme to change footer color through theme customizer
- Display a list of users with avatar filterable with alphabets
- wp_head makes my custom page template not work in Customizer?
- Select area and checkbox data is not saving?
- WP Custom tables query
- Add multiple HTML attributes to an Elementor button
- Woocomerce custom add to cart button edit functionality [closed]
- Capture the Selected Radio Button Value between two files in wordpress theme
- Partial refresh in WordPress live preview
- How to change product title color in shop page if product has specific product tag (Woocommerce)?
- How to capture number input from wordpress form into acf field in woocommerce
- Sections dependent on checkbox the WordPress WP_Customize_Control
- Restricting page by user role
- How to set and use global variables? Or why not to use them at all
- Why have on every line
- How to deprecate a function used in a plugin?
- How to manually fix the WordPress gallery code using PHP in functions.php?
- How to make a image-size selected by default in Media upload – WP v3.5
- What is This esc_html_e() i wordpress php?
- Error Warning: Declaration of description_walker::start_el after PHP upgrade [duplicate]
- How to Add Image to WordPress RSS-Feed with no Plug-in?
- How do I change/modify the_post_thumbnail(); html output?
- Mega Menu Walker
- start_lvl Ignored in Custom walker_nav_menu
- Enforcing password complexity
- PHP code in page template vs functions
- Apply class to every paragraph that holds image?
- WordPress and event-driven programming – what is it about?
- Remove “Insert from URL” link in Media upload – WP 3.5
- static variable loop not working in WordPress
- Displaying Logged-In User Name in WordPress Menu
- Hide main div if wp_nav_menu is empty
- Proper use of Output Buffer