Guest User

bbp_list_forums

a guest
Jul 12th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. $args = array (
  2.         'before'            => '',
  3.         'after'             => '',
  4.         'link_before'       => '',
  5.         'link_after'        => '',
  6.         'count_before'      => '',
  7.         'count_after'       => '',
  8.         'count_sep'         => '',
  9.         'separator'         => '',
  10.         'forum_id'          => '',
  11.         'show_topic_count'  => true,
  12.         'show_reply_count'  => true
  13. );
  14.  
  15. bbp_list_forums( $args );
Advertisement
Add Comment
Please, Sign In to add comment