Hello world!

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

Comments

Leave a Reply to A WordPress Commenter Cancel reply

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

// Add JavaScript for Buy Now functionality add_action('wp_footer', 'add_buy_now_javascript'); function add_buy_now_javascript() { if (!is_product() && !is_front_page()) return; ?>