';
$verify = get_post_meta( $codeid, 'rehub_offer_verify_label', true );
if($verify) {
$response .= '
'.esc_attr($verify).'';
}
$response .= '
'.$posttitle.$shop.'
';
if(isset($offer_desc)){
$response .= '
'.esc_html($offer_desc).'
';
}
if($coupontext){
$response .= '
'.__('Valid until:', 'rehub-theme').' '.esc_html($coupon_text).'
';
}
if($offer_coupon_clicks > 5){
$response .= '
'.__('Revealed:', 'rehub-theme').' '.(int)$offer_coupon_clicks.'
';
}
$response .='