Remove address from the header

Remove address block from the header

Postalytics Tracking Script

Mail tracker

Mark Cornish
<10

Add Custom Donation Field

/** * This example shows how you can add a new donation field to be displayed…

Require Us Phone Number Format

/** * This snippet shows how to alter the phone field so * that it only…

Add Campaign Link

/** * Add a link back to the campaign from the donation receipt. */ function ed_add_campaign_link_to_receipt(…

Add Campaign Creator Name Donation Export

/** * In this example, the campaign creator's name is added to the Donations * export,…

Limit user posts

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

<10

Untitled Snippet

add_filter( 'aioseo_robots_meta', 'aioseo_filter_robots_meta' ); function aioseo_filter_robots_meta( $attributes ) { $url = home_url( $_SERVER['REQUEST_URI'] ); if (strpos($url,'product_search=')…

Milestone Sales Alert

Emails the admin when a specific download has been sold X times.

Do On Complete

Execute code whenever an EDD purchase is complete.

Commissions payment_id email tag

This adds support for the {payment_id} email tag to Commissions Notifications

1 23 24 25 26 27 81