Google Search Console

google-site-verification=2cD88PiH77SW3-7_W4NAENAER1K0yKAoxVdNAd_DVqs

Dynamic logo sizing

Fix the issue where changing the logo size in the block editor breaks it. Dynamically adjust…

Test

var letme = 55

How to Change CSV Export Delimiter

This snippet will modify the CSV separator symbol to be a semicolon instead of a comma.

<10

Untitled Snippet

5CX9RLRZI0VP0MTK0

Mehran Meyari
<10

Override Commissions Email Template

Modify the email template sent for commissions

Change Vendor Pending Message

Changes the message shown to vendors when their account is pending.

Auto Generate Virtual Coupon After a Customer Completed an Order

/** * Generate a virtual coupon when order is completed. * * @param int $order_id Order…

Custom fields to vendor settings page

add_action('wcvendors_settings_after_paypal', 'pv_add_custom_merchant_id_field'); function pv_add_custom_merchant_id_field() { ?>

Remove WordPress Version Number

add_filter('the_generator', '__return_empty_string');

<10
1 56 57 58 59 60 125