芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/themes/rehub-theme/inc/parts/affeggbutton.php
$re_egg_product_id, 'orig_url' => $aff_url_exist, 'egg_id' => $re_egg_id, ); $offer_url = (rh_check_plugin_active('affiliate-egg/affiliate-egg.php')) ? Keywordrush\AffiliateEgg\LinkHandler::createAffUrl($item) : esc_url($offer_url_exist); $offer_price = get_post_meta( get_the_ID(), 'affegg_product_price', true ); $offer_price_old = get_post_meta( get_the_ID(), 'affegg_product_old_price', true ); $offer_formated_price = (rh_check_plugin_active('affiliate-egg/affiliate-egg.php')) ? Keywordrush\AffiliateEgg\TemplateHelper::formatPriceCurrency($offer_price, $re_egg_currency) : $re_egg_currency.$offer_price; $offer_formated_priceold = (rh_check_plugin_active('affiliate-egg/affiliate-egg.php')) ? Keywordrush\AffiliateEgg\TemplateHelper::formatPriceCurrency($offer_price_old, $re_egg_currency) : $re_egg_currency.$offer_price; $offer_coupon = get_post_meta( get_the_ID(), 'affegg_product_product_coupon', true ); $offer_coupon_date = get_post_meta( get_the_ID(), 'affegg_product_product_coupon_date', true ); $offer_last_update = get_post_meta( get_the_ID(), 'affegg_product_last_update', true ); $offer_coupon_mask = 1; ?> 0) { $coupon_style = ''; } elseif ($days == 0){ $coupon_style = ''; } else { $coupon_text = esc_html__('Expired', 'rehub-theme'); $coupon_style = 'expired_coupon'; } ?>