the_title_attribute( array( 'echo' => false, ) ), ) ); } elseif( ! empty( $placeholder) ) { $image = $placeholder; $image = wp_get_attachment_image( absint( $placeholder ), 'post-thumbnail', array( 'alt' => the_title_attribute( array( 'echo' => false, ) ), ) ); echo $image; // WPCS: XSS ok. } ?>