Skip to content

Instantly share code, notes, and snippets.

@orenshim
Created July 2, 2018 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orenshim/ca9c4edd609eebe09fab0275a983848b to your computer and use it in GitHub Desktop.
Save orenshim/ca9c4edd609eebe09fab0275a983848b to your computer and use it in GitHub Desktop.
function my_custom_sizes( $sizes ) {
return array_merge( $sizes, array(
'content' => __( 'Content' ),
) );
}
add_filter( 'image_size_names_choose', 'my_custom_sizes' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment