Tag Archive: cheat sheet
Image Function Cheat Sheet
Simply a reference of the six image-related functions I use most often. I have this list printed out and keep it handy; for your convenience I’ve linked to the WP doc page for each.
In case you weren’t aware, many of these accept either a named size (e.g. ‘small’,'medium’,'full’,'your_custom_name’) or an array of [width,height] (e.g. array(300,200)).
Returns HTML tag, something ...