Changeset 56559 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
r56195 r56559 86 86 'description' => __( 'Serialized widget form data to encode into instance settings.' ), 87 87 'type' => 'string', 88 'sanitize_callback' => static function ( $form_data ) {88 'sanitize_callback' => static function ( $form_data ) { 89 89 $array = array(); 90 90 wp_parse_str( $form_data, $array );
Note: See TracChangeset
for help on using the changeset viewer.