LLMS_Membership::has_sales_page_redirect()

Determine if sales page redirection is enabled


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/models/model.llms.membership.php

	public function has_sales_page_redirect() {
		$type = $this->get( 'sales_page_content_type' );
		return apply_filters( 'llms_membership_has_sales_page_redirect', in_array( $type, array( 'page', 'url' ) ), $this, $type );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.20.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: