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

can_reorder_featured_collections()

Description

Check if user is allowed to re-order featured collections

Parameters

This function accepts no parameters.

Return

boolean

Location

include/collections_functions.php lines 6336 to 6339

Definition

 
function can_reorder_featured_collections()
    {
    return 
checkperm('h') && compute_featured_collections_access_control() === true;
    }

This article was last updated 25th April 2024 21:35 Europe/London time based on the source file dated 25th April 2024 16:25 Europe/London time.