llms_get_product_visibility_options()

Get a list of available product (course & membership) catalog visibility options


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/llms.functions.core.php

function llms_get_product_visibility_options() {
	return apply_filters( 'lifterlms_product_visibility_options', array(
		'catalog_search' => __( 'Catalog & Search', 'lifterlms' ),
		'catalog' => __( 'Catalog only', 'lifterlms' ),
		'search' => __( 'Search only', 'lifterlms' ),
		'hidden' => __( 'Hidden', 'lifterlms' ),
	) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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