wpadmin add phone number with address in orders page

add_action( 'manage_shop_order_posts_custom_column' , 'custom_orders_list_column_content', 50, 2 ); function custom_orders_list_column_content( $column, $post_id ) { global $the_order, $post;…

Update the author name on published recipes

This code snippet will update the author name for all existing recipes. Just replace New Name…

<10

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…

Andrew Boldizsar PRO
<10

Untitled Snippet

wordpress $ cd wp-content wp-content $ cd plugins plugins $ mkdir plugin-name plugins $ cd plugin-name…

WhatsApp Button to WooCommerce Single Product Pages

Display a WhatsApp button on WooCommerce single product pages. You can customize color and shape of…

Use Single Tenant With the Outlook Mailer

This snippet will set the Outlook API authorization and access token URLs to use your unique…

om-js-events-ga-conversion.js

// OptinMonster Javascript Event for Google Analytics Conversion Event document.addEventListener( 'om.GoogleAnalytics.preConversionEvent', function( event ) { var…

slide-right-center.css

html div#om-{{id}} { margin-right: -20px !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…

Custom Countries

Illustrates how to add a custom list of countries

<10
1 29 30 31 32 33 70