Advertisement
GochiSiyan

wp discuz

Mar 16th, 2021
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. add_filter('jnews_single_show_comment',function ($value){
  2. if (function_exists('wpDiscuz')){
  3. $wpdiscuz = wpDiscuz();
  4. $wpdiscuz->isWpdiscuzLoaded=true;
  5. $wpdiscuz->initCurrentPostType();
  6. }
  7. return $value;
  8. },10,99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement