Changes between Initial Version and Version 1 of Ticket #20358, comment 9
- Timestamp:
- 11/24/2017 08:15:49 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20358, comment 9
initial v1 18 18 The gist of the sollution is to remove image dimmensions from `image_downsize` function, as it is the only way (!!!) how to influence `image_hwstring`. 19 19 20 One of many side effects of this sollutions is that `wp_get_attachment_src` obviously stops returning image dimmensions - so for this functionality I needed to programme my own function.20 One of many side effects of this sollutions is that `wp_get_attachment_src` obviously stops returning image dimmensions - so for this functionality I needed to create my own function. 21 21 22 22 Wouldn't is just be easier to make a filter? :)