Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20358, comment 9


Ignore:
Timestamp:
11/24/2017 08:15:49 PM (8 years ago)
Author:
Cibulka
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20358, comment 9

    initial v1  
    1818The gist of the sollution is to remove image dimmensions from `image_downsize` function, as it is the only way (!!!) how to influence `image_hwstring`.
    1919
    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.
     20One 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.
    2121
    2222Wouldn't is just be easier to make a filter? :)