Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

1 thought on “Hello world!”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top
add_action( 'woocommerce_single_product_summary', 'show_coa_link', 25 ); function show_coa_link() { global $product; $coa_url = get_post_meta( $product->get_id(), '_coa_pdf_url', true ); if ( $coa_url ) { echo '

Download Certificate of Analysis (COA)

'; } }