LLMS_Shortcode::get_filter()
Method: Retrieve a string that can be used for apply_filters() Ensures that all shortcode related filters follow the same naming convention
Source: includes/abstracts/abstract.llms.shortcode.php:167
Method: Retrieve a string that can be used for apply_filters() Ensures that all shortcode related filters follow the same naming convention
Source: includes/abstracts/abstract.llms.shortcode.php:167
Method: Output the actual content of the shortcode This is the callback function used by add_shortcode and can also be used programmatically, used in some widgets
Source: includes/abstracts/abstract.llms.shortcode.php:187
Class: LifterLMS Payment Gateways abstract class
Source: includes/abstracts/abstract.llms.payment.gateway.php:20
Method: This should be called by the gateway after verifying the transaction was completed successfully
Source: includes/abstracts/abstract.llms.payment.gateway.php:180
Method: Confirms a Payment.
Source: includes/abstracts/abstract.llms.payment.gateway.php:253
Method: Get admin description for the gateway
Source: includes/abstracts/abstract.llms.payment.gateway.php:262
Method: Get the admin title for the gateway
Source: includes/abstracts/abstract.llms.payment.gateway.php:283
Class: LLMS_Shortcode Abstract.
Source: includes/abstracts/abstract.llms.shortcode.php:18
Method: Retrieve the actual content of the shortcode
Source: includes/abstracts/abstract.llms.shortcode.php:37
Method: Retrieves an array of default attributes which are automatically merged with the user submitted attributes and passed to $this->get_output()
Source: includes/abstracts/abstract.llms.shortcode.php:47