Changeset 30656 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 11/30/2014 12:09:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r30605 r30656 321 321 * Fires just before a specific Customizer control is rendered. 322 322 * 323 * The dynamic portion of the hook name, $this->id, refers to323 * The dynamic portion of the hook name, `$this->id`, refers to 324 324 * the control ID. 325 325 * 326 326 * @since 3.4.0 327 327 * 328 * @param WP_Customize_Control $this WP_Customize_Controlinstance.328 * @param WP_Customize_Control $this {@see WP_Customize_Control} instance. 329 329 */ 330 330 do_action( 'customize_render_control_' . $this->id, $this );
Note: See TracChangeset
for help on using the changeset viewer.