Prevent AIOSEO From Outputting any Data on Category Archive Pages
Prevent AIOSEO from outputting any data on category archive pages.
Storing User's Uncached IP Address in Hidden Field
This snippet lets you capture and store the user's IP address in the Hidden field. It…
Add Campaign Raised Summary
Add a short summary after the donation details showing the funds raised by each campaign.
Auto register guests that purchase
function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…
quiz
// setup console.log("running"); let q = 1; const submit = document.getElementById("next-button"); const question = document.getElementById("question"); //…
Profile Data Shortcode
Renders the value of a single Profile Form field. Accepts one value, key. But it has…
google tag
google code
Change Custom Amount Field Label
Filter the custom amount field description.
Add Campaign Creator Name Donation Export
In this example, the campaign creator's name is added to the Donations export, so it's easy…
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)
Custom drag and drop
Allows you to drag and drop to reorder posts in the WP backend.
Set Custom Redirection After Registration
Send the user to a custom page after they have registered.
Exclude downloads from search
Exclude downloads from showing in search results
WP Simple Pay: Remove Card Terms
Removes auto-generated terms displayed under card fields.