$action_hook, $item_id, recycle, $r, $avatar_types

$action_hook, $item_id, recycle, $r, $avatar_types

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_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 ),