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 4085 to 4089

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 27th April 2024 08:05 Europe/London time based on the source file dated 25th April 2024 16:15 Europe/London time.