Connector Wizard (formerly LC Wizard) for WordPress Plugin Directory
By Niaj Morshed
Connector Wizard (formerly LC Wizard) is a WordPress app, with a 4.3 average rating from 6 reviews, as of Jul 15, 2026.
Connector Wizard (formerly LC Wizard) is a WordPress Plugin Directory app by Niaj Morshed. With a rating of 4.3★ from 6 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Connector Wizard (formerly LC Wizard) is a well-rated WordPress app with a limited review volume. It is listed in the Woocommerce category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 6 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by Niaj Morshed — established developer track record
Cons
- −Limited review base (6) — ratings can shift significantly with new feedback
Looking to switch from Connector Wizard (formerly LC Wizard)?
See Connector Wizard (formerly LC Wizard)'s alternatives ranked by audit score, rating, and review velocity.
How Connector Wizard (formerly LC Wizard) works
Show full descriptionShow less
🚀 Official Website | 📚 Documentation | 🚀 Community
This plugin will connect the popular CRM LeadConnector to the most popular content management software, WordPress. It will elevate your automation experience to the next level. including memberships, content protection, custom field integration and automate WooCommerce.
See who use this plugin
🚀 Key Features 🔗 Subaccount Connection Seamlessly connect your WordPress site to your subaccount. This essential first step unlocks the full potential of the plugin’s automation capabilities.
⚙️ Custom Values Custom values are great for storing your subaccount or website variables. Use your subaccount custom values inside WordPress with this simple shortcode: [lcw_custom_value key="your_custom_value_key"]
🔒 Smart Content Protection Implement tag-based access control on WordPress pages, allowing you to differentiate between paid and free users for content visibility.
👁️ Menu Visibility Control WordPress menu item visibility by login status, contact tags, and memberships directly from each menu item.
🛒 WooCommerce Integration When someone purchases a product from WooCommerce:
That user will be added (if not exists) to your subaccount as a contact
You can apply one or more tags to that contact if that customer purchases a specific product
You can set specific tags for specific products
You can add that customer directly to a specific workflow in your CRM
You can book an appointment automatically when a customer purchases a configured product
👥 Automate WordPress User Creation Create WordPress users directly from your workflow. There are a few powerful use cases:
Let someone purchase anything from your funnel, run a workflow with that purchase trigger, and send a webhook to your WordPress website. A new WordPress user will be created for that customer.
If someone books an appointment, you can create a WordPress user for that contact.
Based on any possible conditions, you can send a webhook to WordPress to create a WordPress user.
📋 Display only protected posts/pages in a post grid If you protect your pages by tags, those protected pages can only be displayed in a post grid using the shortcode [lcw_post_grid post_type="page"]. Feel free to check the full documentation here.
🔄 Redirect Customers Redirect your customers to another page. You can display a message before the redirection.
Example: [lcw_redirect url="/thank-you" delay="5" target="_self"]
Please wait 5 seconds... redirecting.
[/lcw_redirect]
🔑 Reset Password Customers can reset their password with this simple password reset shortcode: [lcw_reset_password]. This shortcode allows you to:
Change password
Redirect to a page after the password is changed
Apply or remove a tag for that user upon password change
🛠️ Developer Tools Extend the plugin’s functionality with developer-friendly features:
For WooCommerce orders, there are available action hooks to automate the data flow to your CRM.
For details see the docs
💎 Premium Features 🏅 Advanced Membership Management Create and manage membership plans using tags from your CRM:
Manage membership lifecycle (Active, Payment Failed, Suspended, Cancelled)
Automated access control based on payment status
Granular content restriction tied to membership levels
📝 Apply Tags to Different WooCommerce Order Statuses Elevate your WooCommerce automation by applying tags to contacts based on various order statuses, including custom ones:
Dynamically assign tags for successful orders, failed payments, or cancelled orders
Apply tags to custom order statuses
Enhance customer segmentation and targeted marketing with precise tag application
🏷️ Variant-Specific Product Tagging Enhance your WooCommerce integration with granular product variant tagging:
Unique tags for individual product variations
Personalize communication based on specific product choices/ variations.
🔐 Advanced Page/ custom posts Protection Implement robust content protection across your entire WordPress site:
Enable content protection for all custom post types
Secure courses, premium resources, and any other custom pages.
🔐 Associations Support Unlock powerful group access management with Associations:
Effortlessly support parent/child account structures—when a parent has access to content (such as a page or course), all associated child accounts automatically inherit access. If access is revoked from the parent, it is also revoked from all children.
Flexible association types: works seamlessly for relationships like parent/child, husband/wife, team leader/team members, and more.
Perfect for selling group or family accounts, ensuring streamlined access control and management for all related users.
🔐 Display Contact fields/ Custom fields in WordPress It’s true, you can display any custom fields inside WordPress from your CRM.
It’ll help you create a personalized customer dashboard, show customer-centric data to your logged-in customers. By the shortcode [lcw_contact_field].
Example: [lcw_contact_field key='email'], this will display the contact email address.
More Example: [lcw_contact_field key='next_billing_date'] here you need to get the key from {{contact.next_billing_date}}, where the next_billing_date is a custom field.
🔐 Display content based on access You can display a text/ image/ video or a block of content based on access by the shortcode [lcw_has_any_tags]
Example:
[lcw_has_any_tags tags='purchased_gold']
This content will be visible to the users if they have the tag purchased_gold. Otherwise, this content won't be displayed.
[/lcw_has_any_tags]
You can do the similar things by the membership with this shortcode [lcw_has_any_memberships]
Example:
[lcw_has_any_memberships memberships='level_1']
This content will be visible to the users if they have the membership level_1. otherwise, this content won't be displayed.
[/lcw_has_any_memberships]
And there are similar tags [lcw_has_not_any_tags] and [lcw_has_not_any_memberships] works in a similar way.
💳 Display Transactions [lcw_transactions] shortcode allows us to display the transactions in WordPress from the CRM. You need to place the shortcode on any page/post, and it will do the rest.
🏷️ Set Tags Assign tags to a logged-in WordPress user using the shortcode [lcw_set_tags].
Example: [lcw_set_tags tags='tag_names'] You can also set multiple tags: [lcw_set_tags tags='tag_name1, tag_name2, tag_3'].
🏷️ Remove Tags Similarly, you can remove tags from a logged-in WordPress user using the shortcode [lcw_remove_tags].
Example: [lcw_remove_tags tags='tag_names']. You can also remove multiple tags: [lcw_remove_tags tags='tag_name1, tag_name2, tag_3'].
📝 Assign and Remove WordPress User Roles Assign and remove WordPress user roles directly from the CRM workflow:
Seamlessly manage user roles based on CRM workflow triggers
Automate role assignments and removals for efficient user management
Enhance user experience with dynamic role changes
Compatible with popular membership plugins that utilize user roles for access control, ensuring a unified and streamlined membership management experience
📝 Auto Login Magic Link for Customers Generate a unique magic link for customers to auto-login to your WordPress site, eliminating the need for traditional login credentials:
Enhance user experience with seamless Access
Redirect to any specific page after auto-login.
📝 Invoice Creation for WooCommerce
Create invoices for WooCommerce orders inside the CRM
Send invoices to customers from the CRM.
🔄 WordPress User Sync Automatically sync WordPress user data with your CRM:
Real-time updates on user login
Bulk import option for existing WordPress users
📝 Form Submission Integration
Contact form 7 integration
Manual form
other forms (coming…)
🛍️ SureCart Integration Seamlessly integrate SureCart with LeadConnector to apply tags on customer engagement:
Add tags to contacts on successful purchases
Remove tags on subscription revocation
Add the tag back when the subscription is reactivated
🎓 LearnDash Integration
Automatically enroll users in LearnDash courses based on contact tags.
Remove users from courses when the specific contact tags are removed.
Automatically enroll users in and remove them from LearnDash groups based on contact tags.
🖌️ Elementor Page Builder Integration
Use content protection on any widget or container.
Dynamically display widgets exclusively to your paid customers.
Display dynamic content and grids inside your Elementor layouts.
🧩 Powerful Shortcodes See the documentation for other shortcodes.
🛒 Abandoned Cart Recovery Coming soon
📅 Display Customer Appointments Coming soon
Category rankings
As of Jul 15, 2026- Highlevel#0of 5Top 1%
- Lead connector#0of 5Top 1%
- Membership plugin#0of 4Top 1%
- Woocommerce#0of 2,450Top 1%
- Automation#31of 516Top 7%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Keyword rankings
Connector Wizard (formerly LC Wizard) ranks for 4 keywords across WordPress Plugin Directory. Here are the top 3:
Competitors & alternatives
Connector Wizard (formerly LC Wizard) doesn't have curated competitor matchups yet. Other tracked woocommerce apps on WordPress:
Frequently asked questions
What is Connector Wizard (formerly LC Wizard)?
Connector Wizard (formerly LC Wizard) is an app for WordPress. It currently holds a 4.3-star rating from 6 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Woocommerce category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Niaj Morshed.
Who uses Connector Wizard (formerly LC Wizard)?
Currently around 1,000 active stores have installed Connector Wizard (formerly LC Wizard). Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Woocommerce category on WordPress.