-
Notifications
You must be signed in to change notification settings - Fork 0
/
forminator-constants-stubs.php
135 lines (134 loc) · 4.31 KB
/
forminator-constants-stubs.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<?php
/**
* Generated stub declarations for Forminator.
* @see https://forminator.com/
* @see https://github.com/mralaminahamed/phpstan-forminator-stubs
*/
/**
* Integration Name: Activecampaign
* Version: 1.0
* Plugin URI: https://wpmudev.com/
* Description: Integrate Forminator Custom Forms with Activecampaign to get notified in real time.
* Author: WPMU DEV
* Author URI: http://wpmudev.com
*/
\define('FORMINATOR_ADDON_ACTIVECAMPAIGN_VERSION', '1.0');
/**
* Integration Name: Aweber
* Version: 1.0
* Plugin URI: https://wpmudev.com/
* Description: Integrate Forminator Custom Forms with Aweber to get notified in real time.
* Author: WPMU DEV
* Author URI: http://wpmudev.com
*/
\define('FORMINATOR_ADDON_AWEBER_VERSION', '1.0');
/**
* Integration Name: Campaignmonitor
* Version: 1.0
* Plugin URI: https://wpmudev.com/
* Description: Integrate Forminator Custom Forms with Campaignmonitor to get notified in real time.
* Author: WPMU DEV
* Author URI: http://wpmudev.com
*/
\define('FORMINATOR_ADDON_CAMPAIGNMONITOR_VERSION', '1.0');
/**
* Integration Name: Google Sheets
* Version: 1.1
* Plugin URI: https://wpmudev.com/
* Description: Integrate Forminator Custom Forms and Polls with Google Sheets to get notified in real time.
* Author: WPMU DEV
* Author URI: http://wpmudev.com
*/
\define('FORMINATOR_ADDON_GOOGLESHEET_VERSION', '1.1');
/**
* Integration Name: Gutenberg
* Version: 1.0
* Plugin URI: https://wpmudev.com/
* Description: Gutenberg blocks for Forminator
* Author: WPMU DEV
* Author URI: http://wpmudev.com
*/
\define('FORMINATOR_ADDON_GUTENBERG_VERSION', '1.0');
/**
* Integration Name: HubSpot
* Version: 1.0
* Plugin URI: https://wpmudev.com/
* Description: Integrate Forminator Custom Forms with HubSpot to get notified in real time.
* Author: WPMU DEV
* Author URI: http://wpmudev.com
*/
\define('FORMINATOR_ADDON_HUBSPOT_VERSION', '1.0');
/**
* Integration Name: Mailchimp
* Version: 1.0
* Plugin URI: https://wpmudev.com/
* Description: Integrate Forminator Custom Forms with Mailchimp email list easily
* Author: WPMU DEV
* Author URI: http://wpmudev.com
*/
\define('FORMINATOR_ADDON_MAILCHIMP_VERSION', '1.0');
/**
* Integration Name: MailerLite
* Version: 1.0
* Plugin URI: https://wpmudev.com/
* Description: Integrate Forminator Custom Forms with MailerLite to get notified in real time.
* Author: WPMU DEV
* Author URI: http://wpmudev.com
*/
\define('FORMINATOR_ADDON_MAILERLITE_VERSION', '1.0');
/**
* Integration Name: Mailjet
* Version: 1.0
* Plugin URI: https://wpmudev.com/
* Description: Integrate Forminator Modules with Mailjet email list easily
* Author: WPMU DEV
* Author URI: http://wpmudev.com
*/
\define('FORMINATOR_ADDON_MAILJET_VERSION', '1.0');
/**
* Integration Name: Slack
* Version: 1.0
* Plugin URI: https://wpmudev.com/
* Description: Integrate Forminator Custom Forms with Slack to get notified in real time.
* Author: WPMU DEV
* Author URI: http://wpmudev.com
*/
\define('FORMINATOR_ADDON_SLACK_VERSION', '1.1');
/**
* Integration Name: Trello
* Version: 1.0
* Plugin URI: https://wpmudev.com/
* Description: Integrate Forminator Custom Forms with Trello to get notified in real time.
* Author: WPMU DEV
* Author URI: http://wpmudev.com
*/
\define('FORMINATOR_ADDON_TRELLO_VERSION', '1.1');
/**
* Integration Name: Webhook
* Version: 1.0
* Plugin URI: https://wpmudev.com/
* Description: Integrate Forminator Custom Forms with Webhook to execute various action you like
* Author: WPMU DEV
* Author URI: http://wpmudev.com
*/
\define('FORMINATOR_ADDON_WEBHOOK_VERSION', '1.0');
\define('FORMINATOR_VERSION', '1.34.1');
\define('FORMINATOR_SUI_VERSION', '2.12.23');
\define('FORMINATOR_STRIPE_LIB_VERSION', '14.6.0');
\define('FORMINATOR_STRIPE_LIB_DATE', '2024-04-10');
\define('FORMINATOR_STRIPE_PARTNER_ID', 'pp_partner_GeDaq2odDgGkDJ');
\define('FORMINATOR_PAYPAL_LIB_VERSION', '1.14.0');
\define('FORMINATOR_PRO', \false);
\define('FORMINATOR_PRO_URL', 'https://wpmudev.com/project/forminator-pro/');
\define('FORMINATOR_PLUGIN_BASENAME', \plugin_basename(__FILE__));
/**
* Plugin Name: Forminator Simple Addon
* Version: 1
* Description: Simple Addon forminator.
* Author: WPMU DEV
* Author URI: http://wpmudev.com
* Text Domain: external_forminator
* Domain Path: /languages/
*/
//Direct Load
\define('FORMINATOR_ADDON_SIMPLE_VERSION', '1.0');