$source, 'utm_medium' => $medium, 'utm_campaign' => 'Affiliate Coupons', ), 'https://affcoups.com/' ) ); } /** * Output the pro feature note * * @param $feature * @param bool $singular */ function affcoups_the_pro_feature_note( $feature, $singular = true ) { if ( affcoups_is_pro_version() ) return; ?>
Pro Feature ' . esc_html( $feature ) . ''; if ( $singular ) { printf( wp_kses( __( ' is available in Affiliate Coupons (PRO)', 'affiliate-coupon' ), array( 'a' => array( 'href' => array(), 'target' => array( '_blank' ), 'rel' => array( 'nofollow' ) ) ) ), esc_url( affcoups_get_pro_version_url() ) ); } else { printf( wp_kses( __( ' are available in Affiliate Coupons (PRO)', 'affiliate-coupon' ), array( 'a' => array( 'href' => array(), 'target' => array( '_blank' ), 'rel' => array( 'nofollow' ) ) ) ), esc_url( affcoups_get_pro_version_url() ) ); } ?>