• Resolved nekdev

    (@nekdev)


    Can I categorize an image to a specific Filebird folder using PHP? For example

    
    $image_id = media_handle_upload($index, 0);
    assign_folder($image_id, $folder_id);
    

    I am sorry if it’s a duplicate question but I couldn’t find any related question.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set image folder using PHP’ is closed to new replies.