Search results for: admin
Retroactive Lifetime Licenses
Mark all existing licenses for an EDD product as lifetime licenses.
Withholding Tax Example
Withhold 30% of each commission amount when the customer address matches the store country for withholding…
Publishing email
Emails the author when their download is published.
Convert Customers to Users
Adds a tool to create user accounts for customers that don't already have them, and update…
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…
Notify if Stripe is put in Test Mode
Notification for Test mode on Update
Entry Forms
Entry Forms Selects
Move WPCode "Status" Column from Last to First (WPCode)
This code snippet moves the "Status" column of WPCode's code snippets table from last to first.…
Redirect Lost Password to a Custom Page
By default, some plugins redirect the “Lost Password” link to the WordPress admin panel. This snippet…
PHP - Custom login
// === CUSTOM LOGIN PAGE === add_action('login_enqueue_scripts', function () { echo ' '; }); // ===…
MemberPress: Exclude Protected Posts from Search Results
Removes any posts from the search results that the current user (or guest) does not have…
Add vendor's details on customer's order email
Use this code snippet to add the following information to be included in the purchase email…
_MK - Last connection
// Enregistre la date de connexion de l'utilisateur function enregistrer_derniere_connexion($user_login, $user) { // Met à jour…
Custom Tax Display Settings for Regular Prices by Specific Wholesale Roles
This code snippet will be applied to simple products on the single product page only
Remove comments article only
Remove comments article only