Changeset 47060 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 01/11/2020 06:30:58 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r46696 r47060 226 226 * @param false|array $args The arguments to the WP_Customize_Setting constructor. 227 227 * @param string $setting_id ID for dynamic setting, usually coming from `$_POST['customized']`. 228 * @return false|arraySetting arguments, false otherwise.228 * @return array|false Setting arguments, false otherwise. 229 229 */ 230 230 public function filter_customize_dynamic_setting_args( $args, $setting_id ) {
Note: See TracChangeset
for help on using the changeset viewer.