-1));
foreach ($myposts as $mypost) {
setup_postdata($mypost);
if (in_array($mypost->ID, $selected)) {
$checked = 'checked="checked"';
}
else {
$checked = '';
}
echo " $mypost->post_title
\n";
}
if (!EzGA::$isPro) {
$slug = EzGA::getSlug();
echo "
This feature is implemented only in the Pro Version of this plugin./strong>
"; } exit();