customize_render_control_{$this->id}

customize_render_control_{$this->id}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('customize_render_control_{$this->id}') is found 1 times:

  • /wp-includes/class-wp-customize-control.php line 415
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
         * @since 3.4.0
         *
         * @param WP_Customize_Control $control WP_Customize_Control instance.
         */
        do_action( "customize_render_control_{$this->id}", $this );
     
        $this->render();
    }
     
    /**
     * Renders the control wrapper and calls $this->render_content() for the internals.