apply_filters( "tribe_events_pro_shortcode_{$registration_slug}_argument", mixed $argument, array $index, array $default, static $instance )

Applies a filter to a specific shortcode argument, to a particular registration slug.


Parameters

$argument

(mixed) The argument value.

$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.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
4.7.5 Introduced.