Remove Decimals
Removes decimal places from all prices
Subscription Status Shortcode
Adds a shortcode to display a short subscription status description for recurring payments.
Yandex (New Counter)
Yandex ew counter Snippet
Update Donation Summary
Often you might want to change the output of where a donation summary is outputted for…
Simple Chained Products
Enables a chained products setting on the Download product edit screen for automatically adding "chained" products…
Conditional Gateway Fees
Do not charge gateway fee to customer if the amount is over X
Disable Emojis
/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…
n'parks-photographie
page d'accueil
Change "City" To Town/City
Change the label of the"City" field into a "Town/City" field.
om trigger close a element
Click to close!
om-translate-copied.js
document.addEventListener('om.Main.init', function (evt) { var Strings = evt.detail._utils.strings; // Replace ¡Copiada! below with the text you…
Code
Service
Dölj admin-baren för prenumeranter
/** * 2) Dölj admin-baren för prenumeranter */ add_filter( 'show_admin_bar', function( $show ) { if (…
Prevent Powerpack Off Canvas from Breaking JavaScript loading
This prevents issues with Woo Block checkout loading credit card fields and other functionality breaking with…