Update code in file wp-api-swaggerui.php
-
Hi agussuroyo,
I found wrong logic make Tags args not working. Could you please update code in wp-api-swaggerui/wp-api-swaggerui.php and update new version?
Old code: (Line 227)
if (isset($args['tags']) && is_array($args['tags'])) { $tags = $args['tags']; }
To New code (Remove ‘s’ character in $args variable)
if (isset($arg['tags']) && is_array($arg['tags'])) { $tags = $arg['tags']; }
And can you share your github/gitlab repository to me? I found some bugs related to UI/UX when using this to Query Monitor. I want to folk and fix them.
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Update code in file wp-api-swaggerui.php’ is closed to new replies.