MemberPress: GDPR Cookie Compliance - Load GDPR Compliance Stylesheet In Memberpress ReadyLaunch Template

This code snippet loads a specific GDPR Cookie Compliance stylesheet in the MemberPress ReadyLaunch templates. This…

MemberPress: ACF - Exclude Protected Posts From ACF Repeater Field

The code snippet ensures that protected MemberPress posts are excluded from custom queries used in Advanced…

MemberPress: Move Membership Content Below Product Table on Registration Page

By default, the membership content is displayed before (above) the list of the products added for…

MemberPress: Replace Text in Group Price Box for Classic Tempalate

This code snippet is designed to dynamically replace specified text within the MemberPress price box elements.…

MemberPress: Set Default Country on Registration Page

This code will help set specified country as default country for the Country field on MemberPress…

MemberPress: Adjust Column Width for MemberPress Access Column on Admin Pages

This snippet adds custom CSS to adjust the width of the Acess (mepr-access) column on the…

MemberPress: Modify "Back to Home" Text And Link on Thank You Page

This snippet changes the text and link of the "Back to Home" button or link (inside…

MemberPress: Display Purchase Information With Shortcode

The code snippet registers a new shortcode: [purchase_info]. Adding this shortcode will display the latest MemberPress…

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 ()…

Máscara CPF 2

// 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 ()…

Schema Markup - Local Business

Insert structured data for local SEO of the company

WooCommerce: Restrict Shipping Methods by User Role (Logged In, Logged Out, Custom Roles)

This snippet allows you to control which shipping methods are visible at checkout based on the…

Create a Custom Shipping Method in WooCommerce

This snippet allows you to create and add a custom shipping method to your WooCommerce store.

WooCommerce: Hide other shipping methods when Free Shipping is available.

This function checks if the Free Shipping method is available in the cart. If it is,…

1 153 154 155 156 157 188