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