Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created November 14, 2013 17:23
Show Gist options
  • Save tjhole/7470721 to your computer and use it in GitHub Desktop.
Save tjhole/7470721 to your computer and use it in GitHub Desktop.
WORDPRESS: Function - Custom Image Size
add_image_size( 'square', 360, 360, true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment