apply_filters( "tec_shortcode_{$registration_slug}_aliased_arguments", array $aliased_arguments, static $instance )

Applies a filter to instance aliased arguments based on the registration slug of the shortcode.


Parameters

$aliased_arguments

(array) Current set of aliased arguments.

$instance

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


Top ↑

Source

File: src/Tribe/Shortcode/Shortcode_Abstract.php


Top ↑

Changelog

Changelog
Version Description
5.1.5 Introduced.