bbp_current_user_can_publish_forums

bbp_current_user_can_publish_forums

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_current_user_can_publish_forums') is found 1 times:

  • /includes/users/template.php line 2184
    2180
    2181
    2182
    2183
    2184
    2185
    2186
    2187
    2188
    2189
    2190
            $retval = true;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_current_user_can_publish_forums', $retval );
    }
     
    /**
     * Check if the current user can publish replies
     *
     * @since 2.0.0 bbPress (r3127)