customize_render_section_{$this->id}

customize_render_section_{$this->id}

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

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

  • /wp-includes/class-wp-customize-section.php line 313
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
         * of the specific Customizer section to be rendered.
         *
         * @since 3.4.0
         */
        do_action( "customize_render_section_{$this->id}" );
     
        $this->render();
    }
     
    /**
     * Render the section UI in a subclass.