Format USD Currency
Displays $ as USD This will make $10 be displayed as 10 USD To set this…
Limit Cart to One Item
Prevents customers from ever purchasing more than a single item at once
WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile
This snippet will add a resend email button under User profile.
Allow SVG Files Upload
/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…
WP Simple Pay: BuddyBoss Preview Compatibility
Provides BuddyBoss preview function compatibility
WP Simple Pay: Disable Webhook Failed Notification
Disable alert bubbles when webhook events are not received.
Explicit Fixed Width and Height
add_filter( 'the_content', 'add_image_dimensions' ); function add_image_dimensions( $content ) { preg_match_all( '/]+>/i', $content, $images); if (count($images) <…
Disable recurring renewal notices for specific download
Allows renewal notice emails to be disabled for subscriptions including a certain download.
CSS for Countdown Timer text
Translate the text ‘Days’, ‘Hours’, ‘Minutes’, and ‘Seconds’ into another language.
Relevant Life Calculator
You can use this to see how much money you can save personally when purchasing life…
Home Page
{ "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Angela Luna Therapy", "url": "https://angelalunatherapy.com/", "logo": "https://angelalunatherapy.com/wp-content/uploads/2023/11/LOGO-Angela_Luna.png", "image": "https://angelalunatherapy.com/wp-content/uploads/2023/11/LOGO-Angela_Luna.png", "description":…
Máscara CPF
// Carrega a biblioteca Inputmask var script = document.createElement('script'); script.src = "https://cdnjs.cloudflare.com/ajax/libs/jquery.inputmask/5.0.8/jquery.inputmask.min.js"; script.onload = function ()…