WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: liana-with-growthstack (Used by 39 domains)

Liana with GrowthStack

👤 Liana Technologies 📦 v2.0.9

Liana with GrowthStack is a powerful WordPress plugin that brings enterprise-level marketing automation and personalization capabilities to your website. Built by Liana Technologies, it seamlessly integrates with LianaAutomation to help you optimize conversions and deliver personalized experiences to your visitors.

Key Features

  • Content Personalization – Show different content to different visitors based on various rules
  • Analytics & Insights – Track page views, user behavior, and engagement metrics
  • Marketing Automation Forms – Integrate LianaAutomation forms directly into your content
  • LianaMailer Integration – Connect with Contact Form 7, Gravity Forms, and WPForms

Pro Features

Available in Pro version of the plugin.

  • A/B Testing – Test different variations of your content to optimize conversions (available in Pro)
  • Audience Tracking – Understand your visitors with detailed audience data
  • Advanced Personalization Rules – Create more advanced personalization scenarios (available in Pro)

Personalization Rules

Create targeted content experiences based on:

  • Country – Show content based on visitor’s geographic location
  • Device Type – Tailor content for desktop, tablet, or mobile users
  • Preferred Language – Display content in the visitor’s preferred language
  • Referrer – Personalize based on where visitors came from
  • Time – Show content based on time of day and day of the week
  • User Status – Show content for new vs. returning visitors

Analytics Features

  • Site-wide analytics with view counts, user counts, and session data
  • Page-level performance metrics
  • Engagement time tracking
  • Audience insights including:
    • Traffic sources
    • New vs. returning visitors
    • Device types
    • UTM parameters (campaign, source, medium)

Integrations

  • LianaAutomation – Full integration with marketing automation platform
  • LianaMailer – Email marketing integration
  • Google Analytics – Data Layer events of seen personalizations is sent and can be tracked in Google Analytics.

Plugin compatibility

  • Contact Form 7 – LianaMailer integration for form submissions
  • Gravity Forms – LianaMailer integration for form submissions
  • WPForms – LianaMailer integration for form submissions

Caching and performance

Liana with GrowthStack is compatible with popular caching plugins and server level caching solutions. It uses client-side JavaScript to handle content personalization and A/B testing, ensuring that cached pages still deliver dynamic content based on visitor data.

Analytics data is saved to the database in an optimized manner, with data being bundled and sent asynchronously to minimize performance impact. This does add some database load but write actions are done in asynchronously with JavaScript events to minimize impact on user experience.

Developer Hooks

Liana with GrowthStack provides various filters and actions for developers to customize functionality.

Filters

Admin Capabilities

Control who can access different admin pages:

  • growthstack/admin/capability/view_dashboard – Capability required to view the dashboard (default: ‘edit_pages’)
  • growthstack/admin/capability/view_analytics – Capability required to view analytics (default: ‘edit_pages’)
  • growthstack/admin/capability/view_personalization – Capability required to view personalization (default: ‘edit_pages’)
  • growthstack/admin/capability/view_ab_tests – Capability required to view A/B tests (default: ‘edit_pages’)
  • growthstack/admin/capability/view_forms – Capability required to view forms (default: ‘edit_pages’)
  • growthstack/admin/capability/view_settings – Capability required to view settings (default: ‘manage_options’)
  • growthstack/admin/capability/view_support – Capability required to view support (default: ‘manage_options’)

Admin UI

  • growthstack/admin/submenu_pages – Modify admin submenu pages array
  • growthstack/show_banner/upgrade – Show/hide upgrade banner in Analytics (default: true)
  • growthstack/show_banner/ab_testing – Show/hide banner in A/B Testing page (default: true)
  • growthstack/show_banner/audience – Show/hide banner in Dashboard (default: true)

Analytics

  • growthstack/analytics/post_types – Modify which post types are tracked for analytics (default: public post types)

Personalization

  • growthstack/rule_types – Register or modify available personalization rule types
  • growthstack/personalization/visited_pages/post_types – Modify post types available for “Visited Pages” personalization rule (default: [‘post’, ‘page’])

LianaMailer Integration

