Skip to content

Instantly share code, notes, and snippets.

View acafourek's full-sized avatar

Andrew Cafourek acafourek

  • Anthos Capital
  • NY
View GitHub Profile
@acafourek
acafourek / CreateZoomDownloadLink.js
Last active October 21, 2022 19:59
Create download link for Zoom Cloud Recordings
@acafourek
acafourek / Add Support for Retreiving WooCommerce Orders By Modified Date
Last active April 8, 2020 18:28
Add modified to list of acceptable options for orderby param for the WooCommerce API
/ *
Add modified to list of acceptable options for orderby param
Allows you to fetch orders at /wp-json/wc/v3/orders/?orderby=modified&order=desc|asc
*/
add_filter( "rest_shop_order_collection_params", 'air_add_modified_to_param_validation',10);
function air_add_modified_to_param_validation($params){
if(isset($params['orderby']) && isset($params['orderby']['enum']) && is_array($params['orderby']['enum']))
$params['orderby']['enum'][] = "modified";
@acafourek
acafourek / WP_image_alt_fallback.php
Last active November 22, 2019 04:10
Fallback logic for image alt text
<?php
/**
* Fallback logic for image alt tags
* Ref: https://wordpress.stackexchange.com/a/175179/10269
* Filter each get_post_meta request - if it's a request for image alt tag, we make sure it exists or supply a fallback.
* Fallback is saved to the image to reduce overhead on future requests
* To get really fancy, consider future use of AWS Rekognition APIs or https://cloud.google.com/vision/ for otehr SEO-specific image APIs
*/
function air_image_alt_tag_fallback($metadata, $object_id, $meta_key, $single){
@acafourek
acafourek / vvv-nginx.conf.tmpl
Last active November 15, 2017 14:49
nginx template for local VVV
server {
listen 80;
listen 443 ssl;
server_name {{DOMAINS_HERE}};
root {vvv_path_to_site}/wordpress;
error_log {vvv_path_to_site}/log/error.log;
access_log {vvv_path_to_site}/log/access.log;
set $upstream {upstream};
@acafourek
acafourek / vvv-init.sh
Last active November 15, 2017 14:52
AS VVV init script
#!/usr/bin/env bash
# Provision WordPress Stable
DOMAIN=`get_primary_host "${VVV_SITE_NAME}".test`
DOMAINS=`get_hosts "${DOMAIN}"`
SITE_TITLE=`get_config_value 'site_title' "${DOMAIN}"`
WP_VERSION=`get_config_value 'wp_version' 'latest'`
WP_TYPE=`get_config_value 'wp_type' "single"`
DB_NAME=`get_config_value 'db_name' "${VVV_SITE_NAME}"`
DB_NAME=${DB_NAME//[\\\/\.\<\>\:\"\'\|\?\!\*-]/}
<div id="alumnispaces-map" data-university="unc_" style="height: 700px;" ></div>
<script src="https://d3dhhryxzq9zg6.cloudfront.net/satellite/js/as_satellite-1.3.5.min.js" type="text/javascript"></script>
@acafourek
acafourek / Made in SGF - Dark
Last active June 7, 2016 11:45
Dark Version of Embeddable Made in SGF icon
<a href="http://madeinsgf.com/?ref=madeinsgf" class="MIS_MARK MIS_DARK" style="font-family: 'Helvetica', sans-serif; text-transform: uppercase; font-weight: 400; text-align: center; font-size: 14px; line-height: 18px; letter-spacing: 0.08em; text-decoration: none; color: #444444; padding: 5px; box-sizing: border-box;" title="Made in Springfield, MO">made in <svg class="MIS_LOGO" style="margin-bottom: -10px; fill: #444444 !important; enable-background:new 0 0 80 80;" width="30" height="30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 80 80" xml:space="preserve"><path d="M74.9,57.1l-2.2-0.7c-0.1,0-0.3-0.1-0.3-0.3l-1.3-2.7c0-0.1-0.1-0.1-0.1-0.2L70.9,49c0-0.1-0.1-0.3-0.2-0.4l-3.4-3.4 c0,0,0,0-0.1-0.1L62,41.4c-0.1-0.1-0.2-0.2-0.2-0.4l-0.4-2.5c0-0.1,0-0.2,0-0.3l1.9-5.3c0.1-0.2,0-0.5-0.2-0.6l-2.6-1.4 c-0.2-0.1-0.4-0.1-0.6,0L59,31.6c-0.3,0.2-0.7,0.1-0.8-0.3L56.7,27c0-0.1-0.1-0.2-0.1-0.2l-6.5-6.2c-0.1-0.1-0.1-0.1-0.1-0.2 l-1.4-4.8c0-0.1,0-0.2,
@acafourek
acafourek / Made in SGF - Light
Last active June 7, 2016 11:46
Light Version of Embeddable Made in SGF icon
<a href="http://madeinsgf.com/?ref=madeinsgf" class="MIS_MARK MIS_LIGHT" style="font-family: 'Helvetica', sans-serif; text-transform: uppercase; font-weight: 400; text-align: center; font-size: 14px; line-height: 18px; letter-spacing: 0.08em; text-decoration: none; color: #FFFFFF; padding: 5px; box-sizing: border-box;" title="Made in Springfield, MO">made in <svg class="MIS_LOGO" style="margin-bottom: -10px; fill: #FFFFFF !important; enable-background:new 0 0 80 80;" width="30" height="30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 80 80" xml:space="preserve"><path d="M74.9,57.1l-2.2-0.7c-0.1,0-0.3-0.1-0.3-0.3l-1.3-2.7c0-0.1-0.1-0.1-0.1-0.2L70.9,49c0-0.1-0.1-0.3-0.2-0.4l-3.4-3.4 c0,0,0,0-0.1-0.1L62,41.4c-0.1-0.1-0.2-0.2-0.2-0.4l-0.4-2.5c0-0.1,0-0.2,0-0.3l1.9-5.3c0.1-0.2,0-0.5-0.2-0.6l-2.6-1.4 c-0.2-0.1-0.4-0.1-0.6,0L59,31.6c-0.3,0.2-0.7,0.1-0.8-0.3L56.7,27c0-0.1-0.1-0.2-0.1-0.2l-6.5-6.2c-0.1-0.1-0.1-0.1-0.1-0.2 l-1.4-4.8c0-0.1,0-0.2
@acafourek
acafourek / Alumni Spaces Embedded Map
Last active April 4, 2016 13:57
Embedding the Alumni Spaces Group Map
<div id="satdemo"></div>
<script src="https://d3dhhryxzq9zg6.cloudfront.net/satellite/scripts/AlumniSpacesSatellite-1.1.1.min.js?network=mizzou_&amp;id=satdemo&color=F1B82D&label=club&logo=https://d3dhhryxzq9zg6.cloudfront.net/satellite/images/MAA.svg" type="text/javascript"></script>
@acafourek
acafourek / gist:4693bb51671dfda0249a
Last active August 29, 2015 14:22
Example group record
[
{
"id": "bigstate_100",
"fields": {
"total_events": "0",
"site_name": "Tornado Alley Tigers",
"total_comments": "0",
"as_site_id": "bigstate_100",
"twitter": "0",
"linkedin": "0",