by workwit | Feb 3, 2013 | PHP for WordPress
What is the purpose of the function_e()? This function displays (or echoes to the display device), the returned translated text from translate(). When the translate() function is called, with the parameters as shown here: <?php translate( $text, $domain ) ?>...
by workwit | Feb 2, 2010 | PHP Operators
In PHP there are two string operators. The first PHP string operator is the concatenation operator (‘.’) This operator returns the concatenation of its right and left arguments. Example: The second PHP string operator is the concatenating assignment...