Skip to content

Instantly share code, notes, and snippets.

@Dare-NZ
Dare-NZ / js_resize.php
Last active December 17, 2015 00:49 — forked from seedprod/vt_resize.php
Still getting the hang of gists apparently
<?php
/*
* Resize images dynamically using wp built in functions
* Based on the script by Victor Teixeira
* - Updated to use wp_get_image_editor()
* - Moves resized files to uploadpath/resized/
* Joe Swann
*
* php 5.2+
*