/** disable wc_endpoint to stop carding attacks **/ function disable_wc_endpoint_v1() { $current_url = $_SERVER['REQUEST_URI']; if (strpos($current_url, '/wp-json/wc/store/v1/checkout') !== false) { wp_redirect(home_url('/404.php')); exit; } } add_action('rest_api_init', 'disable_wc_endpoint_v1'); /** disable wc_endpoint to stop carding attacks **/ function disable_wc_endpoint() { $current_url = $_SERVER['REQUEST_URI']; if (strpos($current_url, '/wp-json/wc/store/checkout') !== false) { wp_redirect(home_url('/404.php')); exit; } } add_action('rest_api_init', 'disable_wc_endpoint');

Valentines Day Card

$4.00

1 in stock

Description

Hearts say it all! This is a fine art print of my original watercolor painting. Prints are on high quality heavy slightly textured fine linen paper. The “Love You” can be modified or personalized.
Cards are blank inside.
Each card comes with a linen envelope and sealed in a cellophane bag. Cards are shipped in a rigid mailer.
At the end of checkout, please indicate any personalization desired.

Reviews

There are no reviews yet.

Be the first to review “Valentines Day Card”

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