Guest User

Untitled

a guest
Dec 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. case 'comment_count':
  2.  
  3. $order_value=wp_count_comments($post->id);
  4.  
  5. $order_value=$order_value->total_comments;
  6.  
  7. break;
  8.  
  9. case 'comment_count':
  10.  
  11. $order_value=update_views_count($post->id);
  12.  
  13. $order_value=$order_value->views;
  14.  
  15. break;
Add Comment
Please, Sign In to add comment