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_title
\n"; } if (!EzGA::$isPro) { $slug = EzGA::getSlug(); echo "

This feature is implemented only in the Pro Version of this plugin.

"; } exit();