There was an error while loading. Please reload this page.
This plugin includes the following components
Simply drag and drop the component to a CMS Page or Layout.
You may use the data captured by the plugin anywhere in your website .
use Fytinnovations\UserConnect\Models\Subscriber; public function getVerifiedSubscribers(){ $subscribers= Subscriber::verified(); return $subscribers; }
use Fytinnovations\UserConnect\Models\Subscriber; public function getVerifiedSubscribers(){ $subscribers= Subscriber::unverified (); return $subscribers; }
You can follow this guide to overriding the default component markup