do_action( 'customize_render_section', WP_Customize_Section $section )

Fires before rendering a Customizer section.


Parameters

$section WP_Customize_Section

Top ↑

Source

File: wp-includes/class-wp-customize-section.php. View all references

do_action( 'customize_render_section', $this );


Top ↑

Changelog

Changelog
Version Description
3.4.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.