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.


Parameters

$arguments

(array) Current set of arguments.

$instance

(static) Which instance of shortcode we are dealing with.


Top ↑

Source

File: src/Tribe/Views/V2/Shortcodes/Shortcode_Abstract.php


Top ↑

Changelog

Changelog
Version Description
4.7.5 Introduced.