Is there any variable that will not show all albums when using the "getAlbums command?
This is what I do currently to get published/unpublished albums.
$albums = $gallery->getAlbums( null, null, null, null, true );
Is there any variable that will not show all albums when using the "getAlbums command?
This is what I do currently to get published/unpublished albums.
$albums = $gallery->getAlbums( null, null, null, null, true );