get_store_credit() ) { return; } // The notice to return indicating the affiliate has a balance $notice = __( 'You have a store credit balance of', 'affiliatewp-store-credit' ); $notice = apply_filters( 'affwp_store_credit_affiliate_notice', $notice ); // Get the store credit available, add to phrase $store_credit = wp_sprintf( ' %1s %2s.', $notice, $this->get_store_credit() ); ?>