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 7838 to 7841

Definition

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

This article was last updated 8th July 2025 20:35 Europe/London time based on the source file dated 7th July 2025 14:35 Europe/London time.