Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Override the add_image_size for BuddyX
- add_action('after_setup_theme', 'reset_buddyx_featured', 11);
- function reset_buddyx_featured()
- {
- // Override the image sizes
- add_image_size( 'buddyx-featured', 800, 9999, false );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement