How to Style the WC Vendors Signup Form
Learn how to style your WC Vendors signup form with custom CSS for a clean, modern,…
Allow Shop Managers to edit and promote wholesale users.
/** * Allow Shop Managers to edit and promote wholesale users. */ function wws_add_shop_manager_user_editing_capability() { $shop_manager…
Test snippet
This a test snippet
Remove Donation Columns
Remove columns from the Donations export.
Lovable - Header HTML
LOGIN REGISTRATION THE PFSA About Us Our Story Our Team Partners Community News & Updates Success…
Change Registration Email Login URL
Modifies the login URL sent to new users via email.
Fix Wholesale Product Visibility Compatibility with Bricks Page Builder
What this does: - Bricks Products widget now gets its product list filtered through WWPP_Query::pre_get_posts_arg, the…
Billing Address Email Tag - Actual Country Name
Replace the default {billing_address} email tag to use the full State/Country names on purchase receipts.
Auto delete FluentCommunity drug shortages posts
This code snippet automatically schedules the deletion of FluentCommunity posts created in a specific space after…
Disable IP Geo lookup service
That script is the one making the call to the geolocation endpoint, the rest of the…
Auto Vote 5 sao cho bài viết mới
function auto_vote_5_stars_on_publish($ID, $post) { if ($post->post_status === 'publish') { if (function_exists('kk_star_ratings_insert')) { kk_star_ratings_insert("5", $ID); } }…