Skip to content

Instantly share code, notes, and snippets.

@secretstache
secretstache / acf-hero-unit.json
Created November 8, 2016 02:55
Hero Unit Snippets
[
{
"key": "group_562025a91d355",
"title": "Hero Unit",
"fields": [
{
"key": "field_5620264fa0141",
"label": "Background Media",
"name": "background_media",
"type": "radio",
@secretstache
secretstache / get-video-thumbnail.php
Last active January 16, 2024 09:43
Get Video Thumbnail from Youtube or Vimeo
<?php
/**
* Retrieves the thumbnail from a youtube or vimeo video
* @param - $src: the url of the "player"
* @return - string
* @todo - do some real world testing.
*
**/
function get_video_thumbnail( $src ) {