Function __global->make_member_gallery_if_needed
Definitions
sources/galleries2.php
- The UI shows member galleries that do not exist. If it is a member gallery, and it does not exist, it'll need making, before something can be added. This gallery performs the check and makes the gallery if needed.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $cat | ID_TEXT | No | No | required parameter | N/A | N/A | The gallery codename |
Preview
Code (PHP)
/**
* The UI shows member galleries that do not exist. If it is a member gallery, and it does not exist, it'll need making, before something can be added. This gallery performs the check and makes the gallery if needed.
*
* @param ID_TEXT $cat The gallery codename
*/
function make_member_gallery_if_needed(string $cat)
* The UI shows member galleries that do not exist. If it is a member gallery, and it does not exist, it'll need making, before something can be added. This gallery performs the check and makes the gallery if needed.
*
* @param ID_TEXT $cat The gallery codename
*/
function make_member_gallery_if_needed(string $cat)

