Make WordPress Core

Changeset 61271


Ignore:
Timestamp:
11/19/2025 05:24:36 PM (8 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing descriptions for WP_Customize_Header_Image_Control methods.

Follow-up to [20545], [21037], [21354], [21383], [27497].

Props pmbaldha, nikitasolanki1812, sabernhardt, SergeyBiryukov.
Fixes #63660.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-header-image-control.php

    r60645 r61271  
    6666
    6767    /**
     68     * Enqueues control related scripts/styles.
     69     *
     70     * @since 3.9.0
    6871     */
    6972    public function enqueue() {
     
    97100
    98101    /**
     102     * Prepares the control.
     103     *
     104     * @since 3.9.0
     105     *
    99106     * @global Custom_Image_Header $custom_image_header
    100107     */
     
    114121
    115122    /**
     123     * Prints header image template.
     124     *
     125     * @since 3.9.0
    116126     */
    117127    public function print_header_image_template() {
     
    180190
    181191    /**
     192     * Gets current image source.
     193     *
     194     * @since 3.9.0
     195     *
    182196     * @return string|void
    183197     */
     
    191205
    192206    /**
     207     * Renders the control's content.
     208     *
     209     * @since 3.9.0
    193210     */
    194211    public function render_content() {
Note: See TracChangeset for help on using the changeset viewer.