Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function wpf_disable_comments() {
- if ( function_exists( 'wp_fusion' ) && ! wp_fusion()->user->has_tag( 'Tag Name' ) ) {
- return false;
- } else {
- return true;
- }
- }
- add_filter( 'comments_open', 'wpf_disable_comments' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement