etivite

WordPress, BuddyPress, bbPress, JSF, CMS :: e for everything web development and consulting

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Action and Filter API Hooks
  • WordPress Plugins
  • Code and Projects
  • Blog

API Hooks: BuddyPress:: File: bp-corebp-core-avatars-php (28)

bp_gravatar_url

apply_filters( 'bp_gravatar_url', 'http://www.gravatar.com/avatar/' )

Continue reading →

Component: bp-core, bp-members  | File: /bp-core/bp-core-avatars.php, /bp-members/bp-members-template.php 

bp_core_pre_avatar_handle_upload

apply_filters( 'bp_core_pre_avatar_handle_upload', true, $file, $upload_dir_filter ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_pre_avatar_handle_crop

apply_filters( 'bp_core_pre_avatar_handle_crop', true, $r ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_mysteryman_src

apply_filters( 'bp_core_mysteryman_src', bp_core_avatar_default(), $grav_size )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_gravatar_email

apply_filters( 'bp_core_gravatar_email', $email, $item_id, $object )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_fetch_avatar_url

apply_filters( 'bp_core_fetch_avatar_url', $avatar_url )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_fetch_avatar_no_grav

apply_filters( 'bp_core_fetch_avatar_no_grav', $no_grav ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_fetch_avatar

apply_filters( 'bp_core_fetch_avatar', '<img src="' . $avatar_url . '" alt="' . esc_attr( $alt ) . '" class="' . esc_attr( $class ) . '"' . $css_id . $html_width . $html_height . $title . ' />', $params, $item_id, $avatar_dir, $css_id, $html_width, 

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_url

apply_filters( 'bp_core_avatar_url', $baseurl )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_upload_path

apply_filters( 'bp_core_avatar_upload_path', $basedir )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_title

apply_filters( 'bp_core_avatar_title', $title, $item_id, $object ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_thumb_width

apply_filters( 'bp_core_avatar_thumb_width', bp_core_avatar_dimension( 'thumb', 'width' ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_thumb_height

apply_filters( 'bp_core_avatar_thumb_height', bp_core_avatar_dimension( 'thumb', 'height' ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_thumb

apply_filters( 'bp_core_avatar_thumb', $bp->avatar->thumb->default )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_original_max_width

apply_filters( 'bp_core_avatar_original_max_width', (int)$bp->avatar->original_max_width )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_original_max_filesize

apply_filters( 'bp_core_avatar_original_max_filesize', (int)$bp->avatar->original_max_filesize )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_full_width

apply_filters( 'bp_core_avatar_full_width', bp_core_avatar_dimension( 'full', 'width' ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_item_id

apply_filters( 'bp_core_avatar_item_id', $item_id, $object )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_full_height

apply_filters( 'bp_core_avatar_full_height', bp_core_avatar_dimension( 'full', 'height' ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_folder_url

apply_filters( 'bp_core_avatar_folder_url', bp_core_avatar_url() . '/' . $avatar_dir . '/' . $item_id, $item_id, $object, $avatar_dir )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_folder_dir

apply_filters( 'bp_core_avatar_folder_dir', bp_core_avatar_upload_path() . '/' . $avatar_dir . '/' . $item_id, $item_id, $object, $avatar_dir )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_dir

apply_filters( 'bp_core_avatar_dir', $avatar_dir, $object )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_default

apply_filters( 'bp_core_avatar_default', $bp->avatar->full->default )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_dimension

apply_filters( 'bp_core_avatar_dimension', $dim, $type, $h_or_w )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_avatar_alt

apply_filters( 'bp_core_avatar_alt', $item_name, $item_id, $object ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

“bp_core_default_avatar_$object”

apply_filters( "bp_core_default_avatar_$object", BP_PLUGIN_URL . '/bp-core/images/mystery-man.jpg', $params )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_set_avatar_globals

do_action( 'bp_core_set_avatar_globals' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 

bp_core_delete_existing_avatar

do_action( 'bp_core_delete_existing_avatar', $args )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.php 
Proudly powered by WordPress