BP_Attachment_Avatar::set_upload_dir()

Set Upload Dir data for avatars.

Description

Source

File: bp-core/classes/class-bp-attachment-avatar.php

66
67
68
69
70
71
72
73
74
public function set_upload_dir() {
    if ( bp_core_avatar_upload_path() && bp_core_avatar_url() ) {
        $this->upload_path = bp_core_avatar_upload_path();
        $this->url         = bp_core_avatar_url();
        $this->upload_dir  = bp_upload_dir();
    } else {
        parent::set_upload_dir();
    }
}

Changelog

Changelog
Version Description
BuddyPress 2.3.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.