customize_render_panel_{$this->id}

customize_render_panel_{$this->id}

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

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

  • /wp-includes/class-wp-customize-panel.php line 292
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
         * the ID of the specific Customizer panel to be rendered.
         *
         * @since 4.0.0
         */
        do_action( "customize_render_panel_{$this->id}" );
     
        $this->render();
    }
     
    /**
     * Render the panel container, and then its contents (via `this->render_content()`) in a subclass.