MemberPress: Free-Views-Left Counter

This code will add the counter notification showing users how many free views they have left…

MemberPress: Classic Editor Fix for Courses

This code snippet will enable the default (Gutenberg) Block editor for MemberPress Courses in cases where…

Auto SKU to products sanitize check dupes by initial of POST word if composite word or 1st 3 letters fom single word POST

Run once SAFE VERSION 1.1 detailed code description paste script activate - > save -> ✅…

MemberPress: Override VAT Tax for the UK

By default, UK is included in the list of VAT countries in MemberPress. Thus, when VAT…

Change Currency Format By Locale

This snippet below shows how to change the currency format for each language.

Rerender PDF Viewer when embedded inside Kadence Blocks > Tabs for PDF Embedder Lite

When you add a PDF Embedder block or shortcode inside the Tabs block of the Kadence…

Bootstrap 5

// Add custom scripts function add_custom_script_bootstrap5() { wp_register_script( 'bootstrap5_js', 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.min.js', array(), '5.3.3', true ); wp_enqueue_script( 'bootstrap5_js'…

Untitled Snippet

/** * Convert Uploaded Images to WebP Format * * This snippet converts uploaded images (JPEG,…

MemberPress: Display Current User’s Memberships Statuses

This code snippet adds the new [mp_membership_status] shortcode. Adding this shortcode anywhere on the website displays…

archive-listings.php

Property Listings

HARUKI KAWAHATA
<10

WPForms: add field description in notification HTML and plain text emails

With this snippet, you can add a field description in notification emails that are sent to…

eaglegame

const canvas = document.getElementById('game-canvas'); const ctx = canvas.getContext('2d'); class Character { constructor(name, x, y, width, height,…

MemberPress: Reposition the Invoice Wrapper in the Registration Form

This code snippet will move the invoice section (.mepr-transaction-invoice-wrapper) of the registration form and position it…

WordPress - Display the Last Updated Date

Add the last updated date & time to your posts in the frontend.

1 23 24 25 26 27 29