Adding Text/Currency To Progress Bar On Campaign Pages
This only applies to campaigns created with the visual builder introduced in v1.8.0.
om-reactv4.js
// Using React Router V4 import React from "react"; import { withRouter } from "react-router"; class…
To Remove a Single Field From {all_fields}
This code snippet removes a single field from your email notifications while still using the {all_fields}…
Setting a Default Featured Image for Post Submissions
This snippet is used to assign a default image that'll serve as the featured image for…
Approving User Account After Completed PayPal Payment
This snippet conditionally approves a user's account after they've completed their payment through the PayPal gateway.