Search results for: admin
MemberPress: Exclude Protected Posts from Search Results
Removes any posts from the search results that the current user (or guest) does not have…
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…
Convert Customers to Users
Adds a tool to create user accounts for customers that don't already have them, and update…
Publishing email
Emails the author when their download is published.
Withholding Tax Example
Withhold 30% of each commission amount when the customer address matches the store country for withholding…
Retroactive Lifetime Licenses
Mark all existing licenses for an EDD product as lifetime licenses.
Remove Product Notes For All Downloads
Remove product notes from all downloads. These show on the purchase confirmation page, the admin email…
Change Number of Downloads in Bundle Select
When editing a bundle, the select field for choosing the downloads to include only displays a…
Remove Product Notes For Specific Downloads
Remove a download's product notes from showing on the purchase confirmation page, the admin email, and…
Foodtruck
crée moi moi un plugin pour wordpress pour un foodtruck avec une commande pour fermer et…
Remove Default jQuery
// Remove default WordPress jquery wp_deregister_script( 'jquery' ); //Remove jquery migrate add_action( 'wp_default_scripts', 'remove_jquery_migrate' ); function…
MemberPress: Hide Protected Posts from Search Results
Hide any posts that the current user (or guest) does not have access to from search…
MemberPress: Hide Protected Posts on Archive Page
Hides posts that the current user (or guest) does not have access to from archive pages.
Add Featured Image Column
Display the featured image in the list of posts in the admin.
Make Private Posts Visible to Subscribers
/* * Make Private Posts visible to Subscribers * Typically only visible to admin or editor…