get_bsf_inline_license_form( array $links, array $bsf_product_id, string $license_from_type )

Get BSF inline license form.


Description


Parameters

$links

(array) (Required) Links.

$bsf_product_id

(array) (Required) BSF Product ID.

$license_from_type

(string) (Required) license form type.


Source

File: admin/bsf-core/class-bsf-license-manager.php

function get_bsf_inline_license_form( $links, $bsf_product_id, $license_from_type ) {
	$license_manager = BSF_License_Manager::instance();

	return $license_manager->get_bsf_inline_license_form( $links, $bsf_product_id, $license_from_type );
}


User Contributed Notes

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