Created
January 19, 2015 06:31
-
-
Save danielpowney/0240e4a642c91fa932bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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