Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

display_upload_options()

Description

Utility to if collapsable upload options should be displayed

Parameters

This function accepts no parameters.

Return

boolean

Location

include/render_functions.php lines 4087 to 4091

Definition

 
function display_upload_options()
    {
    global 
$metadata_read$enable_add_collection_on_upload$relate_on_upload$camera_autorotation;
    return 
$metadata_read || $enable_add_collection_on_upload || $relate_on_upload || $camera_autorotation;
    }

This article was last updated 8th May 2024 17:35 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.