Skip to content

Instantly share code, notes, and snippets.

View bkmacdaddy's full-sized avatar

Brian McDaniel bkmacdaddy

View GitHub Profile
@bkmacdaddy
bkmacdaddy / digico-custom.js
Last active February 1, 2021 22:52
Advanced Custom Fields: Repeater with Google Map with markers
// ACF Google Maps Rendering
(function ($) {
/*
* new_map
*
* This function will render a Google Map onto the selected jQuery element
*
* @type function
* @date 8/11/2013
@bkmacdaddy
bkmacdaddy / SQL
Created April 25, 2019 12:18
SQL Queries to run when migrating WordPress
UPDATE wp_options SET option_value = replace(option_value, 'OLD SITE URL', 'NEW SITE URL') WHERE option_name = 'home' OR option_name = 'siteurl';
UPDATE wp_posts SET guid = REPLACE (guid, 'OLD SITE URL', 'NEW SITE URL');
UPDATE wp_posts SET post_content = REPLACE (post_content, 'OLD SITE URL', 'NEW SITE URL');
UPDATE wp_postmeta SET meta_value = REPLACE (meta_value, 'OLD SITE URL', 'NEW SITE URL');
@bkmacdaddy
bkmacdaddy / animated-waves.markdown
Last active March 8, 2019 18:35
Animated Waves