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)
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 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: