recycle

recycle

Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.3.3

do_action('recycle') is found 1 times:

  • /bp-core/bp-core-avatars.php line 2483
    2479
    2480
    2481
    2482
    2483
    2484
    2485
    2486
    2487
    2488
    2489
            $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 ),