printCustomSizedImage for URL only?

<?php printCustomSizedImage(getImageTitle(), null, 1920); ?>

I have this code and I would like to just the URL instead of the whole <img> bit for some custom coding? This is on an image.php page!

Any possibility of this? Thanks!

Comments

  • acrylian Administrator, Developer
    There is most always a "get" equivalent for every "print" function. Please see the functions guide.
Sign In or Register to comment.