weDevsOfficial / wedocs-plugin

A documentation plugin for WordPress
https://wordpress.org/plugins/wedocs/
GNU General Public License v2.0
194 stars 94 forks source link

Missing namespace separator for WP_Query #108

Closed shazzad closed 4 years ago

shazzad commented 4 years ago

Issue

WP_Query is missing namespace separator in two locations.

Reference

https://github.com/tareq1988/wedocs-plugin/blob/6310a6575f9993abac2a27b15c591a30a1300862/includes/API/API.php#L264 https://github.com/tareq1988/wedocs-plugin/blob/6310a6575f9993abac2a27b15c591a30a1300862/includes/API/API.php#L280

Outcome

Uncaught Error: Class 'WeDevs\WeDocs\API\WP_Query' not found in ...

Thanks.