apply_filters( 'cloudinary_allow_glb_upload', $allow_glb_upload ) → {bool}
Filter to allow GLB 3D model files to be uploaded.
WARNING: This is an experimental hook. The only place where GLB files can be used
is in the Cloudinary Gallery block.
Parameters:
| Name | Type | Description |
|---|---|---|
$allow_glb_upload |
bool | Whether to allow GLB files to be uploaded. |
- Since:
- 3.2.6
- Source:
Returns:
- Type
- bool