Collections functions
General 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 6395 to 6398

Definition

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

This article was last updated 4th December 2023 20:35 Europe/London time based on the source file dated 21st November 2023 15:25 Europe/London time.