Skip to content

Instantly share code, notes, and snippets.

@danielpowney
Last active August 29, 2015 14:13
Show Gist options
  • Save danielpowney/c48bd200f9b8b15bf19c to your computer and use it in GitHub Desktop.
Save danielpowney/c48bd200f9b8b15bf19c to your computer and use it in GitHub Desktop.
<?php
MRP_Multi_Rating_API::display_user_rating_results(array(
'no_rating_results_text' => 'No Rating Results',
'show_date' => true,
'echo' => true,
'title' => 'John\'s Results',
'show_filter' => true,
'username' => 'johnsmith'
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment