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 8358 to 8361

Definition

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

This article was last updated 24th April 2024 16:05 Europe/London time based on the source file dated 24th April 2024 11:00 Europe/London time.