Title: wp-includes/customize/class-wp-customize-partial.php | Developer.WordPress.org

---

# File: wp-includes/customize/class-wp-customize-partial.php

 * method[WP_Customize_Partial::id_data()](https://developer.wordpress.org/reference/classes/wp_customize_partial/id_data/)
 * Retrieves parsed ID data for multidimensional setting.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/id_data/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/id_data/#uses)
   | Source: [wp-includes/customize/class-wp-customize-partial.php:202](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/customize/class-wp-customize-partial.php#L202-L204)
 * method[WP_Customize_Partial::render()](https://developer.wordpress.org/reference/classes/wp_customize_partial/render/)
 * Renders the template partial involving the associated settings.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/render/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/render/#uses)
   | Source: [wp-includes/customize/class-wp-customize-partial.php:216](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/customize/class-wp-customize-partial.php#L216-L263)
 * hook[customize_partial_render](https://developer.wordpress.org/reference/hooks/customize_partial_render/)
 * Filters partial rendering.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/customize_partial_render/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/customize_partial_render/#uses)
   | Source: [wp-includes/customize/class-wp-customize-partial.php:246](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/customize/class-wp-customize-partial.php#L246-L246)
 * hook[customize_partial_render_{$partial->id}](https://developer.wordpress.org/reference/hooks/customize_partial_render_partial-id/)
 * Filters partial rendering for a specific partial.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/customize_partial_render_partial-id/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/customize_partial_render_partial-id/#uses)
   | Source: [wp-includes/customize/class-wp-customize-partial.php:260](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/customize/class-wp-customize-partial.php#L260-L260)
 * method[WP_Customize_Partial::render_callback()](https://developer.wordpress.org/reference/classes/wp_customize_partial/render_callback/)
 * Default callback used when invoking WP_Customize_Control::render().
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/render_callback/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/render_callback/#uses)
   | Source: [wp-includes/customize/class-wp-customize-partial.php:283](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/customize/class-wp-customize-partial.php#L283-L286)
 * method[WP_Customize_Partial::json()](https://developer.wordpress.org/reference/classes/wp_customize_partial/json/)
 * Retrieves the data to export to the client via JSON.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/json/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/json/#uses)
   | Source: [wp-includes/customize/class-wp-customize-partial.php:295](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/customize/class-wp-customize-partial.php#L295-L305)
 * method[WP_Customize_Partial::check_capabilities()](https://developer.wordpress.org/reference/classes/wp_customize_partial/check_capabilities/)
 * Checks if the user can refresh this partial.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/check_capabilities/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_customize_partial/check_capabilities/#uses)
   | Source: [wp-includes/customize/class-wp-customize-partial.php:318](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/customize/class-wp-customize-partial.php#L318-L329)
 * class[WP_Customize_Partial](https://developer.wordpress.org/reference/classes/wp_customize_partial/)
 * Core Customizer class for implementing selective refresh partials.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/#uses)
   | Source: [wp-includes/customize/class-wp-customize-partial.php:19](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/customize/class-wp-customize-partial.php#L19-L330)
 * method[WP_Customize_Partial::__construct()](https://developer.wordpress.org/reference/classes/wp_customize_partial/__construct/)
 * Constructor.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/__construct/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_partial/__construct/#uses)
   | Source: [wp-includes/customize/class-wp-customize-partial.php:161](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/customize/class-wp-customize-partial.php#L161-L188)