apply_filters( "tribe_events_pro_shortcode_{$registration_slug}_default_arguments", array $default_arguments , static $instance )
Applies a filter to instance default arguments based on the registration slug of the shortcode.
Contents
Parameters
- $default_arguments
-
(array) Current set of default arguments.
- $instance
-
(static) Which instance of shortcode we are dealing with.
Source
Changelog
| Version | Description |
|---|---|
| 4.7.5 | Introduced. |