Platform & Application Specialist at GetYourGuide.com (Zendesk) Formerly, WordPress technical support engineer at Automattic and wedevs.
- Berlin, Germany
- http://webrur.com
Pinned Loading
- Show "Be the first to review" when n...
Show "Be the first to review" when no reviews are available 1<?php2/**3* Single Product Rating4*5* This template can be overridden by copying it to yourtheme/woocommerce/single-product/rating.php. - Remove tabs under Dokan Vendor Dashb...
Remove tabs under Dokan Vendor Dashboard > Booking 1<?php23//Remove resources tab under Vendor Dashboard > Booking menu4add_filter('dokan_booking_nav_titles', function ($bookings) {
5unset($bookings['resources']);
- Remove "Become a vendor" button from...
Remove "Become a vendor" button from customers account 1<?php23// Remove "Become a vendor" button from customers account4if(class_exists('Dokan_Pro')) {
5remove_action( 'woocommerce_after_my_account', array( Dokan_Pro::init(), 'dokan_account_migration_button' ) );
- Dokan store open-close in single pro...
Dokan store open-close in single product page 1<?php23//Remove the <?php while using it in your theme's functions.php file45
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.