Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('jnews_single_show_comment',function ($value){
- if (function_exists('wpDiscuz')){
- $wpdiscuz = wpDiscuz();
- $wpdiscuz->isWpdiscuzLoaded=true;
- $wpdiscuz->initCurrentPostType();
- }
- return $value;
- },10,99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement