Add post meta if content has WP Tasty

This snippet will check if your migrated content has WP Tasty in it and if it…

<10

Disable Widgets blocks

//Disable Widgets blocks add_filter( 'use_widgets_block_editor', '__return_false' );

MemberPress: Add Address Fields to Authorize.net

By default, the user’s address data collected through MemberPress registration forms are not sent to Authorize.net.…

Bid Board JavaScript

timothy burthey
<10

Coded Options Page

Coded Options Page 1️⃣ Admin Menüpunkt für die globale Einstellungsseite hinzufügen 2️⃣ Inhalt der Einstellungsseite mit…

Disable Admin Notices WordPress

Completely removes all admin notices from the WordPress dashboard, * including core WordPress notices and those…

MemberPress: Classic Editor Fix for Courses

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

MemberPress: Enable Phone Number Collection on Stripe Checkout

This code snippet enables the phone number field on the Stripe Checkout form, allowing Stripe to…

CSS for Header

This snippet adds Google Analytics tracking code to the header of the site

MemberPress: Exclude Protected Posts From the Main Query

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

1 142 143 144 145 146 216