Added Content Control and EventON to pro plugins list

This commit is contained in:
2025-04-10 22:25:26 +01:00
parent 478be700fc
commit 369d651580
+30
View File
@@ -773,6 +773,36 @@
)
),
'free_slug' => 'gotmls'
),
'content-control' => array(
'name' => 'Content Control',
'description' => 'Advanced content restriction and user permissions management for WordPress.',
'button_group' => array(
array(
'text' => 'Home Page',
'url' => 'https://contentcontrolplugin.com/',
'primary' => true
),
array(
'text' => 'Pricing',
'url' => 'https://contentcontrolplugin.com/pricing/'
)
)
),
'eventon' => array(
'name' => 'EventON',
'description' => 'Premium WordPress event calendar plugin with advanced features and add-ons.',
'button_group' => array(
array(
'text' => 'Home Page',
'url' => 'https://www.myeventon.com/',
'primary' => true
),
array(
'text' => 'Add-ons',
'url' => 'https://www.myeventon.com/addons/'
)
)
)
);
}