Collections functions
General functions
Node 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 8396 to 8399

Definition

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

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