LLMS_Shortcode_Favorites::get_default_attributes()
Get shortcode attributes.
Description Description
Retrieves an array of default attributes which are automatically merged with the user submitted attributes and passed to $this->get_output().
Return Return
(array)
Source Source
File: includes/shortcodes/class.llms.shortcode.favorites.php
protected function get_default_attributes() {
return array(
'orderby' => 'updated_date',
'order' => 'ASC',
'limit' => '',
);
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 7.5.0 | Introduced. |