Contact Form 7:

  • growthstack/lianamailer/contactform7/subscription_mailer_data – Modify mailer data before sending
  • growthstack/lianamailer/contactform7/subscription_properties – Modify contact properties
  • growthstack/lianamailer/contactform7/subscription_lists – Modify selected mailing lists

Gravity Forms:

  • growthstack/lianamailer/gravityforms/subscription_mailer_data – Modify mailer data before sending
  • growthstack/lianamailer/gravityforms/subscription_properties – Modify contact properties
  • growthstack/lianamailer/gravityforms/subscription_lists – Modify selected mailing lists

WPForms:

  • growthstack/lianamailer/wpforms/get_lianamailer_api – Modify LianaMailer API instance
  • growthstack/lianamailer/wpforms/subscription_mailer_data – Modify mailer data before sending
  • growthstack/lianamailer/wpforms/subscription_properties – Modify contact properties
  • growthstack/lianamailer/wpforms/subscription_lists – Modify selected mailing lists

JavaScript Events

Personalization:

  • GrowthstackReplacementDone – Fired on document when personalization (or A/B testing) content replacement is complete

Example usage:
javascript
document.addEventListener('GrowthstackReplacementDone', function(e) {
// Re-initialize your JavaScript after content replacement
console.log('Personalization applied');
});

Example double initialization for a hypothetical block:
`javascript
const INIT_EVENTS = {
DOMContentLoaded: document,
GrowthstackReplacementDone: document,
};

Object.entries( INIT_EVENTS ).forEach( ( [ event, element ] ) => {
element.addEventListener( event, () => {
init();
} );
} );

const init = () => {
const els = document.querySelectorAll( ‘.js-my-element-name’ );
els.forEach( ( el ) => {
if ( ‘true’ === el.dataset.init ) {
return;
}
el.dataset.init = ‘true’;
setupElement( el );
} );
};

const setupElement = ( el ) => {
// Your block JavaScript logic here
};
`

Support

For support, feature requests, and bug reports, please visit:
* Website: https://www.lianatech.com/
* Documentation: https://www.lianatech.com/

Credits

Liana with GrowthStack is developed and maintained by Liana Technologies.

DomainExposuresHeadersLast Checked
i*s*n*o*i*s*.fi (WP 6.9.4) C 2026-06-21 13:39:22
o*l*n*e*d*n*a*k*.fi A 2026-06-12 18:29:05
c*r*n*r*a*n*k*i*i*k*.fi A 2026-06-10 05:42:47
p*o*e*s*o*a*d*c*o*a*e.fi (WP 6.9.4) C 2026-06-07 23:43:14
f*a*i*e*h*l*h*o*.com A 2026-06-02 23:51:02
s*a*i*i*e*.fi A 2026-06-01 09:20:51
m*s*i*l*n*u*m*t*l*.fi (WP 6.9.4) C 2026-06-01 02:44:58
d*p*n*l*n*k*.com A 2026-05-30 20:51:46
p*o*n*e*i*r.com (WP 7.0) F 2026-05-29 03:56:36
s*o.fi C 2026-05-29 02:31:18
p*r*.earth A 2026-05-28 15:51:06
k*t*p*u*a*h*.fi B 2026-05-27 20:56:31
k*n*o*s.com A 2026-05-27 06:15:52
b*o*e*i*u*.fi A 2026-05-26 12:21:06
b*u*t*e*u.com A 2026-05-26 05:01:15
b*u*t*c*n*u*t*n*.com A 2026-05-26 05:01:15
b*u*t*.com A 2026-05-26 05:01:15
h*r*l*n*a*m*s*a*k*r*a*e*a.fi A 2026-05-25 09:14:39
a*c*i*f*o*l*b.fi F 2026-05-24 19:29:59
k*t*p*u*a*h*.com B 2026-05-23 22:47:11
m*r*a*h*l*n.fi (WP 6.9.4) C 2026-05-23 19:02:30
r*n*a*o*p*i.com C 2026-05-22 10:01:33
r*n*a*j*u*p*.com C 2026-05-22 10:01:33
m*s*i*k*l*v*t.fi C 2026-05-21 19:27:21
s*i*t*.fi A 2026-05-21 01:32:14
e*r*p*e*s*r*u*.com (WP 6.8.5) F 2026-05-18 17:54:37
e*r*p*e*s*e*e*u*.com (WP 6.8.5) F 2026-05-18 17:54:37
p*o*n*e*i*r.fi (WP 6.9.4) F 2026-05-11 00:26:38
n*a*t*l*n*u*t*k*s*u*.com A 2026-05-10 05:56:35
h*m*.fi (WP 6.9.4) C 2026-05-10 04:35:14
m*a*t*r*.fi (WP 6.9.4) D 2026-05-07 18:36:36
p*o*e*a*l*.fi (WP 6.9.4) F 2026-05-07 14:07:06
k*t*.fi (WP 6.9.4) F 2026-05-07 14:07:06
h*v*e*t*.fi (WP 6.9.4) F 2026-05-07 14:07:06
e*e*t*c.fi (WP 6.9.4) F 2026-05-07 14:07:06
n*t*m.fi A 2026-05-07 04:40:50
s*a*e*.fi (WP 6.9.4) F 2026-05-06 16:44:23
c*r*n*r*a.fi A 2026-05-03 13:22:54
o*l*2*2*.eu F 2026-05-03 12:27:38

