Add Post Parent Field
Register a Post Parent field for campaigns.
Weather API
Live weather
Add User Field
This adds a field to the end of the "Your Details" section in the Profile form.
Profile Data Shortcode
Renders the value of a single Profile Form field. Accepts one value, key. But it has…
Generate Press Custom Font
This snippet allows developers & designers the ability to add custom fonts to generate press themed…
WP Simple Pay: Create WordPress User After Payment (Lite)
Creates a new WordPress user when one-time payment is made with WP Simple Pay Lite.
Google Tag Manager Head
Google tag Manager Snippet (head section)
Sending Form Fields as Smart Tags to Square
The snippet makes Smart Tags usable with Square payments. It allows you to include form fields…
Send New User Notifications
Send the new user notification after someone registers through the Charitable registration form.
Auto register guests that purchase
function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…
WP Simple Pay: Remove Card Terms
Removes auto-generated terms displayed under card fields.
quiz
// setup console.log("running"); let q = 1; const submit = document.getElementById("next-button"); const question = document.getElementById("question"); //…
WP Simple Pay: Programmatically Set Custom Field Default Value
Use metadata as the default value for a payment form's custom field.
google tag
google code
Allow mobile zoom
function et_add_viewport_meta(){ echo ''; }