Function __global->permission_products_management_allowed
Definitions
sources/ecommerce_permission_products.php
- Whether permission products management is allowed by the current user.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Whether permission products management is allowed by the current user.
*
* @return boolean Whether it is
*/
function permission_products_management_allowed() : bool
* Whether permission products management is allowed by the current user.
*
* @return boolean Whether it is
*/
function permission_products_management_allowed() : bool

