Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2. function update_medium_large_size_wpse216595() {
  3. add_image_size( 'medium_large', 600, 255, array( 'center', 'top' ) );
  4. }
  5. add_action( 'init', 'update_medium_large_size_wpse216595', 11 );
  6.  
  7. add_image_size( 'medium_large', 600, 255, array( 'center', 'top' ) );
  8.  
  9. add_image_size('medium_large', 600, '', true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement