Guest User

Untitled

a guest
Nov 17th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <?php
  2. /**
  3. * For developers and themes which do not make use of the WordPress wp_list_comments() function,
  4. * the below code can be added to output the dropdown options for sorting comments by rating.
  5. *
  6. * There must be a Field Group configured at Comment Rating Field Pro > Field Groups to display
  7. * rating fields for the Post Type the visitor is viewing.
  8. */
  9. if ( function_exists( 'output_comment_sorting_dropdown' ) ) {
  10. output_comment_sorting_dropdown( $post_id, $output_style );
  11. }
Add Comment
Please, Sign In to add comment