Filter Control Translations

eeb/helpers/control_translations

Description:
Manipulate the translations of our plugins based on your needs.

Parameter Type Description
true bool Wether the string should be translated or not.
$string string The string that should be translated
$cname string An identifier where the string is called from
$trigger = apply_filters( 'eeb/helpers/control_translations', true, $string, $cname );
Updated on September 25, 2019

Was this article helpful?

Related Articles