LLMS_Shortcode::get_content()
Method: Retrieve the content of the shortcode
Source: includes/abstracts/abstract.llms.shortcode.php:137
Method: Retrieve the content of the shortcode
Source: includes/abstracts/abstract.llms.shortcode.php:137
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:149
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:167
Method: Retrieve the actual content of the shortcode
Source: includes/abstracts/abstract.llms.shortcode.php:28
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:37
Method: Retrieves a string used for default content which is used if no content is supplied
Source: includes/abstracts/abstract.llms.shortcode.php:47
Method: Get the singleton instance for the extending class
Source: includes/abstracts/abstract.llms.shortcode.php:66
Method: Private constructor
Source: includes/abstracts/abstract.llms.shortcode.php:83
Method: Allow shortcodes to enqueue scripts only when the shortcode is used Enqueues a registered script IF that script isn’t already enqueued
Source: includes/abstracts/abstract.llms.shortcode.php:95
Method: Get the array of attributes
Source: includes/abstracts/abstract.llms.shortcode.php:111