Select the pages and click OK to save.
"; foreach ($pages as $page) { $tab = ''; if (!empty($page->post_parent)) { $tab .= '    '; } if (in_array($page->ID, $selected)) { $checked = 'checked="checked"'; } else { $checked = ''; } echo "$tab $page->post_titleThis feature is implemented only in the Pro Version of this plugin./strong>
"; } exit();