Last active
December 14, 2015 00:48
-
-
Save Dirtyern12/5001288 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function wps_do_pitbull_image_one() { | |
wps_id_open( 'pitbull_image_one' ); | |
global $post; | |
wps_id_open( 'pitbull_image_one' ); | |
echo wp_get_attachment_image($pitbull_image_one_id, 'smallersquare', false, array( 'class' => 'blah', 'alt' => trim (strip_tags( get_post_meta($attachment_id, '_wp_attachment_image_alt', true) ), ) ); | |
wps_div_close(); | |
wps_div_close(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment