wp-api-swaggerui icon indicating copy to clipboard operation
wp-api-swaggerui copied to clipboard

PHP Notice: Undefined index: type

Open thefrosty opened this issue 4 years ago • 0 comments

PHP Notice: Undefined index: type in /usr/local/wordpress/wp-content/plugins/wp-api-swaggerui/wp-api-swaggerui.php on line 327

if (isset($detail['items'])) {
    $params['items'] = array(
        'type' => $detail['items']['type']
    );
}

thefrosty avatar May 04 '21 16:05 thefrosty