llms_person_redeem_voucher_url()

Get the link to the redeem voucher page


Return Return

(string)


Top ↑

Source Source

File: includes/llms.template.functions.php

		?>
		<span class="llms-author-info name"><?php echo esc_html( $name ); ?></span>
		<?php if ( $args['label'] ) : ?>
			<span class="llms-author-info label"><?php echo esc_html( $args['label'] ); ?></span>
		<?php endif; ?>
		<?php if ( $desc ) : ?>
			<p class="llms-author-info bio"><?php echo wp_kses( $desc, wp_kses_allowed_html( 'user_description' ) ); ?></p>

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.