$action_hook, $item_id, recycle, $r, $avatar_types
$action_hook, $item_id, recycle, $r, $avatar_types
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('$action_hook, $item_id, recycle, $r, $avatar_types') is found 1 times:
- /bp-core/bp-core-avatars.php line 2497
$action_hook = 'groups_avatar_uploaded'; } /** This action is documented in bp-core/bp-core-avatars.php */ do_action( $action_hook, $item_id, 'recycle', $r, $avatar_types ); } else { $recycle_error = reset( $recycle_errors ); wp_send_json_error( array( 'message' => join( "\n", $recycle_error ),