Skip to content

Instantly share code, notes, and snippets.

@danielpowney
Created January 19, 2015 06:27
Show Gist options
  • Save danielpowney/c11af2c4824d2891f636 to your computer and use it in GitHub Desktop.
Save danielpowney/c11af2c4824d2891f636 to your computer and use it in GitHub Desktop.
<?php
$params = array(
'post_id' => 10,
'title' => 'My Rating Form'
);
MRP_Multi_Rating_API::display_rating_form($params);
MRP_Multi_Rating_API::display_rating_result(array(
'post_id' => 10,
'rating_form_id' => 1
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment