LLMS_Site::get_features()

Get a list of automated features that it might be useful to disable on testing or staging environments


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/class.llms.site.php

	public static function get_features() {

		$defaults = apply_filters( 'llms_site_default_features', array(
			'recurring_payments' => true,
		) );

		return get_option( 'llms_site_get_features', $defaults );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: