Changeset 46691
- Timestamp:
- 11/10/2019 01:41:43 AM (5 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r46661 r46691 3675 3675 * @since 4.5.0 Return added WP_Customize_Setting instance. 3676 3676 * 3677 * @link https://developer.wordpress.org/themes/customize-api 3678 * 3677 3679 * @param WP_Customize_Setting|string $id Customize Setting object, or ID. 3678 3680 * @param array $args { … … 3686 3688 * Using 'refresh' makes the change visible by reloading the whole preview. 3687 3689 * Using 'postMessage' allows a custom JavaScript to handle live changes. 3688 * @link https://developer.wordpress.org/themes/customize-api 3689 * Default is 'refresh' 3690 * Default is 'refresh'. 3690 3691 * @type callable $validate_callback Server-side validation callback for the setting's value. 3691 3692 * @type callable $sanitize_callback Callback to filter a Customize setting value in un-slashed form. -
trunk/src/wp-includes/class-wp-customize-setting.php
r46133 r46691 14 14 * 15 15 * @since 3.4.0 16 * @link https://developer.wordpress.org/themes/customize-api 16 17 * 17 18 * @see WP_Customize_Manager … … 71 72 * Set this value to 'postMessage' to enable a custom JavaScript handler to render changes to this setting 72 73 * as opposed to reloading the whole page. 73 *74 * @link https://developer.wordpress.org/themes/customize-api75 74 * 76 75 * @since 3.4.0
Note: See TracChangeset
for help on using the changeset viewer.