Home / Admin / Add Security Info to Checkout
Duplicate Snippet

Embed Snippet on Your Site

Add Security Info to Checkout

Replace the image on checkout with the proper image for your SSL certificate.

Code Preview
php
<?php
function pw_eddwp_add_security_info() {
?>
	<a href="https://www.PositiveSSL.com" id="ssl-seal" title="SSL Certificate Authority" style="font-family: arial; font-size: 10px; text-decoration: none;">
		<img src="https://www.positivessl.com/images/seals/positivessl_trust_seal_md_167x42.png" alt="SSL Certificate Authority" title="SSL Certificate Authority" border="0"/><br>SSL Certificate Authority
	</a>
<?php
}
add_action( 'edd_after_cc_expiration', 'pw_eddwp_add_security_info' );

Comments

Add a Comment