Vendors

After registering to become a vendor, the default package will assign to vendor.

Login to Vendor Dashboard >> Packages >> choose and active a package

Package: Name of package

Status: Active - the current package

Expiration Date: the end time of package

Hide Package Menu in Vendor Dashboard

add bellow code to functions.php file in child theme

add_filter( 'el_manage_vendor_show_package', '__return_false' );

Last updated