llms_get_checkout_redirection_types( string $product_type = '' )

Get an array of available course/membership checkout redirection options


Parameters Parameters

$product_type

(string) (Optional) The product type, Course or Membership

Default value: ''


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/admin/llms.functions.admin.php

			'title' => esc_attr__( 'More information', 'lifterlms' ),
			'icon'  => 'external',
		)
	);

	$dashicon = sprintf(
		'<span class="dashicons dashicons-%1$s" style="font-size:%2$dpx;width:%2$dpx;height:%2$dpx"></span>',
		esc_attr( $args['icon'] ),
		$args['size']
	);

	return sprintf(
		'<a href="%1$s" style="text-decoration:none;" target="_blank" rel="noreferrer" title="%2$s">%3$s</a>',


Top ↑

Changelog Changelog

Changelog
Version Description
3.30.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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