Ulanzi Smart Pixel
Hey guys, just received Ulanzi Smart Pixel . There is an option to flash custom firmware to unlock it and show whatever I want. Question is - how to fetch number of registered community users? any API, rest-api... anything that can return current number of registered users? Let me know Shahjahan JewelΒ - I'd love to see that on this device :)
Here is the PHP code:
$activeProfilesCount = \FluentCommunity\App\Models\XProfile::where('status', 'active')->count();