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: Update MemberPress Account Course Tab Link With A Custom URL
This code snippet customizes the default URL of the Courses tab link in the navigation menu…
MemberPress: Add Email Parameter To Include the Password Reset Link
The code snippet adds the {$reset_password_link} email parameter that can be used in MemberPress emails. Adding…
MemberPress: Load All Currently Enqueued Styles In the Courses ReadyLaunch Template
By default, if the ReadyLaunch Courses/Lessons template is enable, the MemberPress Courses add-on won’t enqueue 3rd-party…
Register Multiple Donation Fields
Add multiple new fields to your donation form.
WPForms: add several new smart tags for newly submitted CPT: ID, title and URL.
Mainly useful when the Post Submissions addon is used. Several new smart tags are registered to…
eaglegame
const canvas = document.getElementById('game-canvas'); const ctx = canvas.getContext('2d'); class Character { constructor(name, x, y, width, height,…
MemberPress: Turn Off Auto-Rebill for Offline Gateway
Some integrations - like Mail Chimp - require auto-rebill to be stopped before they do their…
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…
MemberPress: Restrict Signups for EU-Based Users
This code snippet will restrict signups for EU-based Users on MemberPress registration pages. Additionally, it ensures…
MemberPress: Display User's Course Progress in MemberPress Courses
The code snippet registers a new shortcode: [mpcs_user_courses_progress]. Adding this shortcode will display all MemberPress courses…
MemberPress: ConvertKit - Remove ConvertKit Inactive Tag for Inactive Subscribers
By default, MemberPress integration with ConvertKit will add the “inactive” tag when a user becomes inactive…