bbp_current_user_can_access_create_reply_form

bbp_current_user_can_access_create_reply_form

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_current_user_can_access_create_reply_form') is found 1 times:

  • /includes/users/template.php line 2343
    2339
    2340
    2341
    2342
    2343
    2344
    2345
    2346
    2347
    2348
    2349
            $retval = current_user_can( 'edit_topic', bbp_get_topic_id() );
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_current_user_can_access_create_reply_form', (bool) $retval );
    }
     
    /**
     * Performs a series of checks to ensure the current user should see the
     * anonymous user form fields.
     *

See this hook used in plugins: