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().


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/shortcodes/class.llms.shortcode.favorites.php

	protected function get_default_attributes() {

		return array(
			'orderby' => 'updated_date',
			'order'   => 'ASC',
			'limit'   => '',
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
7.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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