Skip to content

Instantly share code, notes, and snippets.

{
"meta": {
"theme": "spartan"
},
"basics": {
"name": "Anusha Priyamal",
"label": "Senior Software Engineer at EIGHT25MEDIA",
"picture": "",
"email": "[email protected]",
"phone": "",
<?php
/*
This script will allow you to send a custom email from anywhere within wordpress
but using the woocommerce template so that your emails look the same.
Created by [email protected] on 27th of July 2017
Put the script below into a function or anywhere you want to send a custom email
*/
@rdanusha
rdanusha / csv_to_array.php
Created May 7, 2020 20:08 — forked from jaywilliams/csv_to_array.php
Convert a comma separated file into an associated array.
<?php
/**
* Convert a comma separated file into an associated array.
* The first row should contain the array keys.
*
* Example:
*
* @param string $filename Path to the CSV file
* @param string $delimiter The separator used in the file
* @return array