db = $bbdb; $filename = 'bbpress' . date ('Y-m-d') . '.xml'; $bbxp->write_header ($filename); $bbxp->write_users (); $bbxp->write_forums (); $bbxp->write_topics (); $bbxp->write_footer (); die (); } /** * Displays the admin export page. * * Gives a simple explanation of how the export file works and gives * users a nice shiny button to click. */ function export_page () { ?>