MemberiumTest - Keap/Infusionsoft Training & Certification - Success Lab

MemberiumTest

[insert_php]

$cont = do_shortcode(““);
$newCont = split (“,”, $cont);
echo “Array of Tag Id’s” . “
“;
print_r($newCont);
echo “
“;
echo “List of Tag Names Based off of Ids returned above” . “
“;
foreach($newCont as $id) {
$name = do_shortcode(““);
echo $name . “
“;

}

[/insert_php]

Umbrella List Children