function isures_flashsale_countdown_and_stock_prod()
{
$thepostid = get_the_ID();
$sale_price_dates_to = ($date_to = get_post_meta($thepostid, ‘_sale_price_dates_to’, true)) ? date_i18n(‘Y-m-d’, $date_to) : ”;
$sale_from = ($date_from = get_post_meta($thepostid, ‘_sale_price_dates_from’, true)) ? date_i18n(‘Y-m-d’, $date_from) : ”;
$strtotime_date_from = strtotime($sale_from);
$strtotime_date_to = strtotime($sale_price_dates_to);
if (!empty($sale_price_dates_to) && $strtotime_date_to > $strtotime_date_from && $strtotime_date_to >= strtotime(date(“Y/m/d”))) {
?>