LLMS_Shortcode::get_attribute( string $key, string $default = '' )
Get a specific attribute from the attributes array
Description Description
Parameters Parameters
- $key
-
(Required) attribute key to retrieve
- $default
-
(Optional) if no attribute is set, this value will be used
Default value: ''
Return Return
(mixed)
Source Source
File: includes/abstracts/abstract.llms.shortcode.php
Changelog Changelog
Version | Description |
---|---|
3.4.3 | Introduced. |