I'm using WP Table Reloaded to show some information - and would like to display that information conditionally depending on what fields are chosen in the form itself. Can I use this template tag:
<?php wp_table_reloaded_print_table( "id=1&use_tablesorter=true&print_name=false" ); ?>;
within, say, an HTML field?