replacePhraseCodesInString()
protected final function replacePhraseCodesInString(&$string)
Inserts phrases into text containing Phrase Codes.
Can be used in methods called by plugins. From Zenario 7.0.0 onwards.
Given a string with phrase codes in the format [[_PHRASE_CODE]], this fuction will replace all of the phrases with their values.
$string
A variable containing the text to insert phrase codes into.
No return value.