apply_filters( "tribe_get_option_{$optionName}", mixed $value, string $optionName, string $default )

Allow filtering of a specific option retrieved via tribe_get_option().


Parameters

$value

(mixed) Value of the option if found.

$optionName

(string) Name of the option to retrieve.

$default

(string) Value to return if no such option is found.


Top ↑

Source

File: src/functions/template-tags/general.php


Top ↑

Changelog

Changelog
Version Description
4.0.1 Introduced.