MemberPress: Delete Transaction and User Account When Sub-Account is Removed

Adding this code snippet will automatically delete user account and related transaction when a sub-account is…

MemberPress: Display Corporate Account Logo for Sub-Users

This code snippet allows the custom logo to be displayed as the parent corporate account’s logo…

MemberPress: Export a CSV File for All Corporate Accounts with Subaccounts in MemberPress

This code snippet creates an export tool for MemberPress Corporate Accounts, allowing administrators to generate a…

MemberPress: WooCommerce - Show Specific WooCommerce Product Based on MemberPress Subscription

This code snippet will show the specific WooCommerce product only to users who have an active…

MemberPress: BuddyPress/BuddyBoss - Remove Users From All Groups, Forums, and Topics if Their Subscriptions Expire

When using MemberPress with BuddyPress/BuddyBoss, and MemberPress BuddyPress integration add-in users can be automatically assigned to…

MemberPress: Kit (formerly ConvertKit) - Remove Kit Inactive Tag for Inactive Subscribers

By default, MemberPress integration with Kit will add the “inactive” tag when a user becomes inactive…

MemberPress: ActiveCampaign - Add Custom Field to ActiveCampaign Subscriber Data in MemberPress

This code snippet customizes the data sent to ActiveCampaign through the MemberPress integration. Once the code…

MemberPress: Exclude Protected Posts From the Main Query

This code snippet modifies the main WordPress query to exclude all posts related to the specified…

MemberPress: Allow Users to Pause/Resume Subscriptions Only for Specific Memberships

For this code snippet to work, the Allow members to pause/resume their subscription option needs to…

MemberPress: Remove MemberPress Weekly Stats Widget from WordPress Dashboard

This code snippet removes the MemberPress Weekly Stats widget from the WordPress admin dashboard. This can…

AMP Auto Ads Script

Este script carga la librería de anuncios automáticos de Google AdSense en las páginas AMP.

PABLO PIQUERAS HELLIN
<10

AMP Auto Ads – Body Block

Activa los anuncios AMP de AdSense en la parte del documento.

PABLO PIQUERAS HELLIN
<10

Disable XML-RPC (copy)

On sites running WordPress 3.5+, disable XML-RPC completely.

Retrieve Card Details from Stripe Checkout One-Time Payments

This snippet ensures that the last four digits and card brand are available in payment confirmations…

ACF JSON Menu Import

if( function_exists('acf_add_options_page') ) { acf_add_options_page(); } // // 1. Register ACF Field for Menu JSON add_action('acf/init',…

Reinhard Ekker
<10
1 152 153 154 155 156 188