Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1.  
  2. function cac_hero_image_size( $tag ) {
  3.     $tag = preg_replace( '|height="[0-9]+?"|', 'height="325"', $tag );
  4.     $tag = preg_replace( '|width="[0-9]+?"|', 'width="590"', $tag );
  5.    
  6.     return $tag;
  7. }
  8. add_filter( 'pgw_image_markup', 'cac_hero_image_size' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement