I'm trying to get the WP-UserOnline 2.20 plugin to work. I want to use the code:
<?php if (function_exists('get_most_useronline')): ?>
<p>Most Users Ever Online Is <?php get_most_useronline(); ?> On <?php get_most_useronline_date(); ?></p>
<?php endif; ?>
to display in a new page/post I've done. when I go to the code tab, copy/paste the code, hit save, it just disappears. i go check the database, and it's gone as well. the data never shows up on my page either. I've tried using the code tags, but no luck. suggestions?