wp/wp-includes/customize/class-wp-customize-partial.php
changeset 21 48c4eec2b7e6
parent 16 a86126ab1dd4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    14  * selectively refreshed when an associated setting is changed.
    14  * selectively refreshed when an associated setting is changed.
    15  * This class is analogous of WP_Customize_Control.
    15  * This class is analogous of WP_Customize_Control.
    16  *
    16  *
    17  * @since 4.5.0
    17  * @since 4.5.0
    18  */
    18  */
       
    19 #[AllowDynamicProperties]
    19 class WP_Customize_Partial {
    20 class WP_Customize_Partial {
    20 
    21 
    21 	/**
    22 	/**
    22 	 * Component.
    23 	 * Component.
    23 	 *
    24 	 *