apply_filters( "tribe_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 doesn't exist.

$instance

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


Top ↑

Source

File: src/Tribe/Shortcode/Shortcode_Abstract.php


Top ↑

Changelog

Changelog
Version Description
4.12.0 Introduced.