bbp_current_user_can_publish_replies

bbp_current_user_can_publish_replies

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_current_user_can_publish_replies') is found 1 times:

  • /includes/users/template.php line 2213
    2209
    2210
    2211
    2212
    2213
    2214
    2215
    2216
    2217
    2218
    2219
            $retval = true;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_current_user_can_publish_replies', $retval );
    }
     
    /** Forms *********************************************************************/
     
    /**
     * The following functions should be turned into mapped meta capabilities in a