bp_avatar_get_templates()
Template function to load the Avatar UI javascript templates.
Description Description
Source Source
File: bp-core/bp-core-avatars.php
function bp_avatar_get_templates() { if ( ! bp_avatar_is_front_edit() ) { return; } bp_attachments_get_template_part( 'avatars/index' ); }
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |