apply_filters( 'tribe_events_pro_shortcode_argument', mixed $argument , array $index , array $default , static $instance )
Applies a filter to a specific shortcode argument, catch all for all shortcodes.
Contents
.
Parameters
- $argument
-
(mixed) The argument.
- $index
-
(array) Which index we indent to fetch from the arguments.
- $default
-
(array) Default value if it doesnt exist.
- $instance
-
(static) Which instance of shortcode we are dealing with.
Source
Changelog
| Version | Description |
|---|---|
| 4.7.5 | Introduced. |