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

metadata_field_edit_access()

Description

Check the current user's edit access to given metadata field ID

Parameters

ColumnTypeDefaultDescription
$field int

Return

bool

Location

include/resource_functions.php lines 8416 to 8419

Definition

 
function metadata_field_edit_access($field)
    {
    return (!
checkperm("F*") || checkperm("F-" $field))&& !checkperm("F" $field);
    }

This article was last updated 10th December 2023 08:05 Europe/London time based on the source file dated 8th December 2023 13:55 Europe/London time.