MagpieRSS::concat( $str1, $str2 = "" ) In this article Table of ContentsSource Related ↑ Back to top Source function concat (&$str1, $str2="") { if (!isset($str1) ) { $str1=""; } $str1 .= $str2; } View all references View on Trac View on GitHub Related Used byDescriptionMagpieRSS::append_content()wp-includes/rss.phpMagpieRSS::append()wp-includes/rss.php User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.