MemberPress: Disable Admin Password Lost/Changed Email

Disable the MemberPress Admin email notification for password lost/changed.

MA GDPR YouTube

[ma-gdpr-youtube id="youtubeid"] GDPR compliant YouTube video embedding Version 1.2.0, 2022-09-25 © 2021-2022, Matthias Altmann Info: en:…

wordpress on-page confirmation message

.wpforms-confirmation-container-full { color: #D2A336; margin: 0 0 24px 0; background: #000000; border: 1px solid #D2A336; padding:…

om-reactv4.js

// Using React Router V4 import React from "react"; import { withRouter } from "react-router"; class…

Puri Dimensi

Konsultan SLF Profesional dari PT Puri Dimensi Berpengalaman lebih dari 25 Tahun Dipercaya Lebih 500 Klien.…

<10

MemberPress: Changes Product Image on the Checkout Page (copy)

This code snippet changes the product image on the checkout page in MemberPress. By default, MemberPress…

Limit user posts

A settings page to set the number of posts all users can create

<10

Custom Countries

Illustrates how to add a custom list of countries This list will be used anywhere EDD…

Add extra shipping providers for vendor tracking numbers

$shipping_providers = array( 'Australia' => array( 'Australia Post' => 'https://auspost.com.au/mypost/track/#/details/%1$s', 'FedEx' => 'https://www.fedex.com/apps/fedextrack/?tracknumbers=%1$s&cntry_code=au', 'Fastway Couriers' =>…

WP Simple Pay: Conditionally Dequeue Scripts & Styles

Conditionally dequeue scripts & styles based on set conditions. In this example, we remove all plugin…

Google Ads

Bud Hausman
<10

MemberPress: Restrict Signups to a Specific Country

This code snippet limits registration to users from the specified country only. If users from other…

MemberPress: Adding Credit Card and Expiry Information to Subscriptions Table

This snippet adds a new column to the table under the Subscriptions tab on the Account…

expose acf

function expose_acf_to_rest() { register_rest_field('game_state', 'acf', [ 'get_callback' => function($post_arr) { return get_fields($post_arr['id']); }, 'update_callback' => null,…

1 55 56 57 58 59 220