weDevsOfficial/wedocs-plugin

Missing namespace separator for WP_Query

shazzad opened this issue · 0 comments

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.