Add User Email To Donation Summary
This will allow - among other places - for the user email to be displayed on…
PurpleIPD Calculator Script
var WA_NUM = "919909903539"; var SCRIPT_URL = "YOUR_GOOGLE_APPS_SCRIPT_URL_HERE"; var R = {}; function fINR(n) { if…
MemberPress: Add Category Exception to All Post Rule
Add a category exception to the all posts rule instead of having to add the posts…
WP Simple Pay: Disable Stripe Payment Terms
Disable the automatically generated payment form mandates. NOTE: No recommended. Some payment methods require mandates to…
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.…
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…
Display Width in Pixel - Elementor
This displays Width of the Current Editor View in Pixels, when Editing in Elementor. Copied from..…
Hide Cart Price Button
/** * Hide Price & Add to Cart for Non Logged in Users for Specific Products…
Remove Manage Sites
Removes the Manage Sites column from the licenses table on the customer purchase history page
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,…