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 4142 to 4146

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 19th March 2024 01:35 Europe/London time based on the source file dated 15th March 2024 17:00 Europe/London time.