I'm using the following to generate the thumbnail from a Vimeo video in Wordpress via the functions.php file: function get_vimeo_thumb($id, $size = 'thumbnail_small') { if(get_transient('vimeo_'...
Using the New PDF Preview Images in WordPress 4.7 in the Real World
When WordPress 4.7 was released at the end of 2016 most of the response was around the new REST API endpoints for posts, comments, terms, users, meta, and settings. However, it was one of the new smal…
Strategies for Handling Large WordPress Media Libraries in Dev and Staging Environments
One of the questions we get asked fairly often about WP Offload S3 is whether or not it is OK to use in development or staging environments. When done correctly, using WP Offload S3 can greatly reduce…