cmplz_show_banner_on_click
cmplz_show_banner_on_click complianz
MemberPress: Add Custom Message Before Payment Methods Section On Registration Pages
This snippet adds a custom message before the section showing available payment methods on MemberPress regisatrtion…
CSS for Header
This snippet adds Google Analytics tracking code to the header of the site
Untitled Snippet
RMLS popup
Prevent Tasty Links inside Tasty Recipes
Prefer to keep your recipe cards clear of automatic links from your Tasty Links keywords? No…
Change City Field To Select
Change the City field in the donation form to a selectable, dropdown field, with several pre-set…
Add Hours Currency
Add a custom currency called "Hours".
Remove Decimals
Removes decimal places from all prices
MemberPress: Only Allow Coupon Once Per User
Restrict coupon codes so a user can only use the coupon code once.
Send Sale Alerts From Customer Email
Sets the From address of New Sale alert emails to the customer's email address
Grandfather Renewal Rate
Allows a custom renewal discount to be set for customers who purchased before a custom date
Change Vendor Pending Message
Changes the message shown to vendors when their account is pending.
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); } }…