LLMS_Shortcode::get_filter( string $filter )
Retrieve a string that can be used for apply_filters() Ensures that all shortcode related filters follow the same naming convention
Parameters Parameters
- $filter
-
(string) (Required) filter name / suffix
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.shortcode.php
protected function get_filter( $filter ) { return $this->tag . '_' . $filter; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.4.3 | Introduced. |