WSG GTM Body Tag

Add GTM Tag to Site Body in WSG Site Group

Colin Bunn PRO
<10

Change the FILEMANAGERURL

Change the FILEMANAGERURL in Modern Pos

Add Theme Supports

Reference: https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/#opt-in-features

Set a minimum order amount in WooCommerce – No Plugin used

Post More Detail Learn how to Set a minimum order amount in WooCommerce. Customer will not…

How To Allow Shop Manager to Manage Feeds?

#-- Allow Shop Manager to access Product Feed menus --# function allow_feed_menus_to_shop_manager() { return 'manage_woocommerce'; }…

<10

MemberPress: Override Description for All Payment Methods on Click

This code snippet will override the description text from MemberPress settings for all payment methods. When…

MemberPress: Adjust Membership Price Based on Membership ID on Checkout Page

This snippet modifies the price of a specific membership (based on the membership ID) in MemberPress.…

Remove "mail.readwrite" Scope for the Outlook Mailer

This snippet removes the `mail.readwrite` scope from the WP Mail SMTP plugin Outlook provider.

MemberPress: Adding Credit Card and Expiry Information to Subscriptions Table

This snippet adds a new column to the table under the Subscriptions tab on the Account…

Allow Manual Donations Without Email

Allow donors to be be added without an email address.

1 100 101 102 103 104 149