apply_filters( "tribe_events_pro_shortcode_{$registration_slug}_validate_arguments_map", array $validate_arguments_map, static $instance )

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


Parameters

$validate_arguments_map

(array) Current set of callbacks for 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.