Keep users logged in for 1 month on Staq
function stq_change_auth_cookie_expiration_period( $expiration_period ) { $expiration_period = MONTH_IN_SECONDS; // 1 month return $expiration_period; } add_filter( 'auth_cookie_expiration',…
Fully Disable Comments & Trackbacks (The "Nuclear" Option)
* Fully Disable Comments & Trackbacks (The "Nuclear" Option) * Optimized for performance and UI clarity.
Kupon kódok megjelenítése az értesítő email-ekben
Ezzel a kóddal megjeleníthetjük a vásárlás során felhasznált kupon kódokat az értesítő email-ekben. Az egyszerűbb és…
Shop Manager - Reseller Admin.js
Creates a reseller admin role that has more customisation options than a normal user
Button - Read More to Buy Now
changes read more to buy now
Disable WordPress auto-update emails (plugins/themes/core)
// Disable auto-update emails. add_filter( 'auto_core_update_send_email', '__return_false' ); // Disable auto-update emails for plugins. add_filter( 'auto_plugin_update_send_email',…
Limit Purchase Total
Sets a purchase amount and prevents customers from purchasing more than that amount at one time.
work in progress
3d cartoon style racing game that I can import to scratch, other racers and a start…
Disable Wish Lists by Category
Customize this plugin to remove wish lists from certain categories of downloads
AffiliateWP -- Searchable Checkout Referrals Dropdown WPCode Description
Applies Select2 to the affiliate selector dropdown at checkout to make it searchable. Handles WooCommerce classic…
WWPP - Restrict add-to-cart on specific products to a specific wholesale role only
How to use and configure this snippet: 1. Set your exact Role Key: In the snippet,…
Disable comments
add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…
Let Customers Select Their User Role From A Custom Field In Wholesale Lead Capture
Create a custom field with the user role selection, make sure that the values match your…