Pinterest

Richard Imus
<10

Untitled Snippet

function remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function custom_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head',…

Hide Campaign Meta (Author, Date, Comments)

Automatically hides theme-generated meta information from campaign pages (only for Charitable Pro 1.8.13).

Untitled Snippet

Gordon Ikner
<10

Sample Email Template Tag

This is an example of how to register a new email template tag for EDD.

Move Points Message Below Content

Move Single Product Page Message below content

Use Full Store Address in Ships From

By default the Ships From metadata displayed under the add to cart button only shows the…

Add an audio field to the sign up form

// Add the audio field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_audio_uploader'); function wcv_audio_uploader( ){ //…

Change the sold by label on the product archive

// Unhook WC Vendors method remove_action( 'woocommerce_after_shop_loop_item', array('WCV_Vendor_Shop', 'template_loop_sold_by'), 9 ); // Define new sold by…

Custom Social Share Email Subject

If you wish to modify the email subject text when clicking the social share email icon…

After Checkout Event in EDD

This snippet would stop sending cart abandonment campaigns to your push subscribers as the purchase goal…

1 63 64 65 66 67 126