How to Change CSV Export Delimiter
This snippet will modify the CSV separator symbol to be a semicolon instead of a comma.
Untitled Snippet
5CX9RLRZI0VP0MTK0
Untitled Snippet
add_action('template_redirect', function () { if (! is_front_page()) { return; } echo
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');
Set the Payment fields in the Sign Up form as required
Set the Payment fields in the Sign Up form as required - you can remove any…
Combined Date – Time Format (Override Completely) | Display Eventbrite Events
The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…
Custom Plugin for WPForms
WPForms custom template generator.
Estimado/a #LEAD_USER_FIRST_NAME# Nos complace informarle que nuestro nuevo catálogo en línea ya está disponible. Puede acceder a él a través del siguiente enlace: https://wa.link/catalogoponchonet
Estimado/a #LEAD_USER_FIRST_NAME# Nos complace informarle que nuestro nuevo catálogo en línea ya está disponible. Puede acceder…
Admin Giriş Url'sini Değiştir
Admin giriş linkini değiştirir.