Advertisement
Angius

functions.php

Jul 13th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Basic functions.php content:
  2. ____________________________________________________________
  3.  
  4. <?php
  5. // Exit if accessed directly
  6. if ( !defined('ABSPATH')) exit;
  7.  
  8. /* Add custom functions below */
  9.  
  10. ____________________________________________________________
  11.  
  12. With my edit:
  13. ____________________________________________________________
  14.  
  15. <?php
  16. // Exit if accessed directly
  17. if ( !defined('ABSPATH')) exit;
  18.  
  19. /* Add custom functions below */
  20.  
  21. // Set height and width, with a maximum value for the width.
  22. 'height' => 82,
  23. 'width' => 609,
  24. 'max-width' => 609,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement