thesis_crop_header
Description
Determines whether or not uploaded header images should be automatically resized to a predetermined optimal width.
Must return either true or false (the default is true).
Example
function no_header_crop() {
return false;
}
add_filter('thesis_crop_header', 'no_header_crop');
History
- This filter was added in version 1.8.