Skip to content

Instantly share code, notes, and snippets.

View jbscarbrough's full-sized avatar

Josh Scarbrough jbscarbrough

View GitHub Profile
@jbscarbrough
jbscarbrough / 0_reuse_code.js
Created March 13, 2017 13:04
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@jbscarbrough
jbscarbrough / custom_csv_import.php
Last active November 13, 2023 01:32
Primer for importing WordPress content that includes ACF fields, using Really Simple CSV Importer plugin.
<?php
// Import function
function custom_csv_import($meta, $post, $is_update) {
// Create containers
$meta_array = array();
$repeater_array = array();
/* It may help to list out the ACF fields you are populating
Table Heading ACF Key Repeater Fields