recycle

recycle

Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.12.4.0

do_action('recycle') is found 1 times:

  • /bp-core/bp-core-avatars.php line 2430
    				$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 ),