bbp_user_id

bbp_user_id

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_user_id') is found 1 times:

  • /bbpress.php line 261
    		$this->hidden_status_id  = apply_filters( 'bbp_hidden_post_status',  'hidden'  );
    		$this->trash_status_id   = apply_filters( 'bbp_trash_post_status',   'trash'   );
    
    		// Other identifiers
    		$this->user_id           = apply_filters( 'bbp_user_id',        'bbp_user'        );
    		$this->tops_id           = apply_filters( 'bbp_tops_id',        'bbp_tops'        );
    		$this->reps_id           = apply_filters( 'bbp_reps_id',        'bbp_reps'        );
    		$this->favs_id           = apply_filters( 'bbp_favs_id',        'bbp_favs'        );
    		$this->subs_id           = apply_filters( 'bbp_subs_id',        'bbp_subs'        );
    		$this->view_id           = apply_filters( 'bbp_view_id',        'bbp_view'        );
    		$this->edit_id           = apply_filters( 'bbp_edit_id',        'edit'            );