diff --git a/dokan.php b/dokan.php index c94e21ba37..172cb697ba 100755 --- a/dokan.php +++ b/dokan.php @@ -54,6 +54,7 @@ * @property WeDevs\Dokan\Product\Manager $product Instance of Order Manager class * @property WeDevs\Dokan\Vendor\Manager $vendor Instance of Vendor Manager Class * @property WeDevs\Dokan\BackgroundProcess\Manager $bg_process Instance of WeDevs\Dokan\BackgroundProcess\Manager class + * @property WeDevs\Dokan\Frontend\Frontend $frontend_manager Instance of \WeDevs\Dokan\Frontend\Frontend class */ final class WeDevs_Dokan { diff --git a/includes/Frontend/Frontend.php b/includes/Frontend/Frontend.php index 5bb5e97985..f83e457c72 100644 --- a/includes/Frontend/Frontend.php +++ b/includes/Frontend/Frontend.php @@ -13,6 +13,8 @@ * Frontend Manager * * @since 3.7.21 + * + * @property BecomeAVendor $become_a_vendor Instance of Commission class */ class Frontend {