Top 50 Plugins

Plugin Count
elementor 1,748,887
contact-form-7 1,743,519
elementor-pro 1,029,108
woocommerce 798,874
revslider 606,686
jetpack 457,019
js_composer 421,670
wp-rocket 328,569
gravityforms 276,761
essential-addons-for-elementor-lite 265,943
complianz-gdpr 257,255
cookie-law-info 228,414
instagram-feed 225,301
google-site-kit 219,603
sitepress-multilingual-cms 209,951
google-analytics-for-wordpress 208,076
header-footer-elementor 206,845
bluehost-wordpress-plugin 185,624
elementskit-lite 182,980
gutenberg-core 161,663
gutenberg 159,982
cookie-notice 151,290
litespeed-cache 131,419
wpforms-lite 128,242
the-events-calendar 125,185
gtranslate 123,223
astra-sites 118,588
popup-maker 112,040
woocommerce-payments 111,023
tablepress 100,462
coblocks 99,329
honeypot 96,432
astra-addon 93,204
all-in-one-seo-pack 91,786
wp-smushit 91,200
LayerSlider 89,927
duracelltomi-google-tag-manager 89,322
bb-plugin 85,572
premium-addons-for-elementor 84,857
akismet 83,759
cleantalk-spam-protect 82,421
mailchimp-for-wp 82,271
woocommerce-gateway-stripe 79,948
megamenu 79,928
borlabs-cookie 79,647
ml-slider 78,913
fusion-builder 77,558
ewww-image-optimizer 75,538
formidable 75,484
smart-slider-3 75,322

Top 50 Themes

Theme Count
hello-elementor 607,343
Divi 505,022
astra 417,731
flatsome 126,175
Avada 121,823
generatepress 120,685
pub 111,746
oceanwp 82,390
twentytwentyfour 78,792
kadence 78,753
enfold 71,023
salient 65,061
h4 55,601
twentyseventeen 55,051
sydney 51,845
bb-theme 51,768
betheme 51,618
cocoon-master 50,933
blocksy 49,858
dt-the7 45,299
twentytwentyfive 43,449
neve 38,833
Avada-Child-Theme 36,735
gox 34,499
woodmart 33,010
bridge 32,274
twentytwentyone 31,420
lightning 29,729
twentytwenty 29,091
swell 27,901
Impreza 26,131
bricks 25,411
twentytwentythree 23,506
Newspaper 23,365
twentytwentytwo 19,639
epik-redesign 19,302
uncode 18,600
twentysixteen 17,686
pro 17,127
storefront 16,484
extendable 14,928
Total 14,514
yith-wonder 13,365
hello-theme-child-master 13,325
factory-templates-4 13,223
themify-ultra 12,899
yootheme 12,668
hestia 12,649
twentynineteen 11,842
porto 11,728