Skip to content

Instantly share code, notes, and snippets.

@danielpowney
Created January 19, 2015 06:31
Show Gist options
  • Save danielpowney/0240e4a642c91fa932bc to your computer and use it in GitHub Desktop.
Save danielpowney/0240e4a642c91fa932bc to your computer and use it in GitHub Desktop.
<?php
MRP_Multi_Rating_API::display_rating_form(array(
'title' => 'My Rating Form',
'submit_button_text' => 'Submit Rating',
'update_button_text' => 'Update Rating',
'delete_button_text' => 'Delete Rating',
'show_name_input' => true,
'show_email_input' => false,
'show_comment_textarea' => true,
'echo' => true
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment