master home page final
Shop Doggyography Blog Contact More than a collar. A nightly transformation. An expression of identity. A…
WPCODE_DIR_AB_ACF - Fields for WPCode Snippets Sync
/** * WPCode Snippet: ACF Fields for WPCode Snippets Sync * Description: Registers ACF fields to…
NEXTSTEP SHORTCODE CRONJOB
/** * Compliance Calendar - Cron Jobs (Overdue Detection) * Checks for overdue compliance items and…
Set a Custom Email Header (copy)
This snippet sets custom email headers to ensure you can control specific behaviors of your sent…
Add the "input hidden" field type to the EDD settings
Add 'input type="hidden"' to the type of input fields available when setting up your plugin's EDD…
Add an image filed to the sign up form
// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…
Disable sold by link on checkout page
/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…
Event URL (Simple Usage) | Display Eventbrite Events
This filter allows you to adjust the event URL. This is primarily so you can add…
Google Call Tracking - On Website
This snippet goes on the Contact page where our phone number is displayed. It allows Google…
Untitled Snippet
https://github.com/dontcrash/NRD.git
Connect to google
https://www.facebook.com/profile.php?id=61561561635100
om-js-events-ga-conversion.js
// OptinMonster Javascript Event for Google Analytics Conversion Event document.addEventListener( 'om.GoogleAnalytics.preConversionEvent', function( event ) { var…