Skip to content

Instantly share code, notes, and snippets.

@manchumahara
Last active February 1, 2017 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manchumahara/77da3f0da3c1b9932d3d to your computer and use it in GitHub Desktop.
Save manchumahara/77da3f0da3c1b9932d3d to your computer and use it in GitHub Desktop.
CBX Rating & Review - Showing reviews for any post id and form id http://codeboxr.com/cbx-multi-criteria-rating-review-system-documentation
if(function_exists('cbratingStandaloneReviews')){
$form_id = ''; //form id
$post_id = '';
echo cbratingStandaloneReviews($form_id, $post_id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment