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<?php
2/**
3* Single Product Rating
4*
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<?php
23//Remove resources tab under Vendor Dashboard > Booking menu
4add_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<?php
23// Remove "Become a vendor" button from customers account
4if(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<?php
23//Remove the <?php while using it in your theme's functions.php file
45
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.