WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile

This snippet will add a resend email button under User profile.

Allow SVG Files Upload

/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…

<10

WP Simple Pay: BuddyBoss Preview Compatibility

Provides BuddyBoss preview function compatibility

Media sync script

add_action( 'admin_init', 'media_sync_library' ); function media_sync_library() { // Folder inside uploads to scan $scan_folder = '/2026/02';…

Download Archive Menu Item

Displays the download archive link in the "View All" tab of the "Pages" menu items meta…

Remove Discount Field

Removes the Discount Code field from the checkout form.

Readme.txt Parsing Enhancements

Updates a Download's current version and changes log fields when using the readme.txt parsing feature in…

Top Pagination

Adds pagination links to the top of the [downloads] short code

Change the sold by link label to vendor's name

Change the sold by link label to vendor's name

Resetting the Vendor & Pending Vendor Roles

add_filter('woocommerce_login_redirect', 'redo_roles', 10, 2); function redo_roles() { remove_role( 'pending_vendor' ); add_role( 'pending_vendor', __( 'Pending Vendor', 'wcvendors'…

How to Allow Upload SVG Files in WordPress Media Library Code | Function.php

This code is a set of WordPress filters designed to enable the upload of SVG (Scalable…

1 44 45 46 47 48 123