%2$s
							%4$s
						%3$s
					',
					'post-image page-header-post-image',
					( ! empty( $options[ 'image_link' ] ) ) ? '' : null,
					( ! empty( $options[ 'image_link' ] ) ) ? '' : null,
					generate_page_header_get_image_output()
				);
			}
			// If content is set, show it
			if ( '' !== $options[ 'content' ] && false !== $options[ 'content' ] ) {
				printf(
					'
',
					'post-image generate-page-header generate-post-content-header page-header-post-image',
					'inside-page-header-container inside-post-content-header grid-container grid-parent',
					( ! empty( $options[ 'add_padding' ] ) ) ? '' : null,
					( ! empty( $options[ 'autop' ] ) ) ? do_shortcode( wpautop( $options[ 'content' ] ) ) : do_shortcode( $options[ 'content' ] )
				);
			}
		}
	}
}