/var/www/hkosl.com/aga/wp-content/plugins/simple-membership/views/admin_add_ons_page.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<?php
$output 
'';
echo 
'<link type="text/css" rel="stylesheet" href="' SIMPLE_WP_MEMBERSHIP_URL '/css/swpm.addons.listing.css" />' "\n";
?>

<div class="wrap">
    <h1><?php echo SwpmUtils::_('Simple WP Membership::Add-ons'?></h1>

    <div id="poststuff"><div id="post-body">

            <?php
            $addons_data 
= array();
            
$addon_1 = array(
                
'name' => 'After Login Redirection',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-login-redirection.png',
                
'description' => 'Allows you to configure after login redirection to a specific page based on the member\'s level',
                
'page_url' => 'https://simple-membership-plugin.com/configure-login-redirection-members/',
            );
            
array_push($addons_data$addon_1);

            
$addon_2 = array(
                
'name' => 'MailChimp Integration',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/mailchimp-integration.png',
                
'description' => 'Allows you to signup the member to your MailChimp list after registration',
                
'page_url' => 'https://simple-membership-plugin.com/signup-members-mailchimp-list/',
            );
            
array_push($addons_data$addon_2);

            
$addon_3 = array(
                
'name' => 'Form Shortcode',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/form-shortcode-generator.png',
                
'description' => 'Simple Membership Addon to generate form shortcode for specific membership level.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-registration-form-shortcode-generator/',
            );
            
array_push($addons_data$addon_3);

            
$addon_4 = array(
                
'name' => 'Member Directory Listing',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-member-directory-listing-addon.png',
                
'description' => 'Allows you to create a list of all the users on your site, with pagination and search option.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-member-directory-listing-addon/',
            );
            
array_push($addons_data$addon_4);

            
$addon_5 = array(
                
'name' => 'Form Builder',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-form-builder.png',
                
'description' => 'Allows you to fully customize the fields that appear on the registration and edit profile forms of your membership site',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-form-builder-addon/',
            );
            
array_push($addons_data$addon_5);

            
$addon_6 = array(
                
'name' => 'Custom Messages',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-custom-messages.png',
                
'description' => 'Custom Messages addon allows you to customize the content protection message that gets output from the membership plugin',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-custom-messages-addon/',
            );
            
array_push($addons_data$addon_6);

            
$addon_7 = array(
                
'name' => 'WooCommerce Payments',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-woocommerce-addon.png',
                
'description' => 'This addon can be used to accept membership payment via the WooCommerce plugin',
                
'page_url' => 'https://simple-membership-plugin.com/woocommerce-simple-membership-plugin-integration/',
            );
            
array_push($addons_data$addon_7);

            
$addon_8 = array(
                
'name' => 'Affiliates Manager',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/affiliates-manager-integration.png',
                
'description' => 'Allows you to integrate with the Affiliates Manager plugin so you can reward affiliates for sending paid members your way.',
                
'page_url' => 'https://wpaffiliatemanager.com/affiliates-manager-and-simple-membership-integration/',
            );
            
array_push($addons_data$addon_8);

            
$addon_9 = array(
                
'name' => 'iDevAffiliate',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/idevaffiliate-integration.png',
                
'description' => 'Allows you to integrate with iDevAffiliates so you can reward affiliates for sending paid members your way.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-and-idevaffiliate-integration/',
            );
            
array_push($addons_data$addon_9);
            
            
$addon_10 = array(
                
'name' => 'Affiliate Platform',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/affiliate-platform-integration.png',
                
'description' => 'Allows you to integrate with the Affiliate Platform plugin so you can reward affiliates for sending paid members your way.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-and-wp-affiliate-platform-integration/',
            );
            
array_push($addons_data$addon_10);

            
$addon_11 = array(
                
'name' => 'bbPress Integration',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-bbpress-integration.png',
                
'description' => 'Adds bbPress forum integration with the simple membership plugin to offer members only forum functionality.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-bbpress-forum-integration-addon/',
            );
            
array_push($addons_data$addon_11);

            
$addon_12 = array(
                
'name' => 'Google reCAPTCHA',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/google-recaptcha-addon.png',
                
'description' => 'Allows you to add Google reCAPTCHA to your membership registration form/page.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-and-google-recaptcha-integration/',
            );
            
array_push($addons_data$addon_12);

            
$addon_13 = array(
                
'name' => 'Full Page Protection',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/full-page-protection-addon.png',
                
'description' => 'Allows you to protect the full post or page (header to footer).',
                
'page_url' => 'https://simple-membership-plugin.com/full-page-protection-addon-simple-membership/',
            );
            
array_push($addons_data$addon_13);
            
            
$addon_14 = array(
                
'name' => 'Protect Older Posts',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-older-posts-protection.png',
                
'description' => 'The protect older posts addon allows you to control protection of posts that were published before a member\'s access start date.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-protect-older-posts-addon/',
            );
            
array_push($addons_data$addon_14);
            
            
$addon_15 = array(
                
'name' => 'Custom Post Protection',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/custom-post-type-protection-enhanced.png',
                
'description' => 'Offers a better solution for protecting custom post type posts.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-addon-better-custom-post-type-protection/',
            );
            
array_push($addons_data$addon_15);
            
            
$addon_16 = array(
                
'name' => 'Partial Protection',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-partial-protection-addon.png',
                
'description' => 'Allows you to apply partial or section protection to posts and pages.',
                
'page_url' => 'https://simple-membership-plugin.com/apply-partial-section-protection/',
            );
            
array_push($addons_data$addon_16);
                        
            
$addon_17 = array(
                
'name' => 'Member Data Exporter',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-data-exporter-addon.png',
                
'description' => 'Allows you to export all the members profile data and payments data to a CSV file.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-member-data-exporter-addon/',
            );
            
array_push($addons_data$addon_17);

            
$addon_18 = array(
                
'name' => 'Bulk Member Importer',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-bulk-member-importer-from-csv-addon.png',
                
'description' => 'Allows you to bulk import all your members info from a CSV file.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-bulk-import-member-data-csv-file/',
            );
            
array_push($addons_data$addon_18);
            
            
$addon_19 = array(
                
'name' => 'Display Member Payments',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-member-payments-addon.png',
                
'description' => 'This addon allows you to display the member payments on a page using a shortcode.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-member-payments-listing-addon/',
            );
            
array_push($addons_data$addon_19);
            
            
$addon_20 = array(
                
'name' => 'AWeber Integration',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-aweber-integration-addon.png',
                
'description' => 'You can automatically signup your members to a specific list in your AWeber account when they register.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-aweber-integration-addon/',
            );
            
array_push($addons_data$addon_20);
            
            
$addon_21 = array(
                
'name' => 'WP User Import',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/wp-user-import.png',
                
'description' => 'Addon for importing existing Wordpress users to Simple Membership plugin',
                
'page_url' => 'https://simple-membership-plugin.com/import-existing-wordpress-users-simple-membership-plugin/',
            );
            
array_push($addons_data$addon_21);
            
            
$addon_22 = array(
                
'name' => 'ConvertKit Integration',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-convertkit-integration-addon.png',
                
'description' => 'Allows you to automatically signup your members to a sequence in your ConvertKit account',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-convertkit-integration-addon/',
            );
            
array_push($addons_data$addon_22);
            
            
$addon_23 = array(
                
'name' => 'Google First Click Free',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/google-first-click-free-addon.png',
                
'description' => 'Allows you to integrate with the Google First Click Free feature.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-google-first-click-free-integration-addon',
            );
            
array_push($addons_data$addon_23);
            
            
$addon_24 = array(
                
'name' => 'Miscellaneous Shortcodes',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/swpm-misc-shortcodes-addon.png',
                
'description' => 'This addon has a collection of miscellaneous shortcodes',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-miscellaneous-shortcodes-addon/',
            );
            
array_push($addons_data$addon_24);
            
            
$addon_25 = array(
                
'name' => 'Show Member Info',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/show-member-info.png',
                
'description' => 'Allows you to show various member info using shortcodes.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-addon-show-member-info/',
            );
            
array_push($addons_data$addon_25);
            
            
$addon_26 = array(
                
'name' => 'Expiry Email Notification',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/email-notification-and-broadcast-addon.png',
                
'description' => 'Allows you to configure and send various expiry email notifications for members.',
                
'page_url' => 'https://simple-membership-plugin.com/simple-membership-email-notification-broadcast-addon/',
            );
            
array_push($addons_data$addon_26);
            
            
$addon_27 = array(
                
'name' => '2 Factor Authentication',
                
'thumbnail' => SIMPLE_WP_MEMBERSHIP_URL '/images/addons/2fa-addon-icon.png',
                
'description' => 'This addon adds the 2 factor authentication for member login to increase login security.',
                
'page_url' => 'https://simple-membership-plugin.com/swpm-two-factor-authentication-addon/',
            );
            
array_push($addons_data$addon_27);            
            
            
/*** Show the addons list ***/
            
foreach ($addons_data as $addon) {
                
$output .= '<div class="swpm_addon_item_canvas">';

                
$output .= '<div class="swpm_addon_item_thumb">';
                
$img_src $addon['thumbnail'];
                
$output .= '<img src="' $img_src '" alt="' $addon['name'] . '">';
                
$output .= '</div>'//end thumbnail

                
$output .='<div class="swpm_addon_item_body">';
                
$output .='<div class="swpm_addon_item_name">';
                
$output .= '<a href="' $addon['page_url'] . '" target="_blank">' $addon['name'] . '</a>';
                
$output .='</div>'//end name

                
$output .='<div class="swpm_addon_item_description">';
                
$output .= $addon['description'];
                
$output .='</div>'//end description

                
$output .='<div class="swpm_addon_item_details_link">';
                
$output .='<a href="' $addon['page_url'] . '" class="swpm_addon_view_details" target="_blank">View Details</a>';
                
$output .='</div>'//end detils link      
                
$output .='</div>'//end body

                
$output .= '</div>'//end canvas
            
}

            echo 
$output;
            
?>

        </div></div><!-- end of poststuff and post-body -->        
</div><!-- end of .wrap -->