WP Mobile Menu - Version 2.5.1

Version Description

  • New! - New close button when using the Slideout Over content menu display type
  • New! - New close button color settings
  • New! - New Smooth Scroll animation in page internal navigation links
  • New! - Stop scrolling when the menu panels are open
  • Fix! - Add specific body classes with jQuery when the theme doesn't implement the body_class()
  • Fix! - IOS issue when clicking outside the menu papel to close the panel
  • Fix! - New close button when using the Image Icon
  • Fix! - Removed Duplicated color pickers in the Font settings fields
Download this release

Release Info

Developer takanakui
Plugin Icon 128x128 WP Mobile Menu
Version 2.5.1
Comparing to
See all releases

Code changes from version 2.5 to 2.5.1

Files changed (71) hide show
  1. changelog.txt +26 -16
  2. freemius/LICENSE.txt +286 -620
  3. freemius/README.md +0 -0
  4. freemius/assets/css/admin/account.css +1 -1
  5. freemius/assets/css/admin/add-ons.css +0 -0
  6. freemius/assets/css/admin/checkout.css +0 -1
  7. freemius/assets/css/admin/common.css +1 -2
  8. freemius/assets/css/admin/connect.css +1 -1
  9. freemius/assets/css/admin/deactivation-feedback.css +0 -0
  10. freemius/assets/css/admin/debug.css +1 -1
  11. freemius/assets/css/admin/dialog-boxes.css +2 -2
  12. freemius/assets/css/common.css +1 -0
  13. freemius/assets/css/customizer.css +0 -1
  14. freemius/assets/img/mobile-menu.png +0 -0
  15. freemius/assets/img/plugin-icon.png +0 -0
  16. freemius/assets/img/theme-icon.png +0 -0
  17. freemius/assets/index.php +0 -3
  18. freemius/assets/js/nojquery.ba-postmessage.js +0 -0
  19. freemius/assets/js/nojquery.ba-postmessage.min.js +0 -0
  20. freemius/assets/js/postmessage.js +0 -0
  21. freemius/assets/scss/_colors.scss +3 -10
  22. freemius/assets/scss/_functions.scss +0 -0
  23. freemius/assets/scss/_load.scss +0 -0
  24. freemius/assets/scss/_mixins.scss +7 -63
  25. freemius/assets/scss/_start.scss +0 -0
  26. freemius/assets/scss/_vars.scss +1 -2
  27. freemius/assets/scss/admin/_ajax-loader.scss +0 -49
  28. freemius/assets/scss/admin/_auto-install.scss +0 -33
  29. freemius/assets/scss/admin/_license-key-resend.scss +30 -54
  30. freemius/assets/scss/admin/_modal-common.scss +0 -31
  31. freemius/assets/scss/admin/_themes.scss +0 -21
  32. freemius/assets/scss/admin/account.scss +0 -6
  33. freemius/assets/scss/admin/add-ons.scss +0 -0
  34. freemius/assets/scss/admin/checkout.scss +0 -5
  35. freemius/assets/scss/admin/common.scss +159 -217
  36. freemius/assets/scss/admin/connect.scss +0 -49
  37. freemius/assets/scss/admin/debug.scss +0 -44
  38. freemius/assets/scss/admin/dialog-boxes.scss +1 -3
  39. freemius/assets/scss/customizer.scss +0 -125
  40. freemius/composer.json +0 -0
  41. freemius/config.php +2 -29
  42. freemius/gulpfile.js +17 -114
  43. freemius/includes/class-freemius-abstract.php +8 -78
  44. freemius/includes/class-freemius.php +11344 -13647
  45. freemius/includes/class-fs-api.php +557 -557
  46. freemius/includes/class-fs-logger.php +14 -497
  47. freemius/includes/class-fs-plugin-updater.php +336 -713
  48. freemius/includes/class-fs-security.php +2 -8
  49. freemius/includes/customizer/class-fs-customizer-support-section.php +0 -102
  50. freemius/includes/customizer/class-fs-customizer-upsell-control.php +0 -157
  51. freemius/includes/debug/class-fs-debug-bar-panel.php +6 -6
  52. freemius/includes/debug/debug-bar-start.php +3 -3
  53. freemius/includes/debug/index.php +0 -3
  54. freemius/includes/entities/class-fs-billing.php +1 -1
  55. freemius/includes/entities/class-fs-entity.php +1 -1
  56. freemius/includes/entities/class-fs-payment.php +1 -1
  57. freemius/includes/entities/class-fs-plugin-info.php +1 -1
  58. freemius/includes/entities/class-fs-plugin-license.php +2 -10
  59. freemius/includes/entities/class-fs-plugin-plan.php +1 -1
  60. freemius/includes/entities/class-fs-plugin-tag.php +1 -1
  61. freemius/includes/entities/class-fs-plugin.php +1 -3
  62. freemius/includes/entities/class-fs-pricing.php +1 -1
  63. freemius/includes/entities/class-fs-scope-entity.php +1 -1
  64. freemius/includes/entities/class-fs-site.php +1 -1
  65. freemius/includes/entities/class-fs-subscription.php +1 -1
  66. freemius/includes/entities/class-fs-user.php +1 -1
  67. freemius/includes/entities/index.php +0 -3
  68. freemius/includes/fs-core-functions.php +50 -219
  69. freemius/includes/fs-essential-functions.php +28 -89
  70. freemius/includes/fs-plugin-info-dialog.php +930 -948
  71. freemius/includes/i18n.php +179 -179
changelog.txt CHANGED
@@ -52,24 +52,34 @@ Version 2.4
52
  - Improved! – Implement depencies on script loadind
53
  - Improved! – Increased the maximum width trigger, to keep the menu visible in larger resolutions
54
  - Improved! – General css fixes
55
-
56
- Version 2.5
57
-
58
- - New! - Naked Header
59
- - New! - Display Type, Slideout over content
60
- - New! - Turn on/off Header Logo
61
- - New! - Overlay Mask when the menu is opened
62
- - New! - Click Entire parent link to open submenu
63
- - New! - Font and color settings to the before and after menu icon text
64
- - New! - Custom js field to help in any tweak or fast fix
65
- - New! - Menu Background size settings
66
- - New! - New Menu padding( for Left and Right Menu )
67
- - Fix! - Promotion Banner was remove from the WordPress admin dashboard, and dismisse button already works in the Mobile Menu options banner.
68
- - Fix! - Video autoplay issue
69
- - Fix! - Error in the woocommerce page regarding the images sizes due to agressive Woocommerce css rule.
70
- - Fix! - Improvement in the menu html markup and errors in the W3C Validator
71
  - Fix! - Update Freemius SDK
72
 
 
 
 
 
 
 
 
 
 
 
73
 
74
  -----------------------------------------------------------
75
 
52
  - Improved! – Implement depencies on script loadind
53
  - Improved! – Increased the maximum width trigger, to keep the menu visible in larger resolutions
54
  - Improved! – General css fixes
55
+
56
+ Version 2.5
57
+
58
+ - New! - Naked Header
59
+ - New! - Display Type, Slideout over content
60
+ - New! - Turn on/off Header Logo
61
+ - New! - Overlay Mask when the menu is opened
62
+ - New! - Click Entire parent link to open submenu
63
+ - New! - Font and color settings to the before and after menu icon text
64
+ - New! - Custom js field to help in any tweak or fast fix
65
+ - New! - Menu Background size settings
66
+ - New! - New Menu padding( for Left and Right Menu )
67
+ - Fix! - Promotion Banner was remove from the WordPress admin dashboard, and dismisse button already works in the Mobile Menu options banner.
68
+ - Fix! - Video autoplay issue
69
+ - Fix! - Error in the woocommerce page regarding the images sizes due to agressive Woocommerce css rule.
70
+ - Fix! - Improvement in the menu html markup and errors in the W3C Validator
71
  - Fix! - Update Freemius SDK
72
 
73
+ Version 2.5.1
74
+
75
+ - New! - New close button when using the Slideout Over content menu display type
76
+ - New! - New close button color settings
77
+ - New! - New Smooth Scroll animation in page internal navigation links
78
+ - New! - Stop scrolling when the menu panels are open
79
+ - Fix! - Add specific body classes with jQuery when the theme doesn't implement the body_class()
80
+ - Fix! - IOS issue when clicking outside the menu papel to close the panel
81
+ - Fix! - New close button when using the Image Icon
82
+ - Fix! - Removed Duplicated color pickers in the Font settings fields
83
 
84
  -----------------------------------------------------------
85
 
freemius/LICENSE.txt CHANGED
@@ -1,622 +1,281 @@
1
- GNU GENERAL PUBLIC LICENSE
2
- Version 3, 29 June 2007
3
 
4
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 
5
  Everyone is permitted to copy and distribute verbatim copies
6
  of this license document, but changing it is not allowed.
7
 
8
  Preamble
9
 
10
- The GNU General Public License is a free, copyleft license for
11
- software and other kinds of works.
12
-
13
- The licenses for most software and other practical works are designed
14
- to take away your freedom to share and change the works. By contrast,
15
- the GNU General Public License is intended to guarantee your freedom to
16
- share and change all versions of a program--to make sure it remains free
17
- software for all its users. We, the Free Software Foundation, use the
18
- GNU General Public License for most of our software; it applies also to
19
- any other work released this way by its authors. You can apply it to
20
  your programs, too.
21
 
22
  When we speak of free software, we are referring to freedom, not
23
  price. Our General Public Licenses are designed to make sure that you
24
  have the freedom to distribute copies of free software (and charge for
25
- them if you wish), that you receive source code or can get it if you
26
- want it, that you can change the software or use pieces of it in new
27
- free programs, and that you know you can do these things.
28
 
29
- To protect your rights, we need to prevent others from denying you
30
- these rights or asking you to surrender the rights. Therefore, you have
31
- certain responsibilities if you distribute copies of the software, or if
32
- you modify it: responsibilities to respect the freedom of others.
33
 
34
  For example, if you distribute copies of such a program, whether
35
- gratis or for a fee, you must pass on to the recipients the same
36
- freedoms that you received. You must make sure that they, too, receive
37
- or can get the source code. And you must show them these terms so they
38
- know their rights.
39
-
40
- Developers that use the GNU GPL protect your rights with two steps:
41
- (1) assert copyright on the software, and (2) offer you this License
42
- giving you legal permission to copy, distribute and/or modify it.
43
-
44
- For the developers' and authors' protection, the GPL clearly explains
45
- that there is no warranty for this free software. For both users' and
46
- authors' sake, the GPL requires that modified versions be marked as
47
- changed, so that their problems will not be attributed erroneously to
48
- authors of previous versions.
49
-
50
- Some devices are designed to deny users access to install or run
51
- modified versions of the software inside them, although the manufacturer
52
- can do so. This is fundamentally incompatible with the aim of
53
- protecting users' freedom to change the software. The systematic
54
- pattern of such abuse occurs in the area of products for individuals to
55
- use, which is precisely where it is most unacceptable. Therefore, we
56
- have designed this version of the GPL to prohibit the practice for those
57
- products. If such problems arise substantially in other domains, we
58
- stand ready to extend this provision to those domains in future versions
59
- of the GPL, as needed to protect the freedom of users.
60
-
61
- Finally, every program is threatened constantly by software patents.
62
- States should not allow patents to restrict development and use of
63
- software on general-purpose computers, but in those that do, we wish to
64
- avoid the special danger that patents applied to a free program could
65
- make it effectively proprietary. To prevent this, the GPL assures that
66
- patents cannot be used to render the program non-free.
67
 
68
  The precise terms and conditions for copying, distribution and
69
  modification follow.
70
 
71
- TERMS AND CONDITIONS
72
-
73
- 0. Definitions.
74
-
75
- "This License" refers to version 3 of the GNU General Public License.
76
-
77
- "Copyright" also means copyright-like laws that apply to other kinds of
78
- works, such as semiconductor masks.
79
-
80
- "The Program" refers to any copyrightable work licensed under this
81
- License. Each licensee is addressed as "you". "Licensees" and
82
- "recipients" may be individuals or organizations.
83
-
84
- To "modify" a work means to copy from or adapt all or part of the work
85
- in a fashion requiring copyright permission, other than the making of an
86
- exact copy. The resulting work is called a "modified version" of the
87
- earlier work or a work "based on" the earlier work.
88
-
89
- A "covered work" means either the unmodified Program or a work based
90
- on the Program.
91
-
92
- To "propagate" a work means to do anything with it that, without
93
- permission, would make you directly or secondarily liable for
94
- infringement under applicable copyright law, except executing it on a
95
- computer or modifying a private copy. Propagation includes copying,
96
- distribution (with or without modification), making available to the
97
- public, and in some countries other activities as well.
98
-
99
- To "convey" a work means any kind of propagation that enables other
100
- parties to make or receive copies. Mere interaction with a user through
101
- a computer network, with no transfer of a copy, is not conveying.
102
-
103
- An interactive user interface displays "Appropriate Legal Notices"
104
- to the extent that it includes a convenient and prominently visible
105
- feature that (1) displays an appropriate copyright notice, and (2)
106
- tells the user that there is no warranty for the work (except to the
107
- extent that warranties are provided), that licensees may convey the
108
- work under this License, and how to view a copy of this License. If
109
- the interface presents a list of user commands or options, such as a
110
- menu, a prominent item in the list meets this criterion.
111
-
112
- 1. Source Code.
113
-
114
- The "source code" for a work means the preferred form of the work
115
- for making modifications to it. "Object code" means any non-source
116
- form of a work.
117
-
118
- A "Standard Interface" means an interface that either is an official
119
- standard defined by a recognized standards body, or, in the case of
120
- interfaces specified for a particular programming language, one that
121
- is widely used among developers working in that language.
122
-
123
- The "System Libraries" of an executable work include anything, other
124
- than the work as a whole, that (a) is included in the normal form of
125
- packaging a Major Component, but which is not part of that Major
126
- Component, and (b) serves only to enable use of the work with that
127
- Major Component, or to implement a Standard Interface for which an
128
- implementation is available to the public in source code form. A
129
- "Major Component", in this context, means a major essential component
130
- (kernel, window system, and so on) of the specific operating system
131
- (if any) on which the executable work runs, or a compiler used to
132
- produce the work, or an object code interpreter used to run it.
133
-
134
- The "Corresponding Source" for a work in object code form means all
135
- the source code needed to generate, install, and (for an executable
136
- work) run the object code and to modify the work, including scripts to
137
- control those activities. However, it does not include the work's
138
- System Libraries, or general-purpose tools or generally available free
139
- programs which are used unmodified in performing those activities but
140
- which are not part of the work. For example, Corresponding Source
141
- includes interface definition files associated with source files for
142
- the work, and the source code for shared libraries and dynamically
143
- linked subprograms that the work is specifically designed to require,
144
- such as by intimate data communication or control flow between those
145
- subprograms and other parts of the work.
146
-
147
- The Corresponding Source need not include anything that users
148
- can regenerate automatically from other parts of the Corresponding
149
- Source.
150
-
151
- The Corresponding Source for a work in source code form is that
152
- same work.
153
-
154
- 2. Basic Permissions.
155
-
156
- All rights granted under this License are granted for the term of
157
- copyright on the Program, and are irrevocable provided the stated
158
- conditions are met. This License explicitly affirms your unlimited
159
- permission to run the unmodified Program. The output from running a
160
- covered work is covered by this License only if the output, given its
161
- content, constitutes a covered work. This License acknowledges your
162
- rights of fair use or other equivalent, as provided by copyright law.
163
-
164
- You may make, run and propagate covered works that you do not
165
- convey, without conditions so long as your license otherwise remains
166
- in force. You may convey covered works to others for the sole purpose
167
- of having them make modifications exclusively for you, or provide you
168
- with facilities for running those works, provided that you comply with
169
- the terms of this License in conveying all material for which you do
170
- not control copyright. Those thus making or running the covered works
171
- for you must do so exclusively on your behalf, under your direction
172
- and control, on terms that prohibit them from making any copies of
173
- your copyrighted material outside their relationship with you.
174
-
175
- Conveying under any other circumstances is permitted solely under
176
- the conditions stated below. Sublicensing is not allowed; section 10
177
- makes it unnecessary.
178
-
179
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180
-
181
- No covered work shall be deemed part of an effective technological
182
- measure under any applicable law fulfilling obligations under article
183
- 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184
- similar laws prohibiting or restricting circumvention of such
185
- measures.
186
-
187
- When you convey a covered work, you waive any legal power to forbid
188
- circumvention of technological measures to the extent such circumvention
189
- is effected by exercising rights under this License with respect to
190
- the covered work, and you disclaim any intention to limit operation or
191
- modification of the work as a means of enforcing, against the work's
192
- users, your or third parties' legal rights to forbid circumvention of
193
- technological measures.
194
-
195
- 4. Conveying Verbatim Copies.
196
-
197
- You may convey verbatim copies of the Program's source code as you
198
- receive it, in any medium, provided that you conspicuously and
199
- appropriately publish on each copy an appropriate copyright notice;
200
- keep intact all notices stating that this License and any
201
- non-permissive terms added in accord with section 7 apply to the code;
202
- keep intact all notices of the absence of any warranty; and give all
203
- recipients a copy of this License along with the Program.
204
-
205
- You may charge any price or no price for each copy that you convey,
206
- and you may offer support or warranty protection for a fee.
207
-
208
- 5. Conveying Modified Source Versions.
209
-
210
- You may convey a work based on the Program, or the modifications to
211
- produce it from the Program, in the form of source code under the
212
- terms of section 4, provided that you also meet all of these conditions:
213
-
214
- a) The work must carry prominent notices stating that you modified
215
- it, and giving a relevant date.
216
-
217
- b) The work must carry prominent notices stating that it is
218
- released under this License and any conditions added under section
219
- 7. This requirement modifies the requirement in section 4 to
220
- "keep intact all notices".
221
-
222
- c) You must license the entire work, as a whole, under this
223
- License to anyone who comes into possession of a copy. This
224
- License will therefore apply, along with any applicable section 7
225
- additional terms, to the whole of the work, and all its parts,
226
- regardless of how they are packaged. This License gives no
227
- permission to license the work in any other way, but it does not
228
- invalidate such permission if you have separately received it.
229
-
230
- d) If the work has interactive user interfaces, each must display
231
- Appropriate Legal Notices; however, if the Program has interactive
232
- interfaces that do not display Appropriate Legal Notices, your
233
- work need not make them do so.
234
-
235
- A compilation of a covered work with other separate and independent
236
- works, which are not by their nature extensions of the covered work,
237
- and which are not combined with it such as to form a larger program,
238
- in or on a volume of a storage or distribution medium, is called an
239
- "aggregate" if the compilation and its resulting copyright are not
240
- used to limit the access or legal rights of the compilation's users
241
- beyond what the individual works permit. Inclusion of a covered work
242
- in an aggregate does not cause this License to apply to the other
243
- parts of the aggregate.
244
-
245
- 6. Conveying Non-Source Forms.
246
-
247
- You may convey a covered work in object code form under the terms
248
- of sections 4 and 5, provided that you also convey the
249
- machine-readable Corresponding Source under the terms of this License,
250
- in one of these ways:
251
-
252
- a) Convey the object code in, or embodied in, a physical product
253
- (including a physical distribution medium), accompanied by the
254
- Corresponding Source fixed on a durable physical medium
255
- customarily used for software interchange.
256
-
257
- b) Convey the object code in, or embodied in, a physical product
258
- (including a physical distribution medium), accompanied by a
259
- written offer, valid for at least three years and valid for as
260
- long as you offer spare parts or customer support for that product
261
- model, to give anyone who possesses the object code either (1) a
262
- copy of the Corresponding Source for all the software in the
263
- product that is covered by this License, on a durable physical
264
- medium customarily used for software interchange, for a price no
265
- more than your reasonable cost of physically performing this
266
- conveying of source, or (2) access to copy the
267
- Corresponding Source from a network server at no charge.
268
-
269
- c) Convey individual copies of the object code with a copy of the
270
- written offer to provide the Corresponding Source. This
271
- alternative is allowed only occasionally and noncommercially, and
272
- only if you received the object code with such an offer, in accord
273
- with subsection 6b.
274
-
275
- d) Convey the object code by offering access from a designated
276
- place (gratis or for a charge), and offer equivalent access to the
277
- Corresponding Source in the same way through the same place at no
278
- further charge. You need not require recipients to copy the
279
- Corresponding Source along with the object code. If the place to
280
- copy the object code is a network server, the Corresponding Source
281
- may be on a different server (operated by you or a third party)
282
- that supports equivalent copying facilities, provided you maintain
283
- clear directions next to the object code saying where to find the
284
- Corresponding Source. Regardless of what server hosts the
285
- Corresponding Source, you remain obligated to ensure that it is
286
- available for as long as needed to satisfy these requirements.
287
-
288
- e) Convey the object code using peer-to-peer transmission, provided
289
- you inform other peers where the object code and Corresponding
290
- Source of the work are being offered to the general public at no
291
- charge under subsection 6d.
292
-
293
- A separable portion of the object code, whose source code is excluded
294
- from the Corresponding Source as a System Library, need not be
295
- included in conveying the object code work.
296
-
297
- A "User Product" is either (1) a "consumer product", which means any
298
- tangible personal property which is normally used for personal, family,
299
- or household purposes, or (2) anything designed or sold for incorporation
300
- into a dwelling. In determining whether a product is a consumer product,
301
- doubtful cases shall be resolved in favor of coverage. For a particular
302
- product received by a particular user, "normally used" refers to a
303
- typical or common use of that class of product, regardless of the status
304
- of the particular user or of the way in which the particular user
305
- actually uses, or expects or is expected to use, the product. A product
306
- is a consumer product regardless of whether the product has substantial
307
- commercial, industrial or non-consumer uses, unless such uses represent
308
- the only significant mode of use of the product.
309
-
310
- "Installation Information" for a User Product means any methods,
311
- procedures, authorization keys, or other information required to install
312
- and execute modified versions of a covered work in that User Product from
313
- a modified version of its Corresponding Source. The information must
314
- suffice to ensure that the continued functioning of the modified object
315
- code is in no case prevented or interfered with solely because
316
- modification has been made.
317
-
318
- If you convey an object code work under this section in, or with, or
319
- specifically for use in, a User Product, and the conveying occurs as
320
- part of a transaction in which the right of possession and use of the
321
- User Product is transferred to the recipient in perpetuity or for a
322
- fixed term (regardless of how the transaction is characterized), the
323
- Corresponding Source conveyed under this section must be accompanied
324
- by the Installation Information. But this requirement does not apply
325
- if neither you nor any third party retains the ability to install
326
- modified object code on the User Product (for example, the work has
327
- been installed in ROM).
328
-
329
- The requirement to provide Installation Information does not include a
330
- requirement to continue to provide support service, warranty, or updates
331
- for a work that has been modified or installed by the recipient, or for
332
- the User Product in which it has been modified or installed. Access to a
333
- network may be denied when the modification itself materially and
334
- adversely affects the operation of the network or violates the rules and
335
- protocols for communication across the network.
336
-
337
- Corresponding Source conveyed, and Installation Information provided,
338
- in accord with this section must be in a format that is publicly
339
- documented (and with an implementation available to the public in
340
- source code form), and must require no special password or key for
341
- unpacking, reading or copying.
342
-
343
- 7. Additional Terms.
344
-
345
- "Additional permissions" are terms that supplement the terms of this
346
- License by making exceptions from one or more of its conditions.
347
- Additional permissions that are applicable to the entire Program shall
348
- be treated as though they were included in this License, to the extent
349
- that they are valid under applicable law. If additional permissions
350
- apply only to part of the Program, that part may be used separately
351
- under those permissions, but the entire Program remains governed by
352
- this License without regard to the additional permissions.
353
-
354
- When you convey a copy of a covered work, you may at your option
355
- remove any additional permissions from that copy, or from any part of
356
- it. (Additional permissions may be written to require their own
357
- removal in certain cases when you modify the work.) You may place
358
- additional permissions on material, added by you to a covered work,
359
- for which you have or can give appropriate copyright permission.
360
-
361
- Notwithstanding any other provision of this License, for material you
362
- add to a covered work, you may (if authorized by the copyright holders of
363
- that material) supplement the terms of this License with terms:
364
-
365
- a) Disclaiming warranty or limiting liability differently from the
366
- terms of sections 15 and 16 of this License; or
367
-
368
- b) Requiring preservation of specified reasonable legal notices or
369
- author attributions in that material or in the Appropriate Legal
370
- Notices displayed by works containing it; or
371
-
372
- c) Prohibiting misrepresentation of the origin of that material, or
373
- requiring that modified versions of such material be marked in
374
- reasonable ways as different from the original version; or
375
-
376
- d) Limiting the use for publicity purposes of names of licensors or
377
- authors of the material; or
378
-
379
- e) Declining to grant rights under trademark law for use of some
380
- trade names, trademarks, or service marks; or
381
-
382
- f) Requiring indemnification of licensors and authors of that
383
- material by anyone who conveys the material (or modified versions of
384
- it) with contractual assumptions of liability to the recipient, for
385
- any liability that these contractual assumptions directly impose on
386
- those licensors and authors.
387
-
388
- All other non-permissive additional terms are considered "further
389
- restrictions" within the meaning of section 10. If the Program as you
390
- received it, or any part of it, contains a notice stating that it is
391
- governed by this License along with a term that is a further
392
- restriction, you may remove that term. If a license document contains
393
- a further restriction but permits relicensing or conveying under this
394
- License, you may add to a covered work material governed by the terms
395
- of that license document, provided that the further restriction does
396
- not survive such relicensing or conveying.
397
-
398
- If you add terms to a covered work in accord with this section, you
399
- must place, in the relevant source files, a statement of the
400
- additional terms that apply to those files, or a notice indicating
401
- where to find the applicable terms.
402
-
403
- Additional terms, permissive or non-permissive, may be stated in the
404
- form of a separately written license, or stated as exceptions;
405
- the above requirements apply either way.
406
-
407
- 8. Termination.
408
-
409
- You may not propagate or modify a covered work except as expressly
410
- provided under this License. Any attempt otherwise to propagate or
411
- modify it is void, and will automatically terminate your rights under
412
- this License (including any patent licenses granted under the third
413
- paragraph of section 11).
414
-
415
- However, if you cease all violation of this License, then your
416
- license from a particular copyright holder is reinstated (a)
417
- provisionally, unless and until the copyright holder explicitly and
418
- finally terminates your license, and (b) permanently, if the copyright
419
- holder fails to notify you of the violation by some reasonable means
420
- prior to 60 days after the cessation.
421
-
422
- Moreover, your license from a particular copyright holder is
423
- reinstated permanently if the copyright holder notifies you of the
424
- violation by some reasonable means, this is the first time you have
425
- received notice of violation of this License (for any work) from that
426
- copyright holder, and you cure the violation prior to 30 days after
427
- your receipt of the notice.
428
-
429
- Termination of your rights under this section does not terminate the
430
- licenses of parties who have received copies or rights from you under
431
- this License. If your rights have been terminated and not permanently
432
- reinstated, you do not qualify to receive new licenses for the same
433
- material under section 10.
434
-
435
- 9. Acceptance Not Required for Having Copies.
436
-
437
- You are not required to accept this License in order to receive or
438
- run a copy of the Program. Ancillary propagation of a covered work
439
- occurring solely as a consequence of using peer-to-peer transmission
440
- to receive a copy likewise does not require acceptance. However,
441
- nothing other than this License grants you permission to propagate or
442
- modify any covered work. These actions infringe copyright if you do
443
- not accept this License. Therefore, by modifying or propagating a
444
- covered work, you indicate your acceptance of this License to do so.
445
-
446
- 10. Automatic Licensing of Downstream Recipients.
447
-
448
- Each time you convey a covered work, the recipient automatically
449
- receives a license from the original licensors, to run, modify and
450
- propagate that work, subject to this License. You are not responsible
451
- for enforcing compliance by third parties with this License.
452
-
453
- An "entity transaction" is a transaction transferring control of an
454
- organization, or substantially all assets of one, or subdividing an
455
- organization, or merging organizations. If propagation of a covered
456
- work results from an entity transaction, each party to that
457
- transaction who receives a copy of the work also receives whatever
458
- licenses to the work the party's predecessor in interest had or could
459
- give under the previous paragraph, plus a right to possession of the
460
- Corresponding Source of the work from the predecessor in interest, if
461
- the predecessor has it or can get it with reasonable efforts.
462
-
463
- You may not impose any further restrictions on the exercise of the
464
- rights granted or affirmed under this License. For example, you may
465
- not impose a license fee, royalty, or other charge for exercise of
466
- rights granted under this License, and you may not initiate litigation
467
- (including a cross-claim or counterclaim in a lawsuit) alleging that
468
- any patent claim is infringed by making, using, selling, offering for
469
- sale, or importing the Program or any portion of it.
470
-
471
- 11. Patents.
472
-
473
- A "contributor" is a copyright holder who authorizes use under this
474
- License of the Program or a work on which the Program is based. The
475
- work thus licensed is called the contributor's "contributor version".
476
-
477
- A contributor's "essential patent claims" are all patent claims
478
- owned or controlled by the contributor, whether already acquired or
479
- hereafter acquired, that would be infringed by some manner, permitted
480
- by this License, of making, using, or selling its contributor version,
481
- but do not include claims that would be infringed only as a
482
- consequence of further modification of the contributor version. For
483
- purposes of this definition, "control" includes the right to grant
484
- patent sublicenses in a manner consistent with the requirements of
485
  this License.
486
 
487
- Each contributor grants you a non-exclusive, worldwide, royalty-free
488
- patent license under the contributor's essential patent claims, to
489
- make, use, sell, offer for sale, import and otherwise run, modify and
490
- propagate the contents of its contributor version.
491
-
492
- In the following three paragraphs, a "patent license" is any express
493
- agreement or commitment, however denominated, not to enforce a patent
494
- (such as an express permission to practice a patent or covenant not to
495
- sue for patent infringement). To "grant" such a patent license to a
496
- party means to make such an agreement or commitment not to enforce a
497
- patent against the party.
498
-
499
- If you convey a covered work, knowingly relying on a patent license,
500
- and the Corresponding Source of the work is not available for anyone
501
- to copy, free of charge and under the terms of this License, through a
502
- publicly available network server or other readily accessible means,
503
- then you must either (1) cause the Corresponding Source to be so
504
- available, or (2) arrange to deprive yourself of the benefit of the
505
- patent license for this particular work, or (3) arrange, in a manner
506
- consistent with the requirements of this License, to extend the patent
507
- license to downstream recipients. "Knowingly relying" means you have
508
- actual knowledge that, but for the patent license, your conveying the
509
- covered work in a country, or your recipient's use of the covered work
510
- in a country, would infringe one or more identifiable patents in that
511
- country that you have reason to believe are valid.
512
-
513
- If, pursuant to or in connection with a single transaction or
514
- arrangement, you convey, or propagate by procuring conveyance of, a
515
- covered work, and grant a patent license to some of the parties
516
- receiving the covered work authorizing them to use, propagate, modify
517
- or convey a specific copy of the covered work, then the patent license
518
- you grant is automatically extended to all recipients of the covered
519
- work and works based on it.
520
-
521
- A patent license is "discriminatory" if it does not include within
522
- the scope of its coverage, prohibits the exercise of, or is
523
- conditioned on the non-exercise of one or more of the rights that are
524
- specifically granted under this License. You may not convey a covered
525
- work if you are a party to an arrangement with a third party that is
526
- in the business of distributing software, under which you make payment
527
- to the third party based on the extent of your activity of conveying
528
- the work, and under which the third party grants, to any of the
529
- parties who would receive the covered work from you, a discriminatory
530
- patent license (a) in connection with copies of the covered work
531
- conveyed by you (or copies made from those copies), or (b) primarily
532
- for and in connection with specific products or compilations that
533
- contain the covered work, unless you entered into that arrangement,
534
- or that patent license was granted, prior to 28 March 2007.
535
-
536
- Nothing in this License shall be construed as excluding or limiting
537
- any implied license or other defenses to infringement that may
538
- otherwise be available to you under applicable patent law.
539
-
540
- 12. No Surrender of Others' Freedom.
541
-
542
- If conditions are imposed on you (whether by court order, agreement or
543
  otherwise) that contradict the conditions of this License, they do not
544
- excuse you from the conditions of this License. If you cannot convey a
545
- covered work so as to satisfy simultaneously your obligations under this
546
- License and any other pertinent obligations, then as a consequence you may
547
- not convey it at all. For example, if you agree to terms that obligate you
548
- to collect a royalty for further conveying from those to whom you convey
549
- the Program, the only way you could satisfy both those terms and this
550
- License would be to refrain entirely from conveying the Program.
551
-
552
- 13. Use with the GNU Affero General Public License.
553
-
554
- Notwithstanding any other provision of this License, you have
555
- permission to link or combine any covered work with a work licensed
556
- under version 3 of the GNU Affero General Public License into a single
557
- combined work, and to convey the resulting work. The terms of this
558
- License will continue to apply to the part which is the covered work,
559
- but the special requirements of the GNU Affero General Public License,
560
- section 13, concerning interaction through a network will apply to the
561
- combination as such.
562
-
563
- 14. Revised Versions of this License.
564
-
565
- The Free Software Foundation may publish revised and/or new versions of
566
- the GNU General Public License from time to time. Such new versions will
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
567
  be similar in spirit to the present version, but may differ in detail to
568
  address new problems or concerns.
569
 
570
- Each version is given a distinguishing version number. If the
571
- Program specifies that a certain numbered version of the GNU General
572
- Public License "or any later version" applies to it, you have the
573
- option of following the terms and conditions either of that numbered
574
- version or of any later version published by the Free Software
575
- Foundation. If the Program does not specify a version number of the
576
- GNU General Public License, you may choose any version ever published
577
- by the Free Software Foundation.
578
-
579
- If the Program specifies that a proxy can decide which future
580
- versions of the GNU General Public License can be used, that proxy's
581
- public statement of acceptance of a version permanently authorizes you
582
- to choose that version for the Program.
583
-
584
- Later license versions may give you additional or different
585
- permissions. However, no additional obligations are imposed on any
586
- author or copyright holder as a result of your choosing to follow a
587
- later version.
588
-
589
- 15. Disclaimer of Warranty.
590
-
591
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592
- APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593
- HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594
- OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596
- PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597
- IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598
- ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
-
600
- 16. Limitation of Liability.
601
-
602
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604
- THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605
- GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606
- USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607
- DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608
- PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609
- EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610
- SUCH DAMAGES.
611
-
612
- 17. Interpretation of Sections 15 and 16.
613
-
614
- If the disclaimer of warranty and limitation of liability provided
615
- above cannot be given local legal effect according to their terms,
616
- reviewing courts shall apply local law that most closely approximates
617
- an absolute waiver of all civil liability in connection with the
618
- Program, unless a warranty or assumption of liability accompanies a
619
- copy of the Program in return for a fee.
620
 
621
  END OF TERMS AND CONDITIONS
622
 
@@ -628,15 +287,15 @@ free software which everyone can redistribute and change under these terms.
628
 
629
  To do so, attach the following notices to the program. It is safest
630
  to attach them to the start of each source file to most effectively
631
- state the exclusion of warranty; and each file should have at least
632
  the "copyright" line and a pointer to where the full notice is found.
633
 
634
- {one line to give the program's name and a brief idea of what it does.}
635
- Copyright (C) {year} {name of author}
636
 
637
- This program is free software: you can redistribute it and/or modify
638
  it under the terms of the GNU General Public License as published by
639
- the Free Software Foundation, either version 3 of the License, or
640
  (at your option) any later version.
641
 
642
  This program is distributed in the hope that it will be useful,
@@ -644,31 +303,38 @@ the "copyright" line and a pointer to where the full notice is found.
644
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645
  GNU General Public License for more details.
646
 
647
- You should have received a copy of the GNU General Public License
648
- along with this program. If not, see <http://www.gnu.org/licenses/>.
 
649
 
650
  Also add information on how to contact you by electronic and paper mail.
651
 
652
- If the program does terminal interaction, make it output a short
653
- notice like this when it starts in an interactive mode:
654
 
655
- {project} Copyright (C) {year} {fullname}
656
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657
  This is free software, and you are welcome to redistribute it
658
  under certain conditions; type `show c' for details.
659
 
660
  The hypothetical commands `show w' and `show c' should show the appropriate
661
- parts of the General Public License. Of course, your program's commands
662
- might be different; for a GUI interface, you would use an "about box".
663
-
664
- You should also get your employer (if you work as a programmer) or school,
665
- if any, to sign a "copyright disclaimer" for the program, if necessary.
666
- For more information on this, and how to apply and follow the GNU GPL, see
667
- <http://www.gnu.org/licenses/>.
668
-
669
- The GNU General Public License does not permit incorporating your program
670
- into proprietary programs. If your program is a subroutine library, you
671
- may consider it more useful to permit linking proprietary applications with
672
- the library. If this is what you want to do, use the GNU Lesser General
673
- Public License instead of this License. But first, please read
674
- <http://www.gnu.org/philosophy/why-not-lgpl.html>.
 
 
 
 
 
 
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 2, June 1991
3
 
4
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
5
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
  Everyone is permitted to copy and distribute verbatim copies
7
  of this license document, but changing it is not allowed.
8
 
9
  Preamble
10
 
11
+ The licenses for most software are designed to take away your
12
+ freedom to share and change it. By contrast, the GNU General Public
13
+ License is intended to guarantee your freedom to share and change free
14
+ software--to make sure the software is free for all its users. This
15
+ General Public License applies to most of the Free Software
16
+ Foundation's software and to any other program whose authors commit to
17
+ using it. (Some other Free Software Foundation software is covered by
18
+ the GNU Lesser General Public License instead.) You can apply it to
 
 
19
  your programs, too.
20
 
21
  When we speak of free software, we are referring to freedom, not
22
  price. Our General Public Licenses are designed to make sure that you
23
  have the freedom to distribute copies of free software (and charge for
24
+ this service if you wish), that you receive source code or can get it
25
+ if you want it, that you can change the software or use pieces of it
26
+ in new free programs; and that you know you can do these things.
27
 
28
+ To protect your rights, we need to make restrictions that forbid
29
+ anyone to deny you these rights or to ask you to surrender the rights.
30
+ These restrictions translate to certain responsibilities for you if you
31
+ distribute copies of the software, or if you modify it.
32
 
33
  For example, if you distribute copies of such a program, whether
34
+ gratis or for a fee, you must give the recipients all the rights that
35
+ you have. You must make sure that they, too, receive or can get the
36
+ source code. And you must show them these terms so they know their
37
+ rights.
38
+
39
+ We protect your rights with two steps: (1) copyright the software, and
40
+ (2) offer you this license which gives you legal permission to copy,
41
+ distribute and/or modify the software.
42
+
43
+ Also, for each author's protection and ours, we want to make certain
44
+ that everyone understands that there is no warranty for this free
45
+ software. If the software is modified by someone else and passed on, we
46
+ want its recipients to know that what they have is not the original, so
47
+ that any problems introduced by others will not reflect on the original
48
+ authors' reputations.
49
+
50
+ Finally, any free program is threatened constantly by software
51
+ patents. We wish to avoid the danger that redistributors of a free
52
+ program will individually obtain patent licenses, in effect making the
53
+ program proprietary. To prevent this, we have made it clear that any
54
+ patent must be licensed for everyone's free use or not licensed at all.
 
 
 
 
 
 
 
 
 
 
 
55
 
56
  The precise terms and conditions for copying, distribution and
57
  modification follow.
58
 
59
+ GNU GENERAL PUBLIC LICENSE
60
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
+
62
+ 0. This License applies to any program or other work which contains
63
+ a notice placed by the copyright holder saying it may be distributed
64
+ under the terms of this General Public License. The "Program", below,
65
+ refers to any such program or work, and a "work based on the Program"
66
+ means either the Program or any derivative work under copyright law:
67
+ that is to say, a work containing the Program or a portion of it,
68
+ either verbatim or with modifications and/or translated into another
69
+ language. (Hereinafter, translation is included without limitation in
70
+ the term "modification".) Each licensee is addressed as "you".
71
+
72
+ Activities other than copying, distribution and modification are not
73
+ covered by this License; they are outside its scope. The act of
74
+ running the Program is not restricted, and the output from the Program
75
+ is covered only if its contents constitute a work based on the
76
+ Program (independent of having been made by running the Program).
77
+ Whether that is true depends on what the Program does.
78
+
79
+ 1. You may copy and distribute verbatim copies of the Program's
80
+ source code as you receive it, in any medium, provided that you
81
+ conspicuously and appropriately publish on each copy an appropriate
82
+ copyright notice and disclaimer of warranty; keep intact all the
83
+ notices that refer to this License and to the absence of any warranty;
84
+ and give any other recipients of the Program a copy of this License
85
+ along with the Program.
86
+
87
+ You may charge a fee for the physical act of transferring a copy, and
88
+ you may at your option offer warranty protection in exchange for a fee.
89
+
90
+ 2. You may modify your copy or copies of the Program or any portion
91
+ of it, thus forming a work based on the Program, and copy and
92
+ distribute such modifications or work under the terms of Section 1
93
+ above, provided that you also meet all of these conditions:
94
+
95
+ a) You must cause the modified files to carry prominent notices
96
+ stating that you changed the files and the date of any change.
97
+
98
+ b) You must cause any work that you distribute or publish, that in
99
+ whole or in part contains or is derived from the Program or any
100
+ part thereof, to be licensed as a whole at no charge to all third
101
+ parties under the terms of this License.
102
+
103
+ c) If the modified program normally reads commands interactively
104
+ when run, you must cause it, when started running for such
105
+ interactive use in the most ordinary way, to print or display an
106
+ announcement including an appropriate copyright notice and a
107
+ notice that there is no warranty (or else, saying that you provide
108
+ a warranty) and that users may redistribute the program under
109
+ these conditions, and telling the user how to view a copy of this
110
+ License. (Exception: if the Program itself is interactive but
111
+ does not normally print such an announcement, your work based on
112
+ the Program is not required to print an announcement.)
113
+
114
+ These requirements apply to the modified work as a whole. If
115
+ identifiable sections of that work are not derived from the Program,
116
+ and can be reasonably considered independent and separate works in
117
+ themselves, then this License, and its terms, do not apply to those
118
+ sections when you distribute them as separate works. But when you
119
+ distribute the same sections as part of a whole which is a work based
120
+ on the Program, the distribution of the whole must be on the terms of
121
+ this License, whose permissions for other licensees extend to the
122
+ entire whole, and thus to each and every part regardless of who wrote it.
123
+
124
+ Thus, it is not the intent of this section to claim rights or contest
125
+ your rights to work written entirely by you; rather, the intent is to
126
+ exercise the right to control the distribution of derivative or
127
+ collective works based on the Program.
128
+
129
+ In addition, mere aggregation of another work not based on the Program
130
+ with the Program (or with a work based on the Program) on a volume of
131
+ a storage or distribution medium does not bring the other work under
132
+ the scope of this License.
133
+
134
+ 3. You may copy and distribute the Program (or a work based on it,
135
+ under Section 2) in object code or executable form under the terms of
136
+ Sections 1 and 2 above provided that you also do one of the following:
137
+
138
+ a) Accompany it with the complete corresponding machine-readable
139
+ source code, which must be distributed under the terms of Sections
140
+ 1 and 2 above on a medium customarily used for software interchange; or,
141
+
142
+ b) Accompany it with a written offer, valid for at least three
143
+ years, to give any third party, for a charge no more than your
144
+ cost of physically performing source distribution, a complete
145
+ machine-readable copy of the corresponding source code, to be
146
+ distributed under the terms of Sections 1 and 2 above on a medium
147
+ customarily used for software interchange; or,
148
+
149
+ c) Accompany it with the information you received as to the offer
150
+ to distribute corresponding source code. (This alternative is
151
+ allowed only for noncommercial distribution and only if you
152
+ received the program in object code or executable form with such
153
+ an offer, in accord with Subsection b above.)
154
+
155
+ The source code for a work means the preferred form of the work for
156
+ making modifications to it. For an executable work, complete source
157
+ code means all the source code for all modules it contains, plus any
158
+ associated interface definition files, plus the scripts used to
159
+ control compilation and installation of the executable. However, as a
160
+ special exception, the source code distributed need not include
161
+ anything that is normally distributed (in either source or binary
162
+ form) with the major components (compiler, kernel, and so on) of the
163
+ operating system on which the executable runs, unless that component
164
+ itself accompanies the executable.
165
+
166
+ If distribution of executable or object code is made by offering
167
+ access to copy from a designated place, then offering equivalent
168
+ access to copy the source code from the same place counts as
169
+ distribution of the source code, even though third parties are not
170
+ compelled to copy the source along with the object code.
171
+
172
+ 4. You may not copy, modify, sublicense, or distribute the Program
173
+ except as expressly provided under this License. Any attempt
174
+ otherwise to copy, modify, sublicense or distribute the Program is
175
+ void, and will automatically terminate your rights under this License.
176
+ However, parties who have received copies, or rights, from you under
177
+ this License will not have their licenses terminated so long as such
178
+ parties remain in full compliance.
179
+
180
+ 5. You are not required to accept this License, since you have not
181
+ signed it. However, nothing else grants you permission to modify or
182
+ distribute the Program or its derivative works. These actions are
183
+ prohibited by law if you do not accept this License. Therefore, by
184
+ modifying or distributing the Program (or any work based on the
185
+ Program), you indicate your acceptance of this License to do so, and
186
+ all its terms and conditions for copying, distributing or modifying
187
+ the Program or works based on it.
188
+
189
+ 6. Each time you redistribute the Program (or any work based on the
190
+ Program), the recipient automatically receives a license from the
191
+ original licensor to copy, distribute or modify the Program subject to
192
+ these terms and conditions. You may not impose any further
193
+ restrictions on the recipients' exercise of the rights granted herein.
194
+ You are not responsible for enforcing compliance by third parties to
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  this License.
196
 
197
+ 7. If, as a consequence of a court judgment or allegation of patent
198
+ infringement or for any other reason (not limited to patent issues),
199
+ conditions are imposed on you (whether by court order, agreement or
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  otherwise) that contradict the conditions of this License, they do not
201
+ excuse you from the conditions of this License. If you cannot
202
+ distribute so as to satisfy simultaneously your obligations under this
203
+ License and any other pertinent obligations, then as a consequence you
204
+ may not distribute the Program at all. For example, if a patent
205
+ license would not permit royalty-free redistribution of the Program by
206
+ all those who receive copies directly or indirectly through you, then
207
+ the only way you could satisfy both it and this License would be to
208
+ refrain entirely from distribution of the Program.
209
+
210
+ If any portion of this section is held invalid or unenforceable under
211
+ any particular circumstance, the balance of the section is intended to
212
+ apply and the section as a whole is intended to apply in other
213
+ circumstances.
214
+
215
+ It is not the purpose of this section to induce you to infringe any
216
+ patents or other property right claims or to contest validity of any
217
+ such claims; this section has the sole purpose of protecting the
218
+ integrity of the free software distribution system, which is
219
+ implemented by public license practices. Many people have made
220
+ generous contributions to the wide range of software distributed
221
+ through that system in reliance on consistent application of that
222
+ system; it is up to the author/donor to decide if he or she is willing
223
+ to distribute software through any other system and a licensee cannot
224
+ impose that choice.
225
+
226
+ This section is intended to make thoroughly clear what is believed to
227
+ be a consequence of the rest of this License.
228
+
229
+ 8. If the distribution and/or use of the Program is restricted in
230
+ certain countries either by patents or by copyrighted interfaces, the
231
+ original copyright holder who places the Program under this License
232
+ may add an explicit geographical distribution limitation excluding
233
+ those countries, so that distribution is permitted only in or among
234
+ countries not thus excluded. In such case, this License incorporates
235
+ the limitation as if written in the body of this License.
236
+
237
+ 9. The Free Software Foundation may publish revised and/or new versions
238
+ of the General Public License from time to time. Such new versions will
239
  be similar in spirit to the present version, but may differ in detail to
240
  address new problems or concerns.
241
 
242
+ Each version is given a distinguishing version number. If the Program
243
+ specifies a version number of this License which applies to it and "any
244
+ later version", you have the option of following the terms and conditions
245
+ either of that version or of any later version published by the Free
246
+ Software Foundation. If the Program does not specify a version number of
247
+ this License, you may choose any version ever published by the Free Software
248
+ Foundation.
249
+
250
+ 10. If you wish to incorporate parts of the Program into other free
251
+ programs whose distribution conditions are different, write to the author
252
+ to ask for permission. For software which is copyrighted by the Free
253
+ Software Foundation, write to the Free Software Foundation; we sometimes
254
+ make exceptions for this. Our decision will be guided by the two goals
255
+ of preserving the free status of all derivatives of our free software and
256
+ of promoting the sharing and reuse of software generally.
257
+
258
+ NO WARRANTY
259
+
260
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
+ REPAIR OR CORRECTION.
269
+
270
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
+ POSSIBILITY OF SUCH DAMAGES.
 
 
 
 
 
 
 
 
 
 
 
 
 
279
 
280
  END OF TERMS AND CONDITIONS
281
 
287
 
288
  To do so, attach the following notices to the program. It is safest
289
  to attach them to the start of each source file to most effectively
290
+ convey the exclusion of warranty; and each file should have at least
291
  the "copyright" line and a pointer to where the full notice is found.
292
 
293
+ {description}
294
+ Copyright (C) {year} {fullname}
295
 
296
+ This program is free software; you can redistribute it and/or modify
297
  it under the terms of the GNU General Public License as published by
298
+ the Free Software Foundation; either version 2 of the License, or
299
  (at your option) any later version.
300
 
301
  This program is distributed in the hope that it will be useful,
303
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
304
  GNU General Public License for more details.
305
 
306
+ You should have received a copy of the GNU General Public License along
307
+ with this program; if not, write to the Free Software Foundation, Inc.,
308
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
309
 
310
  Also add information on how to contact you by electronic and paper mail.
311
 
312
+ If the program is interactive, make it output a short notice like this
313
+ when it starts in an interactive mode:
314
 
315
+ Gnomovision version 69, Copyright (C) year name of author
316
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
317
  This is free software, and you are welcome to redistribute it
318
  under certain conditions; type `show c' for details.
319
 
320
  The hypothetical commands `show w' and `show c' should show the appropriate
321
+ parts of the General Public License. Of course, the commands you use may
322
+ be called something other than `show w' and `show c'; they could even be
323
+ mouse-clicks or menu items--whatever suits your program.
324
+
325
+ You should also get your employer (if you work as a programmer) or your
326
+ school, if any, to sign a "copyright disclaimer" for the program, if
327
+ necessary. Here is a sample; alter the names:
328
+
329
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
331
+
332
+ {signature of Ty Coon}, 1 April 1989
333
+ Ty Coon, President of Vice
334
+
335
+ This General Public License does not permit incorporating your program into
336
+ proprietary programs. If your program is a subroutine library, you may
337
+ consider it more useful to permit linking proprietary applications with the
338
+ library. If this is what you want to do, use the GNU Lesser General
339
+ Public License instead of this License.
340
+
freemius/README.md CHANGED
File without changes
freemius/assets/css/admin/account.css CHANGED
@@ -1 +1 @@
1
- #fs_account .postbox,#fs_account .widefat{max-width:700px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .button i.dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}
1
+ #fs_account .postbox,#fs_account .widefat{max-width:700px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .button i.dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}
freemius/assets/css/admin/add-ons.css CHANGED
File without changes
freemius/assets/css/admin/checkout.css DELETED
@@ -1 +0,0 @@
1
- @media screen and (max-width: 782px){#wpbody-content{padding-bottom:0 !important}}
 
freemius/assets/css/admin/common.css CHANGED
@@ -1,2 +1 @@
1
- .theme-browser .theme .fs-premium-theme-badge{position:absolute;top:10px;right:0;background:#71ae00;color:#fff;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);font-size:1.1em}#iframe{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media (max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}
2
- .fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,0.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,0.3);box-shadow:0 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("../../../../../../../wp-admin/images/wpspin_light-2x.gif");background-size:contain}.wrap.fs-section h2{text-align:left}
1
+ .fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;box-shadow:0px 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}
 
freemius/assets/css/admin/connect.css CHANGED
@@ -1 +1 @@
1
- #fs_connect{width:480px;-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 1px 2px rgba(0,0,0,0.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:' \279C'}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#FEFEFE;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-ms-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;transition:background 0.5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions .fs-trigger{font-size:0.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li div{margin-left:55px}#fs_connect .fs-permissions ul li div span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li div p{margin:2px 0 0 0}#fs_connect .fs-permissions.fs-open{background:#fff}#fs_connect .fs-permissions.fs-open ul{height:auto;margin:20px 20px 10px 20px}@media screen and (max-width: 479px){#fs_connect .fs-permissions{background:#fff}#fs_connect .fs-permissions .fs-trigger{display:none}#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:#C2EEFF;text-decoration:underline}#fs_connect .fs-visual{padding:12px;line-height:0;background:#fafafa;height:80px;position:relative}#fs_connect .fs-visual .fs-site-icon{position:absolute;left:20px;top:10px}#fs_connect .fs-visual .fs-connect-logo{position:absolute;right:20px;top:10px}#fs_connect .fs-visual .fs-plugin-icon{position:absolute;top:10px;left:50%;margin-left:-40px}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-site-icon,#fs_connect .fs-visual img,#fs_connect .fs-visual object{width:80px;height:80px}#fs_connect .fs-visual .dashicons-wordpress{font-size:64px;background:#01749a;color:#fff;width:64px;height:64px;padding:8px}#fs_connect .fs-visual .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-visual .dashicons-plus.fs-first{left:28%}#fs_connect .fs-visual .dashicons-plus.fs-second{left:65%}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-connect-logo,#fs_connect .fs-visual .fs-site-icon{border:1px solid #ccc;padding:1px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:0.85em;padding:5px;background:rgba(0,0,0,0.05)}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:' \000bb'}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-permissions ul li div{margin-right:55px;margin-left:0}.rtl #fs_connect .fs-permissions ul li i.dashicons{float:right}.rtl #fs_connect .fs-visual .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-visual .fs-connect-logo{right:auto;left:20px}#fs_theme_connect_wrapper{position:fixed;top:0;height:100%;width:100%;z-index:99990;background:rgba(0,0,0,0.75);text-align:center;overflow-y:auto}#fs_theme_connect_wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}#fs_theme_connect_wrapper>button.close{color:white;cursor:pointer;height:40px;width:40px;position:absolute;right:0;border:0;background-color:transparent;top:32px}#fs_theme_connect_wrapper #fs_connect{top:0;text-align:left;display:inline-block;vertical-align:middle;margin-top:52px;margin-bottom:20px}#fs_theme_connect_wrapper #fs_connect .fs-terms{background:rgba(140,140,140,0.64)}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{margin:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}
1
+ #fs_connect{width:480px;-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 1px 2px rgba(0,0,0,0.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:' \279C'}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#FEFEFE;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-ms-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;transition:background 0.5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions .fs-trigger{font-size:0.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li div{margin-left:55px}#fs_connect .fs-permissions ul li div span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li div p{margin:2px 0 0 0}#fs_connect .fs-permissions.fs-open{background:#fff}#fs_connect .fs-permissions.fs-open ul{height:auto;margin:20px 20px 10px 20px}@media screen and (max-width: 479px){#fs_connect .fs-permissions{background:#fff}#fs_connect .fs-permissions .fs-trigger{display:none}#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:#C2EEFF;text-decoration:underline}#fs_connect .fs-visual{padding:12px;line-height:0;background:#fafafa;height:80px;position:relative}#fs_connect .fs-visual .fs-site-icon{position:absolute;left:20px;top:10px}#fs_connect .fs-visual .fs-connect-logo{position:absolute;right:20px;top:10px}#fs_connect .fs-visual .fs-plugin-icon{position:absolute;top:10px;left:50%;margin-left:-40px}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-site-icon,#fs_connect .fs-visual img,#fs_connect .fs-visual object{width:80px;height:80px}#fs_connect .fs-visual .dashicons-wordpress{font-size:64px;background:#01749a;color:#fff;width:64px;height:64px;padding:8px}#fs_connect .fs-visual .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-visual .dashicons-plus.fs-first{left:28%}#fs_connect .fs-visual .dashicons-plus.fs-second{left:65%}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-connect-logo,#fs_connect .fs-visual .fs-site-icon{border:1px solid #ccc;padding:1px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:0.85em;padding:5px;background:rgba(0,0,0,0.05)}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:' \000bb'}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-permissions ul li div{margin-right:55px;margin-left:0}.rtl #fs_connect .fs-permissions ul li i.dashicons{float:right}.rtl #fs_connect .fs-visual .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-visual .fs-connect-logo{right:auto;left:20px}.wp-pointer-content #fs_connect{margin:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}
freemius/assets/css/admin/deactivation-feedback.css CHANGED
File without changes
freemius/assets/css/admin/debug.css CHANGED
@@ -1 +1 @@
1
- .switch{position:relative;display:inline-block;font-size:1.6em;font-weight:bold;color:#ccc;text-shadow:0px 1px 1px rgba(255,255,255,0.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:4px;background:#ececec;box-shadow:0px 0px 4px rgba(0,0,0,0.1),inset 0px 1px 3px 0px rgba(0,0,0,0.1);cursor:pointer}.switch span{display:inline-block;width:35px;text-transform:uppercase}.switch span.on{color:#6bc406}.switch .toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.3);border-radius:4px;background:#fff;background:-moz-linear-gradient(top, #ececec 0%, #fff 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #fff));background:-webkit-linear-gradient(top, #ececec 0%, #fff 100%);background:-o-linear-gradient(top, #ececec 0%, #fff 100%);background:-ms-linear-gradient(top, #ececec 0%, #fff 100%);background:linear-gradient(top, #ececec 0%, #fff 100%);box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5);z-index:999;-moz-transition:all 0.15s ease-in-out;-o-transition:all 0.15s ease-in-out;-ms-transition:all 0.15s ease-in-out;-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out}.switch.on .toggle{left:2%}.switch.off .toggle{left:54%}.switch.round{padding:0px 20px;border-radius:40px}.switch.round .toggle{border-radius:40px;width:14px;height:14px}.switch.round.on .toggle{left:3%;background:#6bc406}.switch.round.off .toggle{left:58%}.switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:bold}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac !important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}
1
+ .switch{position:relative;display:inline-block;font-size:1.6em;font-weight:bold;color:#ccc;text-shadow:0px 1px 1px rgba(255,255,255,0.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:4px;background:#ececec;box-shadow:0px 0px 4px rgba(0,0,0,0.1),inset 0px 1px 3px 0px rgba(0,0,0,0.1);cursor:pointer}.switch span{display:inline-block;width:35px;text-transform:uppercase}.switch span.on{color:#6bc406}.switch .toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.3);border-radius:4px;background:#fff;background:-moz-linear-gradient(top, #ececec 0%, #fff 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #fff));background:-webkit-linear-gradient(top, #ececec 0%, #fff 100%);background:-o-linear-gradient(top, #ececec 0%, #fff 100%);background:-ms-linear-gradient(top, #ececec 0%, #fff 100%);background:linear-gradient(top, #ececec 0%, #fff 100%);box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5);z-index:999;-moz-transition:all 0.15s ease-in-out;-o-transition:all 0.15s ease-in-out;-ms-transition:all 0.15s ease-in-out;-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out}.switch.on .toggle{left:2%}.switch.off .toggle{left:54%}.switch.round{padding:0px 20px;border-radius:40px}.switch.round .toggle{border-radius:40px;width:14px;height:14px}.switch.round.on .toggle{left:3%;background:#6bc406}.switch.round.off .toggle{left:58%}.switch-label{font-size:20px;line-height:31px;margin:0 5px}
freemius/assets/css/admin/dialog-boxes.css CHANGED
@@ -1,2 +1,2 @@
1
- .fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eeeeee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:0.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media (max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label{float:left}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-license-activation .fs-modal-body input.license_key{width:100%}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media (max-width: 650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}
2
- .rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;-moz-animation-name:bounce_ajaxLoader;-ms-animation-name:bounce_ajaxLoader;-o-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-ms-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal;-moz-transform:0.3;-o-transform:0.3;-ms-transform:0.3;-webkit-transform:0.3;transform:0.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s}.fs-ajax-loader .fs-ajax-loader-bar-4{left:57px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.fs-ajax-loader .fs-ajax-loader-bar-5{left:76px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.fs-ajax-loader .fs-ajax-loader-bar-6{left:95px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.fs-ajax-loader .fs-ajax-loader-bar-7{left:114px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.fs-ajax-loader .fs-ajax-loader-bar-8{left:133px;animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s}@-moz-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-ms-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-o-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-webkit-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form h2,.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px 10px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form>div,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form fieldset{width:300px;max-width:100%;margin:0 auto;display:block}
1
+ .fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eeeeee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:0.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media (max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label{float:left}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-license-activation .fs-modal-body input.license_key{width:100%}.fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend .fs-modal-body input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:right;margin-left:7px}@media (max-width: 650px){.fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{margin-top:2px}}
2
+ .rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}
freemius/assets/css/common.css ADDED
@@ -0,0 +1 @@
 
1
+ .fs-notice.success{color:green;font-weight:700}
freemius/assets/css/customizer.css DELETED
@@ -1 +0,0 @@
1
- #fs_customizer_upsell .fs-customizer-plan{padding:10px 20px 20px 20px;border-radius:3px;background:#fff}#fs_customizer_upsell .fs-customizer-plan h2{position:relative;margin:0;line-height:2em;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;vertical-align:bottom;margin-left:-7px;margin-right:10px}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:#000;color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{right:21px;left:auto}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{visibility:visible;opacity:1}#fs_customizer_upsell .button-primary{display:block;text-align:center;margin-top:10px}#fs_customizer_support{display:block !important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{width:100%;display:block;margin-top:10px}#fs_customizer_support .button-group .button{float:none;width:50%;text-align:center}
 
freemius/assets/img/mobile-menu.png CHANGED
Binary file
freemius/assets/img/plugin-icon.png DELETED
Binary file
freemius/assets/img/theme-icon.png DELETED
Binary file
freemius/assets/index.php DELETED
@@ -1,3 +0,0 @@
1
- <?php
2
- // Silence is golden.
3
- // Hide file structure from users on unprotected servers.
 
 
 
freemius/assets/js/nojquery.ba-postmessage.js CHANGED
File without changes
freemius/assets/js/nojquery.ba-postmessage.min.js CHANGED
File without changes
freemius/assets/js/postmessage.js CHANGED
File without changes
freemius/assets/scss/_colors.scss CHANGED
@@ -20,6 +20,9 @@ $fs-logo-blue-color: #29abe1;
20
  $fs-logo-green-color: #71ae00;
21
  $fs-logo-magenta-color: #d3135a;
22
 
 
 
 
23
  // WordPress colors.
24
  $page-header-bkg: #333;
25
  $page-header-color: $fms-white;
@@ -27,16 +30,6 @@ $text-dark-color: #333;
27
  $text-light-color: #666;
28
  $text-lightest-color: #999;
29
 
30
- // Notices.
31
- $wp-notice-success-color: #f7fff7;
32
- $wp-notice-success-dark-color: #46b450;
33
- $wp-notice-error-color: #ffeaea;
34
- $wp-notice-error-dark-color: #dc3232;
35
- $wp-notice-warn-color: #fff8e5;
36
- $wp-notice-warn-dark-color: #ffb900;
37
- $fs-notice-promotion-border-color: #00a0d2;
38
- $fs-notice-promotion-bkg: #f2fcff;
39
-
40
  // WP Buttons.
41
  $button-primary-bkg: #6bc406;
42
  $button-primary-color: $fms-white;
20
  $fs-logo-green-color: #71ae00;
21
  $fs-logo-magenta-color: #d3135a;
22
 
23
+ $fs-notice-promotion-border-color: #00a0d2;
24
+ $fs-notice-promotion-bkg: #f2fcff;
25
+
26
  // WordPress colors.
27
  $page-header-bkg: #333;
28
  $page-header-color: $fms-white;
30
  $text-light-color: #666;
31
  $text-lightest-color: #999;
32
 
 
 
 
 
 
 
 
 
 
 
33
  // WP Buttons.
34
  $button-primary-bkg: #6bc406;
35
  $button-primary-color: $fms-white;
freemius/assets/scss/_functions.scss CHANGED
File without changes
freemius/assets/scss/_load.scss CHANGED
File without changes
freemius/assets/scss/_mixins.scss CHANGED
@@ -78,13 +78,13 @@ $useIEFilters: 0;
78
  }
79
 
80
  // requires sass 3.2
81
- @mixin keyframes($name){
82
- @-moz-keyframes #{$name} { @content; }
83
- @-ms-keyframes #{$name} { @content; }
84
- @-o-keyframes #{$name} { @content; }
85
- @-webkit-keyframes #{$name} { @content; }
86
- @keyframes #{$name} { @content; }
87
- }
88
 
89
  @mixin linear-gradient($from, $to, $ie: $useIEFilters) {
90
  @if $ie != 1 { background-color: $to; }
@@ -192,62 +192,6 @@ $useIEFilters: 0;
192
  transition: $value;
193
  }
194
 
195
- @mixin animation($str) {
196
- -webkit-animation: #{$str};
197
- -moz-animation: #{$str};
198
- -ms-animation: #{$str};
199
- -o-animation: #{$str};
200
- animation: #{$str};
201
- }
202
-
203
- @mixin animation-name($str) {
204
- -webkit-animation-name: #{$str};
205
- -moz-animation-name: #{$str};
206
- -ms-animation-name: #{$str};
207
- -o-animation-name: #{$str};
208
- animation-name: #{$str};
209
- }
210
-
211
- @mixin animation-duration($str) {
212
- -webkit-animation-duration: #{$str};
213
- -moz-animation-duration: #{$str};
214
- -ms-animation-duration: #{$str};
215
- -o-animation-duration: #{$str};
216
- animation-duration: #{$str};
217
- }
218
-
219
- @mixin animation-direction($str) {
220
- -webkit-animation-direction: #{$str};
221
- -moz-animation-direction: #{$str};
222
- -ms-animation-direction: #{$str};
223
- -o-animation-direction: #{$str};
224
- animation-direction: #{$str};
225
- }
226
-
227
- @mixin animation-delay($str) {
228
- animation-delay:#{$str};
229
- -o-animation-delay:#{$str};
230
- -ms-animation-delay:#{$str};
231
- -webkit-animation-delay:#{$str};
232
- -moz-animation-delay:#{$str};
233
- }
234
-
235
- @mixin animation-iteration-count($str) {
236
- animation-iteration-count:#{$str};
237
- -o-animation-iteration-count:#{$str};
238
- -ms-animation-iteration-count:#{$str};
239
- -webkit-animation-iteration-count:#{$str};
240
- -moz-animation-iteration-count:#{$str};
241
- }
242
-
243
- @mixin animation-timing-function($str) {
244
- -webkit-animation-timing-function: #{$str};
245
- -moz-animation-timing-function: #{$str};
246
- -ms-animation-timing-function: #{$str};
247
- -o-animation-timing-function: #{$str};
248
- animation-timing-function: #{$str};
249
- }
250
-
251
  // ==== /CSS3 SASS MIXINS ====
252
 
253
  @mixin opacity($opacity) {
78
  }
79
 
80
  // requires sass 3.2
81
+ //@mixin keyframes {
82
+ // @-moz-keyframes { @content; }
83
+ // @-ms-keyframes { @content; }
84
+ // @-o-keyframes { @content; }
85
+ // @-webkit-keyframes { @content; }
86
+ // @keyframes { @content; }
87
+ //}
88
 
89
  @mixin linear-gradient($from, $to, $ie: $useIEFilters) {
90
  @if $ie != 1 { background-color: $to; }
192
  transition: $value;
193
  }
194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  // ==== /CSS3 SASS MIXINS ====
196
 
197
  @mixin opacity($opacity) {
freemius/assets/scss/_start.scss CHANGED
File without changes
freemius/assets/scss/_vars.scss CHANGED
@@ -2,5 +2,4 @@ $is_production: true;
2
 
3
  $img_common: if($is_production == true, '//img.freemius.com', 'http://img.freemius:8080');
4
 
5
- $layout_width: 960px;
6
- $admin_mobile_max_width: 782px;
2
 
3
  $img_common: if($is_production == true, '//img.freemius.com', 'http://img.freemius:8080');
4
 
5
+ $layout_width: 960px;
 
freemius/assets/scss/admin/_ajax-loader.scss DELETED
@@ -1,49 +0,0 @@
1
- $color: $wp-selected-color;
2
- $bkg-color: #fff;
3
- $size: 20;
4
-
5
- .fs-ajax-loader
6
- {
7
- position: relative;
8
- width: #{8*$size + 10}px;
9
- height: #{$size}px;
10
- margin: auto;
11
-
12
- .fs-ajax-loader-bar
13
- {
14
- position: absolute;
15
- top: 0;
16
- background-color: $color;
17
- width: #{$size}px;
18
- height: #{$size}px;
19
- @include animation-name(bounce_ajaxLoader);
20
- @include animation-duration(1.5s);
21
- @include animation-iteration-count(infinite);
22
- @include animation-direction(normal);
23
- @include transform(.3);
24
- }
25
-
26
- @for $i from 0 through 7
27
- {
28
- .fs-ajax-loader-bar-#{$i + 1}
29
- {
30
- left: #{$i*($size - 1)}px;
31
- @include animation-delay(#{0.6 + $i*0.15}s);
32
- }
33
- }
34
- }
35
-
36
- @include keyframes(bounce_ajaxLoader)
37
- {
38
- 0%
39
- {
40
- @include transform(scale(1));
41
- background-color: $color;
42
- }
43
-
44
- 100%
45
- {
46
- @include transform(scale(.3));
47
- background-color: $bkg-color;
48
- }
49
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/admin/_auto-install.scss DELETED
@@ -1,33 +0,0 @@
1
- .fs-modal-auto-install
2
- {
3
- $max-width: 300px;
4
-
5
- #request-filesystem-credentials-form
6
- {
7
- h2,
8
- .request-filesystem-credentials-action-buttons
9
- {
10
- display: none;
11
- }
12
-
13
- input[type=password],
14
- input[type=email],
15
- input[type=text]
16
- {
17
- -webkit-appearance: none;
18
- padding: 10px 10px 5px 10px;
19
- width: $max-width;
20
- max-width: 100%;
21
- }
22
-
23
- > div,
24
- label,
25
- fieldset
26
- {
27
- width: $max-width;
28
- max-width: 100%;
29
- margin: 0 auto;
30
- display: block;
31
- }
32
- }
33
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/admin/_license-key-resend.scss CHANGED
@@ -1,68 +1,44 @@
1
- .fs-modal.fs-modal-license-key-resend
2
- {
3
- .email-address-container
4
- {
5
- overflow: hidden;
6
- padding-right: 2px;
7
- }
8
-
9
- &.fs-freemium
10
- {
11
- input.email-address
12
- {
13
- width: 300px;
14
- }
15
-
16
- label
17
- {
18
- display: block;
19
- margin-bottom: 10px;
20
- }
21
- }
22
-
23
- &.fs-premium
24
- {
25
- input.email-address
26
- {
27
- width: 100%;
28
- }
29
-
30
- .button-container
31
- {
32
- float: right;
33
- margin-left: 7px;
34
-
35
- @media (max-width: 650px) {
36
- margin-top: 2px;
37
- }
38
- }
39
- }
40
  }
41
 
42
  .rtl
43
  {
44
- .fs-modal.fs-modal-license-key-resend
45
- {
46
- .fs-modal-body
47
- {
48
- .input-container > .email-address-container
49
- {
50
- padding-left: 2px;
51
  padding-right: 0;
52
  }
53
 
54
- .button-container
55
- {
56
- float: left;
57
  margin-right: 7px;
58
- margin-left: 0;
59
  }
60
  }
61
  }
62
  }
63
 
64
- a.show-license-resend-modal
65
- {
66
- margin-top: 4px;
67
- display: inline-block;
68
  }
1
+ .fs-modal.fs-modal-license-key-resend {
2
+ .fs-modal-body {
3
+ .input-container > .email-address-container {
4
+ overflow: hidden;
5
+ padding-right: 2px;
6
+ }
7
+
8
+ input.email-address {
9
+ width: 100%;
10
+ }
11
+
12
+ .button-container {
13
+ float: right;
14
+ margin-left: 7px;
15
+
16
+ @media (max-width: 650px) {
17
+ margin-top: 2px;
18
+ }
19
+ }
20
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  }
22
 
23
  .rtl
24
  {
25
+ .fs-modal.fs-modal-license-key-resend {
26
+ .fs-modal-body {
27
+ .input-container > .email-address-container {
28
+ padding-left: 2px;
 
 
 
29
  padding-right: 0;
30
  }
31
 
32
+ .button-container {
33
+ float: left;
 
34
  margin-right: 7px;
35
+ margin-left: 0;
36
  }
37
  }
38
  }
39
  }
40
 
41
+ a.show-license-resend-modal {
42
+ margin-top: 4px;
43
+ display: inline-block;
 
44
  }
freemius/assets/scss/admin/_modal-common.scss CHANGED
@@ -46,37 +46,6 @@
46
  }
47
  }
48
 
49
- &.fs-success {
50
- .fs-modal-header {
51
- border-bottom-color: $wp-notice-success-dark-color;
52
- }
53
-
54
- .fs-modal-body {
55
- background-color: $wp-notice-success-color;
56
- }
57
- }
58
-
59
- &.fs-warn {
60
- .fs-modal-header {
61
- border-bottom-color: $wp-notice-warn-dark-color;
62
- }
63
-
64
- .fs-modal-body {
65
- background-color: $wp-notice-warn-color;
66
- }
67
- }
68
-
69
- &.fs-error {
70
- .fs-modal-header {
71
- border-bottom-color: $wp-notice-error-dark-color;
72
- }
73
-
74
- .fs-modal-body {
75
- background-color: $wp-notice-error-color;
76
- }
77
- }
78
-
79
-
80
  .fs-modal-body,
81
  .fs-modal-footer {
82
  border: 0;
46
  }
47
  }
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  .fs-modal-body,
50
  .fs-modal-footer {
51
  border: 0;
freemius/assets/scss/admin/_themes.scss DELETED
@@ -1,21 +0,0 @@
1
- .theme-browser
2
- {
3
- .theme
4
- {
5
- .fs-premium-theme-badge
6
- {
7
- position: absolute;
8
- top: 10px;
9
- right: 0;
10
- background: $fs-logo-green-color;
11
- color: #fff;
12
- text-transform: uppercase;
13
- padding: 5px 10px;
14
- @include border-radius(3px 0 0 3px);
15
- font-weight: bold;
16
- border-right: 0;
17
- @include box-shadow(0 2px 1px -1px rgba(0, 0, 0, .3));
18
- font-size: 1.1em;
19
- }
20
- }
21
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/admin/account.scss CHANGED
@@ -15,12 +15,6 @@
15
  margin: 0 0 12px 0;
16
  line-height: 1.4;
17
  border-bottom: 1px solid #F1F1F1;
18
-
19
- .dashicons {
20
- width: 26px;
21
- height: 26px;
22
- font-size: 1.3em;
23
- }
24
  }
25
 
26
  i.dashicons
15
  margin: 0 0 12px 0;
16
  line-height: 1.4;
17
  border-bottom: 1px solid #F1F1F1;
 
 
 
 
 
 
18
  }
19
 
20
  i.dashicons
freemius/assets/scss/admin/add-ons.scss CHANGED
File without changes
freemius/assets/scss/admin/checkout.scss DELETED
@@ -1,5 +0,0 @@
1
- @media screen and (max-width: 782px) {
2
- #wpbody-content {
3
- padding-bottom: 0 !important;
4
- }
5
- }
 
 
 
 
 
freemius/assets/scss/admin/common.scss CHANGED
@@ -1,218 +1,160 @@
1
- @import "../start";
2
- @import "themes";
3
-
4
- #iframe
5
- {
6
- line-height: 0;
7
- font-size: 0;
8
- }
9
-
10
- .fs-full-size-wrapper
11
- {
12
- margin: 40px 0 -65px -20px;
13
-
14
- @media (max-width: 600px) {
15
- margin: 0 0 -65px -10px;
16
- }
17
- }
18
-
19
- .fs-notice
20
- {
21
- position: relative;
22
-
23
- &.fs-has-title
24
- {
25
- margin-bottom: 30px !important;
26
- }
27
-
28
- &.success
29
- {
30
- color: green;
31
- // font-weight: normal;
32
- }
33
-
34
- &.promotion
35
- {
36
- border-color: $fs-notice-promotion-border-color !important;
37
- background-color: $fs-notice-promotion-bkg !important;
38
- }
39
-
40
- .fs-notice-body
41
- {
42
- margin: .5em 0;
43
- padding: 2px;
44
- }
45
-
46
- .fs-close
47
- {
48
- // position: absolute;
49
- // top: 2px;
50
- // bottom: 2px;
51
- // right: 2px;
52
- // min-width: 100px;
53
- // text-align: center;
54
- // padding-right: 2px;
55
- cursor: pointer;
56
- color: #aaa;
57
- float: right;
58
-
59
- &:hover
60
- {
61
- color: #666;
62
- // background: #A9A9A9;
63
- }
64
-
65
- > *
66
- {
67
- margin-top: 7px;
68
- display: inline-block;
69
- }
70
- }
71
-
72
- label.fs-plugin-title
73
- {
74
- background: rgba(0, 0, 0, 0.3);
75
- color: #fff;
76
- padding: 2px 10px;
77
- position: absolute;
78
- top: 100%;
79
- bottom: auto;
80
- right: auto;
81
- @include border-radius(0 0 3px 3px);
82
- left: 10px;
83
- font-size: 12px;
84
- font-weight: bold;
85
- cursor: auto;
86
- }
87
- }
88
-
89
- div.fs-notice
90
- {
91
- &.updated,
92
- &.success,
93
- &.promotion
94
- {
95
- display: block !important;
96
- }
97
- }
98
-
99
- .rtl .fs-notice
100
- {
101
- .fs-close
102
- {
103
- // left: 2px;
104
- // right: auto;
105
- // padding-right: 0;
106
- // padding-left: 2px;
107
- float: left;
108
- }
109
- }
110
-
111
- .fs-secure-notice
112
- {
113
- position: fixed;
114
- top: 32px;
115
- left: 160px;
116
- right: 0;
117
- background: rgb(235, 253, 235);
118
- padding: 10px 20px;
119
- color: green;
120
- z-index: 9999;
121
- @include box-shadow(0 2px 2px rgba(6, 113, 6, 0.3));
122
- @include opacity(0.95);
123
-
124
- &:hover
125
- {
126
- @include opacity(1);
127
- }
128
-
129
- a.fs-security-proof
130
- {
131
- color: green;
132
- text-decoration: none;
133
- }
134
- }
135
-
136
- @media screen and (max-width: 960px) {
137
- .fs-secure-notice
138
- {
139
- left: 36px;
140
- }
141
- }
142
-
143
- @media screen and (max-width: 600px) {
144
- .fs-secure-notice
145
- {
146
- display: none;
147
- }
148
- }
149
-
150
- @media screen and (max-width: 500px) {
151
- #fs_promo_tab
152
- {
153
- display: none;
154
- }
155
- }
156
-
157
- @media screen and (max-width: 782px) {
158
- .fs-secure-notice
159
- {
160
- left: 0;
161
- top: 46px;
162
- text-align: center;
163
- }
164
- }
165
-
166
- span.fs-submenu-item.fs-sub:before
167
- {
168
- // Add small arrow.
169
- content: '\21B3';
170
- padding: 0 5px;
171
- }
172
-
173
- .rtl
174
- {
175
- span.fs-submenu-item.fs-sub:before
176
- {
177
- // Add small RTL arrow.
178
- content: '\21B2';
179
- }
180
- }
181
-
182
- .fs-submenu-item
183
- {
184
- &.pricing
185
- {
186
- &.upgrade-mode
187
- {
188
- color: greenyellow;
189
- }
190
-
191
- &.trial-mode
192
- {
193
- color: #83e2ff;
194
- }
195
- }
196
- }
197
-
198
- #adminmenu .update-plugins.fs-trial
199
- {
200
- background-color: #00b9eb;
201
- }
202
- .fs-ajax-spinner
203
- {
204
- border: 0;
205
- width: 20px;
206
- height: 20px;
207
- margin-right: 5px;
208
- vertical-align: sub;
209
- display: inline-block;
210
- background: url('../../../../../../../wp-admin/images/wpspin_light-2x.gif');
211
- background-size: contain;
212
- }
213
-
214
- .wrap.fs-section {
215
- h2 {
216
- text-align: left;
217
- }
218
  }
1
+ @import "../start";
2
+
3
+ .fs-notice
4
+ {
5
+ position: relative;
6
+
7
+ &.fs-has-title
8
+ {
9
+ margin-bottom: 30px !important;
10
+ }
11
+
12
+ &.success
13
+ {
14
+ color: green;
15
+ // font-weight: normal;
16
+ }
17
+
18
+ &.promotion
19
+ {
20
+ border-color: $fs-notice-promotion-border-color !important;
21
+ background-color: $fs-notice-promotion-bkg !important;
22
+ }
23
+
24
+ .fs-notice-body
25
+ {
26
+ margin: .5em 0;
27
+ padding: 2px;
28
+ }
29
+
30
+ .fs-close
31
+ {
32
+ // position: absolute;
33
+ // top: 2px;
34
+ // bottom: 2px;
35
+ // right: 2px;
36
+ // min-width: 100px;
37
+ // text-align: center;
38
+ // padding-right: 2px;
39
+ cursor: pointer;
40
+ color: #aaa;
41
+ float: right;
42
+
43
+ &:hover
44
+ {
45
+ color: #666;
46
+ // background: #A9A9A9;
47
+ }
48
+
49
+ > *
50
+ {
51
+ margin-top: 7px;
52
+ display: inline-block;
53
+ }
54
+ }
55
+
56
+ label.fs-plugin-title
57
+ {
58
+ background: rgba(0, 0, 0, 0.3);
59
+ color: #fff;
60
+ padding: 2px 10px;
61
+ position: absolute;
62
+ top: 100%;
63
+ bottom: auto;
64
+ right: auto;
65
+ @include border-radius(0 0 3px 3px);
66
+ left: 10px;
67
+ font-size: 12px;
68
+ font-weight: bold;
69
+ cursor: auto;
70
+ }
71
+ }
72
+
73
+ .rtl .fs-notice
74
+ {
75
+ .fs-close
76
+ {
77
+ // left: 2px;
78
+ // right: auto;
79
+ // padding-right: 0;
80
+ // padding-left: 2px;
81
+ float: left;
82
+ }
83
+ }
84
+
85
+ .fs-secure-notice
86
+ {
87
+ position: fixed;
88
+ top: 32px;
89
+ left: 160px;
90
+ right: 0;
91
+ background: rgb(235, 253, 235);
92
+ padding: 10px 20px;
93
+ color: green;
94
+ z-index: 9999;
95
+ box-shadow: 0px 2px 2px rgba(6, 113, 6, 0.3);
96
+ @include opacity(0.95);
97
+
98
+ &:hover
99
+ {
100
+ @include opacity(1);
101
+ }
102
+ }
103
+
104
+ @media screen and (max-width: 960px) {
105
+ .fs-secure-notice
106
+ {
107
+ left: 36px;
108
+ }
109
+ }
110
+
111
+ @media screen and (max-width:500px) {
112
+ #fs_promo_tab {
113
+ display: none;
114
+ }
115
+ }
116
+
117
+ @media screen and (max-width: 782px) {
118
+ .fs-secure-notice
119
+ {
120
+ left: 0;
121
+ top: 46px;
122
+ text-align: center;
123
+ }
124
+ }
125
+
126
+ span.fs-submenu-item.fs-sub:before
127
+ {
128
+ // Add small arrow.
129
+ content: '\21B3';
130
+ padding: 0 5px;
131
+ }
132
+
133
+ .rtl
134
+ {
135
+ span.fs-submenu-item.fs-sub:before
136
+ {
137
+ // Add small RTL arrow.
138
+ content: '\21B2';
139
+ }
140
+ }
141
+
142
+ .fs-submenu-item
143
+ {
144
+ &.pricing
145
+ {
146
+ &.upgrade-mode
147
+ {
148
+ color: greenyellow;
149
+ }
150
+
151
+ &.trial-mode
152
+ {
153
+ color: #83e2ff;
154
+ }
155
+ }
156
+ }
157
+
158
+ #adminmenu .update-plugins.fs-trial {
159
+ background-color: #00b9eb;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  }
freemius/assets/scss/admin/connect.scss CHANGED
@@ -405,55 +405,6 @@ $form_width: 480px;
405
  }
406
  }
407
 
408
- #fs_theme_connect_wrapper {
409
- position: fixed;
410
- top: 0;
411
- height: 100%;
412
- width: 100%;
413
- z-index: 99990;
414
- background: rgba(0, 0, 0, 0.75);
415
- text-align: center;
416
- overflow-y: auto;
417
-
418
- &:before {
419
- content: "";
420
- display: inline-block;
421
- vertical-align: middle;
422
- height: 100%;
423
- }
424
-
425
- > button.close {
426
- color: white;
427
- cursor: pointer;
428
- height: 40px;
429
- width: 40px;
430
- position: absolute;
431
- right: 0;
432
- border: 0;
433
- background-color: transparent;
434
- top: 32px;
435
- }
436
-
437
- #fs_connect {
438
- top: 0;
439
- text-align: left;
440
- display: inline-block;
441
- vertical-align: middle;
442
- margin-top: 52px;
443
- margin-bottom: 20px;
444
-
445
- .fs-terms
446
- {
447
- background: rgba(140, 140, 140, 0.64);
448
-
449
- &, a
450
- {
451
- color: #c5c5c5;
452
- }
453
- }
454
- }
455
- }
456
-
457
  .wp-pointer-content
458
  {
459
  #fs_connect
405
  }
406
  }
407
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
408
  .wp-pointer-content
409
  {
410
  #fs_connect
freemius/assets/scss/admin/debug.scss CHANGED
@@ -88,48 +88,4 @@
88
  font-size: 20px;
89
  line-height: 31px;
90
  margin: 0 5px;
91
- }
92
-
93
- #fs_log_book {
94
- table {
95
- font-family: Consolas,Monaco,monospace;
96
- font-size: 12px;
97
-
98
- th {
99
- color: #ccc;
100
- }
101
-
102
- tr {
103
- background: #232525;
104
-
105
- &.alternate {
106
- background: #2b2b2b;
107
- }
108
-
109
- td {
110
- &.fs-col--logger {
111
- color: #5a7435;
112
- }
113
- &.fs-col--type {
114
- color: #ffc861;
115
- }
116
- &.fs-col--function {
117
- color: #a7b7b1;
118
- font-weight: bold;
119
- }
120
- &.fs-col--message {
121
- &, a
122
- {
123
- color: #9a73ac !important;
124
- }
125
- }
126
- &.fs-col--file {
127
- color: #d07922;
128
- }
129
- &.fs-col--timestamp {
130
- color: #6596be;
131
- }
132
- }
133
- }
134
- }
135
  }
88
  font-size: 20px;
89
  line-height: 31px;
90
  margin: 0 5px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  }
freemius/assets/scss/admin/dialog-boxes.scss CHANGED
@@ -2,6 +2,4 @@
2
  @import "modal-common";
3
  @import "deactivation-feedback";
4
  @import "license-activation";
5
- @import "license-key-resend";
6
- @import "ajax-loader";
7
- @import "auto-install";
2
  @import "modal-common";
3
  @import "deactivation-feedback";
4
  @import "license-activation";
5
+ @import "license-key-resend";
 
 
freemius/assets/scss/customizer.scss DELETED
@@ -1,125 +0,0 @@
1
- @import "start";
2
-
3
- #fs_customizer_upsell {
4
- .fs-customizer-plan {
5
- padding: 10px 20px 20px 20px;
6
- border-radius: 3px;
7
- background: #fff;
8
-
9
- h2 {
10
- position: relative;
11
- margin: 0;
12
- line-height: 2em;
13
- text-transform: uppercase;
14
-
15
- .button-link {
16
- top: -2px;
17
- }
18
- }
19
- }
20
-
21
- .fs-feature {
22
- position: relative;
23
- }
24
-
25
- .dashicons-yes {
26
- color: #0085ba;
27
- font-size: 2em;
28
- vertical-align: bottom;
29
- margin-left: -7px;
30
- margin-right: 10px;
31
-
32
- .rtl & {
33
- margin-left: 10px;
34
- margin-right: -7px;
35
- }
36
- }
37
-
38
- .dashicons-editor-help
39
- {
40
- color: #bbb;
41
- cursor: help;
42
-
43
- $tooltip-color: #000;
44
-
45
- .fs-feature-desc {
46
- opacity: 0;
47
- visibility: hidden;
48
- @include transition(opacity 0.3s ease-in-out);
49
-
50
- position: absolute;
51
- background: $tooltip-color;
52
- color: #fff;
53
- font-family: 'arial', serif;
54
- font-size: 12px;
55
- padding: 10px;
56
- z-index: 999999;
57
- bottom: 100%;
58
- margin-bottom: 5px;
59
- left: 0;
60
- right: 0;
61
- @include border-radius(5px);
62
- @include box-shadow(1px 1px 1px rgba(0,0,0,0.2));
63
- line-height: 1.3em;
64
- font-weight: bold;
65
- text-align: left;
66
-
67
- .rtl &
68
- {
69
- text-align: right;
70
- }
71
-
72
- &::after {
73
- content: ' ';
74
- display: block;
75
- width: 0;
76
- height: 0;
77
- border-style: solid;
78
- border-width: 5px 5px 0 5px;
79
- border-color: $tooltip-color transparent transparent transparent;
80
- position: absolute;
81
- top: 100%;
82
- left: 21px;
83
-
84
- .rtl & {
85
- right: 21px;
86
- left: auto;
87
- }
88
- }
89
- }
90
-
91
- &:hover {
92
- .fs-feature-desc {
93
- visibility: visible;
94
- opacity: 1;
95
- }
96
- }
97
- }
98
-
99
- .button-primary {
100
- display: block;
101
- text-align: center;
102
- margin-top: 10px;
103
- }
104
- }
105
-
106
- #fs_customizer_support
107
- {
108
- display: block !important;
109
-
110
- .button {
111
- float: right;
112
- }
113
-
114
- .button-group {
115
- width: 100%;
116
- display: block;
117
- margin-top: 10px;
118
-
119
- .button {
120
- float: none;
121
- width: 50%;
122
- text-align: center;
123
- }
124
- }
125
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/composer.json CHANGED
File without changes
freemius/config.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.4
7
  */
8
 
@@ -126,7 +126,6 @@
126
  /**
127
  * Domain / URL / Address
128
  */
129
- define( 'WP_FS__ROOT_DOMAIN_PRODUCTION', 'freemius.com' );
130
  define( 'WP_FS__DOMAIN_PRODUCTION', 'wp.freemius.com' );
131
  define( 'WP_FS__ADDRESS_PRODUCTION', 'https://' . WP_FS__DOMAIN_PRODUCTION );
132
 
@@ -141,7 +140,7 @@
141
  define( 'WP_FS__TESTING_DOMAIN', 'fswp' );
142
  }
143
 
144
- #--------------------------------------------------------------------------------
145
  #region HTTP
146
  #--------------------------------------------------------------------------------
147
 
@@ -222,24 +221,6 @@
222
 
223
  #endregion
224
 
225
- #--------------------------------------------------------------------------------
226
- #region Checkout
227
- #--------------------------------------------------------------------------------
228
-
229
- if ( ! defined( 'FS_CHECKOUT__ADDRESS_PRODUCTION' ) ) {
230
- define( 'FS_CHECKOUT__ADDRESS_PRODUCTION', 'https://checkout.freemius.com' );
231
- }
232
-
233
- if ( ! defined( 'FS_CHECKOUT__ADDRESS_LOCALHOST' ) ) {
234
- define( 'FS_CHECKOUT__ADDRESS_LOCALHOST', 'http://checkout.freemius:8080' );
235
- }
236
-
237
- if ( ! defined( 'FS_CHECKOUT__ADDRESS' ) ) {
238
- define( 'FS_CHECKOUT__ADDRESS', ( WP_FS__IS_PRODUCTION_MODE ? FS_CHECKOUT__ADDRESS_PRODUCTION : FS_CHECKOUT__ADDRESS_LOCALHOST ) );
239
- }
240
-
241
- #endregion
242
-
243
  define( 'WP_FS___OPTION_PREFIX', 'fs' . ( WP_FS__IS_PRODUCTION_MODE ? '' : '_dbg' ) . '_' );
244
 
245
  if ( ! defined( 'WP_FS__ACCOUNTS_OPTION_NAME' ) ) {
@@ -250,14 +231,6 @@
250
  }
251
  define( 'WP_FS__OPTIONS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'options' );
252
 
253
- /**
254
- * Module types
255
- *
256
- * @since 1.2.2
257
- */
258
- define( 'WP_FS__MODULE_TYPE_PLUGIN', 'plugin' );
259
- define( 'WP_FS__MODULE_TYPE_THEME', 'theme' );
260
-
261
  /**
262
  * Billing Frequencies
263
  */
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.4
7
  */
8
 
126
  /**
127
  * Domain / URL / Address
128
  */
 
129
  define( 'WP_FS__DOMAIN_PRODUCTION', 'wp.freemius.com' );
130
  define( 'WP_FS__ADDRESS_PRODUCTION', 'https://' . WP_FS__DOMAIN_PRODUCTION );
131
 
140
  define( 'WP_FS__TESTING_DOMAIN', 'fswp' );
141
  }
142
 
143
+ #--------------------------------------------------------------------------------
144
  #region HTTP
145
  #--------------------------------------------------------------------------------
146
 
221
 
222
  #endregion
223
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
224
  define( 'WP_FS___OPTION_PREFIX', 'fs' . ( WP_FS__IS_PRODUCTION_MODE ? '' : '_dbg' ) . '_' );
225
 
226
  if ( ! defined( 'WP_FS__ACCOUNTS_OPTION_NAME' ) ) {
231
  }
232
  define( 'WP_FS__OPTIONS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'options' );
233
 
 
 
 
 
 
 
 
 
234
  /**
235
  * Billing Frequencies
236
  */
freemius/gulpfile.js CHANGED
@@ -1,62 +1,30 @@
1
  var gulp = require('gulp');
2
- var path = require('path');
3
- var filesystem = require('fs');
4
  var wpPot = require('gulp-wp-pot');
5
  var gettext = require('gulp-gettext');
6
  var sort = require('gulp-sort');
7
  var pofill = require('gulp-pofill');
8
  var rename = require('gulp-rename');
9
- var clean = require('gulp-clean');
10
 
11
- var languagesFolder = './languages/';
12
-
13
- var options = require('./transifex-config.json')
14
-
15
- function getFolders(dir) {
16
- return filesystem.readdirSync(dir)
17
- .filter(function (file) {
18
- return filesystem.statSync(path.join(dir, file)).isDirectory();
19
- });
20
- }
21
-
22
- var transifex = require('gulp-transifex').createClient(options);
23
-
24
- // Create POT out of i18n.php.
25
- gulp.task('prepare-source', function () {
26
  gulp.src('includes/i18n.php')
27
  .pipe(sort())
28
- .pipe(wpPot({
29
- destFile : 'freemius.pot',
30
- package : 'freemius',
31
- bugReport : 'https://github.com/Freemius/wordpress-sdk/issues',
32
- lastTranslator : 'Vova Feldman <vova@freemius.com>',
33
- team : 'Freemius Team <admin@freemius.com>',
34
- gettextFunctions: [
35
- {name: '_fs_text'},
36
- {name: '_fs_echo'},
37
- {name: '_fs_esc_attr'},
38
- {name: '_fs_esc_attr_echo'},
39
- {name: '_fs_esc_html'},
40
- {name: '_fs_esc_html_echo'},
41
- {name: '_fs_x', context: 2},
42
- {name: '_fs_ex', context: 2},
43
- {name: '_fs_esc_attr_x', context: 2},
44
- {name: '_fs_esc_html_x', context: 2},
45
- {name: '_fs_n', plural: 2},
46
- {name: '_fs_n_noop', plural: 2},
47
- {name: '_fs_nx', plural: 2, context: 4},
48
- {name: '_fs_nx_noop', plural: 2, context: 3}
49
- ]
50
- }))
51
- .pipe(gulp.dest(languagesFolder + 'freemius.pot'));
52
 
53
  // Create English PO out of the POT.
54
- return gulp.src(languagesFolder + 'freemius.pot')
55
  .pipe(pofill({
56
- items: function (item) {
57
- // If msgstr is empty, use identity translation
58
  if (!item.msgstr.length) {
59
- item.msgstr = [''];
60
  }
61
  if (!item.msgstr[0]) {
62
  item.msgstr[0] = item.msgid;
@@ -65,75 +33,10 @@ gulp.task('prepare-source', function () {
65
  }
66
  }))
67
  .pipe(rename('freemius-en.po'))
68
- .pipe(gulp.dest(languagesFolder));
69
- });
70
-
71
- // Push updated po resource to transifex.
72
- gulp.task('update-transifex', ['prepare-source'], function () {
73
- return gulp.src(languagesFolder + 'freemius-en.po')
74
- .pipe(transifex.pushResource());
75
- });
76
-
77
- // Download latest *.po translations.
78
- gulp.task('download-translations', ['update-transifex'], function () {
79
- return gulp.src(languagesFolder + 'freemius-en.po')
80
- .pipe(transifex.pullResource());
81
- });
82
-
83
- // Move translations to languages root.
84
- gulp.task('prepare-translations', ['download-translations'], function () {
85
- var folders = getFolders(languagesFolder);
86
-
87
- return folders.map(function (folder) {
88
- return gulp.src(path.join(languagesFolder, folder, 'freemius-en.po'))
89
- .pipe(rename('freemius-' + folder + '.po'))
90
- .pipe(gulp.dest(languagesFolder));
91
- });
92
- });
93
-
94
- // Feel up empty translations with English.
95
- gulp.task('translations-feelup', ['prepare-translations'], function () {
96
- return gulp.src(languagesFolder + '*.po')
97
- .pipe(pofill({
98
- items: function (item) {
99
- // If msgstr is empty, use identity translation
100
- if (0 == item.msgstr.length) {
101
- item.msgstr = [''];
102
- }
103
- if (0 == item.msgstr[0].length) {
104
- // item.msgid[0] = item.msgid;
105
- item.msgstr[0] = item.msgid;
106
- }
107
- return item;
108
- }
109
- }))
110
- .pipe(gulp.dest(languagesFolder));
111
- });
112
-
113
- // Cleanup temporary translation folders.
114
- gulp.task('cleanup', ['prepare-translations'], function () {
115
- var folders = getFolders(languagesFolder);
116
 
117
- return folders.map(function (folder) {
118
- return gulp.src(path.join(languagesFolder, folder), {read: false})
119
- .pipe(clean());
120
- });
121
- });
122
-
123
- // Compile *.po to *.mo binaries for usage.
124
- gulp.task('compile-translations', ['translations-feelup'], function () {
125
  // Compile POs to MOs.
126
- return gulp.src(languagesFolder + '*.po')
127
  .pipe(gettext())
128
- .pipe(gulp.dest(languagesFolder))
129
- });
130
-
131
- gulp.task('default', [], function () {
132
- gulp.run('prepare-source');
133
- gulp.run('update-transifex');
134
- gulp.run('download-translations');
135
- gulp.run('prepare-translations');
136
- gulp.run('translations-feelup');
137
- gulp.run('cleanup');
138
- gulp.run('compile-translations');
139
  });
1
  var gulp = require('gulp');
 
 
2
  var wpPot = require('gulp-wp-pot');
3
  var gettext = require('gulp-gettext');
4
  var sort = require('gulp-sort');
5
  var pofill = require('gulp-pofill');
6
  var rename = require('gulp-rename');
 
7
 
8
+ gulp.task('default', function () {
9
+ // Create POT out of i18n.php.
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  gulp.src('includes/i18n.php')
11
  .pipe(sort())
12
+ .pipe(wpPot( {
13
+ destFile:'freemius.pot',
14
+ package: 'freemius',
15
+ bugReport: 'https://github.com/Freemius/wordpress-sdk/issues',
16
+ lastTranslator: 'Vova Feldman <vova@freemius.com>',
17
+ team: 'Freemius Team <admin@freemius.com>'
18
+ } ))
19
+ .pipe(gulp.dest('languages/'));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  // Create English PO out of the POT.
22
+ gulp.src('languages/freemius.pot')
23
  .pipe(pofill({
24
+ items: function(item) {
25
+ // If msgstr is empty, use identity translation
26
  if (!item.msgstr.length) {
27
+ item.msgstr = [''];
28
  }
29
  if (!item.msgstr[0]) {
30
  item.msgstr[0] = item.msgid;
33
  }
34
  }))
35
  .pipe(rename('freemius-en.po'))
36
+ .pipe(gulp.dest('languages/'));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
 
 
 
 
 
 
 
 
38
  // Compile POs to MOs.
39
+ gulp.src('languages/*.po')
40
  .pipe(gettext())
41
+ .pipe(gulp.dest('languages/'))
 
 
 
 
 
 
 
 
 
 
42
  });
freemius/includes/class-freemius-abstract.php CHANGED
@@ -2,10 +2,9 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.7
7
  */
8
-
9
  if ( ! defined( 'ABSPATH' ) ) {
10
  exit;
11
  }
@@ -28,13 +27,7 @@
28
  #----------------------------------------------------------------------------------
29
 
30
  /**
31
- * Check if user has connected his account (opted-in).
32
- *
33
- * Note:
34
- * If the user opted-in and opted-out on a later stage,
35
- * this will still return true. If you want to check if the
36
- * user is currently opted-in, use:
37
- * `$fs->is_registered() && $fs->is_tracking_allowed()`
38
  *
39
  * @since 1.0.1
40
  * @return bool
@@ -123,34 +116,6 @@
123
 
124
  #endregion
125
 
126
- #----------------------------------------------------------------------------------
127
- #region Module Type
128
- #----------------------------------------------------------------------------------
129
-
130
- /**
131
- * Checks if the plugin's type is "plugin". The other type is "theme".
132
- *
133
- * @author Leo Fajardo (@leorw)
134
- * @since 1.2.2
135
- *
136
- * @return bool
137
- */
138
- abstract function is_plugin();
139
-
140
- /**
141
- * Checks if the module type is "theme". The other type is "plugin".
142
- *
143
- * @author Leo Fajardo (@leorw)
144
- * @since 1.2.2
145
- *
146
- * @return bool
147
- */
148
- function is_theme() {
149
- return ( ! $this->is_plugin() );
150
- }
151
-
152
- #endregion
153
-
154
  #----------------------------------------------------------------------------------
155
  #region Permissions
156
  #----------------------------------------------------------------------------------
@@ -262,7 +227,7 @@
262
  *
263
  * @since 1.0.9
264
  *
265
- * @param string $plan Plan name.
266
  * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
267
  *
268
  * @return bool
@@ -278,7 +243,7 @@
278
  *
279
  * @since 1.0.9
280
  *
281
- * @param string $plan Plan name.
282
  * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
283
  *
284
  * @return bool
@@ -370,7 +335,7 @@
370
  /**
371
  * @since 1.0.2
372
  *
373
- * @param string $plan Plan name.
374
  * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
375
  *
376
  * @return bool
@@ -382,7 +347,7 @@
382
  *
383
  * @since 1.0.9
384
  *
385
- * @param string $plan Plan name.
386
  * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
387
  *
388
  * @return bool
@@ -394,7 +359,7 @@
394
  *
395
  * @since 1.0.9
396
  *
397
- * @param string $plan Plan name.
398
  * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
399
  *
400
  * @return bool
@@ -438,31 +403,6 @@
438
  */
439
  abstract function is_only_premium();
440
 
441
- /**
442
- * Check if module has a premium code version.
443
- *
444
- * Serviceware module might be freemium without any
445
- * premium code version, where the paid features
446
- * are all part of the service.
447
- *
448
- * @author Vova Feldman (@svovaf)
449
- * @since 1.2.1.6
450
- *
451
- * @return bool
452
- */
453
- abstract function has_premium_version();
454
-
455
- /**
456
- * Check if module has any release on Freemius,
457
- * or all plugin's code is on WordPress.org (Serviceware).
458
- *
459
- * @return bool
460
- */
461
- function has_release_on_freemius() {
462
- return ! $this->is_org_repo_compliant() ||
463
- $this->has_premium_version();
464
- }
465
-
466
  /**
467
  * Checks if it's a freemium plugin.
468
  *
@@ -476,16 +416,6 @@
476
  $this->has_free_plan();
477
  }
478
 
479
- /**
480
- * Check if module has only one plan.
481
- *
482
- * @author Vova Feldman (@svovaf)
483
- * @since 1.2.1.7
484
- *
485
- * @return bool
486
- */
487
- abstract function is_single_plan();
488
-
489
  #endregion
490
 
491
  /**
@@ -521,7 +451,7 @@
521
  * @author Vova Feldman (@svovaf)
522
  * @since 1.0.2
523
  *
524
- * @param string $period Billing cycle.
525
  *
526
  * @return string
527
  */
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.7
7
  */
 
8
  if ( ! defined( 'ABSPATH' ) ) {
9
  exit;
10
  }
27
  #----------------------------------------------------------------------------------
28
 
29
  /**
30
+ * Check if user registered with Freemius by connecting his account.
 
 
 
 
 
 
31
  *
32
  * @since 1.0.1
33
  * @return bool
116
 
117
  #endregion
118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  #----------------------------------------------------------------------------------
120
  #region Permissions
121
  #----------------------------------------------------------------------------------
227
  *
228
  * @since 1.0.9
229
  *
230
+ * @param string $plan Plan name
231
  * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
232
  *
233
  * @return bool
243
  *
244
  * @since 1.0.9
245
  *
246
+ * @param string $plan Plan name
247
  * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
248
  *
249
  * @return bool
335
  /**
336
  * @since 1.0.2
337
  *
338
+ * @param string $plan Plan name
339
  * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
340
  *
341
  * @return bool
347
  *
348
  * @since 1.0.9
349
  *
350
+ * @param string $plan Plan name
351
  * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
352
  *
353
  * @return bool
359
  *
360
  * @since 1.0.9
361
  *
362
+ * @param string $plan Plan name
363
  * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
364
  *
365
  * @return bool
403
  */
404
  abstract function is_only_premium();
405
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
406
  /**
407
  * Checks if it's a freemium plugin.
408
  *
416
  $this->has_free_plan();
417
  }
418
 
 
 
 
 
 
 
 
 
 
 
419
  #endregion
420
 
421
  /**
451
  * @author Vova Feldman (@svovaf)
452
  * @since 1.0.2
453
  *
454
+ * @param string $period Billing cycle
455
  *
456
  * @return string
457
  */
freemius/includes/class-freemius.php CHANGED
@@ -1,13647 +1,11344 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
- * @since 1.0.3
7
- */
8
- if ( ! defined( 'ABSPATH' ) ) {
9
- exit;
10
- }
11
-
12
- // "final class"
13
- class Freemius extends Freemius_Abstract {
14
- /**
15
- * SDK Version
16
- *
17
- * @var string
18
- */
19
- public $version = WP_FS__SDK_VERSION;
20
-
21
- #region Plugin Info
22
-
23
- /**
24
- * @since 1.0.1
25
- *
26
- * @var string
27
- */
28
- private $_slug;
29
-
30
- /**
31
- * @since 1.0.0
32
- *
33
- * @var string
34
- */
35
- private $_plugin_basename;
36
- /**
37
- * @since 1.0.0
38
- *
39
- * @var string
40
- */
41
- private $_free_plugin_basename;
42
- /**
43
- * @since 1.0.0
44
- *
45
- * @var string
46
- */
47
- private $_plugin_dir_path;
48
- /**
49
- * @since 1.0.0
50
- *
51
- * @var string
52
- */
53
- private $_plugin_dir_name;
54
- /**
55
- * @since 1.0.0
56
- *
57
- * @var string
58
- */
59
- private $_plugin_main_file_path;
60
- /**
61
- * @var string[]
62
- */
63
- private $_plugin_data;
64
- /**
65
- * @since 1.0.9
66
- *
67
- * @var string
68
- */
69
- private $_plugin_name;
70
- /**
71
- * @since 1.2.2
72
- *
73
- * @var string
74
- */
75
- private $_module_type;
76
-
77
- #endregion Plugin Info
78
-
79
- /**
80
- * @since 1.0.9
81
- *
82
- * @var bool If false, don't turn Freemius on.
83
- */
84
- private $_is_on;
85
-
86
- /**
87
- * @since 1.1.3
88
- *
89
- * @var bool If false, don't turn Freemius on.
90
- */
91
- private $_is_anonymous;
92
-
93
- /**
94
- * @since 1.0.9
95
- * @var bool If false, issues with connectivity to Freemius API.
96
- */
97
- private $_has_api_connection;
98
-
99
- /**
100
- * @since 1.0.9
101
- * @var bool Hints the SDK if plugin can support anonymous mode (if skip connect is visible).
102
- */
103
- private $_enable_anonymous;
104
-
105
- /**
106
- * @since 1.1.7.5
107
- * @var bool Hints the SDK if plugin should run in anonymous mode (only adds feedback form).
108
- */
109
- private $_anonymous_mode;
110
-
111
- /**
112
- * @since 1.1.9
113
- * @var bool Hints the SDK if plugin have any free plans.
114
- */
115
- private $_is_premium_only;
116
-
117
- /**
118
- * @since 1.2.1.6
119
- * @var bool Hints the SDK if plugin have premium code version at all.
120
- */
121
- private $_has_premium_version;
122
-
123
- /**
124
- * @since 1.2.1.6
125
- * @var bool Hints the SDK if plugin should ignore pending mode by simulating a skip.
126
- */
127
- private $_ignore_pending_mode;
128
-
129
- /**
130
- * @since 1.0.8
131
- * @var bool Hints the SDK if the plugin has any paid plans.
132
- */
133
- private $_has_paid_plans;
134
-
135
- /**
136
- * @since 1.2.1.5
137
- * @var int Hints the SDK if the plugin offers a trial period. If negative, no trial, if zero - has a trial but
138
- * without a specified period, if positive - the number of trial days.
139
- */
140
- private $_trial_days = - 1;
141
-
142
- /**
143
- * @since 1.2.1.5
144
- * @var bool Hints the SDK if the trial requires a payment method or not.
145
- */
146
- private $_is_trial_require_payment = false;
147
-
148
- /**
149
- * @since 1.0.7
150
- * @var bool Hints the SDK if the plugin is WordPress.org compliant.
151
- */
152
- private $_is_org_compliant;
153
-
154
- /**
155
- * @since 1.0.7
156
- * @var bool Hints the SDK if the plugin is has add-ons.
157
- */
158
- private $_has_addons;
159
-
160
- /**
161
- * @since 1.1.6
162
- * @var string[]bool.
163
- */
164
- private $_permissions;
165
-
166
- /**
167
- * @var FS_Key_Value_Storage
168
- */
169
- private $_storage;
170
-
171
- /**
172
- * @since 1.2.2.7
173
- * @var FS_Cache_Manager
174
- */
175
- private $_cache;
176
-
177
- /**
178
- * @since 1.0.0
179
- *
180
- * @var FS_Logger
181
- */
182
- private $_logger;
183
- /**
184
- * @since 1.0.4
185
- *
186
- * @var FS_Plugin
187
- */
188
- private $_plugin = false;
189
- /**
190
- * @since 1.0.4
191
- *
192
- * @var FS_Plugin|false
193
- */
194
- private $_parent_plugin = false;
195
- /**
196
- * @since 1.1.1
197
- *
198
- * @var Freemius
199
- */
200
- private $_parent = false;
201
- /**
202
- * @since 1.0.1
203
- *
204
- * @var FS_User
205
- */
206
- private $_user = false;
207
- /**
208
- * @since 1.0.1
209
- *
210
- * @var FS_Site
211
- */
212
- private $_site = false;
213
- /**
214
- * @since 1.0.1
215
- *
216
- * @var FS_Plugin_License
217
- */
218
- private $_license;
219
- /**
220
- * @since 1.0.2
221
- *
222
- * @var FS_Plugin_Plan[]
223
- */
224
- private $_plans = false;
225
- /**
226
- * @var FS_Plugin_License[]
227
- * @since 1.0.5
228
- */
229
- private $_licenses = false;
230
-
231
- /**
232
- * @since 1.0.1
233
- *
234
- * @var FS_Admin_Menu_Manager
235
- */
236
- private $_menu;
237
-
238
- /**
239
- * @var FS_Admin_Notice_Manager
240
- */
241
- private $_admin_notices;
242
-
243
- /**
244
- * @since 1.1.6
245
- *
246
- * @var FS_Admin_Notice_Manager
247
- */
248
- private static $_global_admin_notices;
249
-
250
- /**
251
- * @var FS_Logger
252
- * @since 1.0.0
253
- */
254
- private static $_static_logger;
255
-
256
- /**
257
- * @var FS_Option_Manager
258
- * @since 1.0.2
259
- */
260
- private static $_accounts;
261
-
262
- /**
263
- * @since 1.2.2
264
- *
265
- * @var number
266
- */
267
- private $_module_id;
268
-
269
- /**
270
- * @var Freemius[]
271
- */
272
- private static $_instances = array();
273
-
274
- #region Uninstall Reasons IDs
275
-
276
- const REASON_NO_LONGER_NEEDED = 1;
277
- const REASON_FOUND_A_BETTER_PLUGIN = 2;
278
- const REASON_NEEDED_FOR_A_SHORT_PERIOD = 3;
279
- const REASON_BROKE_MY_SITE = 4;
280
- const REASON_SUDDENLY_STOPPED_WORKING = 5;
281
- const REASON_CANT_PAY_ANYMORE = 6;
282
- const REASON_OTHER = 7;
283
- const REASON_DIDNT_WORK = 8;
284
- const REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION = 9;
285
- const REASON_COULDNT_MAKE_IT_WORK = 10;
286
- const REASON_GREAT_BUT_NEED_SPECIFIC_FEATURE = 11;
287
- const REASON_NOT_WORKING = 12;
288
- const REASON_NOT_WHAT_I_WAS_LOOKING_FOR = 13;
289
- const REASON_DIDNT_WORK_AS_EXPECTED = 14;
290
- const REASON_TEMPORARY_DEACTIVATION = 15;
291
-
292
- #endregion
293
-
294
- /* Ctor
295
- ------------------------------------------------------------------------------------------------------------------*/
296
-
297
- /**
298
- * Main singleton instance.
299
- *
300
- * @author Vova Feldman (@svovaf)
301
- * @since 1.0.0
302
- *
303
- * @param number $module_id
304
- * @param string|bool $slug
305
- * @param bool $is_init Since 1.2.1 Is initiation sequence.
306
- */
307
- private function __construct( $module_id, $slug = false, $is_init = false ) {
308
- if ( $is_init && is_numeric( $module_id ) && is_string( $slug ) ) {
309
- $this->store_id_slug_type_path_map( $module_id, $slug );
310
- }
311
-
312
- $this->_module_id = $module_id;
313
- $this->_slug = $this->get_slug();
314
- $this->_module_type = $this->get_module_type();
315
-
316
- $this->_storage = FS_Key_Value_Storage::instance( $this->_module_type . '_data', $this->_slug );
317
- $this->_cache = FS_Cache_Manager::get_manager( WP_FS___OPTION_PREFIX . "cache_{$module_id}" );
318
-
319
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $this->get_unique_affix(), WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
320
-
321
- $this->_plugin_main_file_path = $this->_find_caller_plugin_file( $is_init );
322
- $this->_plugin_dir_path = plugin_dir_path( $this->_plugin_main_file_path );
323
- $this->_plugin_basename = $this->get_plugin_basename();
324
- $this->_free_plugin_basename = str_replace( '-premium/', '/', $this->_plugin_basename );
325
-
326
- $base_name_split = explode( '/', $this->_plugin_basename );
327
- $this->_plugin_dir_name = $base_name_split[0];
328
-
329
- if ( $this->_logger->is_on() ) {
330
- $this->_logger->info( 'plugin_main_file_path = ' . $this->_plugin_main_file_path );
331
- $this->_logger->info( 'plugin_dir_path = ' . $this->_plugin_dir_path );
332
- $this->_logger->info( 'plugin_basename = ' . $this->_plugin_basename );
333
- $this->_logger->info( 'free_plugin_basename = ' . $this->_free_plugin_basename );
334
- $this->_logger->info( 'plugin_dir_name = ' . $this->_plugin_dir_name );
335
- }
336
-
337
- // Remember link between file to slug.
338
- $this->store_file_slug_map();
339
-
340
- // Store plugin's initial install timestamp.
341
- if ( ! isset( $this->_storage->install_timestamp ) ) {
342
- $this->_storage->install_timestamp = WP_FS__SCRIPT_START_TIME;
343
- }
344
-
345
- if ( ! is_object( $this->_plugin ) ) {
346
- $this->_plugin = FS_Plugin_Manager::instance( $this->_module_id )->get();
347
- }
348
-
349
- $this->_admin_notices = FS_Admin_Notice_Manager::instance(
350
- $this->_slug . ( $this->is_theme() ? ':theme' : '' ),
351
- /**
352
- * Ensure that the admin notice will always have a title by using the stored plugin title if available and
353
- * retrieving the title via the "get_plugin_name" method if there is no stored plugin title available.
354
- *
355
- * @author Leo Fajardo (@leorw)
356
- * @since 1.2.2
357
- */
358
- ( is_object( $this->_plugin ) ? $this->_plugin->title : $this->get_plugin_name() ),
359
- $this->get_unique_affix()
360
- );
361
-
362
- if ( 'true' === fs_request_get( 'fs_clear_api_cache' ) ||
363
- 'true' === fs_request_is_action( 'restart_freemius' )
364
- ) {
365
- FS_Api::clear_cache();
366
- $this->_cache->clear();
367
- }
368
-
369
- $this->_register_hooks();
370
-
371
- $this->_load_account();
372
-
373
- $this->_version_updates_handler();
374
- }
375
-
376
- /**
377
- * Checks whether this module has a settings menu.
378
- *
379
- * @author Leo Fajardo (@leorw)
380
- * @since 1.2.2
381
- *
382
- * @return bool
383
- */
384
- function has_settings_menu() {
385
- return $this->_menu->has_menu();
386
- }
387
-
388
- /**
389
- * Check if the context module is free wp.org theme.
390
- *
391
- * This method is helpful because:
392
- * 1. wp.org themes are limited to a single submenu item,
393
- * and sub-submenu items are most likely not allowed (never verified).
394
- * 2. wp.org themes are not allowed to redirect the user
395
- * after the theme activation, therefore, the agreed UX
396
- * is showing the opt-in as a modal dialog box after
397
- * activation (approved by @otto42, @emiluzelac, @greenshady, @grapplerulrich).
398
- *
399
- * @author Vova Feldman (@svovaf)
400
- * @since 1.2.2.7
401
- *
402
- * @return bool
403
- */
404
- function is_free_wp_org_theme() {
405
- return (
406
- $this->is_theme() &&
407
- $this->is_org_repo_compliant() &&
408
- ! $this->is_premium()
409
- );
410
- }
411
-
412
- /**
413
- * Checks whether this a submenu item is visible.
414
- *
415
- * @author Vova Feldman (@svovaf)
416
- * @since 1.2.2.6
417
- * @since 1.2.2.7 Even if the menu item was specified to be hidden, when it is the context page, then show the submenu item so the user will have the right context page.
418
- *
419
- * @param string $slug
420
- *
421
- * @return bool
422
- */
423
- function is_submenu_item_visible( $slug ) {
424
- if ( $this->is_admin_page( $slug ) ) {
425
- /**
426
- * It is the current context page, so show the submenu item
427
- * so the user will have the right context page, even if it
428
- * was set to hidden.
429
- */
430
- return true;
431
- }
432
-
433
- if ( ! $this->has_settings_menu() ) {
434
- // No menu settings at all.
435
- return false;
436
- }
437
-
438
- if ( $this->is_free_wp_org_theme() ) {
439
- /**
440
- * wp.org themes are limited to a single submenu item, and
441
- * sub-submenu items are most likely not allowed (never verified).
442
- */
443
- return false;
444
- }
445
-
446
- return $this->_menu->is_submenu_item_visible( $slug );
447
- }
448
-
449
- /**
450
- * Check if a Freemius page should be accessible via the UI.
451
- *
452
- * @author Vova Feldman (@svovaf)
453
- * @since 1.2.2.7
454
- *
455
- * @param string $slug
456
- *
457
- * @return bool
458
- */
459
- function is_page_visible( $slug ) {
460
- if ( $this->is_admin_page( $slug ) ) {
461
- return true;
462
- }
463
-
464
- return $this->_menu->is_submenu_item_visible( $slug, true, true );
465
- }
466
-
467
- /**
468
- * @author Vova Feldman (@svovaf)
469
- * @since 1.0.9
470
- */
471
- private function _version_updates_handler() {
472
- if ( ! isset( $this->_storage->sdk_version ) || $this->_storage->sdk_version != $this->version ) {
473
- // Freemius version upgrade mode.
474
- $this->_storage->sdk_last_version = $this->_storage->sdk_version;
475
- $this->_storage->sdk_version = $this->version;
476
-
477
- if ( empty( $this->_storage->sdk_last_version ) ||
478
- version_compare( $this->_storage->sdk_last_version, $this->version, '<' )
479
- ) {
480
- $this->_storage->sdk_upgrade_mode = true;
481
- $this->_storage->sdk_downgrade_mode = false;
482
- } else {
483
- $this->_storage->sdk_downgrade_mode = true;
484
- $this->_storage->sdk_upgrade_mode = false;
485
-
486
- }
487
-
488
- $this->do_action( 'sdk_version_update', $this->_storage->sdk_last_version, $this->version );
489
- }
490
-
491
- $plugin_version = $this->get_plugin_version();
492
- if ( ! isset( $this->_storage->plugin_version ) || $this->_storage->plugin_version != $plugin_version ) {
493
- // Plugin version upgrade mode.
494
- $this->_storage->plugin_last_version = $this->_storage->plugin_version;
495
- $this->_storage->plugin_version = $plugin_version;
496
-
497
- if ( empty( $this->_storage->plugin_last_version ) ||
498
- version_compare( $this->_storage->plugin_last_version, $plugin_version, '<' )
499
- ) {
500
- $this->_storage->plugin_upgrade_mode = true;
501
- $this->_storage->plugin_downgrade_mode = false;
502
- } else {
503
- $this->_storage->plugin_downgrade_mode = true;
504
- $this->_storage->plugin_upgrade_mode = false;
505
- }
506
-
507
- if ( ! empty( $this->_storage->plugin_last_version ) ) {
508
- // Different version of the plugin was installed before, therefore it's an update.
509
- $this->_storage->is_plugin_new_install = false;
510
- }
511
-
512
- $this->do_action( 'plugin_version_update', $this->_storage->plugin_last_version, $plugin_version );
513
- }
514
- }
515
-
516
- /**
517
- * @author Vova Feldman (@svovaf)
518
- * @since 1.1.5
519
- *
520
- * @param string $sdk_prev_version
521
- * @param string $sdk_version
522
- */
523
- function _data_migration( $sdk_prev_version, $sdk_version ) {
524
- /**
525
- * @since 1.1.7.3 Fixed unwanted connectivity test cleanup.
526
- */
527
- if ( empty( $sdk_prev_version ) ) {
528
- return;
529
- }
530
-
531
- if ( version_compare( $sdk_prev_version, '1.1.5', '<' ) &&
532
- version_compare( $sdk_version, '1.1.5', '>=' )
533
- ) {
534
- // On version 1.1.5 merged connectivity and is_on data.
535
- if ( isset( $this->_storage->connectivity_test ) ) {
536
- if ( ! isset( $this->_storage->is_on ) ) {
537
- unset( $this->_storage->connectivity_test );
538
- } else {
539
- $connectivity_data = $this->_storage->connectivity_test;
540
- $connectivity_data['is_active'] = $this->_storage->is_on['is_active'];
541
- $connectivity_data['timestamp'] = $this->_storage->is_on['timestamp'];
542
-
543
- // Override.
544
- $this->_storage->connectivity_test = $connectivity_data;
545
-
546
- // Remove previous structure.
547
- unset( $this->_storage->is_on );
548
- }
549
-
550
- }
551
- }
552
- }
553
-
554
- /**
555
- * @author Vova Feldman (@svovaf)
556
- * @since 1.2.2.7
557
- *
558
- * @param string $plugin_prev_version
559
- * @param string $plugin_version
560
- */
561
- function _after_version_update( $plugin_prev_version, $plugin_version ) {
562
- if ( $this->is_theme() ) {
563
- // Expire the cache of the previous tabs since the theme may
564
- // have setting updates.
565
- $this->_cache->expire( 'tabs' );
566
- $this->_cache->expire( 'tabs_stylesheets' );
567
- }
568
- }
569
-
570
- /**
571
- * This action is connected to the 'plugins_loaded' hook and helps to determine
572
- * if this is a new plugin installation or a plugin update.
573
- *
574
- * There are 3 different use-cases:
575
- * 1) New plugin installation right with Freemius:
576
- * 1.1 _activate_plugin_event_hook() will be executed first
577
- * 1.2 Since $this->_storage->is_plugin_new_install is not set,
578
- * and $this->_storage->plugin_last_version is not set,
579
- * $this->_storage->is_plugin_new_install will be set to TRUE.
580
- * 1.3 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install will
581
- * be already set to TRUE.
582
- *
583
- * 2) Plugin update, didn't have Freemius before, and now have the SDK:
584
- * 2.1 _activate_plugin_event_hook() will not be executed, because
585
- * the activation hook do NOT fires on updates since WP 3.1.
586
- * 2.2 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install will
587
- * be empty, therefore, it will be set to FALSE.
588
- *
589
- * 3) Plugin update, had Freemius in prev version as well:
590
- * 3.1 _version_updates_handler() will be executed 1st, since FS was installed
591
- * before, $this->_storage->plugin_last_version will NOT be empty,
592
- * therefore, $this->_storage->is_plugin_new_install will be set to FALSE.
593
- * 3.2 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install is
594
- * already set, therefore, it will not be modified.
595
- *
596
- * Use-case #3 is backward compatible, #3.1 will be executed since 1.0.9.
597
- *
598
- * NOTE:
599
- * The only fallback of this mechanism is if an admin updates a plugin based on use-case #2,
600
- * and then, the next immediate PageView is the plugin's main settings page, it will not
601
- * show the opt-in right away. The reason it will happen is because Freemius execution
602
- * will be turned off till the plugin is fully loaded at least once
603
- * (till $this->_storage->was_plugin_loaded is TRUE).
604
- *
605
- * @author Vova Feldman (@svovaf)
606
- * @since 1.1.9
607
- *
608
- */
609
- function _plugins_loaded() {
610
- // Update flag that plugin was loaded with Freemius at least once.
611
- $this->_storage->was_plugin_loaded = true;
612
-
613
- /**
614
- * Bug fix - only set to false when it's a plugin, due to the
615
- * execution sequence of the theme hooks and our methods, if
616
- * this will be set for themes, Freemius will always assume
617
- * it's a theme update.
618
- *
619
- * @author Vova Feldman (@svovaf)
620
- * @since 1.2.2.2
621
- */
622
- if ( $this->is_plugin() &&
623
- ! isset( $this->_storage->is_plugin_new_install )
624
- ) {
625
- $this->_storage->is_plugin_new_install = false;
626
- }
627
- }
628
-
629
- /**
630
- * @author Vova Feldman (@svovaf)
631
- * @since 1.0.9
632
- */
633
- private function _register_hooks() {
634
- $this->_logger->entrance();
635
-
636
- if ( is_admin() ) {
637
- if ( $this->is_plugin() ) {
638
- $plugin_dir = dirname( $this->_plugin_dir_path ) . '/';
639
-
640
- /**
641
- * @since 1.2.2
642
- *
643
- * Hook to both free and premium version activations to support
644
- * auto deactivation on the other version activation.
645
- */
646
- register_activation_hook(
647
- $plugin_dir . $this->_free_plugin_basename,
648
- array( &$this, '_activate_plugin_event_hook' )
649
- );
650
-
651
- register_activation_hook(
652
- $plugin_dir . $this->premium_plugin_basename(),
653
- array( &$this, '_activate_plugin_event_hook' )
654
- );
655
- } else {
656
- add_action( 'after_switch_theme', array( &$this, '_activate_theme_event_hook' ), 10, 2 );
657
-
658
- /**
659
- * Include the required hooks to capture the theme settings' page tabs
660
- * and cache them.
661
- *
662
- * @author Vova Feldman (@svovaf)
663
- * @since 1.2.2.7
664
- */
665
- if ( ! $this->_cache->has_valid( 'tabs' ) ) {
666
- add_action( 'admin_footer', array( &$this, '_tabs_capture' ) );
667
- // Add license activation AJAX callback.
668
- $this->add_ajax_action( 'store_tabs', array( &$this, '_store_tabs_ajax_action' ) );
669
-
670
- add_action( 'admin_enqueue_scripts', array( &$this, '_store_tabs_styles' ), 9999999 );
671
- }
672
-
673
- add_action(
674
- 'admin_footer',
675
- array( &$this, '_add_freemius_tabs' ),
676
- /**
677
- * The tabs JS code must be executed after the tabs capture logic (_tabs_capture()).
678
- * That's why the priority is 11 while the tabs capture logic is added
679
- * with priority 10.
680
- *
681
- * @author Vova Feldman (@svovaf)
682
- */
683
- 11
684
- );
685
-
686
- add_action( 'admin_footer', array( &$this, '_style_premium_theme' ) );
687
- }
688
-
689
- /**
690
- * Part of the mechanism to identify new plugin install vs. plugin update.
691
- *
692
- * @author Vova Feldman (@svovaf)
693
- * @since 1.1.9
694
- */
695
- if ( empty( $this->_storage->was_plugin_loaded ) ) {
696
- if ( $this->is_plugin() &&
697
- $this->is_activation_mode( false ) &&
698
- 0 == did_action( 'plugins_loaded' )
699
- ) {
700
- add_action( 'plugins_loaded', array( &$this, '_plugins_loaded' ) );
701
- } else {
702
- // If was activated before, then it was already loaded before.
703
- $this->_plugins_loaded();
704
- }
705
- }
706
-
707
- if ( ! self::is_ajax() ) {
708
- if ( ! $this->is_addon() ) {
709
- add_action( 'init', array( &$this, '_add_default_submenu_items' ), WP_FS__LOWEST_PRIORITY );
710
- }
711
- }
712
- }
713
-
714
- if ( $this->is_plugin() ) {
715
- register_deactivation_hook( $this->_plugin_main_file_path, array( &$this, '_deactivate_plugin_hook' ) );
716
- }
717
-
718
- if ( $this->is_theme() && self::is_customizer() ) {
719
- // Register customizer upsell.
720
- add_action( 'customize_register', array( &$this, '_customizer_register' ) );
721
- }
722
-
723
- add_action( 'init', array( &$this, '_redirect_on_clicked_menu_link' ), WP_FS__LOWEST_PRIORITY );
724
-
725
- add_action( 'admin_init', array( &$this, '_add_tracking_links' ) );
726
- add_action( 'admin_init', array( &$this, '_add_license_activation' ) );
727
- $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
728
- $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
729
-
730
- $this->add_ajax_action( 'install_premium_version', array(
731
- &$this,
732
- '_install_premium_version_ajax_action'
733
- ) );
734
-
735
- $this->add_action( 'after_plans_sync', array( &$this, '_check_for_trial_plans' ) );
736
-
737
- $this->add_action( 'sdk_version_update', array( &$this, '_data_migration' ), WP_FS__DEFAULT_PRIORITY, 2 );
738
- $this->add_action( 'plugin_version_update', array( &$this, '_after_version_update' ), WP_FS__DEFAULT_PRIORITY, 2 );
739
- $this->add_filter( 'after_code_type_change', array( &$this, '_after_code_type_change' ) );
740
-
741
- add_action( 'admin_init', array( &$this, '_add_trial_notice' ) );
742
- add_action( 'admin_init', array( &$this, '_enqueue_common_css' ) );
743
-
744
- /**
745
- * Handle request to reset anonymous mode for `get_reconnect_url()`.
746
- *
747
- * @author Vova Feldman (@svovaf)
748
- * @since 1.2.1.5
749
- */
750
- if ( fs_request_is_action( 'reset_anonymous_mode' ) &&
751
- $this->get_unique_affix() === fs_request_get( 'fs_unique_affix' )
752
- ) {
753
- add_action( 'admin_init', array( &$this, 'connect_again' ) );
754
- }
755
- }
756
-
757
- /**
758
- * Keeping the uninstall hook registered for free or premium plugin version may result to a fatal error that
759
- * could happen when a user tries to uninstall either version while one of them is still active. Uninstalling a
760
- * plugin will trigger inclusion of the free or premium version and if one of them is active during the
761
- * uninstallation, a fatal error may occur in case the plugin's class or functions are already defined.
762
- *
763
- * @author Leo Fajardo (leorw)
764
- *
765
- * @since 1.2.0
766
- */
767
- private function unregister_uninstall_hook() {
768
- $uninstallable_plugins = (array) get_option( 'uninstall_plugins' );
769
- unset( $uninstallable_plugins[ $this->_free_plugin_basename ] );
770
- unset( $uninstallable_plugins[ $this->premium_plugin_basename() ] );
771
-
772
- update_option( 'uninstall_plugins', $uninstallable_plugins );
773
- }
774
-
775
- /**
776
- * @since 1.2.0 Invalidate module's main file cache, otherwise, FS_Plugin_Updater will not fetch updates.
777
- */
778
- private function clear_module_main_file_cache() {
779
- if ( ! isset( $this->_storage->plugin_main_file ) ||
780
- empty( $this->_storage->plugin_main_file->path )
781
- ) {
782
- return;
783
- }
784
-
785
- $plugin_main_file = clone $this->_storage->plugin_main_file;
786
-
787
- // Store cached path (2nd layer cache).
788
- $plugin_main_file->prev_path = $plugin_main_file->path;
789
-
790
- // Clear cached path.
791
- unset( $plugin_main_file->path );
792
-
793
- $this->_storage->plugin_main_file = $plugin_main_file;
794
-
795
- /**
796
- * Clear global cached path.
797
- *
798
- * @author Leo Fajardo (@leorw)
799
- * @since 1.2.2
800
- */
801
- $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map' );
802
- unset( $id_slug_type_path_map[ $this->_module_id ]['path'] );
803
- self::$_accounts->set_option( 'id_slug_type_path_map', $id_slug_type_path_map, true );
804
- }
805
-
806
- /**
807
- * @author Vova Feldman (@svovaf)
808
- * @since 1.0.9
809
- */
810
- private function _register_account_hooks() {
811
- if ( ! is_admin() ) {
812
- return;
813
- }
814
-
815
- /**
816
- * Always show the deactivation feedback form since we added
817
- * automatic free version deactivation upon premium code activation.
818
- *
819
- * @since 1.2.1.6
820
- */
821
- $this->add_ajax_action(
822
- 'submit_uninstall_reason',
823
- array( &$this, '_submit_uninstall_reason_action' )
824
- );
825
-
826
- if ( ( $this->is_plugin() && self::is_plugins_page() ) ||
827
- ( $this->is_theme() && self::is_themes_page() )
828
- ) {
829
- add_action( 'admin_footer', array( &$this, '_add_deactivation_feedback_dialog_box' ) );
830
- }
831
- }
832
-
833
- /**
834
- * Leverage backtrace to find caller plugin file path.
835
- *
836
- * @author Vova Feldman (@svovaf)
837
- * @since 1.0.6
838
- *
839
- * @param bool $is_init Is initiation sequence.
840
- *
841
- * @return string
842
- */
843
- private function _find_caller_plugin_file( $is_init = false ) {
844
- // Try to load the cached value of the file path.
845
- if ( isset( $this->_storage->plugin_main_file ) ) {
846
- $plugin_main_file = $this->_storage->plugin_main_file;
847
- if ( isset( $plugin_main_file->path ) && file_exists( $plugin_main_file->path ) ) {
848
- return $plugin_main_file->path;
849
- }
850
- }
851
-
852
- /**
853
- * @since 1.2.1
854
- *
855
- * `clear_module_main_file_cache()` is clearing the plugin's cached path on
856
- * deactivation. Therefore, if any plugin/theme was initiating `Freemius`
857
- * with that plugin's slug, it was overriding the empty plugin path with a wrong path.
858
- *
859
- * So, we've added a special mechanism with a 2nd layer of cache that uses `prev_path`
860
- * when the class instantiator isn't the module.
861
- */
862
- if ( ! $is_init ) {
863
- // Fetch prev path cache.
864
- if ( isset( $this->_storage->plugin_main_file ) &&
865
- isset( $this->_storage->plugin_main_file->prev_path )
866
- ) {
867
- if ( file_exists( $this->_storage->plugin_main_file->prev_path ) ) {
868
- return $this->_storage->plugin_main_file->prev_path;
869
- }
870
- }
871
-
872
- wp_die(
873
- $this->get_text( 'failed-finding-main-path' ) .
874
- " Module: {$this->_slug}; SDK: " . WP_FS__SDK_VERSION . ";",
875
- $this->get_text( 'error' ),
876
- array( 'back_link' => true )
877
- );
878
- }
879
-
880
- /**
881
- * @since 1.2.1
882
- *
883
- * Only the original instantiator that calls dynamic_init can modify the module's path.
884
- */
885
- // Find caller module.
886
- $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );
887
- $this->_storage->plugin_main_file = (object) array(
888
- 'path' => $id_slug_type_path_map[ $this->_module_id ]['path'],
889
- );
890
-
891
- return $id_slug_type_path_map[ $this->_module_id ]['path'];
892
- }
893
-
894
- /**
895
- * @author Leo Fajardo (@leorw)
896
- *
897
- * @param number $module_id
898
- * @param string $slug
899
- *
900
- * @since 1.2.2
901
- */
902
- private function store_id_slug_type_path_map( $module_id, $slug ) {
903
- $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );
904
-
905
- $store_option = false;
906
-
907
- if ( ! isset( $id_slug_type_path_map[ $module_id ] ) ) {
908
- $id_slug_type_path_map[ $module_id ] = array(
909
- 'slug' => $slug
910
- );
911
-
912
- $store_option = true;
913
- }
914
-
915
- if ( ! isset( $id_slug_type_path_map[ $module_id ]['path'] ) ) {
916
- $caller_main_file_and_type = $this->get_caller_main_file_and_type();
917
-
918
- $id_slug_type_path_map[ $module_id ]['type'] = $caller_main_file_and_type->module_type;
919
- $id_slug_type_path_map[ $module_id ]['path'] = $caller_main_file_and_type->path;
920
-
921
- $store_option = true;
922
- }
923
-
924
- if ( $store_option ) {
925
- self::$_accounts->set_option( 'id_slug_type_path_map', $id_slug_type_path_map, true );
926
- }
927
- }
928
-
929
- /**
930
- * Identifies the caller type: plugin or theme.
931
- *
932
- * @author Leo Fajardo (@leorw)
933
- * @since 1.2.2
934
- *
935
- * @author Vova Feldman (@svovaf)
936
- * @since 1.2.2.3 Find the earliest module in the call stack that calls to the SDK. This fix is for cases when
937
- * add-ons are relying on loading the SDK from the parent module, and also allows themes including the
938
- * SDK an internal file instead of directly from functions.php.
939
- * @since 1.2.1.7 Knows how to handle cases when an add-on includes the parent module logic.
940
- */
941
- private function get_caller_main_file_and_type() {
942
- self::require_plugin_essentials();
943
-
944
- $all_plugins = get_plugins();
945
- $all_plugins_paths = array();
946
-
947
- // Get active plugin's main files real full names (might be symlinks).
948
- foreach ( $all_plugins as $relative_path => &$data ) {
949
- if ( false === strpos( fs_normalize_path( $relative_path ), '/' ) ) {
950
- /**
951
- * Ignore plugins that don't have a folder (e.g. Hello Dolly) since they
952
- * can't really include the SDK.
953
- *
954
- * @author Vova Feldman
955
- * @since 1.2.1.7
956
- */
957
- continue;
958
- }
959
-
960
- $all_plugins_paths[] = fs_normalize_path( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) );
961
- }
962
-
963
- $caller_file_candidate = false;
964
- $caller_map = array();
965
- $module_type = WP_FS__MODULE_TYPE_PLUGIN;
966
- $themes_dir = fs_normalize_path( get_theme_root() );
967
-
968
- for ( $i = 1, $bt = debug_backtrace(), $len = count( $bt ); $i < $len; $i ++ ) {
969
- if ( empty( $bt[ $i ]['file'] ) ) {
970
- continue;
971
- }
972
-
973
- if ( $i > 1 && ! empty( $bt[ $i - 1 ]['file'] ) && $bt[ $i ]['file'] === $bt[ $i - 1 ]['file'] ) {
974
- // If file same as the prev file in the stack, skip it.
975
- continue;
976
- }
977
-
978
- if ( ! empty( $bt[ $i ]['function'] ) && in_array( $bt[ $i ]['function'], array(
979
- 'do_action',
980
- 'apply_filter',
981
- // The string split is stupid, but otherwise, theme check
982
- // throws info notices.
983
- 'requir' . 'e_once',
984
- 'requir' . 'e',
985
- 'includ' . 'e_once',
986
- 'includ' . 'e'
987
- ) )
988
- ) {
989
- // Ignore call stack hooks and files inclusion.
990
- continue;
991
- }
992
-
993
- $caller_file_path = fs_normalize_path( $bt[ $i ]['file'] );
994
-
995
- if ( 'functions.php' === basename( $caller_file_path ) ) {
996
- /**
997
- * 1. Assumes that theme's starting execution file is functions.php.
998
- * 2. This complex logic fixes symlink issues (e.g. with Vargant).
999
- *
1000
- * @author Vova Feldman (@svovaf)
1001
- * @since 1.2.2.5
1002
- */
1003
-
1004
- if ( $caller_file_path == fs_normalize_path( realpath( trailingslashit( $themes_dir ) . basename( dirname( $caller_file_path ) ) . '/' . basename( $caller_file_path ) ) ) ) {
1005
- $module_type = WP_FS__MODULE_TYPE_THEME;
1006
- $caller_file_candidate = $caller_file_path;
1007
- continue;
1008
- }
1009
- }
1010
-
1011
- $caller_file_hash = md5( $caller_file_path );
1012
-
1013
- if ( ! isset( $caller_map[ $caller_file_hash ] ) ) {
1014
- foreach ( $all_plugins_paths as $plugin_path ) {
1015
- if ( false !== strpos( $caller_file_path, fs_normalize_path( dirname( $plugin_path ) . '/' ) ) ) {
1016
- $caller_map[ $caller_file_hash ] = fs_normalize_path( $plugin_path );
1017
- break;
1018
- }
1019
- }
1020
- }
1021
-
1022
- if ( isset( $caller_map[ $caller_file_hash ] ) ) {
1023
- $module_type = WP_FS__MODULE_TYPE_PLUGIN;
1024
- $caller_file_candidate = $caller_map[ $caller_file_hash ];
1025
- }
1026
- }
1027
-
1028
- return (object) array(
1029
- 'module_type' => $module_type,
1030
- 'path' => $caller_file_candidate
1031
- );
1032
- }
1033
-
1034
- #----------------------------------------------------------------------------------
1035
- #region Deactivation Feedback Form
1036
- #----------------------------------------------------------------------------------
1037
-
1038
- /**
1039
- * Displays a confirmation and feedback dialog box when the user clicks on the "Deactivate" link on the plugins
1040
- * page.
1041
- *
1042
- * @author Vova Feldman (@svovaf)
1043
- * @author Leo Fajardo (@leorw)
1044
- * @since 1.1.2
1045
- */
1046
- function _add_deactivation_feedback_dialog_box() {
1047
- /* Check the type of user:
1048
- * 1. Long-term (long-term)
1049
- * 2. Non-registered and non-anonymous short-term (non-registered-and-non-anonymous-short-term).
1050
- * 3. Short-term (short-term)
1051
- */
1052
- $is_long_term_user = true;
1053
-
1054
- // Check if the site is at least 2 days old.
1055
- $time_installed = $this->_storage->install_timestamp;
1056
-
1057
- // Difference in seconds.
1058
- $date_diff = time() - $time_installed;
1059
-
1060
- // Convert seconds to days.
1061
- $date_diff_days = floor( $date_diff / ( 60 * 60 * 24 ) );
1062
-
1063
- if ( $date_diff_days < 2 ) {
1064
- $is_long_term_user = false;
1065
- }
1066
-
1067
- $is_long_term_user = $this->apply_filters( 'is_long_term_user', $is_long_term_user );
1068
-
1069
- if ( $is_long_term_user ) {
1070
- $user_type = 'long-term';
1071
- } else {
1072
- if ( ! $this->is_registered() && ! $this->is_anonymous() ) {
1073
- $user_type = 'non-registered-and-non-anonymous-short-term';
1074
- } else {
1075
- $user_type = 'short-term';
1076
- }
1077
- }
1078
-
1079
- $uninstall_reasons = $this->_get_uninstall_reasons( $user_type );
1080
-
1081
- // Load the HTML template for the deactivation feedback dialog box.
1082
- $vars = array(
1083
- 'reasons' => $uninstall_reasons,
1084
- 'id' => $this->_module_id
1085
- );
1086
-
1087
- /**
1088
- * @todo Deactivation form core functions should be loaded only once! Otherwise, when there are multiple Freemius powered plugins the same code is loaded multiple times. The only thing that should be loaded differently is the various deactivation reasons object based on the state of the plugin.
1089
- */
1090
- fs_require_template( 'forms/deactivation/form.php', $vars );
1091
- }
1092
-
1093
- /**
1094
- * @author Leo Fajardo (leorw)
1095
- * @since 1.1.2
1096
- *
1097
- * @param string $user_type
1098
- *
1099
- * @return array The uninstall reasons for the specified user type.
1100
- */
1101
- function _get_uninstall_reasons( $user_type = 'long-term' ) {
1102
- $module_type = $this->_module_type;
1103
-
1104
- $internal_message_template_var = array(
1105
- 'id' => $this->_module_id
1106
- );
1107
-
1108
- if ( $this->is_registered() && false !== $this->get_plan() && $this->get_plan()->has_technical_support() ) {
1109
- $contact_support_template = fs_get_template( 'forms/deactivation/contact.php', $internal_message_template_var );
1110
- } else {
1111
- $contact_support_template = '';
1112
- }
1113
-
1114
- $reason_found_better_plugin = array(
1115
- 'id' => self::REASON_FOUND_A_BETTER_PLUGIN,
1116
- 'text' => sprintf( $this->get_text( 'reason-found-a-better-plugin' ), $module_type ),
1117
- 'input_type' => 'textfield',
1118
- 'input_placeholder' => sprintf( $this->get_text( 'placeholder-plugin-name' ), $module_type ),
1119
- );
1120
-
1121
- $reason_temporary_deactivation = array(
1122
- 'id' => self::REASON_TEMPORARY_DEACTIVATION,
1123
- 'text' => sprintf(
1124
- $this->get_text( 'reason-temporary-x' ),
1125
- strtolower( $this->is_plugin() ?
1126
- $this->get_text( 'deactivation' ) :
1127
- $this->get_text( 'theme-switch' )
1128
- )
1129
- ),
1130
- 'input_type' => '',
1131
- 'input_placeholder' => ''
1132
- );
1133
-
1134
- $reason_other = array(
1135
- 'id' => self::REASON_OTHER,
1136
- 'text' => $this->get_text( 'reason-other' ),
1137
- 'input_type' => 'textfield',
1138
- 'input_placeholder' => ''
1139
- );
1140
-
1141
- $long_term_user_reasons = array(
1142
- array(
1143
- 'id' => self::REASON_NO_LONGER_NEEDED,
1144
- 'text' => sprintf( $this->get_text( 'reason-no-longer-needed' ), $module_type ),
1145
- 'input_type' => '',
1146
- 'input_placeholder' => ''
1147
- ),
1148
- $reason_found_better_plugin,
1149
- array(
1150
- 'id' => self::REASON_NEEDED_FOR_A_SHORT_PERIOD,
1151
- 'text' => sprintf( $this->get_text( 'reason-needed-for-a-short-period' ), $module_type ),
1152
- 'input_type' => '',
1153
- 'input_placeholder' => ''
1154
- ),
1155
- array(
1156
- 'id' => self::REASON_BROKE_MY_SITE,
1157
- 'text' => sprintf( $this->get_text( 'reason-broke-my-site' ), $module_type ),
1158
- 'input_type' => '',
1159
- 'input_placeholder' => '',
1160
- 'internal_message' => $contact_support_template
1161
- ),
1162
- array(
1163
- 'id' => self::REASON_SUDDENLY_STOPPED_WORKING,
1164
- 'text' => sprintf( $this->get_text( 'reason-suddenly-stopped-working' ), $module_type ),
1165
- 'input_type' => '',
1166
- 'input_placeholder' => '',
1167
- 'internal_message' => $contact_support_template
1168
- )
1169
- );
1170
-
1171
- if ( $this->is_paying() ) {
1172
- $long_term_user_reasons[] = array(
1173
- 'id' => self::REASON_CANT_PAY_ANYMORE,
1174
- 'text' => $this->get_text( 'reason-cant-pay-anymore' ),
1175
- 'input_type' => 'textfield',
1176
- 'input_placeholder' => $this->get_text( 'placeholder-comfortable-price' )
1177
- );
1178
- }
1179
-
1180
- $reason_dont_share_info = array(
1181
- 'id' => self::REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION,
1182
- 'text' => $this->get_text( 'reason-dont-like-to-share-my-information' ),
1183
- 'input_type' => '',
1184
- 'input_placeholder' => ''
1185
- );
1186
-
1187
- /**
1188
- * If the current user has selected the "don't share data" reason in the deactivation feedback modal, inform the
1189
- * user by showing additional message that he doesn't have to share data and can just choose to skip the opt-in
1190
- * (the Skip button is included in the message to show). This message will only be shown if anonymous mode is
1191
- * enabled and the user's account is currently not in pending activation state (similar to the way the Skip
1192
- * button in the opt-in form is shown/hidden).
1193
- */
1194
- if ( $this->is_enable_anonymous() && ! $this->is_pending_activation() ) {
1195
- $reason_dont_share_info['internal_message'] = fs_get_template( 'forms/deactivation/retry-skip.php', $internal_message_template_var );
1196
- }
1197
-
1198
- $uninstall_reasons = array(
1199
- 'long-term' => $long_term_user_reasons,
1200
- 'non-registered-and-non-anonymous-short-term' => array(
1201
- array(
1202
- 'id' => self::REASON_DIDNT_WORK,
1203
- 'text' => sprintf( $this->get_text( 'reason-didnt-work' ), $module_type ),
1204
- 'input_type' => '',
1205
- 'input_placeholder' => ''
1206
- ),
1207
- $reason_dont_share_info,
1208
- $reason_found_better_plugin
1209
- ),
1210
- 'short-term' => array(
1211
- array(
1212
- 'id' => self::REASON_COULDNT_MAKE_IT_WORK,
1213
- 'text' => $this->get_text( 'reason-couldnt-make-it-work' ),
1214
- 'input_type' => '',
1215
- 'input_placeholder' => '',
1216
- 'internal_message' => $contact_support_template
1217
- ),
1218
- $reason_found_better_plugin,
1219
- array(
1220
- 'id' => self::REASON_GREAT_BUT_NEED_SPECIFIC_FEATURE,
1221
- 'text' => sprintf( $this->get_text( 'reason-great-but-need-specific-feature' ), $module_type ),
1222
- 'input_type' => 'textarea',
1223
- 'input_placeholder' => $this->get_text( 'placeholder-feature' )
1224
- ),
1225
- array(
1226
- 'id' => self::REASON_NOT_WORKING,
1227
- 'text' => sprintf( $this->get_text( 'reason-not-working' ), $module_type ),
1228
- 'input_type' => 'textarea',
1229
- 'input_placeholder' => $this->get_text( 'placeholder-share-what-didnt-work' )
1230
- ),
1231
- array(
1232
- 'id' => self::REASON_NOT_WHAT_I_WAS_LOOKING_FOR,
1233
- 'text' => $this->get_text( 'reason-not-what-i-was-looking-for' ),
1234
- 'input_type' => 'textarea',
1235
- 'input_placeholder' => $this->get_text( 'placeholder-what-youve-been-looking-for' )
1236
- ),
1237
- array(
1238
- 'id' => self::REASON_DIDNT_WORK_AS_EXPECTED,
1239
- 'text' => sprintf( $this->get_text( 'reason-didnt-work-as-expected' ), $module_type ),
1240
- 'input_type' => 'textarea',
1241
- 'input_placeholder' => $this->get_text( 'placeholder-what-did-you-expect' )
1242
- )
1243
- )
1244
- );
1245
-
1246
- // Randomize the reasons for the current user type.
1247
- shuffle( $uninstall_reasons[ $user_type ] );
1248
-
1249
- // Keep the following reasons as the last items in the list.
1250
- $uninstall_reasons[ $user_type ][] = $reason_temporary_deactivation;
1251
- $uninstall_reasons[ $user_type ][] = $reason_other;
1252
-
1253
- $uninstall_reasons = $this->apply_filters( 'uninstall_reasons', $uninstall_reasons );
1254
-
1255
- return $uninstall_reasons[ $user_type ];
1256
- }
1257
-
1258
- /**
1259
- * Called after the user has submitted his reason for deactivating the plugin.
1260
- *
1261
- * @author Leo Fajardo (@leorw)
1262
- * @since 1.1.2
1263
- */
1264
- function _submit_uninstall_reason_action() {
1265
- $this->_logger->entrance();
1266
-
1267
- $this->check_ajax_referer( 'submit_uninstall_reason' );
1268
-
1269
- $reason_id = fs_request_get( 'reason_id' );
1270
-
1271
- // Check if the given reason ID is an unsigned integer.
1272
- if ( ! ctype_digit( $reason_id ) ) {
1273
- exit;
1274
- }
1275
-
1276
- $reason_info = trim( fs_request_get( 'reason_info', '' ) );
1277
- if ( ! empty( $reason_info ) ) {
1278
- $reason_info = substr( $reason_info, 0, 128 );
1279
- }
1280
-
1281
- $reason = (object) array(
1282
- 'id' => $reason_id,
1283
- 'info' => $reason_info,
1284
- 'is_anonymous' => fs_request_get_bool( 'is_anonymous' )
1285
- );
1286
-
1287
- $this->_storage->store( 'uninstall_reason', $reason );
1288
-
1289
- /**
1290
- * If the module type is "theme", trigger the uninstall event here (on theme deactivation) since themes do
1291
- * not support uninstall hook.
1292
- *
1293
- * @author Leo Fajardo (@leorw)
1294
- * @since 1.2.2
1295
- */
1296
- if ( $this->is_theme() ) {
1297
- $this->_uninstall_plugin_event( false );
1298
- $this->remove_sdk_reference();
1299
- }
1300
-
1301
- // Print '1' for successful operation.
1302
- echo 1;
1303
- exit;
1304
- }
1305
-
1306
- #endregion
1307
-
1308
- #----------------------------------------------------------------------------------
1309
- #region Instance
1310
- #----------------------------------------------------------------------------------
1311
-
1312
- /**
1313
- * Main singleton instance.
1314
- *
1315
- * @author Vova Feldman (@svovaf)
1316
- * @since 1.0.0
1317
- *
1318
- * @param number $module_id
1319
- * @param string|bool $slug
1320
- * @param bool $is_init Is initiation sequence.
1321
- *
1322
- * @return Freemius|false
1323
- */
1324
- static function instance( $module_id, $slug = false, $is_init = false ) {
1325
- if ( empty( $module_id ) ) {
1326
- return false;
1327
- }
1328
-
1329
- if ( ! is_numeric( $module_id ) ) {
1330
- if ( ! $is_init && true === $slug ) {
1331
- $is_init = true;
1332
- }
1333
-
1334
- $slug = $module_id;
1335
-
1336
- $module = FS_Plugin_Manager::instance( $slug )->get();
1337
-
1338
- if ( is_object( $module ) ) {
1339
- $module_id = $module->id;
1340
- }
1341
- }
1342
-
1343
- $key = 'm_' . $module_id;
1344
-
1345
- if ( ! isset( self::$_instances[ $key ] ) ) {
1346
- if ( 0 === count( self::$_instances ) ) {
1347
- self::_load_required_static();
1348
- }
1349
-
1350
- self::$_instances[ $key ] = new Freemius( $module_id, $slug, $is_init );
1351
- }
1352
-
1353
- return self::$_instances[ $key ];
1354
- }
1355
-
1356
- /**
1357
- * @author Vova Feldman (@svovaf)
1358
- * @since 1.0.6
1359
- *
1360
- * @param number $addon_id
1361
- *
1362
- * @return bool
1363
- */
1364
- private static function has_instance( $addon_id ) {
1365
- return isset( self::$_instances[ 'm_' . $addon_id ] );
1366
- }
1367
-
1368
- /**
1369
- * @author Leo Fajardo (@leorw)
1370
- * @since 1.2.2
1371
- *
1372
- * @param string|number $id_or_slug
1373
- *
1374
- * @return number|false
1375
- */
1376
- private static function get_module_id( $id_or_slug ) {
1377
- if ( is_numeric( $id_or_slug ) ) {
1378
- return $id_or_slug;
1379
- }
1380
-
1381
- foreach ( self::$_instances as $instance ) {
1382
- if ( $instance->is_plugin() && ( $id_or_slug === $instance->get_slug() ) ) {
1383
- return $instance->get_id();
1384
- }
1385
- }
1386
-
1387
- return false;
1388
- }
1389
-
1390
- /**
1391
- * @author Vova Feldman (@svovaf)
1392
- * @since 1.0.6
1393
- *
1394
- * @param number $id
1395
- *
1396
- * @return false|Freemius
1397
- */
1398
- static function get_instance_by_id( $id ) {
1399
- return isset ( self::$_instances[ 'm_' . $id ] ) ?
1400
- self::$_instances[ 'm_' . $id ] :
1401
- false;
1402
- }
1403
-
1404
- /**
1405
- *
1406
- * @author Vova Feldman (@svovaf)
1407
- * @since 1.0.1
1408
- *
1409
- * @param $plugin_file
1410
- *
1411
- * @return false|Freemius
1412
- */
1413
- static function get_instance_by_file( $plugin_file ) {
1414
- $slug = self::find_slug_by_basename( $plugin_file );
1415
-
1416
- return ( false !== $slug ) ?
1417
- self::instance( self::get_module_id( $slug ) ) :
1418
- false;
1419
- }
1420
-
1421
- /**
1422
- * @author Vova Feldman (@svovaf)
1423
- * @since 1.0.6
1424
- *
1425
- * @return false|Freemius
1426
- */
1427
- function get_parent_instance() {
1428
- return self::get_instance_by_id( $this->_plugin->parent_plugin_id );
1429
- }
1430
-
1431
- /**
1432
- * @author Vova Feldman (@svovaf)
1433
- * @since 1.0.6
1434
- *
1435
- * @param string|number $id_or_slug
1436
- *
1437
- * @return false|Freemius
1438
- */
1439
- function get_addon_instance( $id_or_slug ) {
1440
- $addon_id = self::get_module_id( $id_or_slug );
1441
-
1442
- return self::instance( $addon_id );
1443
- }
1444
-
1445
- #endregion ------------------------------------------------------------------
1446
-
1447
- /**
1448
- * @author Vova Feldman (@svovaf)
1449
- * @since 1.0.6
1450
- *
1451
- * @return bool
1452
- */
1453
- function is_parent_plugin_installed() {
1454
- $is_active = self::has_instance( $this->_plugin->parent_plugin_id );
1455
-
1456
- if ( $is_active ) {
1457
- return true;
1458
- }
1459
-
1460
- /**
1461
- * Parent module might be a theme. If that's the case, the add-on's FS
1462
- * instance will be loaded prior to the theme's FS instance, therefore,
1463
- * we need to check if it's active with a "look ahead".
1464
- *
1465
- * @author Vova Feldman
1466
- * @since 1.2.2.3
1467
- */
1468
- global $fs_active_plugins;
1469
- if ( is_object( $fs_active_plugins ) && is_array( $fs_active_plugins->plugins ) ) {
1470
- $active_theme = wp_get_theme();
1471
-
1472
- foreach ( $fs_active_plugins->plugins as $sdk => $module ) {
1473
- if ( WP_FS__MODULE_TYPE_THEME === $module->type ) {
1474
- if ( $module->plugin_path == $active_theme->get_stylesheet() ) {
1475
- // Parent module is a theme and it's currently active.
1476
- return true;
1477
- }
1478
- }
1479
- }
1480
- }
1481
-
1482
- return false;
1483
- }
1484
-
1485
- /**
1486
- * Check if add-on parent plugin in activation mode.
1487
- *
1488
- * @author Vova Feldman (@svovaf)
1489
- * @since 1.0.7
1490
- *
1491
- * @return bool
1492
- */
1493
- function is_parent_in_activation() {
1494
- $parent_fs = $this->get_parent_instance();
1495
- if ( ! is_object( $parent_fs ) ) {
1496
- return false;
1497
- }
1498
-
1499
- return ( $parent_fs->is_activation_mode() );
1500
- }
1501
-
1502
- /**
1503
- * Is plugin in activation mode.
1504
- *
1505
- * @author Vova Feldman (@svovaf)
1506
- * @since 1.0.7
1507
- *
1508
- * @param bool $and_on
1509
- *
1510
- * @return bool
1511
- */
1512
- function is_activation_mode( $and_on = true ) {
1513
- return (
1514
- ( $this->is_on() || ! $and_on ) &&
1515
- ( ! $this->is_registered() || ( $this->is_only_premium() && ! $this->has_features_enabled_license() ) ) &&
1516
- ( ! $this->is_enable_anonymous() ||
1517
- ( ! $this->is_anonymous() && ! $this->is_pending_activation() ) )
1518
- );
1519
- }
1520
-
1521
- /**
1522
- * Check if current page is the opt-in/pending-activation page.
1523
- *
1524
- * @author Vova Feldman (@svovaf)
1525
- * @since 1.2.1.7
1526
- *
1527
- * @return bool
1528
- */
1529
- function is_activation_page() {
1530
- if ( $this->_menu->is_main_settings_page() ) {
1531
- return true;
1532
- }
1533
-
1534
- if ( ! $this->is_activation_mode() ) {
1535
- return false;
1536
- }
1537
-
1538
- // Check if current page is matching the activation page.
1539
- return $this->is_matching_url( $this->get_activation_url() );
1540
- }
1541
-
1542
- /**
1543
- * Check if URL path's are matching and that all querystring
1544
- * arguments of the $sub_url exist in the $url with the same values.
1545
- *
1546
- * WARNING:
1547
- * 1. This method doesn't check if the sub/domain are matching.
1548
- * 2. Ignore case sensitivity.
1549
- *
1550
- * @author Vova Feldman (@svovaf)
1551
- * @since 1.2.1.7
1552
- *
1553
- * @param string $sub_url
1554
- * @param string $url If argument is not set, check if the sub_url matching the current's page URL.
1555
- *
1556
- * @return bool
1557
- */
1558
- private function is_matching_url( $sub_url, $url = '' ) {
1559
- if ( empty( $url ) ) {
1560
- $url = $_SERVER['REQUEST_URI'];
1561
- }
1562
-
1563
- $url = strtolower( $url );
1564
- $sub_url = strtolower( $sub_url );
1565
-
1566
- if ( parse_url( $sub_url, PHP_URL_PATH ) !== parse_url( $url, PHP_URL_PATH ) ) {
1567
- // Different path - DO NOT OVERRIDE PAGE.
1568
- return false;
1569
- }
1570
-
1571
- $url_params = array();
1572
- parse_str( parse_url( $url, PHP_URL_QUERY ), $url_params );
1573
-
1574
- $sub_url_params = array();
1575
- parse_str( parse_url( $sub_url, PHP_URL_QUERY ), $sub_url_params );
1576
-
1577
- foreach ( $sub_url_params as $key => $val ) {
1578
- if ( ! isset( $url_params[ $key ] ) || $val != $url_params[ $key ] ) {
1579
- // Not matching query string - DO NOT OVERRIDE PAGE.
1580
- return false;
1581
- }
1582
- }
1583
-
1584
- return true;
1585
- }
1586
-
1587
- /**
1588
- * Get collection of all active plugins.
1589
- *
1590
- * @author Vova Feldman (@svovaf)
1591
- * @since 1.0.9
1592
- *
1593
- * @return array[string]array
1594
- */
1595
- private static function get_active_plugins() {
1596
- self::require_plugin_essentials();
1597
-
1598
- $active_plugin = array();
1599
- $all_plugins = get_plugins();
1600
- $active_plugins_basenames = get_option( 'active_plugins' );
1601
-
1602
- foreach ( $active_plugins_basenames as $plugin_basename ) {
1603
- $active_plugin[ $plugin_basename ] = $all_plugins[ $plugin_basename ];
1604
- }
1605
-
1606
- return $active_plugin;
1607
- }
1608
-
1609
- /**
1610
- * Get collection of all plugins.
1611
- *
1612
- * @author Vova Feldman (@svovaf)
1613
- * @since 1.1.8
1614
- *
1615
- * @return array Key is the plugin file path and the value is an array of the plugin data.
1616
- */
1617
- private static function get_all_plugins() {
1618
- self::require_plugin_essentials();
1619
-
1620
- $all_plugins = get_plugins();
1621
- $active_plugins_basenames = get_option( 'active_plugins' );
1622
-
1623
- foreach ( $all_plugins as $basename => &$data ) {
1624
- // By default set to inactive (next foreach update the active plugins).
1625
- $data['is_active'] = false;
1626
- // Enrich with plugin slug.
1627
- $data['slug'] = self::get_plugin_slug( $basename );
1628
- }
1629
-
1630
- // Flag active plugins.
1631
- foreach ( $active_plugins_basenames as $basename ) {
1632
- if ( isset( $all_plugins[ $basename ] ) ) {
1633
- $all_plugins[ $basename ]['is_active'] = true;
1634
- }
1635
- }
1636
-
1637
- return $all_plugins;
1638
- }
1639
-
1640
-
1641
- /**
1642
- * Cached result of get_site_transient( 'update_plugins' )
1643
- *
1644
- * @author Vova Feldman (@svovaf)
1645
- * @since 1.1.8
1646
- *
1647
- * @var object
1648
- */
1649
- private static $_plugins_info;
1650
-
1651
- /**
1652
- * Helper function to get specified plugin's slug.
1653
- *
1654
- * @author Vova Feldman (@svovaf)
1655
- * @since 1.1.8
1656
- *
1657
- * @param $basename
1658
- *
1659
- * @return string
1660
- */
1661
- private static function get_plugin_slug( $basename ) {
1662
- if ( ! isset( self::$_plugins_info ) ) {
1663
- self::$_plugins_info = get_site_transient( 'update_plugins' );
1664
- }
1665
-
1666
- $slug = '';
1667
-
1668
- if ( is_object( self::$_plugins_info ) ) {
1669
- if ( isset( self::$_plugins_info->no_update ) &&
1670
- isset( self::$_plugins_info->no_update[ $basename ] ) &&
1671
- ! empty( self::$_plugins_info->no_update[ $basename ]->slug )
1672
- ) {
1673
- $slug = self::$_plugins_info->no_update[ $basename ]->slug;
1674
- } else if ( isset( self::$_plugins_info->response ) &&
1675
- isset( self::$_plugins_info->response[ $basename ] ) &&
1676
- ! empty( self::$_plugins_info->response[ $basename ]->slug )
1677
- ) {
1678
- $slug = self::$_plugins_info->response[ $basename ]->slug;
1679
- }
1680
- }
1681
-
1682
- if ( empty( $slug ) ) {
1683
- // Try to find slug from FS data.
1684
- $slug = self::find_slug_by_basename( $basename );
1685
- }
1686
-
1687
- if ( empty( $slug ) ) {
1688
- // Fallback to plugin's folder name.
1689
- $slug = dirname( $basename );
1690
- }
1691
-
1692
- return $slug;
1693
- }
1694
-
1695
- private static $_statics_loaded = false;
1696
-
1697
- /**
1698
- * Load static resources.
1699
- *
1700
- * @author Vova Feldman (@svovaf)
1701
- * @since 1.0.1
1702
- */
1703
- private static function _load_required_static() {
1704
- if ( self::$_statics_loaded ) {
1705
- return;
1706
- }
1707
-
1708
- self::$_static_logger = FS_Logger::get_logger( WP_FS__SLUG, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
1709
-
1710
- self::$_static_logger->entrance();
1711
-
1712
- self::$_accounts = FS_Option_Manager::get_manager( WP_FS__ACCOUNTS_OPTION_NAME, true );
1713
-
1714
- self::$_global_admin_notices = FS_Admin_Notice_Manager::instance( 'global' );
1715
-
1716
- add_action( 'admin_menu', array( 'Freemius', '_add_debug_section' ) );
1717
-
1718
- add_action( "wp_ajax_fs_toggle_debug_mode", array( 'Freemius', '_toggle_debug_mode' ) );
1719
-
1720
- self::add_ajax_action_static( 'get_debug_log', array( 'Freemius', '_get_debug_log' ) );
1721
-
1722
- self::add_ajax_action_static( 'get_db_option', array( 'Freemius', '_get_db_option' ) );
1723
-
1724
- self::add_ajax_action_static( 'set_db_option', array( 'Freemius', '_set_db_option' ) );
1725
-
1726
- if ( 0 == did_action( 'plugins_loaded' ) ) {
1727
- add_action( 'plugins_loaded', array( 'Freemius', '_load_textdomain' ), 1 );
1728
- }
1729
-
1730
- self::$_statics_loaded = true;
1731
- }
1732
-
1733
- #----------------------------------------------------------------------------------
1734
- #region Localization
1735
- #----------------------------------------------------------------------------------
1736
-
1737
- /**
1738
- * Load framework's text domain.
1739
- *
1740
- * @author Vova Feldman (@svovaf)
1741
- * @since 1.2.1
1742
- */
1743
- static function _load_textdomain() {
1744
- if ( ! is_admin() ) {
1745
- return;
1746
- }
1747
-
1748
- global $fs_active_plugins;
1749
-
1750
- // Works both for plugins and themes.
1751
- load_plugin_textdomain(
1752
- 'freemius',
1753
- false,
1754
- $fs_active_plugins->newest->sdk_path . '/languages/'
1755
- );
1756
- }
1757
-
1758
- #endregion
1759
-
1760
- #----------------------------------------------------------------------------------
1761
- #region Debugging
1762
- #----------------------------------------------------------------------------------
1763
-
1764
- /**
1765
- * @author Vova Feldman (@svovaf)
1766
- * @since 1.0.8
1767
- */
1768
- static function _add_debug_section() {
1769
- if ( ! current_user_can( 'activate_plugins' )
1770
- && ! current_user_can( 'switch_themes' )
1771
- ) {
1772
- return;
1773
- }
1774
-
1775
- self::$_static_logger->entrance();
1776
-
1777
- $title = sprintf( '%s [v.%s]', fs_text( 'freemius-debug' ), WP_FS__SDK_VERSION );
1778
-
1779
- if ( WP_FS__DEV_MODE ) {
1780
- // Add top-level debug menu item.
1781
- $hook = FS_Admin_Menu_Manager::add_page(
1782
- $title,
1783
- $title,
1784
- 'manage_options',
1785
- 'freemius',
1786
- array( 'Freemius', '_debug_page_render' )
1787
- );
1788
- } else {
1789
- // Add hidden debug page.
1790
- $hook = FS_Admin_Menu_Manager::add_subpage(
1791
- null,
1792
- $title,
1793
- $title,
1794
- 'manage_options',
1795
- 'freemius',
1796
- array( 'Freemius', '_debug_page_render' )
1797
- );
1798
- }
1799
-
1800
- if ( ! empty( $hook ) ) {
1801
- add_action( "load-$hook", array( 'Freemius', '_debug_page_actions' ) );
1802
- }
1803
- }
1804
-
1805
- /**
1806
- * @author Vova Feldman (@svovaf)
1807
- * @since 1.1.7.3
1808
- */
1809
- static function _toggle_debug_mode() {
1810
- $is_on = fs_request_get( 'is_on', false, 'post' );
1811
-
1812
- if ( fs_request_is_post() && in_array( $is_on, array( 0, 1 ) ) ) {
1813
- update_option( 'fs_debug_mode', $is_on );
1814
-
1815
- // Turn on/off storage logging.
1816
- FS_Logger::_set_storage_logging( ( 1 == $is_on ) );
1817
- }
1818
-
1819
- exit;
1820
- }
1821
-
1822
- /**
1823
- * @author Vova Feldman (@svovaf)
1824
- * @since 1.2.1.6
1825
- */
1826
- static function _get_debug_log() {
1827
- $logs = FS_Logger::load_db_logs(
1828
- fs_request_get( 'filters', false, 'post' ),
1829
- ! empty( $_POST['limit'] ) && is_numeric( $_POST['limit'] ) ? $_POST['limit'] : 200,
1830
- ! empty( $_POST['offset'] ) && is_numeric( $_POST['offset'] ) ? $_POST['offset'] : 0
1831
- );
1832
-
1833
- self::shoot_ajax_success( $logs );
1834
- }
1835
-
1836
- /**
1837
- * @author Vova Feldman (@svovaf)
1838
- * @since 1.2.1.7
1839
- */
1840
- static function _get_db_option() {
1841
- $option_name = fs_request_get( 'option_name' );
1842
-
1843
- $value = get_option( $option_name );
1844
-
1845
- $result = array(
1846
- 'name' => $option_name,
1847
- );
1848
-
1849
- if ( false !== $value ) {
1850
- if ( ! is_string( $value ) ) {
1851
- $value = json_encode( $value );
1852
- }
1853
-
1854
- $result['value'] = $value;
1855
- }
1856
-
1857
- self::shoot_ajax_success( $result );
1858
- }
1859
-
1860
- /**
1861
- * @author Vova Feldman (@svovaf)
1862
- * @since 1.2.1.7
1863
- */
1864
- static function _set_db_option() {
1865
- $option_name = fs_request_get( 'option_name' );
1866
- $option_value = fs_request_get( 'option_value' );
1867
-
1868
- if ( ! empty( $option_value ) ) {
1869
- update_option( $option_name, $option_value );
1870
- }
1871
-
1872
- self::shoot_ajax_success();
1873
- }
1874
-
1875
- /**
1876
- * @author Vova Feldman (@svovaf)
1877
- * @since 1.0.8
1878
- */
1879
- static function _debug_page_actions() {
1880
- self::_clean_admin_content_section();
1881
-
1882
- if ( fs_request_is_action( 'restart_freemius' ) ) {
1883
- check_admin_referer( 'restart_freemius' );
1884
-
1885
- // Clear accounts data.
1886
- self::$_accounts->clear( true );
1887
-
1888
- // Clear SDK reference cache.
1889
- delete_option( 'fs_active_plugins' );
1890
- } else if ( fs_request_is_action( 'simulate_trial' ) ) {
1891
- check_admin_referer( 'simulate_trial' );
1892
-
1893
- $fs = freemius( fs_request_get( 'module_id' ) );
1894
-
1895
- // Update SDK install to at least 24 hours before.
1896
- $fs->_storage->install_timestamp = ( time() - WP_FS__TIME_24_HOURS_IN_SEC );
1897
- // Unset the trial shown timestamp.
1898
- unset( $fs->_storage->trial_promotion_shown );
1899
- } else if ( fs_request_is_action( 'delete_install' ) ) {
1900
- check_admin_referer( 'delete_install' );
1901
-
1902
- self::_delete_site_by_slug(
1903
- fs_request_get( 'slug' ),
1904
- fs_request_get( 'module_type' )
1905
- );
1906
- } else if ( fs_request_is_action( 'download_logs' ) ) {
1907
- check_admin_referer( 'download_logs' );
1908
-
1909
- $download_url = FS_Logger::download_db_logs(
1910
- fs_request_get( 'filters', false, 'post' )
1911
- );
1912
-
1913
- if ( false === $download_url ) {
1914
- wp_die( 'Oops... there was an error while generating the logs download file. Please try again and if it doesn\'t work contact support@freemius.com.' );
1915
- }
1916
-
1917
- fs_redirect( $download_url );
1918
- }
1919
- }
1920
-
1921
- /**
1922
- * @author Vova Feldman (@svovaf)
1923
- * @since 1.0.8
1924
- */
1925
- static function _debug_page_render() {
1926
- self::$_static_logger->entrance();
1927
-
1928
- $vars = array(
1929
- 'plugin_sites' => self::get_all_sites(),
1930
- 'theme_sites' => self::get_all_sites( WP_FS__MODULE_TYPE_THEME ),
1931
- 'users' => self::get_all_users(),
1932
- 'addons' => self::get_all_addons(),
1933
- 'account_addons' => self::get_all_account_addons(),
1934
- 'plugin_licenses' => self::get_all_licenses(),
1935
- 'theme_licenses' => self::get_all_licenses( WP_FS__MODULE_TYPE_THEME )
1936
- );
1937
-
1938
- fs_enqueue_local_style( 'fs_debug', '/admin/debug.css' );
1939
- fs_require_once_template( 'debug.php', $vars );
1940
- }
1941
-
1942
- #endregion
1943
-
1944
- #----------------------------------------------------------------------------------
1945
- #region Connectivity Issues
1946
- #----------------------------------------------------------------------------------
1947
-
1948
- /**
1949
- * Check if Freemius should be turned on for the current plugin install.
1950
- *
1951
- * Note:
1952
- * $this->_is_on is updated in has_api_connectivity()
1953
- *
1954
- * @author Vova Feldman (@svovaf)
1955
- * @since 1.0.9
1956
- *
1957
- * @return bool
1958
- */
1959
- function is_on() {
1960
- self::$_static_logger->entrance();
1961
-
1962
- if ( isset( $this->_is_on ) ) {
1963
- return $this->_is_on;
1964
- }
1965
-
1966
- // If already installed or pending then sure it's on :)
1967
- if ( $this->is_registered() || $this->is_pending_activation() ) {
1968
- $this->_is_on = true;
1969
-
1970
- return true;
1971
- }
1972
-
1973
- return false;
1974
- }
1975
-
1976
- /**
1977
- * @author Vova Feldman (@svovaf)
1978
- * @since 1.1.7.3
1979
- *
1980
- * @param bool $flush_if_no_connectivity
1981
- *
1982
- * @return bool
1983
- */
1984
- private function should_run_connectivity_test( $flush_if_no_connectivity = false ) {
1985
- if ( ! isset( $this->_storage->connectivity_test ) ) {
1986
- // Connectivity test was never executed, or cache was cleared.
1987
- return true;
1988
- }
1989
-
1990
- if ( WP_FS__PING_API_ON_IP_OR_HOST_CHANGES ) {
1991
- if ( WP_FS__IS_HTTP_REQUEST ) {
1992
- if ( $_SERVER['HTTP_HOST'] != $this->_storage->connectivity_test['host'] ) {
1993
- // Domain changed.
1994
- return true;
1995
- }
1996
-
1997
- if ( WP_FS__REMOTE_ADDR != $this->_storage->connectivity_test['server_ip'] ) {
1998
- // Server IP changed.
1999
- return true;
2000
- }
2001
- }
2002
- }
2003
-
2004
- if ( $this->_storage->connectivity_test['is_connected'] &&
2005
- $this->_storage->connectivity_test['is_active']
2006
- ) {
2007
- // API connected and Freemius is active - no need to run connectivity check.
2008
- return false;
2009
- }
2010
-
2011
- if ( $flush_if_no_connectivity ) {
2012
- /**
2013
- * If explicitly asked to flush when no connectivity - do it only
2014
- * if at least 10 sec passed from the last API connectivity test.
2015
- */
2016
- return ( isset( $this->_storage->connectivity_test['timestamp'] ) &&
2017
- ( WP_FS__SCRIPT_START_TIME - $this->_storage->connectivity_test['timestamp'] ) > 10 );
2018
- }
2019
-
2020
- /**
2021
- * @since 1.1.7 Don't check for connectivity on plugin downgrade.
2022
- */
2023
- $version = $this->get_plugin_version();
2024
- if ( version_compare( $version, $this->_storage->connectivity_test['version'], '>' ) ) {
2025
- // If it's a plugin version upgrade and Freemius is off or no connectivity, run connectivity test.
2026
- return true;
2027
- }
2028
-
2029
- return false;
2030
- }
2031
-
2032
- /**
2033
- * @author Vova Feldman (@svovaf)
2034
- * @since 1.1.7.4
2035
- *
2036
- * @return object|false
2037
- */
2038
- private function ping() {
2039
- if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY ) {
2040
- return false;
2041
- }
2042
-
2043
- $version = $this->get_plugin_version();
2044
-
2045
- $is_update = $this->apply_filters( 'is_plugin_update', $this->is_plugin_update() );
2046
-
2047
- return $this->get_api_plugin_scope()->ping(
2048
- $this->get_anonymous_id(),
2049
- array(
2050
- 'is_update' => json_encode( $is_update ),
2051
- 'version' => $version,
2052
- 'sdk' => $this->version,
2053
- 'is_admin' => json_encode( is_admin() ),
2054
- 'is_ajax' => json_encode( self::is_ajax() ),
2055
- 'is_cron' => json_encode( self::is_cron() ),
2056
- 'is_http' => json_encode( WP_FS__IS_HTTP_REQUEST ),
2057
- )
2058
- );
2059
- }
2060
-
2061
- /**
2062
- * Check if there's any connectivity issue to Freemius API.
2063
- *
2064
- * @author Vova Feldman (@svovaf)
2065
- * @since 1.0.9
2066
- *
2067
- * @param bool $flush_if_no_connectivity
2068
- *
2069
- * @return bool
2070
- */
2071
- function has_api_connectivity( $flush_if_no_connectivity = false ) {
2072
- $this->_logger->entrance();
2073
-
2074
- if ( isset( $this->_has_api_connection ) && ( $this->_has_api_connection || ! $flush_if_no_connectivity ) ) {
2075
- return $this->_has_api_connection;
2076
- }
2077
-
2078
- if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY &&
2079
- isset( $this->_storage->connectivity_test ) &&
2080
- true === $this->_storage->connectivity_test['is_connected']
2081
- ) {
2082
- unset( $this->_storage->connectivity_test );
2083
- }
2084
-
2085
- if ( ! $this->should_run_connectivity_test( $flush_if_no_connectivity ) ) {
2086
- $this->_has_api_connection = $this->_storage->connectivity_test['is_connected'];
2087
- /**
2088
- * @since 1.1.6 During dev mode, if there's connectivity - turn Freemius on regardless the configuration.
2089
- *
2090
- * @since 1.2.1.5 If the user running the premium version then ignore the 'is_active' flag and turn Freemius on to enable license key activation.
2091
- */
2092
- $this->_is_on = $this->_storage->connectivity_test['is_active'] ||
2093
- $this->is_premium() ||
2094
- ( WP_FS__DEV_MODE && $this->_has_api_connection && ! WP_FS__SIMULATE_FREEMIUS_OFF );
2095
-
2096
- return $this->_has_api_connection;
2097
- }
2098
-
2099
- $pong = $this->ping();
2100
- $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
2101
-
2102
- if ( ! $is_connected ) {
2103
- // API failure.
2104
- $this->_add_connectivity_issue_message( $pong );
2105
- }
2106
-
2107
- $this->store_connectivity_info( $pong, $is_connected );
2108
-
2109
- return $this->_has_api_connection;
2110
- }
2111
-
2112
- /**
2113
- * @author Vova Feldman (@svovaf)
2114
- * @since 1.1.7.4
2115
- *
2116
- * @param object $pong
2117
- * @param bool $is_connected
2118
- */
2119
- private function store_connectivity_info( $pong, $is_connected ) {
2120
- $this->_logger->entrance();
2121
-
2122
- $version = $this->get_plugin_version();
2123
-
2124
- if ( ! $is_connected || WP_FS__SIMULATE_FREEMIUS_OFF ) {
2125
- $is_active = false;
2126
- } else {
2127
- $is_active = ( isset( $pong->is_active ) && true == $pong->is_active );
2128
- }
2129
-
2130
- $is_active = $this->apply_filters(
2131
- 'is_on',
2132
- $is_active,
2133
- $this->is_plugin_update(),
2134
- $version
2135
- );
2136
-
2137
- $this->_storage->connectivity_test = array(
2138
- 'is_connected' => $is_connected,
2139
- 'host' => $_SERVER['HTTP_HOST'],
2140
- 'server_ip' => WP_FS__REMOTE_ADDR,
2141
- 'is_active' => $is_active,
2142
- 'timestamp' => WP_FS__SCRIPT_START_TIME,
2143
- // Last version with connectivity attempt.
2144
- 'version' => $version,
2145
- );
2146
-
2147
- $this->_has_api_connection = $is_connected;
2148
- $this->_is_on = $is_active || ( WP_FS__DEV_MODE && $is_connected && ! WP_FS__SIMULATE_FREEMIUS_OFF );
2149
- }
2150
-
2151
- /**
2152
- * Force turning Freemius on.
2153
- *
2154
- * @author Vova Feldman (@svovaf)
2155
- * @since 1.1.8.1
2156
- *
2157
- * @return bool TRUE if successfully turned on.
2158
- */
2159
- private function turn_on() {
2160
- $this->_logger->entrance();
2161
-
2162
- if ( $this->is_on() || ! isset( $this->_storage->connectivity_test['is_active'] ) ) {
2163
- return false;
2164
- }
2165
-
2166
- $updated_connectivity = $this->_storage->connectivity_test;
2167
- $updated_connectivity['is_active'] = true;
2168
- $updated_connectivity['timestamp'] = WP_FS__SCRIPT_START_TIME;
2169
- $this->_storage->connectivity_test = $updated_connectivity;
2170
-
2171
- $this->_is_on = true;
2172
-
2173
- return true;
2174
- }
2175
-
2176
- /**
2177
- * Anonymous and unique site identifier (Hash).
2178
- *
2179
- * @author Vova Feldman (@svovaf)
2180
- * @since 1.1.0
2181
- *
2182
- * @return string
2183
- */
2184
- function get_anonymous_id() {
2185
- $unique_id = self::$_accounts->get_option( 'unique_id' );
2186
-
2187
- if ( empty( $unique_id ) || ! is_string( $unique_id ) ) {
2188
- $key = get_site_url();
2189
-
2190
- // If localhost, assign microtime instead of domain.
2191
- if ( WP_FS__IS_LOCALHOST ||
2192
- false !== strpos( $key, 'localhost' ) ||
2193
- false === strpos( $key, '.' )
2194
- ) {
2195
- $key = microtime();
2196
- }
2197
-
2198
- $unique_id = md5( $key );
2199
-
2200
- self::$_accounts->set_option( 'unique_id', $unique_id, true );
2201
- }
2202
-
2203
- $this->_logger->departure( $unique_id );
2204
-
2205
- return $unique_id;
2206
- }
2207
-
2208
- /**
2209
- * @author Vova Feldman (@svovaf)
2210
- * @since 1.1.7.4
2211
- *
2212
- * @return \WP_User
2213
- */
2214
- static function _get_current_wp_user() {
2215
- self::require_pluggable_essentials();
2216
-
2217
- return wp_get_current_user();
2218
- }
2219
-
2220
- /**
2221
- * @author Vova Feldman (@svovaf)
2222
- * @since 1.2.1.7
2223
- *
2224
- * @param string $email
2225
- *
2226
- * @return bool
2227
- */
2228
- static function is_valid_email( $email ) {
2229
- if ( false === filter_var( $email, FILTER_VALIDATE_EMAIL ) ) {
2230
- return false;
2231
- }
2232
-
2233
- $parts = explode( '@', $email );
2234
-
2235
- if ( 2 !== count( $parts ) || empty( $parts[1] ) ) {
2236
- return false;
2237
- }
2238
-
2239
- $blacklist = array(
2240
- 'admin.',
2241
- 'webmaster.',
2242
- 'localhost.',
2243
- 'dev.',
2244
- 'development.',
2245
- 'test.',
2246
- 'stage.',
2247
- 'staging.',
2248
- );
2249
-
2250
- // Make sure domain is not one of the blacklisted.
2251
- foreach ( $blacklist as $invalid ) {
2252
- if ( 0 === strpos( $parts[1], $invalid ) ) {
2253
- return false;
2254
- }
2255
- }
2256
-
2257
- // Get the UTF encoded domain name.
2258
- $domain = idn_to_ascii( $parts[1] ) . '.';
2259
-
2260
- return ( checkdnsrr( $domain, 'MX' ) || checkdnsrr( $domain, 'A' ) );
2261
- }
2262
-
2263
- /**
2264
- * Generate API connectivity issue message.
2265
- *
2266
- * @author Vova Feldman (@svovaf)
2267
- * @since 1.0.9
2268
- *
2269
- * @param mixed $api_result
2270
- * @param bool $is_first_failure
2271
- */
2272
- function _add_connectivity_issue_message( $api_result, $is_first_failure = true ) {
2273
- if ( ! $this->is_premium() && $this->_enable_anonymous ) {
2274
- // Don't add message if it's the free version and can run anonymously.
2275
- return;
2276
- }
2277
-
2278
- if ( ! function_exists( 'wp_nonce_url' ) ) {
2279
- require_once ABSPATH . 'wp-includes/functions.php';
2280
- }
2281
-
2282
- $current_user = self::_get_current_wp_user();
2283
- // $admin_email = get_option( 'admin_email' );
2284
- $admin_email = $current_user->user_email;
2285
-
2286
- $message = false;
2287
- if ( is_object( $api_result ) &&
2288
- isset( $api_result->error ) &&
2289
- isset( $api_result->error->code )
2290
- ) {
2291
- switch ( $api_result->error->code ) {
2292
- case 'curl_missing':
2293
- $missing_methods = '';
2294
- if ( is_array( $api_result->missing_methods ) &&
2295
- ! empty( $api_result->missing_methods )
2296
- ) {
2297
- foreach ( $api_result->missing_methods as $m ) {
2298
- if ( 'curl_version' === $m ) {
2299
- continue;
2300
- }
2301
-
2302
- if ( ! empty( $missing_methods ) ) {
2303
- $missing_methods .= ', ';
2304
- }
2305
-
2306
- $missing_methods .= sprintf( '<code>%s</code>', $m );
2307
- }
2308
-
2309
- if ( ! empty( $missing_methods ) ) {
2310
- $missing_methods = sprintf(
2311
- '<br><br><b>%s</b> %s',
2312
- $this->get_text( 'curl-disabled-methods' ),
2313
- $missing_methods
2314
- );
2315
- }
2316
- }
2317
-
2318
- $message = sprintf(
2319
- $this->get_text( 'x-requires-access-to-api' ) . ' ' .
2320
- $this->get_text( 'curl-missing-message' ) . ' ' .
2321
- $missing_methods .
2322
- ' %s',
2323
- '<b>' . $this->get_plugin_name() . '</b>',
2324
- sprintf(
2325
- '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
2326
- sprintf(
2327
- '<a class="fs-resolve" data-type="curl" href="#"><b>%s</b></a>%s',
2328
- $this->get_text( 'curl-missing-no-clue-title' ),
2329
- ' - ' . sprintf(
2330
- $this->get_text( 'curl-missing-no-clue-desc' ),
2331
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
2332
- )
2333
- ),
2334
- sprintf(
2335
- '<b>%s</b> - %s',
2336
- $this->get_text( 'sysadmin-title' ),
2337
- sprintf( $this->get_text( 'curl-missing-sysadmin-desc' ), $this->_module_type )
2338
- ),
2339
- sprintf(
2340
- '<a href="%s"><b>%s</b></a>%s',
2341
- wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
2342
- $this->get_text( 'deactivate-plugin-title' ),
2343
- ' - ' . $this->get_text( 'deactivate-plugin-desc' )
2344
- )
2345
- )
2346
- );
2347
- break;
2348
- case 'cloudflare_ddos_protection':
2349
- $message = sprintf(
2350
- $this->get_text( 'x-requires-access-to-api' ) . ' ' .
2351
- $this->get_text( 'cloudflare-blocks-connection-message' ) . ' ' .
2352
- $this->get_text( 'happy-to-resolve-issue-asap' ) .
2353
- ' %s',
2354
- '<b>' . $this->get_plugin_name() . '</b>',
2355
- sprintf(
2356
- '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
2357
- sprintf(
2358
- '<a class="fs-resolve" data-type="cloudflare" href="#"><b>%s</b></a>%s',
2359
- $this->get_text( 'fix-issue-title' ),
2360
- ' - ' . sprintf(
2361
- $this->get_text( 'fix-issue-desc' ),
2362
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
2363
- )
2364
- ),
2365
- sprintf(
2366
- '<a href="%s" target="_blank"><b>%s</b></a>%s',
2367
- sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
2368
- $this->get_text( 'install-previous-title' ),
2369
- ' - ' . $this->get_text( 'install-previous-desc' )
2370
- ),
2371
- sprintf(
2372
- '<a href="%s"><b>%s</b></a>%s',
2373
- wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
2374
- $this->get_text( 'deactivate-plugin-title' ),
2375
- ' - ' . $this->get_text( 'deactivate-plugin-desc' )
2376
- )
2377
- )
2378
- );
2379
- break;
2380
- case 'squid_cache_block':
2381
- $message = sprintf(
2382
- $this->get_text( 'x-requires-access-to-api' ) . ' ' .
2383
- $this->get_text( 'squid-blocks-connection-message' ) .
2384
- ' %s',
2385
- '<b>' . $this->get_plugin_name() . '</b>',
2386
- sprintf(
2387
- '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
2388
- sprintf(
2389
- '<a class="fs-resolve" data-type="squid" href="#"><b>%s</b></a>%s',
2390
- $this->get_text( 'squid-no-clue-title' ),
2391
- ' - ' . sprintf(
2392
- $this->get_text( 'squid-no-clue-desc' ),
2393
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
2394
- )
2395
- ),
2396
- sprintf(
2397
- '<b>%s</b> - %s',
2398
- $this->get_text( 'sysadmin-title' ),
2399
- sprintf(
2400
- $this->get_text( 'squid-sysadmin-desc' ),
2401
- // We use a filter since the plugin might require additional API connectivity.
2402
- '<b>' . implode( ', ', $this->apply_filters( 'api_domains', array( 'api.freemius.com', 'wp.freemius.com' ) ) ) . '</b>',
2403
- $this->_module_type
2404
- )
2405
- ),
2406
- sprintf(
2407
- '<a href="%s"><b>%s</b></a>%s',
2408
- wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
2409
- $this->get_text( 'deactivate-plugin-title' ),
2410
- ' - ' . $this->get_text( 'deactivate-plugin-desc' )
2411
- )
2412
- )
2413
- );
2414
- break;
2415
- // default:
2416
- // $message = $this->get_text( 'connectivity-test-fails-message' );
2417
- // break;
2418
- }
2419
- }
2420
-
2421
- $message_id = 'failed_connect_api';
2422
- $type = 'error';
2423
-
2424
- if ( false === $message ) {
2425
- if ( $is_first_failure ) {
2426
- // First attempt failed.
2427
- $message = sprintf(
2428
- $this->get_text( 'x-requires-access-to-api' ) . ' ' .
2429
- $this->get_text( 'connectivity-test-fails-message' ) . ' ' .
2430
- $this->get_text( 'connectivity-test-maybe-temporary' ) . '<br><br>' .
2431
- '%s',
2432
- '<b>' . $this->get_plugin_name() . '</b>',
2433
- sprintf(
2434
- '<div id="fs_firewall_issue_options">%s %s</div>',
2435
- sprintf(
2436
- '<a class="button button-primary fs-resolve" data-type="retry_ping" href="#">%s</a>',
2437
- $this->get_text( 'yes-do-your-thing' )
2438
- ),
2439
- sprintf(
2440
- '<a href="%s" class="button">%s</a>',
2441
- wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
2442
- $this->get_text( 'no-deactivate' )
2443
- )
2444
- )
2445
- );
2446
-
2447
- $message_id = 'failed_connect_api_first';
2448
- $type = 'promotion';
2449
- } else {
2450
- // Second connectivity attempt failed.
2451
- $message = sprintf(
2452
- $this->get_text( 'x-requires-access-to-api' ) . ' ' .
2453
- $this->get_text( 'connectivity-test-fails-message' ) . ' ' .
2454
- $this->get_text( 'happy-to-resolve-issue-asap' ) .
2455
- ' %s',
2456
- '<b>' . $this->get_plugin_name() . '</b>',
2457
- sprintf(
2458
- '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
2459
- sprintf(
2460
- '<a class="fs-resolve" data-type="general" href="#"><b>%s</b></a>%s',
2461
- $this->get_text( 'fix-issue-title' ),
2462
- ' - ' . sprintf(
2463
- $this->get_text( 'fix-issue-desc' ),
2464
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
2465
- )
2466
- ),
2467
- sprintf(
2468
- '<a href="%s" target="_blank"><b>%s</b></a>%s',
2469
- sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
2470
- $this->get_text( 'install-previous-title' ),
2471
- ' - ' . $this->get_text( 'install-previous-desc' )
2472
- ),
2473
- sprintf(
2474
- '<a href="%s"><b>%s</b></a>%s',
2475
- wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
2476
- $this->get_text( 'deactivate-plugin-title' ),
2477
- ' - ' . $this->get_text( 'deactivate-plugin-desc' )
2478
- )
2479
- )
2480
- );
2481
- }
2482
- }
2483
-
2484
- $this->_admin_notices->add_sticky(
2485
- $message,
2486
- $message_id,
2487
- $this->get_text( 'oops' ) . '...',
2488
- $type
2489
- );
2490
- }
2491
-
2492
- /**
2493
- * Handle user request to resolve connectivity issue.
2494
- * This method will send an email to Freemius API technical staff for resolution.
2495
- * The email will contain server's info and installed plugins (might be caching issue).
2496
- *
2497
- * @author Vova Feldman (@svovaf)
2498
- * @since 1.0.9
2499
- */
2500
- function _email_about_firewall_issue() {
2501
- $this->_admin_notices->remove_sticky( 'failed_connect_api' );
2502
-
2503
- $pong = $this->ping();
2504
-
2505
- $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
2506
-
2507
- if ( $is_connected ) {
2508
- $this->store_connectivity_info( $pong, $is_connected );
2509
-
2510
- echo $this->get_after_plugin_activation_redirect_url();
2511
- exit;
2512
- }
2513
-
2514
- $current_user = self::_get_current_wp_user();
2515
- $admin_email = $current_user->user_email;
2516
-
2517
- $error_type = fs_request_get( 'error_type', 'general' );
2518
-
2519
- switch ( $error_type ) {
2520
- case 'squid':
2521
- $title = 'Squid ACL Blocking Issue';
2522
- break;
2523
- case 'cloudflare':
2524
- $title = 'CloudFlare Blocking Issue';
2525
- break;
2526
- default:
2527
- $title = 'API Connectivity Issue';
2528
- break;
2529
- }
2530
-
2531
- $custom_email_sections = array();
2532
-
2533
- // Add 'API Error' custom email section.
2534
- $custom_email_sections['api_error'] = array(
2535
- 'title' => 'API Error',
2536
- 'rows' => array(
2537
- 'ping' => array(
2538
- 'API Error',
2539
- is_string( $pong ) ? htmlentities( $pong ) : json_encode( $pong )
2540
- ),
2541
- )
2542
- );
2543
-
2544
- // Send email with technical details to resolve API connectivity issues.
2545
- $this->send_email(
2546
- 'api@freemius.com', // recipient
2547
- $title . ' [' . $this->get_plugin_name() . ']', // subject
2548
- $custom_email_sections,
2549
- array( "Reply-To: $admin_email <$admin_email>" ) // headers
2550
- );
2551
-
2552
- $this->_admin_notices->add_sticky(
2553
- sprintf(
2554
- $this->get_text( 'fix-request-sent-message' ),
2555
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
2556
- ),
2557
- 'server_details_sent'
2558
- );
2559
-
2560
- // Action was taken, tell that API connectivity troubleshooting should be off now.
2561
-
2562
- echo "1";
2563
- exit;
2564
- }
2565
-
2566
- /**
2567
- * Handle connectivity test retry approved by the user.
2568
- *
2569
- * @author Vova Feldman (@svovaf)
2570
- * @since 1.1.7.4
2571
- */
2572
- function _retry_connectivity_test() {
2573
- $this->_admin_notices->remove_sticky( 'failed_connect_api_first' );
2574
-
2575
- $pong = $this->ping();
2576
-
2577
- $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
2578
-
2579
- if ( $is_connected ) {
2580
- $this->store_connectivity_info( $pong, $is_connected );
2581
-
2582
- echo $this->get_after_plugin_activation_redirect_url();
2583
- } else {
2584
- // Add connectivity issue message after 2nd failed attempt.
2585
- $this->_add_connectivity_issue_message( $pong, false );
2586
-
2587
- echo "1";
2588
- }
2589
-
2590
- exit;
2591
- }
2592
-
2593
- static function _add_firewall_issues_javascript() {
2594
- $params = array();
2595
- fs_require_once_template( 'firewall-issues-js.php', $params );
2596
- }
2597
-
2598
- #endregion
2599
-
2600
- #----------------------------------------------------------------------------------
2601
- #region Email
2602
- #----------------------------------------------------------------------------------
2603
-
2604
- /**
2605
- * Generates and sends an HTML email with customizable sections.
2606
- *
2607
- * @author Leo Fajardo (@leorw)
2608
- * @since 1.1.2
2609
- *
2610
- * @param string $to_address
2611
- * @param string $subject
2612
- * @param array $sections
2613
- * @param array $headers
2614
- *
2615
- * @return bool Whether the email contents were sent successfully.
2616
- */
2617
- private function send_email(
2618
- $to_address,
2619
- $subject,
2620
- $sections = array(),
2621
- $headers = array()
2622
- ) {
2623
- $default_sections = $this->get_email_sections();
2624
-
2625
- // Insert new sections or replace the default email sections.
2626
- if ( is_array( $sections ) && ! empty( $sections ) ) {
2627
- foreach ( $sections as $section_id => $custom_section ) {
2628
- if ( ! isset( $default_sections[ $section_id ] ) ) {
2629
- // If the section does not exist, add it.
2630
- $default_sections[ $section_id ] = $custom_section;
2631
- } else {
2632
- // If the section already exists, override it.
2633
- $current_section = $default_sections[ $section_id ];
2634
-
2635
- // Replace the current section's title if a custom section title exists.
2636
- if ( isset( $custom_section['title'] ) ) {
2637
- $current_section['title'] = $custom_section['title'];
2638
- }
2639
-
2640
- // Insert new rows under the current section or replace the default rows.
2641
- if ( isset( $custom_section['rows'] ) && is_array( $custom_section['rows'] ) && ! empty( $custom_section['rows'] ) ) {
2642
- foreach ( $custom_section['rows'] as $row_id => $row ) {
2643
- $current_section['rows'][ $row_id ] = $row;
2644
- }
2645
- }
2646
-
2647
- $default_sections[ $section_id ] = $current_section;
2648
- }
2649
- }
2650
- }
2651
-
2652
- $vars = array( 'sections' => $default_sections );
2653
- $message = fs_get_template( 'email.php', $vars );
2654
-
2655
- // Set the type of email to HTML.
2656
- $headers[] = 'Content-type: text/html; charset=UTF-8';
2657
-
2658
- $header_string = implode( "\r\n", $headers );
2659
-
2660
- return wp_mail(
2661
- $to_address,
2662
- $subject,
2663
- $message,
2664
- $header_string
2665
- );
2666
- }
2667
-
2668
- /**
2669
- * Generates the data for the sections of the email content.
2670
- *
2671
- * @author Leo Fajardo (@leorw)
2672
- * @since 1.1.2
2673
- *
2674
- * @return array
2675
- */
2676
- private function get_email_sections() {
2677
- // Retrieve the current user's information so that we can get the user's email, first name, and last name below.
2678
- $current_user = self::_get_current_wp_user();
2679
-
2680
- // Retrieve the cURL version information so that we can get the version number below.
2681
- $curl_version_information = curl_version();
2682
-
2683
- $active_plugin = self::get_active_plugins();
2684
-
2685
- // Generate the list of active plugins separated by new line.
2686
- $active_plugin_string = '';
2687
- foreach ( $active_plugin as $plugin ) {
2688
- $active_plugin_string .= sprintf(
2689
- '<a href="%s">%s</a> [v%s]<br>',
2690
- $plugin['PluginURI'],
2691
- $plugin['Name'],
2692
- $plugin['Version']
2693
- );
2694
- }
2695
-
2696
- $server_ip = WP_FS__REMOTE_ADDR;
2697
-
2698
- // Add PHP info for deeper investigation.
2699
- ob_start();
2700
- phpinfo();
2701
- $php_info = ob_get_clean();
2702
-
2703
- $api_domain = substr( FS_API__ADDRESS, strpos( FS_API__ADDRESS, ':' ) + 3 );
2704
-
2705
- // Generate the default email sections.
2706
- $sections = array(
2707
- 'sdk' => array(
2708
- 'title' => 'SDK',
2709
- 'rows' => array(
2710
- 'fs_version' => array( 'FS Version', $this->version ),
2711
- 'curl_version' => array( 'cURL Version', $curl_version_information['version'] )
2712
- )
2713
- ),
2714
- 'plugin' => array(
2715
- 'title' => ucfirst( $this->get_module_type() ),
2716
- 'rows' => array(
2717
- 'name' => array( 'Name', $this->get_plugin_name() ),
2718
- 'version' => array( 'Version', $this->get_plugin_version() )
2719
- )
2720
- ),
2721
- 'api' => array(
2722
- 'title' => 'API Subdomain',
2723
- 'rows' => array(
2724
- 'dns' => array(
2725
- 'DNS_CNAME',
2726
- function_exists( 'dns_get_record' ) ?
2727
- var_export( dns_get_record( $api_domain, DNS_CNAME ), true ) :
2728
- 'dns_get_record() disabled/blocked'
2729
- ),
2730
- 'ip' => array(
2731
- 'IP',
2732
- function_exists( 'gethostbyname' ) ?
2733
- gethostbyname( $api_domain ) :
2734
- 'gethostbyname() disabled/blocked'
2735
- ),
2736
- ),
2737
- ),
2738
- 'site' => array(
2739
- 'title' => 'Site',
2740
- 'rows' => array(
2741
- 'unique_id' => array( 'Unique ID', $this->get_anonymous_id() ),
2742
- 'address' => array( 'Address', site_url() ),
2743
- 'host' => array(
2744
- 'HTTP_HOST',
2745
- ( ! empty( $_SERVER['HTTP_HOST'] ) ? $_SERVER['HTTP_HOST'] : '' )
2746
- ),
2747
- 'hosting' => array(
2748
- 'Hosting Company' => fs_request_has( 'hosting_company' ) ?
2749
- fs_request_get( 'hosting_company' ) :
2750
- 'Unknown',
2751
- ),
2752
- 'server_addr' => array(
2753
- 'SERVER_ADDR',
2754
- '<a href="http://www.projecthoneypot.org/ip_' . $server_ip . '">' . $server_ip . '</a>'
2755
- )
2756
- )
2757
- ),
2758
- 'user' => array(
2759
- 'title' => 'User',
2760
- 'rows' => array(
2761
- 'email' => array( 'Email', $current_user->user_email ),
2762
- 'first' => array( 'First', $current_user->user_firstname ),
2763
- 'last' => array( 'Last', $current_user->user_lastname )
2764
- )
2765
- ),
2766
- 'plugins' => array(
2767
- 'title' => 'Plugins',
2768
- 'rows' => array(
2769
- 'active_plugins' => array( 'Active Plugins', $active_plugin_string )
2770
- )
2771
- ),
2772
- 'php_info' => array(
2773
- 'title' => 'PHP Info',
2774
- 'rows' => array(
2775
- 'info' => array( $php_info )
2776
- ),
2777
- )
2778
- );
2779
-
2780
- // Allow the sections to be modified by other code.
2781
- $sections = $this->apply_filters( 'email_template_sections', $sections );
2782
-
2783
- return $sections;
2784
- }
2785
-
2786
- #endregion
2787
-
2788
- #----------------------------------------------------------------------------------
2789
- #region Initialization
2790
- #----------------------------------------------------------------------------------
2791
-
2792
- /**
2793
- * Init plugin's Freemius instance.
2794
- *
2795
- * @author Vova Feldman (@svovaf)
2796
- * @since 1.0.1
2797
- *
2798
- * @param number $id
2799
- * @param string $public_key
2800
- * @param bool $is_live
2801
- * @param bool $is_premium
2802
- */
2803
- function init( $id, $public_key, $is_live = true, $is_premium = true ) {
2804
- $this->_logger->entrance();
2805
-
2806
- $this->dynamic_init( array(
2807
- 'id' => $id,
2808
- 'public_key' => $public_key,
2809
- 'is_live' => $is_live,
2810
- 'is_premium' => $is_premium,
2811
- ) );
2812
- }
2813
-
2814
- /**
2815
- * Dynamic initiator, originally created to support initiation
2816
- * with parent_id for add-ons.
2817
- *
2818
- * @author Vova Feldman (@svovaf)
2819
- * @since 1.0.6
2820
- *
2821
- * @param array $plugin_info
2822
- *
2823
- * @throws Freemius_Exception
2824
- */
2825
- function dynamic_init( array $plugin_info ) {
2826
- $this->_logger->entrance();
2827
-
2828
- $this->parse_settings( $plugin_info );
2829
-
2830
- if ( ! self::is_ajax() ) {
2831
- if ( ! $this->is_addon() || $this->is_only_premium() ) {
2832
- add_action( 'admin_menu', array( &$this, '_prepare_admin_menu' ), WP_FS__LOWEST_PRIORITY );
2833
- }
2834
- }
2835
-
2836
- if ( $this->should_stop_execution() ) {
2837
- return;
2838
- }
2839
-
2840
- if ( ! $this->is_registered() ) {
2841
- if ( $this->is_anonymous() ) {
2842
- // If user skipped, no need to test connectivity.
2843
- $this->_has_api_connection = true;
2844
- $this->_is_on = true;
2845
- } else {
2846
- if ( ! $this->has_api_connectivity() ) {
2847
- if ( $this->_admin_notices->has_sticky( 'failed_connect_api_first' ) ||
2848
- $this->_admin_notices->has_sticky( 'failed_connect_api' )
2849
- ) {
2850
- if ( ! $this->_enable_anonymous || $this->is_premium() ) {
2851
- // If anonymous mode is disabled, add firewall admin-notice message.
2852
- add_action( 'admin_footer', array( 'Freemius', '_add_firewall_issues_javascript' ) );
2853
-
2854
- $this->add_ajax_action( 'resolve_firewall_issues', array(
2855
- &$this,
2856
- '_email_about_firewall_issue'
2857
- ) );
2858
-
2859
- $this->add_ajax_action( 'retry_connectivity_test', array(
2860
- &$this,
2861
- '_retry_connectivity_test'
2862
- ) );
2863
- }
2864
- }
2865
-
2866
- return;
2867
- } else {
2868
- $this->_admin_notices->remove_sticky( array(
2869
- 'failed_connect_api_first',
2870
- 'failed_connect_api',
2871
- ) );
2872
-
2873
- if ( $this->_anonymous_mode ) {
2874
- // Simulate anonymous mode.
2875
- $this->_is_anonymous = true;
2876
- }
2877
- }
2878
- }
2879
-
2880
- // Check if Freemius is on for the current plugin.
2881
- // This MUST be executed after all the plugin variables has been loaded.
2882
- if ( ! $this->is_on() ) {
2883
- return;
2884
- }
2885
- }
2886
-
2887
- if ( $this->has_api_connectivity() ) {
2888
- if ( self::is_cron() ) {
2889
- $this->hook_callback_to_sync_cron();
2890
- } else if ( $this->is_user_in_admin() ) {
2891
- /**
2892
- * Schedule daily data sync cron if:
2893
- *
2894
- * 1. User opted-in (for tracking).
2895
- * 2. If skipped, but later upgraded (opted-in via upgrade).
2896
- *
2897
- * @author Vova Feldman (@svovaf)
2898
- * @since 1.1.7.3
2899
- *
2900
- */
2901
- if ( $this->is_registered() ) {
2902
- if ( ! $this->is_sync_cron_on() && $this->is_tracking_allowed() ) {
2903
- $this->schedule_sync_cron();
2904
- }
2905
- }
2906
-
2907
- /**
2908
- * Check if requested for manual blocking background sync.
2909
- */
2910
- if ( fs_request_has( 'background_sync' ) ) {
2911
- $this->run_manual_sync();
2912
- }
2913
- }
2914
- }
2915
-
2916
- if ( $this->is_registered() ) {
2917
- $this->hook_callback_to_install_sync();
2918
- }
2919
-
2920
- if ( $this->is_addon() ) {
2921
- if ( $this->is_parent_plugin_installed() ) {
2922
- // Link to parent FS.
2923
- $this->_parent = self::get_instance_by_id( $this->_plugin->parent_plugin_id );
2924
-
2925
- // Get parent plugin reference.
2926
- $this->_parent_plugin = $this->_parent->get_plugin();
2927
- }
2928
- }
2929
-
2930
- if ( $this->is_user_in_admin() ) {
2931
- if ( self::is_plugins_page() && $this->is_plugin() ) {
2932
- $this->hook_plugin_action_links();
2933
- }
2934
-
2935
- if ( $this->is_addon() ) {
2936
- if ( ! $this->is_parent_plugin_installed() ) {
2937
- $parent_name = $this->get_option( $plugin_info, 'parent_name', null );
2938
-
2939
- if ( isset( $plugin_info['parent'] ) ) {
2940
- $parent_name = $this->get_option( $plugin_info['parent'], 'name', null );
2941
- }
2942
-
2943
- $this->_admin_notices->add(
2944
- ( ! empty( $parent_name ) ?
2945
- sprintf( $this->get_text( 'addon-x-cannot-run-without-y' ), $this->get_plugin_name(), $parent_name ) :
2946
- sprintf( $this->get_text( 'addon-x-cannot-run-without-parent' ), $this->get_plugin_name() )
2947
- ),
2948
- $this->get_text( 'oops' ) . '...',
2949
- 'error'
2950
- );
2951
-
2952
- return;
2953
- } else {
2954
- if ( $this->_parent->is_registered() && ! $this->is_registered() ) {
2955
- // If parent plugin activated, automatically install add-on for the user.
2956
- $this->_activate_addon_account( $this->_parent );
2957
- } else if ( ! $this->_parent->is_registered() && $this->is_registered() ) {
2958
- // If add-on activated and parent not, automatically install parent for the user.
2959
- $this->activate_parent_account( $this->_parent );
2960
- }
2961
-
2962
- // @todo This should be only executed on activation. It should be migrated to register_activation_hook() together with other activation related logic.
2963
- if ( $this->is_premium() ) {
2964
- // Remove add-on download admin-notice.
2965
- $this->_parent->_admin_notices->remove_sticky( array(
2966
- 'addon_plan_upgraded_' . $this->_slug,
2967
- 'no_addon_license_' . $this->_slug,
2968
- ) );
2969
- }
2970
-
2971
- // $this->deactivate_premium_only_addon_without_license();
2972
- }
2973
- } else {
2974
- if ( $this->has_addons() &&
2975
- 'plugin-information' === fs_request_get( 'tab', false ) &&
2976
- $this->get_id() == fs_request_get( 'parent_plugin_id', false )
2977
- ) {
2978
- require_once WP_FS__DIR_INCLUDES . '/fs-plugin-info-dialog.php';
2979
-
2980
- new FS_Plugin_Info_Dialog( $this );
2981
- }
2982
- }
2983
-
2984
- add_action( 'admin_init', array( &$this, '_admin_init_action' ) );
2985
-
2986
- // if ( $this->is_registered() ||
2987
- // $this->is_anonymous() ||
2988
- // $this->is_pending_activation()
2989
- // ) {
2990
- // $this->_init_admin();
2991
- // }
2992
- }
2993
-
2994
- /**
2995
- * Should be called outside `$this->is_user_in_admin()` scope
2996
- * because the updater has some logic that needs to be executed
2997
- * during AJAX calls.
2998
- *
2999
- * Currently we need to hook to the `http_request_host_is_external` filter.
3000
- * In the future, there might be additional logic added.
3001
- *
3002
- * @author Vova Feldman
3003
- * @since 1.2.1.6
3004
- */
3005
- if ( $this->is_premium() && $this->has_release_on_freemius() ) {
3006
- new FS_Plugin_Updater( $this );
3007
- }
3008
-
3009
- $this->do_action( 'initiated' );
3010
-
3011
- if ( $this->_storage->prev_is_premium !== $this->_plugin->is_premium ) {
3012
- if ( isset( $this->_storage->prev_is_premium ) ) {
3013
- $this->apply_filters(
3014
- 'after_code_type_change',
3015
- // New code type.
3016
- $this->_plugin->is_premium
3017
- );
3018
- } else {
3019
- // Set for code type for the first time.
3020
- $this->_storage->prev_is_premium = $this->_plugin->is_premium;
3021
- }
3022
- }
3023
-
3024
- if ( ! $this->is_addon() ) {
3025
- if ( $this->is_registered() ) {
3026
- // Fix for upgrade from versions < 1.0.9.
3027
- if ( ! isset( $this->_storage->activation_timestamp ) ) {
3028
- $this->_storage->activation_timestamp = WP_FS__SCRIPT_START_TIME;
3029
- }
3030
-
3031
- $this->do_action( 'after_init_plugin_registered' );
3032
- } else if ( $this->is_anonymous() ) {
3033
- $this->do_action( 'after_init_plugin_anonymous' );
3034
- } else if ( $this->is_pending_activation() ) {
3035
- $this->do_action( 'after_init_plugin_pending_activations' );
3036
- }
3037
- } else {
3038
- if ( $this->is_registered() ) {
3039
- $this->do_action( 'after_init_addon_registered' );
3040
- } else if ( $this->is_anonymous() ) {
3041
- $this->do_action( 'after_init_addon_anonymous' );
3042
- } else if ( $this->is_pending_activation() ) {
3043
- $this->do_action( 'after_init_addon_pending_activations' );
3044
- }
3045
- }
3046
- }
3047
-
3048
- /**
3049
- * @author Leo Fajardo (@leorw)
3050
- *
3051
- * @since 1.2.1.5
3052
- */
3053
- function _stop_tracking_callback() {
3054
- $this->_logger->entrance();
3055
-
3056
- $this->check_ajax_referer( 'stop_tracking' );
3057
-
3058
- $result = $this->stop_tracking();
3059
-
3060
- if ( true === $result ) {
3061
- self::shoot_ajax_success();
3062
- }
3063
-
3064
- $this->_logger->api_error( $result );
3065
-
3066
- self::shoot_ajax_failure(
3067
- $this->get_text( 'unexpected-api-error' ) .
3068
- ( $this->is_api_error( $result ) && isset( $result->error ) ?
3069
- $result->error->message :
3070
- var_export( $result, true ) )
3071
- );
3072
- }
3073
-
3074
- /**
3075
- * @author Leo Fajardo (@leorw)
3076
- * @since 1.2.1.5
3077
- */
3078
- function _allow_tracking_callback() {
3079
- $this->_logger->entrance();
3080
-
3081
- $this->check_ajax_referer( 'allow_tracking' );
3082
-
3083
- $result = $this->allow_tracking();
3084
-
3085
- if ( true === $result ) {
3086
- self::shoot_ajax_success();
3087
- }
3088
-
3089
- $this->_logger->api_error( $result );
3090
-
3091
- self::shoot_ajax_failure(
3092
- $this->get_text( 'unexpected-api-error' ) .
3093
- ( $this->is_api_error( $result ) && isset( $result->error ) ?
3094
- $result->error->message :
3095
- var_export( $result, true ) )
3096
- );
3097
- }
3098
-
3099
- /**
3100
- * Opt-out from usage tracking.
3101
- *
3102
- * Note: This will not delete the account information but will stop all tracking.
3103
- *
3104
- * Returns:
3105
- * 1. FALSE - If the user never opted-in.
3106
- * 2. TRUE - If successfully opted-out.
3107
- * 3. object - API result on failure.
3108
- *
3109
- * @author Leo Fajardo (@leorw)
3110
- * @since 1.2.1.5
3111
- *
3112
- * @return bool|object
3113
- */
3114
- function stop_tracking() {
3115
- $this->_logger->entrance();
3116
-
3117
- if ( ! $this->is_registered() ) {
3118
- // User never opted-in.
3119
- return false;
3120
- }
3121
-
3122
- if ( $this->is_tracking_prohibited() ) {
3123
- // Already disconnected.
3124
- return true;
3125
- }
3126
-
3127
- // Send update to FS.
3128
- $result = $this->get_api_site_scope()->call( '/?fields=is_disconnected', 'put', array(
3129
- 'is_disconnected' => true
3130
- ) );
3131
-
3132
- if ( ! $this->is_api_result_entity( $result ) ||
3133
- ! isset( $result->is_disconnected ) ||
3134
- ! $result->is_disconnected
3135
- ) {
3136
- $this->_logger->api_error( $result );
3137
-
3138
- return $result;
3139
- }
3140
-
3141
- $this->_site->is_disconnected = $result->is_disconnected;
3142
- $this->_store_site();
3143
-
3144
- $this->clear_sync_cron();
3145
-
3146
- // Successfully disconnected.
3147
- return true;
3148
- }
3149
-
3150
- /**
3151
- * Opt-in back into usage tracking.
3152
- *
3153
- * Note: This will only work if the user opted-in previously.
3154
- *
3155
- * Returns:
3156
- * 1. FALSE - If the user never opted-in.
3157
- * 2. TRUE - If successfully opted-in back to usage tracking.
3158
- * 3. object - API result on failure.
3159
- *
3160
- * @author Leo Fajardo (@leorw)
3161
- * @since 1.2.1.5
3162
- *
3163
- * @return bool|object
3164
- */
3165
- function allow_tracking() {
3166
- $this->_logger->entrance();
3167
-
3168
- if ( ! $this->is_registered() ) {
3169
- // User never opted-in.
3170
- return false;
3171
- }
3172
-
3173
- if ( $this->is_tracking_allowed() ) {
3174
- // Tracking already allowed.
3175
- return true;
3176
- }
3177
-
3178
- $result = $this->get_api_site_scope()->call( '/?is_disconnected', 'put', array(
3179
- 'is_disconnected' => false
3180
- ) );
3181
-
3182
- if ( ! $this->is_api_result_entity( $result ) ||
3183
- ! isset( $result->is_disconnected ) ||
3184
- $result->is_disconnected
3185
- ) {
3186
- $this->_logger->api_error( $result );
3187
-
3188
- return $result;
3189
- }
3190
-
3191
- $this->_site->is_disconnected = $result->is_disconnected;
3192
- $this->_store_site();
3193
-
3194
- $this->schedule_sync_cron();
3195
-
3196
- // Successfully reconnected.
3197
- return true;
3198
- }
3199
-
3200
- /**
3201
- * If user opted-in and later disabled usage-tracking,
3202
- * re-allow tracking for licensing and updates.
3203
- *
3204
- * @author Leo Fajardo (@leorw)
3205
- *
3206
- * @since 1.2.1.5
3207
- */
3208
- private function reconnect_locally() {
3209
- $this->_logger->entrance();
3210
-
3211
- if ( $this->is_tracking_prohibited() &&
3212
- $this->is_registered()
3213
- ) {
3214
- $this->_site->is_disconnected = false;
3215
- $this->_store_site();
3216
- }
3217
- }
3218
-
3219
- /**
3220
- * Parse plugin's settings (as defined by the plugin dev).
3221
- *
3222
- * @author Vova Feldman (@svovaf)
3223
- * @since 1.1.7.3
3224
- *
3225
- * @param array $plugin_info
3226
- *
3227
- * @throws \Freemius_Exception
3228
- */
3229
- private function parse_settings( &$plugin_info ) {
3230
- $this->_logger->entrance();
3231
-
3232
- $id = $this->get_numeric_option( $plugin_info, 'id', false );
3233
- $public_key = $this->get_option( $plugin_info, 'public_key', false );
3234
- $secret_key = $this->get_option( $plugin_info, 'secret_key', null );
3235
- $parent_id = $this->get_numeric_option( $plugin_info, 'parent_id', null );
3236
- $parent_name = $this->get_option( $plugin_info, 'parent_name', null );
3237
-
3238
- /**
3239
- * @author Vova Feldman (@svovaf)
3240
- * @since 1.1.9 Try to pull secret key from external config.
3241
- */
3242
- if ( is_null( $secret_key ) && defined( "WP_FS__{$this->_slug}_SECRET_KEY" ) ) {
3243
- $secret_key = constant( "WP_FS__{$this->_slug}_SECRET_KEY" );
3244
- }
3245
-
3246
- if ( isset( $plugin_info['parent'] ) ) {
3247
- $parent_id = $this->get_numeric_option( $plugin_info['parent'], 'id', null );
3248
- // $parent_slug = $this->get_option( $plugin_info['parent'], 'slug', null );
3249
- // $parent_public_key = $this->get_option( $plugin_info['parent'], 'public_key', null );
3250
- // $parent_name = $this->get_option( $plugin_info['parent'], 'name', null );
3251
- }
3252
-
3253
- if ( false === $id ) {
3254
- throw new Freemius_Exception( array(
3255
- 'error' => array(
3256
- 'type' => 'ParameterNotSet',
3257
- 'message' => 'Plugin id parameter is not set.',
3258
- 'code' => 'plugin_id_not_set',
3259
- 'http' => 500,
3260
- )
3261
- ) );
3262
- }
3263
- if ( false === $public_key ) {
3264
- throw new Freemius_Exception( array(
3265
- 'error' => array(
3266
- 'type' => 'ParameterNotSet',
3267
- 'message' => 'Plugin public_key parameter is not set.',
3268
- 'code' => 'plugin_public_key_not_set',
3269
- 'http' => 500,
3270
- )
3271
- ) );
3272
- }
3273
-
3274
- $plugin = ( $this->_plugin instanceof FS_Plugin ) ?
3275
- $this->_plugin :
3276
- new FS_Plugin();
3277
-
3278
- $plugin->update( array(
3279
- 'id' => $id,
3280
- 'public_key' => $public_key,
3281
- 'slug' => $this->_slug,
3282
- 'parent_plugin_id' => $parent_id,
3283
- 'version' => $this->get_plugin_version(),
3284
- 'title' => $this->get_plugin_name(),
3285
- 'file' => $this->_plugin_basename,
3286
- 'is_premium' => $this->get_bool_option( $plugin_info, 'is_premium', true ),
3287
- 'is_live' => $this->get_bool_option( $plugin_info, 'is_live', true ),
3288
- 'type' => $this->_module_type,
3289
- // 'secret_key' => $secret_key,
3290
- ) );
3291
-
3292
- if ( $plugin->is_updated() ) {
3293
- // Update plugin details.
3294
- $this->_plugin = FS_Plugin_Manager::instance( $this->_module_id )->store( $plugin );
3295
- }
3296
- // Set the secret key after storing the plugin, we don't want to store the key in the storage.
3297
- $this->_plugin->secret_key = $secret_key;
3298
-
3299
- if ( ! isset( $plugin_info['menu'] ) ) {
3300
- $plugin_info['menu'] = array();
3301
-
3302
- if ( ! empty( $this->_storage->sdk_last_version ) &&
3303
- version_compare( $this->_storage->sdk_last_version, '1.1.2', '<=' )
3304
- ) {
3305
- // Backward compatibility to 1.1.2
3306
- $plugin_info['menu']['slug'] = isset( $plugin_info['menu_slug'] ) ?
3307
- $plugin_info['menu_slug'] :
3308
- $this->_slug;
3309
- }
3310
- }
3311
-
3312
- $this->_menu = FS_Admin_Menu_Manager::instance(
3313
- $this->_module_id,
3314
- $this->_module_type,
3315
- $this->get_unique_affix()
3316
- );
3317
-
3318
- $this->_menu->init( $plugin_info['menu'], $this->is_addon() );
3319
-
3320
- $this->_has_addons = $this->get_bool_option( $plugin_info, 'has_addons', false );
3321
- $this->_has_paid_plans = $this->get_bool_option( $plugin_info, 'has_paid_plans', true );
3322
- $this->_has_premium_version = $this->get_bool_option( $plugin_info, 'has_premium_version', $this->_has_paid_plans );
3323
- $this->_ignore_pending_mode = $this->get_bool_option( $plugin_info, 'ignore_pending_mode', false );
3324
- $this->_is_org_compliant = $this->get_bool_option( $plugin_info, 'is_org_compliant', true );
3325
- $this->_is_premium_only = $this->get_bool_option( $plugin_info, 'is_premium_only', false );
3326
- if ( $this->_is_premium_only ) {
3327
- // If premium only plugin, disable anonymous mode.
3328
- $this->_enable_anonymous = false;
3329
- $this->_anonymous_mode = false;
3330
- } else {
3331
- $this->_enable_anonymous = $this->get_bool_option( $plugin_info, 'enable_anonymous', true );
3332
- $this->_anonymous_mode = $this->get_bool_option( $plugin_info, 'anonymous_mode', false );
3333
- }
3334
- $this->_permissions = $this->get_option( $plugin_info, 'permissions', array() );
3335
-
3336
- if ( ! empty( $plugin_info['trial'] ) ) {
3337
- $this->_trial_days = $this->get_numeric_option(
3338
- $plugin_info['trial'],
3339
- 'days',
3340
- // Default to 0 - trial without days specification.
3341
- 0
3342
- );
3343
-
3344
- $this->_is_trial_require_payment = $this->get_bool_option( $plugin_info['trial'], 'is_require_payment', false );
3345
- }
3346
- }
3347
-
3348
- /**
3349
- * @param string[] $options
3350
- * @param string $key
3351
- * @param mixed $default
3352
- *
3353
- * @return bool
3354
- */
3355
- private function get_option( &$options, $key, $default = false ) {
3356
- return ! empty( $options[ $key ] ) ? $options[ $key ] : $default;
3357
- }
3358
-
3359
- private function get_bool_option( &$options, $key, $default = false ) {
3360
- return isset( $options[ $key ] ) && is_bool( $options[ $key ] ) ? $options[ $key ] : $default;
3361
- }
3362
-
3363
- private function get_numeric_option( &$options, $key, $default = false ) {
3364
- return isset( $options[ $key ] ) && is_numeric( $options[ $key ] ) ? $options[ $key ] : $default;
3365
- }
3366
-
3367
- /**
3368
- * Gate keeper.
3369
- *
3370
- * @author Vova Feldman (@svovaf)
3371
- * @since 1.1.7.3
3372
- *
3373
- * @return bool
3374
- */
3375
- private function should_stop_execution() {
3376
- if ( empty( $this->_storage->was_plugin_loaded ) ) {
3377
- /**
3378
- * Don't execute Freemius until plugin was fully loaded at least once,
3379
- * to give the opportunity for the activation hook to run before pinging
3380
- * the API for connectivity test. This logic is relevant for the
3381
- * identification of new plugin install vs. plugin update.
3382
- *
3383
- * @author Vova Feldman (@svovaf)
3384
- * @since 1.1.9
3385
- */
3386
- return true;
3387
- }
3388
-
3389
- if ( $this->is_activation_mode() ) {
3390
- if ( ! is_admin() ) {
3391
- /**
3392
- * If in activation mode, don't execute Freemius outside of the
3393
- * admin dashboard.
3394
- *
3395
- * @author Vova Feldman (@svovaf)
3396
- * @since 1.1.7.3
3397
- */
3398
- return true;
3399
- }
3400
-
3401
- if ( ! WP_FS__IS_HTTP_REQUEST ) {
3402
- /**
3403
- * If in activation and executed without HTTP context (e.g. CLI, Cronjob),
3404
- * then don't start Freemius.
3405
- *
3406
- * @author Vova Feldman (@svovaf)
3407
- * @since 1.1.6.3
3408
- *
3409
- * @link https://wordpress.org/support/topic/errors-in-the-freemius-class-when-running-in-wordpress-in-cli
3410
- */
3411
- return true;
3412
- }
3413
-
3414
- if ( self::is_cron() ) {
3415
- /**
3416
- * If in activation mode, don't execute Freemius during wp crons
3417
- * (wp crons have HTTP context - called as HTTP request).
3418
- *
3419
- * @author Vova Feldman (@svovaf)
3420
- * @since 1.1.7.3
3421
- */
3422
- return true;
3423
- }
3424
-
3425
- if ( self::is_ajax() &&
3426
- ! $this->_admin_notices->has_sticky( 'failed_connect_api_first' ) &&
3427
- ! $this->_admin_notices->has_sticky( 'failed_connect_api' )
3428
- ) {
3429
- /**
3430
- * During activation, if running in AJAX mode, unless there's a sticky
3431
- * connectivity issue notice, don't run Freemius.
3432
- *
3433
- * @author Vova Feldman (@svovaf)
3434
- * @since 1.1.7.3
3435
- */
3436
- return true;
3437
- }
3438
- }
3439
-
3440
- return false;
3441
- }
3442
-
3443
- /**
3444
- * Triggered after code type has changed.
3445
- *
3446
- * @author Vova Feldman (@svovaf)
3447
- * @since 1.1.9.1
3448
- */
3449
- function _after_code_type_change() {
3450
- $this->_logger->entrance();
3451
-
3452
- if ( $this->is_theme() ) {
3453
- // Expire the cache of the previous tabs since the theme may
3454
- // have setting updates after code type has changed.
3455
- $this->_cache->expire( 'tabs' );
3456
- $this->_cache->expire( 'tabs_stylesheets' );
3457
- }
3458
-
3459
- if ( $this->is_registered() ) {
3460
- if ( ! $this->is_addon() ) {
3461
- add_action(
3462
- is_admin() ? 'admin_init' : 'init',
3463
- array( &$this, '_plugin_code_type_changed' )
3464
- );
3465
- }
3466
-
3467
- if ( $this->is_premium() ) {
3468
- // Purge cached payments after switching to the premium version.
3469
- // @todo This logic doesn't handle purging the cache for serviceware module upgrade.
3470
- $this->get_api_user_scope()->purge_cache( "/plugins/{$this->_module_id}/payments.json?include_addons=true" );
3471
- }
3472
- }
3473
- }
3474
-
3475
- /**
3476
- * Handles plugin's code type change (free <--> premium).
3477
- *
3478
- * @author Vova Feldman (@svovaf)
3479
- * @since 1.0.9
3480
- */
3481
- function _plugin_code_type_changed() {
3482
- $this->_logger->entrance();
3483
-
3484
- if ( $this->is_premium() ) {
3485
- $this->reconnect_locally();
3486
-
3487
- // Activated premium code.
3488
- $this->do_action( 'after_premium_version_activation' );
3489
-
3490
- // Remove all sticky messages related to download of the premium version.
3491
- $this->_admin_notices->remove_sticky( array(
3492
- 'trial_started',
3493
- 'plan_upgraded',
3494
- 'plan_changed',
3495
- 'license_activated',
3496
- ) );
3497
-
3498
- $this->_admin_notices->add_sticky(
3499
- sprintf( $this->get_text( 'premium-activated-message' ), $this->_module_type ),
3500
- 'premium_activated',
3501
- $this->get_text( 'woot' ) . '!'
3502
- );
3503
- } else {
3504
- // Remove sticky message related to premium code activation.
3505
- $this->_admin_notices->remove_sticky( 'premium_activated' );
3506
-
3507
- // Activated free code (after had the premium before).
3508
- $this->do_action( 'after_free_version_reactivation' );
3509
-
3510
- if ( $this->is_paying() && ! $this->is_premium() ) {
3511
- $this->_admin_notices->add_sticky(
3512
- sprintf(
3513
- $this->get_text( 'you-have-x-license' ),
3514
- $this->_site->plan->title
3515
- ) . $this->get_complete_upgrade_instructions(),
3516
- 'plan_upgraded',
3517
- $this->get_text( 'yee-haw' ) . '!'
3518
- );
3519
- }
3520
- }
3521
-
3522
- // Schedule code type changes event.
3523
- $this->schedule_install_sync();
3524
-
3525
- /**
3526
- * Unregister the uninstall hook for the other version of the plugin (with different code type) to avoid
3527
- * triggering a fatal error when uninstalling that plugin. For example, after deactivating the "free" version
3528
- * of a specific plugin, its uninstall hook should be unregistered after the "premium" version has been
3529
- * activated. If we don't do that, a fatal error will occur when we try to uninstall the "free" version since
3530
- * the main file of the "free" version will be loaded first before calling the hooked callback. Since the
3531
- * free and premium versions are almost identical (same class or have same functions), a fatal error like
3532
- * "Cannot redeclare class MyClass" or "Cannot redeclare my_function()" will occur.
3533
- */
3534
- $this->unregister_uninstall_hook();
3535
-
3536
- $this->clear_module_main_file_cache();
3537
-
3538
- // Update is_premium of latest version.
3539
- $this->_storage->prev_is_premium = $this->_plugin->is_premium;
3540
- }
3541
-
3542
- #endregion
3543
-
3544
- #----------------------------------------------------------------------------------
3545
- #region Add-ons
3546
- #----------------------------------------------------------------------------------
3547
-
3548
- /**
3549
- * Check if add-on installed and activated on site.
3550
- *
3551
- * @author Vova Feldman (@svovaf)
3552
- * @since 1.0.6
3553
- *
3554
- * @param string|number $id_or_slug
3555
- * @param bool|null $is_premium Since 1.2.1.7 can check for specified add-on version.
3556
- *
3557
- * @return bool
3558
- */
3559
- function is_addon_activated( $id_or_slug, $is_premium = null ) {
3560
- $this->_logger->entrance();
3561
-
3562
- $addon_id = self::get_module_id( $id_or_slug );
3563
- $is_activated = self::has_instance( $addon_id );
3564
-
3565
- if ( ! $is_activated ) {
3566
- return false;
3567
- }
3568
-
3569
- if ( is_bool( $is_premium ) ) {
3570
- // Check if the specified code version is activate.
3571
- $addon = $this->get_addon_instance( $addon_id );
3572
- $is_activated = ( $is_premium === $addon->is_premium() );
3573
- }
3574
-
3575
- return $is_activated;
3576
- }
3577
-
3578
- /**
3579
- * Check if add-on was connected to install
3580
- *
3581
- * @author Vova Feldman (@svovaf)
3582
- * @since 1.1.7
3583
- *
3584
- * @param string|number $id_or_slug
3585
- *
3586
- * @return bool
3587
- */
3588
- function is_addon_connected( $id_or_slug ) {
3589
- $this->_logger->entrance();
3590
-
3591
- $sites = self::get_all_sites( WP_FS__MODULE_TYPE_PLUGIN );
3592
-
3593
- $addon_id = self::get_module_id( $id_or_slug );
3594
- $addon = $this->get_addon( $addon_id );
3595
- $slug = $addon->slug;
3596
- if ( ! isset( $sites[ $slug ] ) ) {
3597
- return false;
3598
- }
3599
-
3600
- $site = $sites[ $slug ];
3601
-
3602
- $plugin = FS_Plugin_Manager::instance( $addon_id )->get();
3603
-
3604
- if ( $plugin->parent_plugin_id != $this->_plugin->id ) {
3605
- // The given slug do NOT belong to any of the plugin's add-ons.
3606
- return false;
3607
- }
3608
-
3609
- return ( is_object( $site ) &&
3610
- is_numeric( $site->id ) &&
3611
- is_numeric( $site->user_id ) &&
3612
- is_object( $site->plan )
3613
- );
3614
- }
3615
-
3616
- /**
3617
- * Determines if add-on installed.
3618
- *
3619
- * NOTE: This is a heuristic and only works if the folder/file named as the slug.
3620
- *
3621
- * @author Vova Feldman (@svovaf)
3622
- * @since 1.0.6
3623
- *
3624
- * @param string|number $id_or_slug
3625
- *
3626
- * @return bool
3627
- */
3628
- function is_addon_installed( $id_or_slug ) {
3629
- $this->_logger->entrance();
3630
-
3631
- $addon_id = self::get_module_id( $id_or_slug );
3632
-
3633
- return file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $this->get_addon_basename( $addon_id ) ) );
3634
- }
3635
-
3636
- /**
3637
- * Get add-on basename.
3638
- *
3639
- * @author Vova Feldman (@svovaf)
3640
- * @since 1.0.6
3641
- *
3642
- * @param string|number $id_or_slug
3643
- *
3644
- * @return string
3645
- */
3646
- function get_addon_basename( $id_or_slug ) {
3647
- $addon_id = self::get_module_id( $id_or_slug );
3648
-
3649
- if ( $this->is_addon_activated( $addon_id ) ) {
3650
- return self::instance( $addon_id )->get_plugin_basename();
3651
- }
3652
-
3653
- $addon = $this->get_addon( $addon_id );
3654
- $premium_basename = "{$addon->slug}-premium/{$addon->slug}.php";
3655
-
3656
- if ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $premium_basename ) ) ) {
3657
- return $premium_basename;
3658
- }
3659
-
3660
- $all_plugins = $this->get_all_plugins();
3661
-
3662
- foreach ( $all_plugins as $basename => &$data ) {
3663
- if ( $addon->slug === $data['slug'] ||
3664
- $addon->slug . '-premium' === $data['slug']
3665
- ) {
3666
- return $basename;
3667
- }
3668
- }
3669
-
3670
- $free_basename = "{$addon->slug}/{$addon->slug}.php";
3671
-
3672
- return $free_basename;
3673
- }
3674
-
3675
- /**
3676
- * Get installed add-ons instances.
3677
- *
3678
- * @author Vova Feldman (@svovaf)
3679
- * @since 1.0.6
3680
- *
3681
- * @return Freemius[]
3682
- */
3683
- function get_installed_addons() {
3684
- $installed_addons = array();
3685
- foreach ( self::$_instances as $instance ) {
3686
- if ( $instance->is_addon() && is_object( $instance->_parent_plugin ) ) {
3687
- if ( $this->_plugin->id == $instance->_parent_plugin->id ) {
3688
- $installed_addons[] = $instance;
3689
- }
3690
- }
3691
- }
3692
-
3693
- return $installed_addons;
3694
- }
3695
-
3696
- /**
3697
- * Check if any add-ons of the plugin are installed.
3698
- *
3699
- * @author Leo Fajardo (@leorw)
3700
- * @since 1.1.1
3701
- *
3702
- * @return bool
3703
- */
3704
- function has_installed_addons() {
3705
- if ( ! $this->has_addons() ) {
3706
- return false;
3707
- }
3708
-
3709
- foreach ( self::$_instances as $instance ) {
3710
- if ( $instance->is_addon() && is_object( $instance->_parent_plugin ) ) {
3711
- if ( $this->_plugin->id == $instance->_parent_plugin->id ) {
3712
- return true;
3713
- }
3714
- }
3715
- }
3716
-
3717
- return false;
3718
- }
3719
-
3720
- /**
3721
- * Tell Freemius that the current plugin is an add-on.
3722
- *
3723
- * @author Vova Feldman (@svovaf)
3724
- * @since 1.0.6
3725
- *
3726
- * @param number $parent_plugin_id The parent plugin ID
3727
- */
3728
- function init_addon( $parent_plugin_id ) {
3729
- $this->_plugin->parent_plugin_id = $parent_plugin_id;
3730
- }
3731
-
3732
- /**
3733
- * @author Vova Feldman (@svovaf)
3734
- * @since 1.0.6
3735
- *
3736
- * @return bool
3737
- */
3738
- function is_addon() {
3739
- return isset( $this->_plugin->parent_plugin_id ) && is_numeric( $this->_plugin->parent_plugin_id );
3740
- }
3741
-
3742
- /**
3743
- * Deactivate add-on if it's premium only and the user does't have a valid license.
3744
- *
3745
- * @param bool $is_after_trial_cancel
3746
- *
3747
- * @return bool If add-on was deactivated.
3748
- */
3749
- private function deactivate_premium_only_addon_without_license( $is_after_trial_cancel = false ) {
3750
- if ( ! $this->has_free_plan() &&
3751
- ! $this->has_features_enabled_license() &&
3752
- ! $this->_has_premium_license()
3753
- ) {
3754
- if ( $this->is_registered() ) {
3755
- // IF wrapper is turned off because activation_timestamp is currently only stored for plugins (not addons).
3756
- // if (empty($this->_storage->activation_timestamp) ||
3757
- // (WP_FS__SCRIPT_START_TIME - $this->_storage->activation_timestamp) > 30
3758
- // ) {
3759
- /**
3760
- * @todo When it's first fail, there's no reason to try and re-sync because the licenses were just synced after initial activation.
3761
- *
3762
- * Retry syncing the user add-on licenses.
3763
- */
3764
- // Sync licenses.
3765
- $this->_sync_licenses();
3766
- // }
3767
-
3768
- // Try to activate premium license.
3769
- $this->_activate_license( true );
3770
- }
3771
-
3772
- if ( ! $this->has_free_plan() &&
3773
- ! $this->has_features_enabled_license() &&
3774
- ! $this->_has_premium_license()
3775
- ) {
3776
- // @todo Check if deactivate plugins also call the deactivation hook.
3777
-
3778
- $this->_parent->_admin_notices->add_sticky(
3779
- sprintf(
3780
- $this->_parent->get_text( $is_after_trial_cancel ?
3781
- 'addon-trial-cancelled-message' :
3782
- 'addon-no-license-message'
3783
- ),
3784
- '<b>' . $this->_plugin->title . '</b>'
3785
- ) . ' ' . sprintf(
3786
- '<a href="%s" aria-label="%s" class="button button-primary" style="margin-left: 10px; vertical-align: middle;">%s &nbsp;&#10140;</a>',
3787
- $this->_parent->addon_url( $this->_slug ),
3788
- esc_attr( sprintf( $this->_parent->get_text( 'more-information-about-x' ), $this->_plugin->title ) ),
3789
- $this->_parent->get_text( 'purchase-license' )
3790
- ),
3791
- 'no_addon_license_' . $this->_slug,
3792
- ( $is_after_trial_cancel ? '' : $this->_parent->get_text( 'oops' ) . '...' ),
3793
- ( $is_after_trial_cancel ? 'success' : 'error' )
3794
- );
3795
-
3796
- deactivate_plugins( array( $this->_plugin_basename ), true );
3797
-
3798
- return true;
3799
- }
3800
- }
3801
-
3802
- return false;
3803
- }
3804
-
3805
- #endregion
3806
-
3807
- #----------------------------------------------------------------------------------
3808
- #region Sandbox
3809
- #----------------------------------------------------------------------------------
3810
-
3811
- /**
3812
- * Set Freemius into sandbox mode for debugging.
3813
- *
3814
- * @author Vova Feldman (@svovaf)
3815
- * @since 1.0.4
3816
- *
3817
- * @param string $secret_key
3818
- */
3819
- function init_sandbox( $secret_key ) {
3820
- $this->_plugin->secret_key = $secret_key;
3821
-
3822
- // Update plugin details.
3823
- FS_Plugin_Manager::instance( $this->_module_id )->update( $this->_plugin, true );
3824
- }
3825
-
3826
- /**
3827
- * Check if running payments in sandbox mode.
3828
- *
3829
- * @author Vova Feldman (@svovaf)
3830
- * @since 1.0.4
3831
- *
3832
- * @return bool
3833
- */
3834
- function is_payments_sandbox() {
3835
- return ( ! $this->is_live() ) || isset( $this->_plugin->secret_key );
3836
- }
3837
-
3838
- #endregion
3839
-
3840
- /**
3841
- * Check if running test vs. live plugin.
3842
- *
3843
- * @author Vova Feldman (@svovaf)
3844
- * @since 1.0.5
3845
- *
3846
- * @return bool
3847
- */
3848
- function is_live() {
3849
- return $this->_plugin->is_live;
3850
- }
3851
-
3852
- /**
3853
- * Check if the user skipped connecting the account with Freemius.
3854
- *
3855
- * @author Vova Feldman (@svovaf)
3856
- * @since 1.0.7
3857
- *
3858
- * @return bool
3859
- */
3860
- function is_anonymous() {
3861
- if ( ! isset( $this->_is_anonymous ) ) {
3862
- if ( ! isset( $this->_storage->is_anonymous ) ) {
3863
- // Not skipped.
3864
- $this->_is_anonymous = false;
3865
- } else if ( is_bool( $this->_storage->is_anonymous ) ) {
3866
- // For back compatibility, since the variable was boolean before.
3867
- $this->_is_anonymous = $this->_storage->is_anonymous;
3868
-
3869
- // Upgrade stored data format to 1.1.3 format.
3870
- $this->set_anonymous_mode( $this->_storage->is_anonymous );
3871
- } else {
3872
- // Version 1.1.3 and later.
3873
- $this->_is_anonymous = $this->_storage->is_anonymous['is'];
3874
- }
3875
- }
3876
-
3877
- return $this->_is_anonymous;
3878
- }
3879
-
3880
- /**
3881
- * Check if user connected his account and install pending email activation.
3882
- *
3883
- * @author Vova Feldman (@svovaf)
3884
- * @since 1.0.7
3885
- *
3886
- * @return bool
3887
- */
3888
- function is_pending_activation() {
3889
- return $this->_storage->get( 'is_pending_activation', false );
3890
- }
3891
-
3892
- /**
3893
- * Check if plugin must be WordPress.org compliant.
3894
- *
3895
- * @since 1.0.7
3896
- *
3897
- * @return bool
3898
- */
3899
- function is_org_repo_compliant() {
3900
- return $this->_is_org_compliant;
3901
- }
3902
-
3903
- #----------------------------------------------------------------------------------
3904
- #region Daily Sync Cron
3905
- #----------------------------------------------------------------------------------
3906
-
3907
- /**
3908
- * @author Vova Feldman (@svovaf)
3909
- * @since 1.1.7.3
3910
- */
3911
- private function run_manual_sync() {
3912
- self::require_pluggable_essentials();
3913
-
3914
- if ( ! $this->is_user_admin() ) {
3915
- return;
3916
- }
3917
-
3918
- // Run manual sync.
3919
- $this->_sync_cron();
3920
-
3921
- // Reschedule next cron to run 24 hours from now (performance optimization).
3922
- $this->clear_sync_cron();
3923
-
3924
- $this->schedule_sync_cron( time() + WP_FS__TIME_24_HOURS_IN_SEC, false );
3925
- }
3926
-
3927
- /**
3928
- * Data sync cron job. Replaces the background sync non blocking HTTP request
3929
- * that doesn't halt page loading.
3930
- *
3931
- * @author Vova Feldman (@svovaf)
3932
- * @since 1.1.7.3
3933
- */
3934
- function _sync_cron() {
3935
- $this->_logger->entrance();
3936
-
3937
- // Store the last time data sync was executed.
3938
- $this->_storage->sync_timestamp = time();
3939
-
3940
- // Check if API is temporary down.
3941
- if ( FS_Api::is_temporary_down() ) {
3942
- return;
3943
- }
3944
-
3945
- // @todo Add logic that identifies API latency, and reschedule the next background sync randomly between 8-16 hours.
3946
-
3947
- if ( $this->is_registered() ) {
3948
- if ( $this->has_paid_plan() ) {
3949
- // Initiate background plan sync.
3950
- $this->_sync_license( true );
3951
-
3952
- if ( $this->is_paying() ) {
3953
- // Check for premium plugin updates.
3954
- $this->check_updates( true );
3955
- }
3956
- } else {
3957
- // Sync install (only if something changed locally).
3958
- $this->sync_install();
3959
- }
3960
- }
3961
-
3962
- $this->do_action( 'after_sync_cron' );
3963
- }
3964
-
3965
- /**
3966
- * Check if sync was executed in the last $period of seconds.
3967
- *
3968
- * @author Vova Feldman (@svovaf)
3969
- * @since 1.1.7.3
3970
- *
3971
- * @param int $period In seconds
3972
- *
3973
- * @return bool
3974
- */
3975
- private function is_sync_executed( $period = WP_FS__TIME_24_HOURS_IN_SEC ) {
3976
- if ( ! isset( $this->_storage->sync_timestamp ) ) {
3977
- return false;
3978
- }
3979
-
3980
- return ( $this->_storage->sync_timestamp > ( WP_FS__SCRIPT_START_TIME - $period ) );
3981
- }
3982
-
3983
- /**
3984
- * @author Vova Feldman (@svovaf)
3985
- * @since 1.1.7.3
3986
- *
3987
- * @return bool
3988
- */
3989
- private function is_sync_cron_on() {
3990
- /**
3991
- * @var object $sync_cron_data
3992
- */
3993
- $sync_cron_data = $this->_storage->get( 'sync_cron', null );
3994
-
3995
- return ( ! is_null( $sync_cron_data ) && true === $sync_cron_data->on );
3996
- }
3997
-
3998
- /**
3999
- * @author Vova Feldman (@svovaf)
4000
- * @since 1.1.7.3
4001
- *
4002
- * @param int $start_at Defaults to now.
4003
- * @param bool $randomize_start If true, schedule first job randomly during the next 12 hours. Otherwise,
4004
- * schedule job to start right away.
4005
- */
4006
- private function schedule_sync_cron( $start_at = WP_FS__SCRIPT_START_TIME, $randomize_start = true ) {
4007
- $this->_logger->entrance();
4008
-
4009
- if ( $randomize_start ) {
4010
- // Schedule first sync with a random 12 hour time range from now.
4011
- $start_at += rand( 0, ( WP_FS__TIME_24_HOURS_IN_SEC / 2 ) );
4012
- }
4013
-
4014
- // Schedule daily WP cron.
4015
- wp_schedule_event(
4016
- $start_at,
4017
- 'daily',
4018
- $this->get_action_tag( 'data_sync' )
4019
- );
4020
-
4021
- $this->_storage->store( 'sync_cron', (object) array(
4022
- 'version' => $this->get_plugin_version(),
4023
- 'sdk_version' => $this->version,
4024
- 'timestamp' => WP_FS__SCRIPT_START_TIME,
4025
- 'on' => true,
4026
- ) );
4027
- }
4028
-
4029
- /**
4030
- * Add the actual sync function to the cron job hook.
4031
- *
4032
- * @author Vova Feldman (@svovaf)
4033
- * @since 1.1.7.3
4034
- */
4035
- private function hook_callback_to_sync_cron() {
4036
- $this->add_action( 'data_sync', array( &$this, '_sync_cron' ) );
4037
- }
4038
-
4039
- /**
4040
- * @author Vova Feldman (@svovaf)
4041
- * @since 1.1.7.3
4042
- */
4043
- private function clear_sync_cron() {
4044
- $this->_logger->entrance();
4045
-
4046
- if ( ! $this->is_sync_cron_on() ) {
4047
- return;
4048
- }
4049
-
4050
- $this->_storage->remove( 'sync_cron' );
4051
-
4052
- wp_clear_scheduled_hook( $this->get_action_tag( 'data_sync' ) );
4053
- }
4054
-
4055
- /**
4056
- * Unix timestamp for next sync cron execution or false if not scheduled.
4057
- *
4058
- * @author Vova Feldman (@svovaf)
4059
- * @since 1.1.7.3
4060
- *
4061
- * @return int|false
4062
- */
4063
- function next_sync_cron() {
4064
- $this->_logger->entrance();
4065
-
4066
- if ( ! $this->is_sync_cron_on() ) {
4067
- return false;
4068
- }
4069
-
4070
- return wp_next_scheduled( $this->get_action_tag( 'data_sync' ) );
4071
- }
4072
-
4073
- /**
4074
- * Unix timestamp for previous sync cron execution or false if never executed.
4075
- *
4076
- * @author Vova Feldman (@svovaf)
4077
- * @since 1.1.7.3
4078
- *
4079
- * @return int|false
4080
- */
4081
- function last_sync_cron() {
4082
- $this->_logger->entrance();
4083
-
4084
- return $this->_storage->get( 'sync_timestamp' );
4085
- }
4086
-
4087
- #endregion Daily Sync Cron ------------------------------------------------------------------
4088
-
4089
- #----------------------------------------------------------------------------------
4090
- #region Async Install Sync
4091
- #----------------------------------------------------------------------------------
4092
-
4093
- /**
4094
- * @author Vova Feldman (@svovaf)
4095
- * @since 1.1.7.3
4096
- *
4097
- * @return bool
4098
- */
4099
- private function is_install_sync_scheduled() {
4100
- /**
4101
- * @var object $cron_data
4102
- */
4103
- $cron_data = $this->_storage->get( 'install_sync_cron', null );
4104
-
4105
- return ( ! is_null( $cron_data ) && true === $cron_data->on );
4106
- }
4107
-
4108
- /**
4109
- * Instead of running blocking install sync event, execute non blocking scheduled wp-cron.
4110
- *
4111
- * @author Vova Feldman (@svovaf)
4112
- * @since 1.1.7.3
4113
- */
4114
- private function schedule_install_sync() {
4115
- $this->_logger->entrance();
4116
-
4117
- $this->clear_install_sync_cron();
4118
-
4119
- // Schedule immediate install sync.
4120
- wp_schedule_single_event(
4121
- WP_FS__SCRIPT_START_TIME,
4122
- $this->get_action_tag( 'install_sync' )
4123
- );
4124
-
4125
- $this->_storage->store( 'install_sync_cron', (object) array(
4126
- 'version' => $this->get_plugin_version(),
4127
- 'sdk_version' => $this->version,
4128
- 'timestamp' => WP_FS__SCRIPT_START_TIME,
4129
- 'on' => true,
4130
- ) );
4131
- }
4132
-
4133
- /**
4134
- * Unix timestamp for previous install sync cron execution or false if never executed.
4135
- *
4136
- * @todo There's some very strange bug that $this->_storage->install_sync_timestamp value is not being
4137
- * updated. But for sure the sync event is working.
4138
- *
4139
- * @author Vova Feldman (@svovaf)
4140
- * @since 1.1.7.3
4141
- *
4142
- * @return int|false
4143
- */
4144
- function last_install_sync() {
4145
- $this->_logger->entrance();
4146
-
4147
- return $this->_storage->get( 'install_sync_timestamp' );
4148
- }
4149
-
4150
- /**
4151
- * Unix timestamp for next install sync cron execution or false if not scheduled.
4152
- *
4153
- * @author Vova Feldman (@svovaf)
4154
- * @since 1.1.7.3
4155
- *
4156
- * @return int|false
4157
- */
4158
- function next_install_sync() {
4159
- $this->_logger->entrance();
4160
-
4161
- if ( ! $this->is_install_sync_scheduled() ) {
4162
- return false;
4163
- }
4164
-
4165
- return wp_next_scheduled( $this->get_action_tag( 'install_sync' ) );
4166
- }
4167
-
4168
- /**
4169
- * Add the actual install sync function to the cron job hook.
4170
- *
4171
- * @author Vova Feldman (@svovaf)
4172
- * @since 1.1.7.3
4173
- */
4174
- private function hook_callback_to_install_sync() {
4175
- $this->add_action( 'install_sync', array( &$this, '_run_sync_install' ) );
4176
- }
4177
-
4178
- /**
4179
- * @author Vova Feldman (@svovaf)
4180
- * @since 1.1.7.3
4181
- */
4182
- private function clear_install_sync_cron() {
4183
- $this->_logger->entrance();
4184
-
4185
- if ( ! $this->is_install_sync_scheduled() ) {
4186
- return;
4187
- }
4188
-
4189
- $this->_storage->remove( 'install_sync_cron' );
4190
-
4191
- wp_clear_scheduled_hook( $this->get_action_tag( 'install_sync' ) );
4192
- }
4193
-
4194
- /**
4195
- * @author Vova Feldman (@svovaf)
4196
- * @since 1.1.7.3
4197
- */
4198
- public function _run_sync_install() {
4199
- $this->_logger->entrance();
4200
-
4201
- // Update last install sync timestamp.
4202
- $this->_storage->install_sync_timestamp = time();
4203
-
4204
- $this->sync_install( array(), true );
4205
- }
4206
-
4207
- #endregion Async Install Sync ------------------------------------------------------------------
4208
-
4209
- /**
4210
- * Show a notice that activation is currently pending.
4211
- *
4212
- * @author Vova Feldman (@svovaf)
4213
- * @since 1.0.7
4214
- *
4215
- * @param bool|string $email
4216
- * @param bool $is_pending_trial Since 1.2.1.5
4217
- */
4218
- function _add_pending_activation_notice( $email = false, $is_pending_trial = false ) {
4219
- if ( ! is_string( $email ) ) {
4220
- $current_user = self::_get_current_wp_user();
4221
- $email = $current_user->user_email;
4222
- }
4223
-
4224
- $this->_admin_notices->add_sticky(
4225
- sprintf(
4226
- $this->get_text( 'pending-activation-message' ),
4227
- '<b>' . $this->get_plugin_name() . '</b>',
4228
- '<b>' . $email . '</b>',
4229
- $this->get_text( $is_pending_trial ? 'start-the-trial' : 'complete-the-install' )
4230
- ),
4231
- 'activation_pending',
4232
- 'Thanks!'
4233
- );
4234
- }
4235
-
4236
- /**
4237
- * Check if currently in plugin activation.
4238
- *
4239
- * @author Vova Feldman (@svovaf)
4240
- * @since 1.1.4
4241
- *
4242
- * @return bool
4243
- */
4244
- function is_plugin_activation() {
4245
- return get_option( 'fs_'
4246
- . ( $this->is_plugin() ? '' : $this->_module_type . '_' )
4247
- . "{$this->_slug}_activated", false );
4248
- }
4249
-
4250
- /**
4251
- *
4252
- * NOTE: admin_menu action executed before admin_init.
4253
- *
4254
- * @author Vova Feldman (@svovaf)
4255
- * @since 1.0.7
4256
- */
4257
- function _admin_init_action() {
4258
- /**
4259
- * Automatically redirect to connect/activation page after plugin activation.
4260
- *
4261
- * @since 1.1.7 Do NOT redirect to opt-in when running in network admin mode.
4262
- */
4263
- if ( $this->is_plugin_activation() ) {
4264
- delete_option( 'fs_'
4265
- . ( $this->is_plugin() ? '' : $this->_module_type . '_' )
4266
- . "{$this->_slug}_activated" );
4267
-
4268
- if ( ! function_exists( 'is_network_admin' ) || ! is_network_admin() ) {
4269
- $this->_redirect_on_activation_hook();
4270
-
4271
- return;
4272
- }
4273
- }
4274
-
4275
- if ( fs_request_is_action( $this->get_unique_affix() . '_skip_activation' ) ) {
4276
- check_admin_referer( $this->get_unique_affix() . '_skip_activation' );
4277
-
4278
- $this->skip_connection();
4279
-
4280
- fs_redirect( $this->get_after_activation_url( 'after_skip_url' ) );
4281
- }
4282
-
4283
- if ( ! $this->is_addon() && ! $this->is_registered() && ! $this->is_anonymous() ) {
4284
- if ( ! $this->is_pending_activation() ) {
4285
- if ( ! $this->_menu->is_main_settings_page() ) {
4286
- /**
4287
- * If a user visits any other admin page before activating the premium-only theme with a valid
4288
- * license, reactivate the previous theme.
4289
- *
4290
- * @author Leo Fajardo (@leorw)
4291
- * @since 1.2.2
4292
- */
4293
- if ( $this->is_theme()
4294
- && $this->is_only_premium()
4295
- && ! $this->has_settings_menu()
4296
- && ! isset( $_REQUEST['fs_action'] )
4297
- && $this->can_activate_previous_theme()
4298
- ) {
4299
- $this->activate_previous_theme();
4300
-
4301
- return;
4302
- }
4303
-
4304
- if ( $this->is_plugin_new_install() || $this->is_only_premium() ) {
4305
- // Show notice for new plugin installations.
4306
- $this->_admin_notices->add(
4307
- sprintf(
4308
- $this->get_text( 'you-are-step-away' ),
4309
- sprintf( '<b><a href="%s">%s</a></b>',
4310
- $this->get_activation_url(),
4311
- sprintf( $this->get_text( 'activate-x-now' ), $this->get_plugin_name() )
4312
- )
4313
- ),
4314
- '',
4315
- 'update-nag'
4316
- );
4317
- } else {
4318
- if ( ! isset( $this->_storage->sticky_optin_added ) ) {
4319
- $this->_storage->sticky_optin_added = true;
4320
-
4321
- // Show notice for new plugin installations.
4322
- $this->_admin_notices->add_sticky(
4323
- sprintf(
4324
- $this->get_text( 'few-plugin-tweaks' ),
4325
- $this->_module_type,
4326
- sprintf( '<b><a href="%s">%s</a></b>',
4327
- $this->get_activation_url(),
4328
- sprintf( $this->get_text( 'optin-x-now' ), $this->get_plugin_name() )
4329
- )
4330
- ),
4331
- 'connect_account',
4332
- '',
4333
- 'update-nag'
4334
- );
4335
- }
4336
-
4337
- if ( $this->has_filter( 'optin_pointer_element' ) ) {
4338
- // Don't show admin nag if plugin update.
4339
- wp_enqueue_script( 'wp-pointer' );
4340
- wp_enqueue_style( 'wp-pointer' );
4341
-
4342
- $this->_enqueue_connect_essentials();
4343
-
4344
- add_action( 'admin_print_footer_scripts', array(
4345
- $this,
4346
- '_add_connect_pointer_script'
4347
- ) );
4348
- }
4349
- }
4350
- }
4351
- }
4352
-
4353
- if ( $this->is_theme() &&
4354
- $this->_menu->is_main_settings_page()
4355
- ) {
4356
- $this->_show_theme_activation_optin_dialog();
4357
- }
4358
- }
4359
-
4360
- $this->_add_upgrade_action_link();
4361
- }
4362
-
4363
- /**
4364
- * Enqueue connect requires scripts and styles.
4365
- *
4366
- * @author Vova Feldman (@svovaf)
4367
- * @since 1.1.4
4368
- */
4369
- function _enqueue_connect_essentials() {
4370
- wp_enqueue_script( 'jquery' );
4371
- wp_enqueue_script( 'json2' );
4372
-
4373
- fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
4374
- fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
4375
-
4376
- fs_enqueue_local_style( 'fs_connect', '/admin/connect.css' );
4377
- }
4378
-
4379
- /**
4380
- * Add connect / opt-in pointer.
4381
- *
4382
- * @author Vova Feldman (@svovaf)
4383
- * @since 1.1.4
4384
- */
4385
- function _add_connect_pointer_script() {
4386
- $vars = array( 'id' => $this->_module_id );
4387
- $pointer_content = fs_get_template( 'connect.php', $vars );
4388
- ?>
4389
- <script type="text/javascript">// <![CDATA[
4390
- jQuery(document).ready(function ($) {
4391
- if ('undefined' !== typeof(jQuery().pointer)) {
4392
-
4393
- var element = <?php echo $this->apply_filters( 'optin_pointer_element', '$("#non_existing_element");' ) ?>;
4394
-
4395
- if (element.length > 0) {
4396
- var optin = $(element).pointer($.extend(true, {}, {
4397
- content : <?php echo json_encode( $pointer_content ) ?>,
4398
- position : {
4399
- edge : 'left',
4400
- align: 'center'
4401
- },
4402
- buttons : function () {
4403
- // Don't show pointer buttons.
4404
- return '';
4405
- },
4406
- pointerWidth: 482
4407
- }, <?php echo $this->apply_filters( 'optin_pointer_options_json', '{}' ) ?>));
4408
-
4409
- <?php
4410
- echo $this->apply_filters( 'optin_pointer_execute', "
4411
-
4412
- optin.pointer('open');
4413
-
4414
- // Tag the opt-in pointer with custom class.
4415
- $('.wp-pointer #fs_connect')
4416
- .parents('.wp-pointer.wp-pointer-top')
4417
- .addClass('fs-opt-in-pointer');
4418
-
4419
- ", 'element', 'optin' ) ?>
4420
- }
4421
- }
4422
- });
4423
- // ]]></script>
4424
- <?php
4425
- }
4426
-
4427
- /**
4428
- * Return current page's URL.
4429
- *
4430
- * @author Vova Feldman (@svovaf)
4431
- * @since 1.0.7
4432
- *
4433
- * @return string
4434
- */
4435
- function current_page_url() {
4436
- $url = 'http';
4437
-
4438
- if ( isset( $_SERVER["HTTPS"] ) ) {
4439
- if ( $_SERVER["HTTPS"] == "on" ) {
4440
- $url .= "s";
4441
- }
4442
- }
4443
- $url .= "://";
4444
- if ( $_SERVER["SERVER_PORT"] != "80" ) {
4445
- $url .= $_SERVER["SERVER_NAME"] . ":" . $_SERVER["SERVER_PORT"] . $_SERVER["REQUEST_URI"];
4446
- } else {
4447
- $url .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
4448
- }
4449
-
4450
- return esc_url( $url );
4451
- }
4452
-
4453
- /**
4454
- * Check if the current page is the plugin's main admin settings page.
4455
- *
4456
- * @author Vova Feldman (@svovaf)
4457
- * @since 1.0.7
4458
- *
4459
- * @return bool
4460
- */
4461
- function _is_plugin_page() {
4462
- return fs_is_plugin_page( $this->_menu->get_raw_slug() ) ||
4463
- fs_is_plugin_page( $this->_slug );
4464
- }
4465
-
4466
- /* Events
4467
- ------------------------------------------------------------------------------------------------------------------*/
4468
- /**
4469
- * Delete site install from Database.
4470
- *
4471
- * @author Vova Feldman (@svovaf)
4472
- * @since 1.0.1
4473
- *
4474
- * @param bool $store
4475
- */
4476
- function _delete_site( $store = true ) {
4477
- self::_delete_site_by_slug( $this->_slug, $this->_module_type, $store );
4478
- }
4479
-
4480
- /**
4481
- * Delete site install from Database.
4482
- *
4483
- * @author Vova Feldman (@svovaf)
4484
- * @since 1.2.2.7
4485
- *
4486
- * @param string $slug
4487
- * @param string $module_type
4488
- * @param bool $store
4489
- */
4490
- static function _delete_site_by_slug($slug, $module_type, $store = true ) {
4491
- $sites = self::get_all_sites( $module_type );
4492
-
4493
- if ( isset( $sites[ $slug ] ) ) {
4494
- unset( $sites[ $slug ] );
4495
- }
4496
-
4497
- self::set_account_option_by_module( $module_type, 'sites', $sites, $store );
4498
- }
4499
-
4500
- /**
4501
- * Delete plugin's plans information.
4502
- *
4503
- * @param bool $store Flush to Database if true.
4504
- *
4505
- * @author Vova Feldman (@svovaf)
4506
- * @since 1.0.9
4507
- */
4508
- private function _delete_plans( $store = true ) {
4509
- $this->_logger->entrance();
4510
-
4511
- $plans = self::get_all_plans( $this->_module_type );
4512
-
4513
- unset( $plans[ $this->_slug ] );
4514
-
4515
- $this->set_account_option( 'plans', $plans, $store );
4516
- }
4517
-
4518
- /**
4519
- * Delete all plugin licenses.
4520
- *
4521
- * @author Vova Feldman (@svovaf)
4522
- * @since 1.0.9
4523
- *
4524
- * @param bool $store
4525
- * @param string|bool $plugin_slug
4526
- */
4527
- private function _delete_licenses( $store = true, $plugin_slug = false ) {
4528
- $this->_logger->entrance();
4529
-
4530
- $all_licenses = self::get_all_licenses( $this->_module_type );
4531
-
4532
- if ( ! is_string( $plugin_slug ) ) {
4533
- $plugin_slug = $this->_slug;
4534
- }
4535
-
4536
- unset( $all_licenses[ $plugin_slug ] );
4537
-
4538
- $this->set_account_option( 'licenses', $all_licenses, $store );
4539
- }
4540
-
4541
- /**
4542
- * Check if Freemius was added on new plugin installation.
4543
- *
4544
- * @author Vova Feldman (@svovaf)
4545
- * @since 1.1.5
4546
- *
4547
- * @return bool
4548
- */
4549
- function is_plugin_new_install() {
4550
- return isset( $this->_storage->is_plugin_new_install ) &&
4551
- $this->_storage->is_plugin_new_install;
4552
- }
4553
-
4554
- /**
4555
- * Check if it's the first plugin release that is running Freemius.
4556
- *
4557
- * @author Vova Feldman (@svovaf)
4558
- * @since 1.2.1.5
4559
- *
4560
- * @return bool
4561
- */
4562
- function is_first_freemius_powered_version() {
4563
- return empty( $this->_storage->plugin_last_version );
4564
- }
4565
-
4566
- /**
4567
- * @author Leo Fajardo (@leorw)
4568
- * @since 1.2.2
4569
- *
4570
- * @return bool|string
4571
- */
4572
- private function get_previous_theme_slug() {
4573
- return isset( $this->_storage->previous_theme ) ?
4574
- $this->_storage->previous_theme :
4575
- false;
4576
- }
4577
-
4578
- /**
4579
- * @author Leo Fajardo (@leorw)
4580
- * @since 1.2.2
4581
- *
4582
- * @return string
4583
- */
4584
- private function can_activate_previous_theme() {
4585
- $slug = $this->get_previous_theme_slug();
4586
- if ( false !== $slug && current_user_can( 'switch_themes' ) ) {
4587
- $theme_instance = wp_get_theme( $slug );
4588
-
4589
- return $theme_instance->exists();
4590
- }
4591
-
4592
- return false;
4593
- }
4594
-
4595
- /**
4596
- * @author Leo Fajardo (@leorw)
4597
- * @since 1.2.2
4598
- *
4599
- * @return string
4600
- */
4601
- private function activate_previous_theme() {
4602
- switch_theme( $this->get_previous_theme_slug() );
4603
- unset( $this->_storage->previous_theme );
4604
-
4605
- global $pagenow;
4606
- if ( 'themes.php' === $pagenow ) {
4607
- /**
4608
- * Refresh the active theme information.
4609
- *
4610
- * @author Leo Fajardo (@leorw)
4611
- * @since 1.2.2
4612
- */
4613
- fs_redirect( admin_url( $pagenow ) );
4614
- }
4615
- }
4616
-
4617
- /**
4618
- * @author Leo Fajardo (@leorw)
4619
- * @since 1.2.2
4620
- *
4621
- * @return string
4622
- */
4623
- function get_previous_theme_activation_url() {
4624
- if ( ! $this->can_activate_previous_theme() ) {
4625
- return '';
4626
- }
4627
-
4628
- /**
4629
- * Activation URL
4630
- *
4631
- * @author Leo Fajardo (@leorw)
4632
- * @since 1.2.2
4633
- */
4634
- return wp_nonce_url(
4635
- admin_url( 'themes.php?action=activate&stylesheet=' . urlencode( $this->get_previous_theme_slug() ) ),
4636
- 'switch-theme_' . $this->get_previous_theme_slug()
4637
- );
4638
- }
4639
-
4640
- /**
4641
- * Saves the slug of the previous theme if it still exists so that it can be used by the logic in the opt-in
4642
- * form that decides whether to add a close button to the opt-in dialog or not. So after a premium-only theme is
4643
- * activated, the close button will appear and will reactivate the previous theme if clicked. If the previous
4644
- * theme doesn't exist, then there will be no close button.
4645
- *
4646
- * @author Leo Fajardo (@leorw)
4647
- * @since 1.2.2
4648
- *
4649
- * @param string $slug_or_name Old theme's slug or name.
4650
- * @param bool|WP_Theme $old_theme WP_Theme instance of the old theme if it still exists.
4651
- */
4652
- function _activate_theme_event_hook( $slug_or_name, $old_theme = false ) {
4653
- $this->_storage->previous_theme = ( false !== $old_theme ) ?
4654
- $old_theme->get_stylesheet() :
4655
- $slug_or_name;
4656
-
4657
- $this->_activate_plugin_event_hook();
4658
- }
4659
-
4660
- /**
4661
- * Plugin activated hook.
4662
- *
4663
- * @author Vova Feldman (@svovaf)
4664
- * @since 1.0.1
4665
- *
4666
- * @uses FS_Api
4667
- */
4668
- function _activate_plugin_event_hook() {
4669
- $this->_logger->entrance( 'slug = ' . $this->_slug );
4670
-
4671
- if ( ! $this->is_user_admin() ) {
4672
- return;
4673
- }
4674
-
4675
- $this->unregister_uninstall_hook();
4676
-
4677
- // Clear API cache on activation.
4678
- FS_Api::clear_cache();
4679
-
4680
- $is_premium_version_activation = ( current_filter() !== ( 'activate_' . $this->_free_plugin_basename ) );
4681
-
4682
- $this->_logger->info( 'Activating ' . ( $is_premium_version_activation ? 'premium' : 'free' ) . ' plugin version.' );
4683
-
4684
- // 1. If running in the activation of the FREE module, get the basename of the PREMIUM.
4685
- // 2. If running in the activation of the PREMIUM module, get the basename of the FREE.
4686
- $other_version_basename = $is_premium_version_activation ?
4687
- $this->_free_plugin_basename :
4688
- $this->premium_plugin_basename();
4689
-
4690
- /**
4691
- * If the other module version is activate, deactivate it.
4692
- *
4693
- * @author Leo Fajardo (@leorw)
4694
- * @since 1.2.2
4695
- */
4696
- if ( is_plugin_active( $other_version_basename ) ) {
4697
- deactivate_plugins( $other_version_basename );
4698
- }
4699
-
4700
- if ( $this->is_registered() ) {
4701
- if ( $is_premium_version_activation ) {
4702
- $this->reconnect_locally();
4703
- }
4704
-
4705
-
4706
- // Schedule re-activation event and sync.
4707
- // $this->sync_install( array(), true );
4708
- $this->schedule_install_sync();
4709
-
4710
- // If activating the premium module version, add an admin notice to congratulate for an upgrade completion.
4711
- if ( $is_premium_version_activation ) {
4712
- $this->_admin_notices->add(
4713
- sprintf( $this->get_text( 'successful-version-upgrade-message' ), sprintf( '<b>%s</b>', $this->_plugin->title ) ),
4714
- $this->get_text( 'woot' ) . '!'
4715
- );
4716
- }
4717
- } else if ( $this->is_anonymous() ) {
4718
- /**
4719
- * Reset "skipped" click cache on the following:
4720
- * 1. Freemius DEV mode.
4721
- * 2. WordPress DEBUG mode.
4722
- * 3. If a plugin and the user skipped the exact same version before.
4723
- *
4724
- * @since 1.2.2.7 Ulrich Pogson (@grapplerulrich) asked to not reset the SKIPPED flag if the exact same THEME version was activated before unless the developer is running with WP_DEBUG on, or Freemius debug mode on (WP_FS__DEV_MODE).
4725
- *
4726
- * @todo 4. If explicitly asked to retry after every activation.
4727
- */
4728
- if ( WP_FS__DEV_MODE ||
4729
- (
4730
- ( $this->is_plugin() || ( defined( 'WP_DEBUG' ) && WP_DEBUG ) ) &&
4731
- $this->get_plugin_version() == $this->_storage->is_anonymous['version']
4732
- )
4733
- ) {
4734
- $this->reset_anonymous_mode();
4735
- }
4736
- }
4737
-
4738
- if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
4739
- /**
4740
- * If no previous version of plugin's version exist, it means that it's either
4741
- * the first time that the plugin installed on the site, or the plugin was installed
4742
- * before but didn't have Freemius integrated.
4743
- *
4744
- * Since register_activation_hook() do NOT fires on updates since 3.1, and only fires
4745
- * on manual activation via the dashboard, is_plugin_activation() is TRUE
4746
- * only after immediate activation.
4747
- *
4748
- * @since 1.1.4
4749
- * @link https://make.wordpress.org/core/2010/10/27/plugin-activation-hooks-no-longer-fire-for-updates/
4750
- */
4751
- $this->_storage->is_plugin_new_install = empty( $this->_storage->plugin_last_version );
4752
- }
4753
-
4754
- if ( ! $this->_anonymous_mode &&
4755
- $this->has_api_connectivity( WP_FS__DEV_MODE ) &&
4756
- ! $this->_isAutoInstall
4757
- ) {
4758
- // Store hint that the plugin was just activated to enable auto-redirection to settings.
4759
- add_option( 'fs_'
4760
- . ( $this->is_plugin() ? '' : $this->_module_type . '_' )
4761
- . "{$this->_slug}_activated", true );
4762
- }
4763
-
4764
- /**
4765
- * Activation hook is executed after the plugin's main file is loaded, therefore,
4766
- * after the plugin was loaded. The logic is located at activate_plugin()
4767
- * ./wp-admin/includes/plugin.php.
4768
- *
4769
- * @author Vova Feldman (@svovaf)
4770
- * @since 1.1.9
4771
- */
4772
- $this->_storage->was_plugin_loaded = true;
4773
- }
4774
-
4775
- /**
4776
- * Delete account.
4777
- *
4778
- * @author Vova Feldman (@svovaf)
4779
- * @since 1.0.3
4780
- *
4781
- * @param bool $check_user Enforce checking if user have plugins activation privileges.
4782
- */
4783
- function delete_account_event( $check_user = true ) {
4784
- $this->_logger->entrance( 'slug = ' . $this->_slug );
4785
-
4786
- if ( $check_user && ! $this->is_user_admin() ) {
4787
- return;
4788
- }
4789
-
4790
- $this->do_action( 'before_account_delete' );
4791
-
4792
- // Clear all admin notices.
4793
- $this->_admin_notices->clear_all_sticky();
4794
-
4795
- $this->_delete_site( false );
4796
-
4797
- $this->_delete_plans( false );
4798
-
4799
- $this->_delete_licenses( false );
4800
-
4801
- // Delete add-ons related to plugin's account.
4802
- $this->_delete_account_addons( false );
4803
-
4804
- // @todo Delete plans and licenses of add-ons.
4805
-
4806
- self::$_accounts->store();
4807
-
4808
- /**
4809
- * IMPORTANT:
4810
- * Clear crons must be executed before clearing all storage.
4811
- * Otherwise, the cron will not be cleared.
4812
- */
4813
- $this->clear_sync_cron();
4814
- $this->clear_install_sync_cron();
4815
-
4816
- // Clear all storage data.
4817
- $this->_storage->clear_all( true, array(
4818
- 'connectivity_test',
4819
- 'is_on',
4820
- ) );
4821
-
4822
- // Send delete event.
4823
- $this->get_api_site_scope()->call( '/', 'delete' );
4824
-
4825
- $this->do_action( 'after_account_delete' );
4826
- }
4827
-
4828
- /**
4829
- * Plugin deactivation hook.
4830
- *
4831
- * @author Vova Feldman (@svovaf)
4832
- * @since 1.0.1
4833
- */
4834
- function _deactivate_plugin_hook() {
4835
- $this->_logger->entrance( 'slug = ' . $this->_slug );
4836
-
4837
- if ( ! current_user_can( 'activate_plugins' ) ) {
4838
- return;
4839
- }
4840
-
4841
- $this->_admin_notices->clear_all_sticky();
4842
- if ( isset( $this->_storage->sticky_optin_added ) ) {
4843
- unset( $this->_storage->sticky_optin_added );
4844
- }
4845
-
4846
- if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
4847
- // Remember that plugin was already installed.
4848
- $this->_storage->is_plugin_new_install = false;
4849
- }
4850
-
4851
- // Hook to plugin uninstall.
4852
- register_uninstall_hook( $this->_plugin_main_file_path, array( 'Freemius', '_uninstall_plugin_hook' ) );
4853
-
4854
- $this->clear_module_main_file_cache();
4855
- $this->clear_sync_cron();
4856
- $this->clear_install_sync_cron();
4857
-
4858
- if ( $this->is_registered() ) {
4859
- // Send deactivation event.
4860
- $this->sync_install( array(
4861
- 'is_active' => false,
4862
- ) );
4863
- } else {
4864
- if ( ! $this->has_api_connectivity() ) {
4865
- // Reset connectivity test cache.
4866
- unset( $this->_storage->connectivity_test );
4867
- }
4868
- }
4869
-
4870
- // Clear API cache on deactivation.
4871
- FS_Api::clear_cache();
4872
-
4873
- $this->remove_sdk_reference();
4874
- }
4875
-
4876
- /**
4877
- * @author Vova Feldman (@svovaf)
4878
- * @since 1.1.6
4879
- */
4880
- private function remove_sdk_reference() {
4881
- global $fs_active_plugins;
4882
-
4883
- foreach ( $fs_active_plugins->plugins as $sdk_path => &$data ) {
4884
- if ( $this->_plugin_basename == $data->plugin_path ) {
4885
- unset( $fs_active_plugins->plugins[ $sdk_path ] );
4886
- break;
4887
- }
4888
- }
4889
-
4890
- fs_fallback_to_newest_active_sdk();
4891
- }
4892
-
4893
- /**
4894
- * @author Vova Feldman (@svovaf)
4895
- * @since 1.1.3
4896
- *
4897
- * @param bool $is_anonymous
4898
- */
4899
- private function set_anonymous_mode( $is_anonymous = true ) {
4900
- // Store information regarding skip to try and opt-in the user
4901
- // again in the future.
4902
- $this->_storage->is_anonymous = array(
4903
- 'is' => $is_anonymous,
4904
- 'timestamp' => WP_FS__SCRIPT_START_TIME,
4905
- 'version' => $this->get_plugin_version(),
4906
- );
4907
-
4908
- // Update anonymous mode cache.
4909
- $this->_is_anonymous = $is_anonymous;
4910
- }
4911
-
4912
- /**
4913
- * @author Vova Feldman (@svovaf)
4914
- * @since 1.1.3
4915
- */
4916
- private function reset_anonymous_mode() {
4917
- unset( $this->_storage->is_anonymous );
4918
-
4919
- /**
4920
- * Ensure that this field is also "false", otherwise, if the current module's type is "theme" and the module
4921
- * has no menus, the opt-in popup will not be shown immediately (in this case, the user will have to click
4922
- * on the admin notice that contains the opt-in link in order to trigger the opt-in popup).
4923
- *
4924
- * @author Leo Fajardo (@leorw)
4925
- * @since 1.2.2
4926
- */
4927
- unset( $this->_is_anonymous );
4928
- }
4929
-
4930
- /**
4931
- * Clears the anonymous mode and redirects to the opt-in screen.
4932
- *
4933
- * @author Vova Feldman (@svovaf)
4934
- * @since 1.1.7
4935
- */
4936
- function connect_again() {
4937
- if ( ! $this->is_anonymous() ) {
4938
- return;
4939
- }
4940
-
4941
- $this->reset_anonymous_mode();
4942
-
4943
- fs_redirect( $this->get_activation_url() );
4944
- }
4945
-
4946
- /**
4947
- * Skip account connect, and set anonymous mode.
4948
- *
4949
- * @author Vova Feldman (@svovaf)
4950
- * @since 1.1.1
4951
- */
4952
- private function skip_connection() {
4953
- $this->_logger->entrance();
4954
-
4955
- $this->_admin_notices->remove_sticky( 'connect_account' );
4956
-
4957
- $this->set_anonymous_mode();
4958
-
4959
- // Send anonymous skip event.
4960
- // No user identified info nor any tracking will be sent after the user skips the opt-in.
4961
- $this->get_api_plugin_scope()->call( 'skip.json', 'put', array(
4962
- 'uid' => $this->get_anonymous_id(),
4963
- ) );
4964
- }
4965
-
4966
- /**
4967
- * Plugin version update hook.
4968
- *
4969
- * @author Vova Feldman (@svovaf)
4970
- * @since 1.0.4
4971
- */
4972
- private function update_plugin_version_event() {
4973
- $this->_logger->entrance();
4974
-
4975
- if ( ! $this->is_registered() ) {
4976
- return;
4977
- }
4978
-
4979
- $this->schedule_install_sync();
4980
- // $this->sync_install( array(), true );
4981
- }
4982
-
4983
- /**
4984
- * Return a list of modified plugins since the last sync.
4985
- *
4986
- * Note:
4987
- * There's no point to store a plugins counter since even if the number of
4988
- * plugins didn't change, we still need to check if the versions are all the
4989
- * same and the activity state is similar.
4990
- *
4991
- * @author Vova Feldman (@svovaf)
4992
- * @since 1.1.8
4993
- *
4994
- * @return array|false
4995
- */
4996
- private function get_plugins_data_for_api() {
4997
- // Alias.
4998
- $option_name = 'all_plugins';
4999
-
5000
- $all_cached_plugins = self::$_accounts->get_option( $option_name );
5001
-
5002
- if ( ! is_object( $all_cached_plugins ) ) {
5003
- $all_cached_plugins = (object) array(
5004
- 'timestamp' => '',
5005
- 'md5' => '',
5006
- 'plugins' => array(),
5007
- );
5008
- }
5009
-
5010
- $time = time();
5011
-
5012
- if ( ! empty( $all_cached_plugins->timestamp ) &&
5013
- ( $time - $all_cached_plugins->timestamp ) < WP_FS__TIME_5_MIN_IN_SEC
5014
- ) {
5015
- // Don't send plugin updates if last update was in the past 5 min.
5016
- return false;
5017
- }
5018
-
5019
- // Write timestamp to lock the logic.
5020
- $all_cached_plugins->timestamp = $time;
5021
- self::$_accounts->set_option( $option_name, $all_cached_plugins, true );
5022
-
5023
- // Reload options from DB.
5024
- self::$_accounts->load( true );
5025
- $all_cached_plugins = self::$_accounts->get_option( $option_name );
5026
-
5027
- if ( $time != $all_cached_plugins->timestamp ) {
5028
- // If timestamp is different, then another thread captured the lock.
5029
- return false;
5030
- }
5031
-
5032
- // Check if there's a change in plugins.
5033
- $all_plugins = self::get_all_plugins();
5034
-
5035
- // Check if plugins changed.
5036
- ksort( $all_plugins );
5037
-
5038
- $plugins_signature = '';
5039
- foreach ( $all_plugins as $basename => $data ) {
5040
- $plugins_signature .= $data['slug'] . ',' .
5041
- $data['Version'] . ',' .
5042
- ( $data['is_active'] ? '1' : '0' ) . ';';
5043
- }
5044
-
5045
- // Check if plugins status changed (version or active/inactive).
5046
- $plugins_changed = ( $all_cached_plugins->md5 !== md5( $plugins_signature ) );
5047
-
5048
- $plugins_update_data = array();
5049
-
5050
- if ( $plugins_changed ) {
5051
- // Change in plugins, report changes.
5052
-
5053
- // Update existing plugins info.
5054
- foreach ( $all_cached_plugins->plugins as $basename => $data ) {
5055
- if ( ! isset( $all_plugins[ $basename ] ) ) {
5056
- // Plugin uninstalled.
5057
- $uninstalled_plugin_data = $data;
5058
- $uninstalled_plugin_data['is_active'] = false;
5059
- $uninstalled_plugin_data['is_uninstalled'] = true;
5060
- $plugins_update_data[] = $uninstalled_plugin_data;
5061
-
5062
- unset( $all_plugins[ $basename ] );
5063
- unset( $all_cached_plugins->plugins[ $basename ] );
5064
- } else if ( $data['is_active'] !== $all_plugins[ $basename ]['is_active'] ||
5065
- $data['version'] !== $all_plugins[ $basename ]['Version']
5066
- ) {
5067
- // Plugin activated or deactivated, or version changed.
5068
- $all_cached_plugins->plugins[ $basename ]['is_active'] = $all_plugins[ $basename ]['is_active'];
5069
- $all_cached_plugins->plugins[ $basename ]['version'] = $all_plugins[ $basename ]['Version'];
5070
-
5071
- $plugins_update_data[] = $all_cached_plugins->plugins[ $basename ];
5072
- }
5073
- }
5074
-
5075
- // Find new plugins that weren't yet seen before.
5076
- foreach ( $all_plugins as $basename => $data ) {
5077
- if ( ! isset( $all_cached_plugins->plugins[ $basename ] ) ) {
5078
- // New plugin.
5079
- $new_plugin = array(
5080
- 'slug' => $data['slug'],
5081
- 'version' => $data['Version'],
5082
- 'title' => $data['Name'],
5083
- 'is_active' => $data['is_active'],
5084
- 'is_uninstalled' => false,
5085
- );
5086
-
5087
- $plugins_update_data[] = $new_plugin;
5088
- $all_cached_plugins->plugins[ $basename ] = $new_plugin;
5089
- }
5090
- }
5091
-
5092
- $all_cached_plugins->md5 = md5( $plugins_signature );
5093
- $all_cached_plugins->timestamp = $time;
5094
- self::$_accounts->set_option( $option_name, $all_cached_plugins, true );
5095
- }
5096
-
5097
- return $plugins_update_data;
5098
- }
5099
-
5100
- /**
5101
- * Return a list of modified themes since the last sync.
5102
- *
5103
- * Note:
5104
- * There's no point to store a themes counter since even if the number of
5105
- * themes didn't change, we still need to check if the versions are all the
5106
- * same and the activity state is similar.
5107
- *
5108
- * @author Vova Feldman (@svovaf)
5109
- * @since 1.1.8
5110
- *
5111
- * @return array|false
5112
- */
5113
- private function get_themes_data_for_api() {
5114
- // Alias.
5115
- $option_name = 'all_themes';
5116
-
5117
- $all_cached_themes = self::$_accounts->get_option( $option_name );
5118
-
5119
- if ( ! is_object( $all_cached_themes ) ) {
5120
- $all_cached_themes = (object) array(
5121
- 'timestamp' => '',
5122
- 'md5' => '',
5123
- 'themes' => array(),
5124
- );
5125
- }
5126
-
5127
- $time = time();
5128
-
5129
- if ( ! empty( $all_cached_themes->timestamp ) &&
5130
- ( $time - $all_cached_themes->timestamp ) < WP_FS__TIME_5_MIN_IN_SEC
5131
- ) {
5132
- // Don't send theme updates if last update was in the past 5 min.
5133
- return false;
5134
- }
5135
-
5136
- // Write timestamp to lock the logic.
5137
- $all_cached_themes->timestamp = $time;
5138
- self::$_accounts->set_option( $option_name, $all_cached_themes, true );
5139
-
5140
- // Reload options from DB.
5141
- self::$_accounts->load( true );
5142
- $all_cached_themes = self::$_accounts->get_option( $option_name );
5143
-
5144
- if ( $time != $all_cached_themes->timestamp ) {
5145
- // If timestamp is different, then another thread captured the lock.
5146
- return false;
5147
- }
5148
-
5149
- // Get active theme.
5150
- $active_theme = wp_get_theme();
5151
- $active_theme_stylesheet = $active_theme->get_stylesheet();
5152
-
5153
- // Check if there's a change in themes.
5154
- $all_themes = wp_get_themes();
5155
-
5156
- // Check if themes changed.
5157
- ksort( $all_themes );
5158
-
5159
- $themes_signature = '';
5160
- foreach ( $all_themes as $slug => $data ) {
5161
- $is_active = ( $slug === $active_theme_stylesheet );
5162
- $themes_signature .= $slug . ',' .
5163
- $data->version . ',' .
5164
- ( $is_active ? '1' : '0' ) . ';';
5165
- }
5166
-
5167
- // Check if themes status changed (version or active/inactive).
5168
- $themes_changed = ( $all_cached_themes->md5 !== md5( $themes_signature ) );
5169
-
5170
- $themes_update_data = array();
5171
-
5172
- if ( $themes_changed ) {
5173
- // Change in themes, report changes.
5174
-
5175
- // Update existing themes info.
5176
- foreach ( $all_cached_themes->themes as $slug => $data ) {
5177
- $is_active = ( $slug === $active_theme_stylesheet );
5178
-
5179
- if ( ! isset( $all_themes[ $slug ] ) ) {
5180
- // Plugin uninstalled.
5181
- $uninstalled_theme_data = $data;
5182
- $uninstalled_theme_data['is_active'] = false;
5183
- $uninstalled_theme_data['is_uninstalled'] = true;
5184
- $themes_update_data[] = $uninstalled_theme_data;
5185
-
5186
- unset( $all_themes[ $slug ] );
5187
- unset( $all_cached_themes->themes[ $slug ] );
5188
- } else if ( $data['is_active'] !== $is_active ||
5189
- $data['version'] !== $all_themes[ $slug ]->version
5190
- ) {
5191
- // Plugin activated or deactivated, or version changed.
5192
-
5193
- $all_cached_themes->themes[ $slug ]['is_active'] = $is_active;
5194
- $all_cached_themes->themes[ $slug ]['version'] = $all_themes[ $slug ]->version;
5195
-
5196
- $themes_update_data[] = $all_cached_themes->themes[ $slug ];
5197
- }
5198
- }
5199
-
5200
- // Find new themes that weren't yet seen before.
5201
- foreach ( $all_themes as $slug => $data ) {
5202
- if ( ! isset( $all_cached_themes->themes[ $slug ] ) ) {
5203
- $is_active = ( $slug === $active_theme_stylesheet );
5204
-
5205
- // New plugin.
5206
- $new_plugin = array(
5207
- 'slug' => $slug,
5208
- 'version' => $data->version,
5209
- 'title' => $data->name,
5210
- 'is_active' => $is_active,
5211
- 'is_uninstalled' => false,
5212
- );
5213
-
5214
- $themes_update_data[] = $new_plugin;
5215
- $all_cached_themes->themes[ $slug ] = $new_plugin;
5216
- }
5217
- }
5218
-
5219
- $all_cached_themes->md5 = md5( $themes_signature );
5220
- $all_cached_themes->timestamp = time();
5221
- self::$_accounts->set_option( $option_name, $all_cached_themes, true );
5222
- }
5223
-
5224
- return $themes_update_data;
5225
- }
5226
-
5227
- /**
5228
- * Update install details.
5229
- *
5230
- * @author Vova Feldman (@svovaf)
5231
- * @since 1.1.2
5232
- *
5233
- * @param string[] string $override
5234
- * @param bool $include_plugins Since 1.1.8 by default include plugin changes.
5235
- * @param bool $include_themes Since 1.1.8 by default include plugin changes.
5236
- *
5237
- * @return array
5238
- */
5239
- private function get_install_data_for_api(
5240
- array $override,
5241
- $include_plugins = true,
5242
- $include_themes = true
5243
- ) {
5244
- /**
5245
- * @since 1.1.8 Also send plugin updates.
5246
- */
5247
- if ( $include_plugins && ! isset( $override['plugins'] ) ) {
5248
- $plugins = $this->get_plugins_data_for_api();
5249
- if ( ! empty( $plugins ) ) {
5250
- $override['plugins'] = $plugins;
5251
- }
5252
- }
5253
- /**
5254
- * @since 1.1.8 Also send themes updates.
5255
- */
5256
- if ( $include_themes && ! isset( $override['themes'] ) ) {
5257
- $themes = $this->get_themes_data_for_api();
5258
- if ( ! empty( $themes ) ) {
5259
- $override['themes'] = $themes;
5260
- }
5261
- }
5262
-
5263
- return array_merge( array(
5264
- 'version' => $this->get_plugin_version(),
5265
- 'is_premium' => $this->is_premium(),
5266
- 'language' => get_bloginfo( 'language' ),
5267
- 'charset' => get_bloginfo( 'charset' ),
5268
- 'platform_version' => get_bloginfo( 'version' ),
5269
- 'sdk_version' => $this->version,
5270
- 'programming_language_version' => phpversion(),
5271
- 'title' => get_bloginfo( 'name' ),
5272
- 'url' => get_site_url(),
5273
- // Special params.
5274
- 'is_active' => true,
5275
- 'is_disconnected' => $this->is_tracking_prohibited(),
5276
- 'is_uninstalled' => false,
5277
- ), $override );
5278
- }
5279
-
5280
- /**
5281
- * Update install only if changed.
5282
- *
5283
- * @author Vova Feldman (@svovaf)
5284
- * @since 1.0.9
5285
- *
5286
- * @param string[] string $override
5287
- * @param bool $flush
5288
- *
5289
- * @return false|object|string
5290
- */
5291
- private function send_install_update( $override = array(), $flush = false ) {
5292
- $this->_logger->entrance();
5293
-
5294
- $check_properties = $this->get_install_data_for_api( $override );
5295
-
5296
- if ( $flush ) {
5297
- $params = $check_properties;
5298
- } else {
5299
- $params = array();
5300
- $special = array();
5301
- $special_override = false;
5302
-
5303
- foreach ( $check_properties as $p => $v ) {
5304
- if ( property_exists( $this->_site, $p ) ) {
5305
- if ( ( is_bool( $this->_site->{$p} ) || ! empty( $this->_site->{$p} ) ) &&
5306
- $this->_site->{$p} != $v
5307
- ) {
5308
- $this->_site->{$p} = $v;
5309
- $params[ $p ] = $v;
5310
- }
5311
- } else {
5312
- $special[ $p ] = $v;
5313
-
5314
- if ( isset( $override[ $p ] ) ||
5315
- 'plugins' === $p ||
5316
- 'themes' === $p
5317
- ) {
5318
- $special_override = true;
5319
- }
5320
- }
5321
- }
5322
-
5323
- if ( $special_override || 0 < count( $params ) ) {
5324
- // Add special params only if has at least one
5325
- // standard param, or if explicitly requested to
5326
- // override a special param or a param which is not exist
5327
- // in the install object.
5328
- $params = array_merge( $params, $special );
5329
- }
5330
- }
5331
-
5332
- if ( 0 < count( $params ) ) {
5333
- // Update last install sync timestamp.
5334
- $this->_storage->install_sync_timestamp = time();
5335
-
5336
- $params['uid'] = $this->get_anonymous_id();
5337
-
5338
- // Send updated values to FS.
5339
- $site = $this->get_api_site_scope()->call( '/', 'put', $params );
5340
-
5341
- if ( $this->is_api_result_entity( $site ) ) {
5342
- // I successfully sent install update, clear scheduled sync if exist.
5343
- $this->clear_install_sync_cron();
5344
- }
5345
-
5346
- return $site;
5347
- }
5348
-
5349
- return false;
5350
- }
5351
-
5352
- /**
5353
- * Update install only if changed.
5354
- *
5355
- * @author Vova Feldman (@svovaf)
5356
- * @since 1.0.9
5357
- *
5358
- * @param string[] string $override
5359
- * @param bool $flush
5360
- */
5361
- private function sync_install( $override = array(), $flush = false ) {
5362
- $this->_logger->entrance();
5363
-
5364
- $site = $this->send_install_update( $override, $flush );
5365
-
5366
- if ( false === $site ) {
5367
- // No sync required.
5368
- return;
5369
- }
5370
-
5371
- if ( ! $this->is_api_result_entity( $site ) ) {
5372
- // Failed to sync, don't update locally.
5373
- return;
5374
- }
5375
-
5376
- $plan = $this->get_plan();
5377
- $this->_site = new FS_Site( $site );
5378
- $this->_site->plan = $plan;
5379
-
5380
- $this->_store_site( true );
5381
- }
5382
-
5383
- /**
5384
- * Track install's custom event.
5385
- *
5386
- * IMPORTANT:
5387
- * Custom event tracking is currently only supported for specific clients.
5388
- * If you are not one of them, please don't use this method. If you will,
5389
- * the API will simply ignore your request based on the plugin ID.
5390
- *
5391
- * Need custom tracking for your plugin or theme?
5392
- * If you are interested in custom event tracking please contact yo@freemius.com
5393
- * for further details.
5394
- *
5395
- * @author Vova Feldman (@svovaf)
5396
- * @since 1.2.1
5397
- *
5398
- * @param string $name Event name.
5399
- * @param array $properties Associative key/value array with primitive values only
5400
- * @param bool $process_at A valid future date-time in the following format Y-m-d H:i:s.
5401
- * @param bool $once If true, event will be tracked only once. IMPORTANT: Still trigger the API call.
5402
- *
5403
- * @return object|false Event data or FALSE on failure.
5404
- *
5405
- * @throws \Freemius_InvalidArgumentException
5406
- */
5407
- public function track_event( $name, $properties = array(), $process_at = false, $once = false ) {
5408
- $this->_logger->entrance( http_build_query( array( 'name' => $name, 'once' => $once ) ) );
5409
-
5410
- if ( ! $this->is_registered() ) {
5411
- return false;
5412
- }
5413
-
5414
- $event = array( 'type' => $name );
5415
-
5416
- if ( is_numeric( $process_at ) && $process_at > time() ) {
5417
- $event['process_at'] = $process_at;
5418
- }
5419
-
5420
- if ( $once ) {
5421
- $event['once'] = true;
5422
- }
5423
-
5424
- if ( ! empty( $properties ) ) {
5425
- // Verify associative array values are primitive.
5426
- foreach ( $properties as $k => $v ) {
5427
- if ( ! is_scalar( $v ) ) {
5428
- throw new Freemius_InvalidArgumentException( 'The $properties argument must be an associative key/value array with primitive values only.' );
5429
- }
5430
- }
5431
-
5432
- $event['properties'] = $properties;
5433
- }
5434
-
5435
- $result = $this->get_api_site_scope()->call( 'events.json', 'post', $event );
5436
-
5437
- return $this->is_api_error( $result ) ?
5438
- false :
5439
- $result;
5440
- }
5441
-
5442
- /**
5443
- * Track install's custom event only once, but it still triggers the API call.
5444
- *
5445
- * IMPORTANT:
5446
- * Custom event tracking is currently only supported for specific clients.
5447
- * If you are not one of them, please don't use this method. If you will,
5448
- * the API will simply ignore your request based on the plugin ID.
5449
- *
5450
- * Need custom tracking for your plugin or theme?
5451
- * If you are interested in custom event tracking please contact yo@freemius.com
5452
- * for further details.
5453
- *
5454
- * @author Vova Feldman (@svovaf)
5455
- * @since 1.2.1
5456
- *
5457
- * @param string $name Event name.
5458
- * @param array $properties Associative key/value array with primitive values only
5459
- * @param bool $process_at A valid future date-time in the following format Y-m-d H:i:s.
5460
- *
5461
- * @return object|false Event data or FALSE on failure.
5462
- *
5463
- * @throws \Freemius_InvalidArgumentException
5464
- *
5465
- * @user Freemius::track_event()
5466
- */
5467
- public function track_event_once( $name, $properties = array(), $process_at = false ) {
5468
- return $this->track_event( $name, $properties, $process_at, true );
5469
- }
5470
-
5471
- /**
5472
- * Plugin uninstall hook.
5473
- *
5474
- * @author Vova Feldman (@svovaf)
5475
- * @since 1.0.1
5476
- *
5477
- * @param bool $check_user Enforce checking if user have plugins activation privileges.
5478
- */
5479
- function _uninstall_plugin_event( $check_user = true ) {
5480
- $this->_logger->entrance( 'slug = ' . $this->_slug );
5481
-
5482
- if ( $check_user && ! current_user_can( 'activate_plugins' ) ) {
5483
- return;
5484
- }
5485
-
5486
- $params = array();
5487
- $uninstall_reason = null;
5488
- if ( isset( $this->_storage->uninstall_reason ) ) {
5489
- $uninstall_reason = $this->_storage->uninstall_reason;
5490
- $params['reason_id'] = $uninstall_reason->id;
5491
- $params['reason_info'] = $uninstall_reason->info;
5492
- }
5493
-
5494
- if ( ! $this->is_registered() ) {
5495
- // Send anonymous uninstall event only if user submitted a feedback.
5496
- if ( isset( $uninstall_reason ) ) {
5497
- if ( isset( $uninstall_reason->is_anonymous ) && ! $uninstall_reason->is_anonymous ) {
5498
- $this->opt_in( false, false, false, false, true );
5499
- } else {
5500
- $params['uid'] = $this->get_anonymous_id();
5501
- $this->get_api_plugin_scope()->call( 'uninstall.json', 'put', $params );
5502
- }
5503
- }
5504
- } else {
5505
- // Send uninstall event.
5506
- $this->send_install_update( array_merge( $params, array(
5507
- 'is_active' => false,
5508
- 'is_uninstalled' => true,
5509
- ) ) );
5510
- }
5511
-
5512
- // @todo Decide if we want to delete plugin information from db.
5513
- }
5514
-
5515
- /**
5516
- * @author Vova Feldman (@svovaf)
5517
- * @since 1.1.1
5518
- *
5519
- * @return string
5520
- */
5521
- function premium_plugin_basename() {
5522
- return "{$this->_slug}-premium/" . basename( $this->_free_plugin_basename );
5523
- }
5524
-
5525
- /**
5526
- * Uninstall plugin hook. Called only when connected his account with Freemius for active sites tracking.
5527
- *
5528
- * @author Vova Feldman (@svovaf)
5529
- * @since 1.0.2
5530
- */
5531
- public static function _uninstall_plugin_hook() {
5532
- self::_load_required_static();
5533
-
5534
- self::$_static_logger->entrance();
5535
-
5536
- if ( ! current_user_can( 'activate_plugins' ) ) {
5537
- return;
5538
- }
5539
-
5540
- $plugin_file = substr( current_filter(), strlen( 'uninstall_' ) );
5541
-
5542
- self::$_static_logger->info( 'plugin = ' . $plugin_file );
5543
-
5544
- define( 'WP_FS__UNINSTALL_MODE', true );
5545
-
5546
- $fs = self::get_instance_by_file( $plugin_file );
5547
-
5548
- if ( is_object( $fs ) ) {
5549
- self::require_plugin_essentials();
5550
-
5551
- if ( is_plugin_active( $fs->_free_plugin_basename ) ||
5552
- is_plugin_active( $fs->premium_plugin_basename() )
5553
- ) {
5554
- // Deleting Free or Premium plugin version while the other version still installed.
5555
- return;
5556
- }
5557
-
5558
- $fs->_uninstall_plugin_event();
5559
-
5560
- $fs->do_action( 'after_uninstall' );
5561
- }
5562
- }
5563
-
5564
- #----------------------------------------------------------------------------------
5565
- #region Plugin Information
5566
- #----------------------------------------------------------------------------------
5567
-
5568
- /**
5569
- * Load WordPress core plugin.php essential module.
5570
- *
5571
- * @author Vova Feldman (@svovaf)
5572
- * @since 1.1.1
5573
- */
5574
- private static function require_plugin_essentials() {
5575
- if ( ! function_exists( 'get_plugins' ) ) {
5576
- self::$_static_logger->log( 'Including wp-admin/includes/plugin.php...' );
5577
-
5578
- require_once ABSPATH . 'wp-admin/includes/plugin.php';
5579
- }
5580
- }
5581
-
5582
- /**
5583
- * Load WordPress core pluggable.php module.
5584
- *
5585
- * @author Vova Feldman (@svovaf)
5586
- * @since 1.1.2
5587
- */
5588
- private static function require_pluggable_essentials() {
5589
- if ( ! function_exists( 'wp_get_current_user' ) ) {
5590
- require_once ABSPATH . 'wp-includes/pluggable.php';
5591
- }
5592
- }
5593
-
5594
- /**
5595
- * Return plugin data.
5596
- *
5597
- * @author Vova Feldman (@svovaf)
5598
- * @since 1.0.1
5599
- *
5600
- * @return array
5601
- */
5602
- function get_plugin_data() {
5603
- if ( ! isset( $this->_plugin_data ) ) {
5604
- self::require_plugin_essentials();
5605
-
5606
- if ( $this->is_plugin() ) {
5607
- /**
5608
- * @author Vova Feldman (@svovaf)
5609
- * @since 1.2.0 When using get_plugin_data() do NOT translate plugin data.
5610
- *
5611
- * @link https://github.com/Freemius/wordpress-sdk/issues/77
5612
- */
5613
- $plugin_data = get_plugin_data(
5614
- $this->_plugin_main_file_path,
5615
- false,
5616
- false
5617
- );
5618
- } else {
5619
- $theme_data = wp_get_theme();
5620
-
5621
- $plugin_data = array(
5622
- 'Name' => $theme_data->get( 'Name' ),
5623
- 'Version' => $theme_data->get( 'Version' ),
5624
- 'Author' => $theme_data->get( 'Author' ),
5625
- 'Description' => $theme_data->get( 'Description' ),
5626
- 'PluginURI' => $theme_data->get( 'ThemeURI' ),
5627
- );
5628
- }
5629
-
5630
- $this->_plugin_data = $plugin_data;
5631
- }
5632
-
5633
- return $this->_plugin_data;
5634
- }
5635
-
5636
- /**
5637
- * @author Vova Feldman (@svovaf)
5638
- * @since 1.0.1
5639
- * @since 1.2.2.5 If slug not set load slug by module ID.
5640
- *
5641
- * @return string Plugin slug.
5642
- */
5643
- function get_slug() {
5644
- if ( ! isset( $this->_slug ) ) {
5645
- $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );
5646
- $this->_slug = $id_slug_type_path_map[ $this->_module_id ]['slug'];
5647
- }
5648
-
5649
- return $this->_slug;
5650
- }
5651
-
5652
- /**
5653
- * @author Vova Feldman (@svovaf)
5654
- * @since 1.2.1.7
5655
- *
5656
- * @return string Plugin slug.
5657
- */
5658
- function get_target_folder_name() {
5659
- return $this->_slug . ( $this->can_use_premium_code() ? '-premium' : '' );
5660
- }
5661
-
5662
- /**
5663
- * @author Vova Feldman (@svovaf)
5664
- * @since 1.0.1
5665
- *
5666
- * @return number Plugin ID.
5667
- */
5668
- function get_id() {
5669
- return $this->_plugin->id;
5670
- }
5671
-
5672
- /**
5673
- * @author Vova Feldman (@svovaf)
5674
- * @since 1.2.1.5
5675
- *
5676
- * @return string Freemius SDK version
5677
- */
5678
- function get_sdk_version() {
5679
- return $this->version;
5680
- }
5681
-
5682
- /**
5683
- * @author Vova Feldman (@svovaf)
5684
- * @since 1.2.1.5
5685
- *
5686
- * @return number Parent plugin ID (if parent exist).
5687
- */
5688
- function get_parent_id() {
5689
- return $this->is_addon() ?
5690
- $this->get_parent_instance()->get_id() :
5691
- $this->_plugin->id;
5692
- }
5693
-
5694
- /**
5695
- * @author Vova Feldman (@svovaf)
5696
- * @since 1.0.1
5697
- *
5698
- * @return string Plugin public key.
5699
- */
5700
- function get_public_key() {
5701
- return $this->_plugin->public_key;
5702
- }
5703
-
5704
- /**
5705
- * Will be available only on sandbox mode.
5706
- *
5707
- * @author Vova Feldman (@svovaf)
5708
- * @since 1.0.4
5709
- *
5710
- * @return mixed Plugin secret key.
5711
- */
5712
- function get_secret_key() {
5713
- return $this->_plugin->secret_key;
5714
- }
5715
-
5716
- /**
5717
- * @author Vova Feldman (@svovaf)
5718
- * @since 1.1.1
5719
- *
5720
- * @return bool
5721
- */
5722
- function has_secret_key() {
5723
- return ! empty( $this->_plugin->secret_key );
5724
- }
5725
-
5726
- /**
5727
- * @author Vova Feldman (@svovaf)
5728
- * @since 1.0.9
5729
- *
5730
- * @return string
5731
- */
5732
- function get_plugin_name() {
5733
- $this->_logger->entrance();
5734
-
5735
- if ( ! isset( $this->_plugin_name ) ) {
5736
- $plugin_data = $this->get_plugin_data();
5737
-
5738
- // Get name.
5739
- $this->_plugin_name = $plugin_data['Name'];
5740
-
5741
- // Check if plugin name contains "(Premium)" suffix and remove it.
5742
- $suffix = ' (premium)';
5743
- $suffix_len = strlen( $suffix );
5744
-
5745
- if ( strlen( $plugin_data['Name'] ) > $suffix_len &&
5746
- $suffix === substr( strtolower( $plugin_data['Name'] ), - $suffix_len )
5747
- ) {
5748
- $this->_plugin_name = substr( $plugin_data['Name'], 0, - $suffix_len );
5749
- }
5750
-
5751
- $this->_logger->departure( 'Name = ' . $this->_plugin_name );
5752
- }
5753
-
5754
- return $this->_plugin_name;
5755
- }
5756
-
5757
- /**
5758
- * @author Vova Feldman (@svovaf)
5759
- * @since 1.0.0
5760
- *
5761
- * @return string
5762
- */
5763
- function get_plugin_version() {
5764
- $this->_logger->entrance();
5765
-
5766
- $plugin_data = $this->get_plugin_data();
5767
-
5768
- $this->_logger->departure( 'Version = ' . $plugin_data['Version'] );
5769
-
5770
- return $this->apply_filters( 'plugin_version', $plugin_data['Version'] );
5771
- }
5772
-
5773
- /**
5774
- * @author Vova Feldman (@svovaf)
5775
- * @since 1.2.1.7
5776
- *
5777
- * @return string
5778
- */
5779
- function get_plugin_title() {
5780
- $this->_logger->entrance();
5781
-
5782
- $title = $this->_plugin->title;
5783
-
5784
- return $this->apply_filters( 'plugin_title', $title );
5785
- }
5786
-
5787
- /**
5788
- * @author Vova Feldman (@svovaf)
5789
- * @since 1.2.2.7
5790
- *
5791
- * @param bool $lowercase
5792
- *
5793
- * @return string
5794
- */
5795
- function get_module_label( $lowercase = false ) {
5796
- $label = $this->is_addon() ?
5797
- $this->get_text( 'addon' ) :
5798
- ( $this->is_plugin() ?
5799
- $this->get_text( 'plugin' ) :
5800
- $this->get_text( 'theme' ) );
5801
-
5802
- if ( $lowercase ) {
5803
- $label = strtolower( $lowercase );
5804
- }
5805
-
5806
- return $label;
5807
- }
5808
-
5809
- /**
5810
- * @author Vova Feldman (@svovaf)
5811
- * @since 1.0.4
5812
- *
5813
- * @return string
5814
- */
5815
- function get_plugin_basename() {
5816
- if ( ! isset( $this->_plugin_basename ) ) {
5817
- if ( $this->is_plugin() ) {
5818
- $this->_plugin_basename = plugin_basename( $this->_plugin_main_file_path );
5819
- } else {
5820
- $this->_plugin_basename = basename( dirname( $this->_plugin_main_file_path ) );
5821
- }
5822
- }
5823
-
5824
- return $this->_plugin_basename;
5825
- }
5826
-
5827
- function get_plugin_folder_name() {
5828
- $this->_logger->entrance();
5829
-
5830
- $plugin_folder = $this->_plugin_basename;
5831
-
5832
- while ( '.' !== dirname( $plugin_folder ) ) {
5833
- $plugin_folder = dirname( $plugin_folder );
5834
- }
5835
-
5836
- $this->_logger->departure( 'Folder Name = ' . $plugin_folder );
5837
-
5838
- return $plugin_folder;
5839
- }
5840
-
5841
- #endregion ------------------------------------------------------------------
5842
-
5843
- /* Account
5844
- ------------------------------------------------------------------------------------------------------------------*/
5845
-
5846
- /**
5847
- * Find plugin's slug by plugin's basename.
5848
- *
5849
- * @author Vova Feldman (@svovaf)
5850
- * @since 1.0.9
5851
- *
5852
- * @param string $plugin_base_name
5853
- *
5854
- * @return false|string
5855
- */
5856
- private static function find_slug_by_basename( $plugin_base_name ) {
5857
- $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
5858
-
5859
- if ( ! array( $file_slug_map ) || ! isset( $file_slug_map[ $plugin_base_name ] ) ) {
5860
- return false;
5861
- }
5862
-
5863
- return $file_slug_map[ $plugin_base_name ];
5864
- }
5865
-
5866
- /**
5867
- * Store the map between the plugin's basename to the slug.
5868
- *
5869
- * @author Vova Feldman (@svovaf)
5870
- * @since 1.0.9
5871
- */
5872
- private function store_file_slug_map() {
5873
- $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
5874
-
5875
- if ( ! array( $file_slug_map ) ) {
5876
- $file_slug_map = array();
5877
- }
5878
-
5879
- if ( ! isset( $file_slug_map[ $this->_plugin_basename ] ) ||
5880
- $file_slug_map[ $this->_plugin_basename ] !== $this->_slug
5881
- ) {
5882
- $file_slug_map[ $this->_plugin_basename ] = $this->_slug;
5883
- self::$_accounts->set_option( 'file_slug_map', $file_slug_map, true );
5884
- }
5885
- }
5886
-
5887
- /**
5888
- * @return FS_User[]
5889
- */
5890
- static function get_all_users() {
5891
- $users = self::$_accounts->get_option( 'users', array() );
5892
-
5893
- if ( ! is_array( $users ) ) {
5894
- $users = array();
5895
- }
5896
-
5897
- return $users;
5898
- }
5899
-
5900
- /**
5901
- * @param string $module_type
5902
- *
5903
- * @return FS_Site[]
5904
- */
5905
- private static function get_all_sites( $module_type = WP_FS__MODULE_TYPE_PLUGIN ) {
5906
- $sites = self::get_account_option( 'sites', $module_type );
5907
-
5908
- if ( ! is_array( $sites ) ) {
5909
- $sites = array();
5910
- }
5911
-
5912
- return $sites;
5913
- }
5914
-
5915
- /**
5916
- * @author Leo Fajardo (@leorw)
5917
- *
5918
- * @since 1.2.2
5919
- *
5920
- * @param string $option_name
5921
- * @param string $module_type
5922
- *
5923
- * @return mixed
5924
- */
5925
- private static function get_account_option( $option_name, $module_type ) {
5926
- if ( WP_FS__MODULE_TYPE_PLUGIN !== $module_type ) {
5927
- $option_name = $module_type . '_' . $option_name;
5928
- }
5929
-
5930
- return self::$_accounts->get_option( $option_name, array() );
5931
- }
5932
-
5933
- /**
5934
- * @author Leo Fajardo (@leorw)
5935
- *
5936
- * @since 1.2.2
5937
- *
5938
- * @param string $option_name
5939
- * @param mixed $option_value
5940
- * @param bool $store
5941
- */
5942
- private function set_account_option( $option_name, $option_value, $store ) {
5943
- self::set_account_option_by_module(
5944
- $this->_module_type,
5945
- $option_name,
5946
- $option_value,
5947
- $store
5948
- );
5949
- }
5950
-
5951
- /**
5952
- * @author Vova Feldman (@svovaf)
5953
- *
5954
- * @since 1.2.2.7
5955
- *
5956
- * @param string $module_type
5957
- * @param string $option_name
5958
- * @param mixed $option_value
5959
- * @param bool $store
5960
- */
5961
- private static function set_account_option_by_module( $module_type, $option_name, $option_value, $store ) {
5962
- if ( WP_FS__MODULE_TYPE_PLUGIN != $module_type ) {
5963
- $option_name = $module_type . '_' . $option_name;
5964
- }
5965
-
5966
- self::$_accounts->set_option( $option_name, $option_value, $store );
5967
- }
5968
-
5969
- /**
5970
- * @author Vova Feldman (@svovaf)
5971
- * @since 1.0.6
5972
- *
5973
- * @param string $module_type
5974
- *
5975
- * @return FS_Plugin_License[]
5976
- */
5977
- private static function get_all_licenses( $module_type = WP_FS__MODULE_TYPE_PLUGIN ) {
5978
- $licenses = self::get_account_option( 'licenses', $module_type );
5979
-
5980
- if ( ! is_array( $licenses ) ) {
5981
- $licenses = array();
5982
- }
5983
-
5984
- return $licenses;
5985
- }
5986
-
5987
- /**
5988
- * @param string|bool $module_type
5989
- *
5990
- * @return FS_Plugin_Plan[]
5991
- */
5992
- private static function get_all_plans( $module_type = false ) {
5993
- $plans = self::get_account_option( 'plans', $module_type );
5994
-
5995
- if ( ! is_array( $plans ) ) {
5996
- $plans = array();
5997
- }
5998
-
5999
- return $plans;
6000
- }
6001
-
6002
- /**
6003
- * @author Vova Feldman (@svovaf)
6004
- * @since 1.0.4
6005
- *
6006
- * @return FS_Plugin_Tag[]
6007
- */
6008
- private static function get_all_updates() {
6009
- $updates = self::$_accounts->get_option( 'updates', array() );
6010
-
6011
- if ( ! is_array( $updates ) ) {
6012
- $updates = array();
6013
- }
6014
-
6015
- return $updates;
6016
- }
6017
-
6018
- /**
6019
- * @author Vova Feldman (@svovaf)
6020
- * @since 1.0.6
6021
- *
6022
- * @return array<number,FS_Plugin[]>|false
6023
- */
6024
- private static function get_all_addons() {
6025
- $addons = self::$_accounts->get_option( 'addons', array() );
6026
-
6027
- if ( ! is_array( $addons ) ) {
6028
- $addons = array();
6029
- }
6030
-
6031
- return $addons;
6032
- }
6033
-
6034
- /**
6035
- * @author Vova Feldman (@svovaf)
6036
- * @since 1.0.6
6037
- *
6038
- * @return FS_Plugin[]|false
6039
- */
6040
- private static function get_all_account_addons() {
6041
- $addons = self::$_accounts->get_option( 'account_addons', array() );
6042
-
6043
- if ( ! is_array( $addons ) ) {
6044
- $addons = array();
6045
- }
6046
-
6047
- return $addons;
6048
- }
6049
-
6050
- /**
6051
- * Check if user has connected his account (opted-in).
6052
- *
6053
- * Note:
6054
- * If the user opted-in and opted-out on a later stage,
6055
- * this will still return true. If you want to check if the
6056
- * user is currently opted-in, use:
6057
- * `$fs->is_registered() && $fs->is_tracking_allowed()`
6058
- *
6059
- * @author Vova Feldman (@svovaf)
6060
- * @since 1.0.1
6061
- * @return bool
6062
- */
6063
- function is_registered() {
6064
- return is_object( $this->_user );
6065
- }
6066
-
6067
- /**
6068
- * Returns TRUE if the user opted-in and didn't disconnect (opt-out).
6069
- *
6070
- * @author Leo Fajardo (@leorw)
6071
- * @since 1.2.1.5
6072
- *
6073
- * @return bool
6074
- */
6075
- function is_tracking_allowed() {
6076
- return ( is_object( $this->_site ) && true !== $this->_site->is_disconnected );
6077
- }
6078
-
6079
- /**
6080
- * @author Vova Feldman (@svovaf)
6081
- * @since 1.0.4
6082
- *
6083
- * @return FS_Plugin
6084
- */
6085
- function get_plugin() {
6086
- return $this->_plugin;
6087
- }
6088
-
6089
- /**
6090
- * @author Vova Feldman (@svovaf)
6091
- * @since 1.0.3
6092
- *
6093
- * @return FS_User
6094
- */
6095
- function get_user() {
6096
- return $this->_user;
6097
- }
6098
-
6099
- /**
6100
- * @author Vova Feldman (@svovaf)
6101
- * @since 1.0.3
6102
- *
6103
- * @return FS_Site
6104
- */
6105
- function get_site() {
6106
- return $this->_site;
6107
- }
6108
-
6109
- /**
6110
- * Get plugin add-ons.
6111
- *
6112
- * @author Vova Feldman (@svovaf)
6113
- * @since 1.0.6
6114
- *
6115
- * @since 1.1.7.3 If not yet loaded, fetch data from the API.
6116
- *
6117
- * @param bool $flush
6118
- *
6119
- * @return FS_Plugin[]|false
6120
- */
6121
- function get_addons( $flush = false ) {
6122
- $this->_logger->entrance();
6123
-
6124
- if ( ! $this->_has_addons ) {
6125
- return false;
6126
- }
6127
-
6128
- $addons = $this->sync_addons( $flush );
6129
-
6130
- return ( ! is_array( $addons ) || empty( $addons ) ) ?
6131
- false :
6132
- $addons;
6133
- }
6134
-
6135
- /**
6136
- * @author Vova Feldman (@svovaf)
6137
- * @since 1.0.6
6138
- *
6139
- * @return FS_Plugin[]|false
6140
- */
6141
- function get_account_addons() {
6142
- $this->_logger->entrance();
6143
-
6144
- $addons = self::get_all_account_addons();
6145
-
6146
- if ( ! is_array( $addons ) ||
6147
- ! isset( $addons[ $this->_plugin->id ] ) ||
6148
- ! is_array( $addons[ $this->_plugin->id ] ) ||
6149
- 0 === count( $addons[ $this->_plugin->id ] )
6150
- ) {
6151
- return false;
6152
- }
6153
-
6154
- return $addons[ $this->_plugin->id ];
6155
- }
6156
-
6157
- /**
6158
- * Check if user has any
6159
- *
6160
- * @author Vova Feldman (@svovaf)
6161
- * @since 1.1.6
6162
- *
6163
- * @return bool
6164
- */
6165
- function has_account_addons() {
6166
- $addons = $this->get_account_addons();
6167
-
6168
- return is_array( $addons ) && ( 0 < count( $addons ) );
6169
- }
6170
-
6171
-
6172
- /**
6173
- * Get add-on by ID (from local data).
6174
- *
6175
- * @author Vova Feldman (@svovaf)
6176
- * @since 1.0.6
6177
- *
6178
- * @param number $id
6179
- *
6180
- * @return FS_Plugin|false
6181
- */
6182
- function get_addon( $id ) {
6183
- $this->_logger->entrance();
6184
-
6185
- $addons = $this->get_addons();
6186
-
6187
- if ( is_array( $addons ) ) {
6188
- foreach ( $addons as $addon ) {
6189
- if ( $id == $addon->id ) {
6190
- return $addon;
6191
- }
6192
- }
6193
- }
6194
-
6195
- return false;
6196
- }
6197
-
6198
- /**
6199
- * Get add-on by slug (from local data).
6200
- *
6201
- * @author Vova Feldman (@svovaf)
6202
- * @since 1.0.6
6203
- *
6204
- * @param string $slug
6205
- *
6206
- * @param bool $flush
6207
- *
6208
- * @return FS_Plugin|false
6209
- */
6210
- function get_addon_by_slug( $slug, $flush = false ) {
6211
- $this->_logger->entrance();
6212
-
6213
- $addons = $this->get_addons( $flush );
6214
-
6215
- if ( is_array( $addons ) ) {
6216
- foreach ( $addons as $addon ) {
6217
- if ( $slug === $addon->slug ) {
6218
- return $addon;
6219
- }
6220
- }
6221
- }
6222
-
6223
- return false;
6224
- }
6225
-
6226
- #----------------------------------------------------------------------------------
6227
- #region Plans & Licensing
6228
- #----------------------------------------------------------------------------------
6229
-
6230
- /**
6231
- * Check if running premium plugin code.
6232
- *
6233
- * @author Vova Feldman (@svovaf)
6234
- * @since 1.0.5
6235
- *
6236
- * @return bool
6237
- */
6238
- function is_premium() {
6239
- return $this->_plugin->is_premium;
6240
- }
6241
-
6242
- /**
6243
- * Get site's plan ID.
6244
- *
6245
- * @author Vova Feldman (@svovaf)
6246
- * @since 1.0.2
6247
- *
6248
- * @return number
6249
- */
6250
- function get_plan_id() {
6251
- return $this->_site->plan->id;
6252
- }
6253
-
6254
- /**
6255
- * Get site's plan title.
6256
- *
6257
- * @author Vova Feldman (@svovaf)
6258
- * @since 1.0.2
6259
- *
6260
- * @return string
6261
- */
6262
- function get_plan_title() {
6263
- return $this->_site->plan->title;
6264
- }
6265
-
6266
- /**
6267
- * @author Vova Feldman (@svovaf)
6268
- * @since 1.0.9
6269
- *
6270
- * @return FS_Plugin_Plan|false
6271
- */
6272
- function get_plan() {
6273
- return is_object( $this->_site->plan ) ?
6274
- $this->_site->plan :
6275
- false;
6276
- }
6277
-
6278
- /**
6279
- * @author Vova Feldman (@svovaf)
6280
- * @since 1.0.3
6281
- *
6282
- * @return bool
6283
- */
6284
- function is_trial() {
6285
- $this->_logger->entrance();
6286
-
6287
- if ( ! $this->is_registered() ) {
6288
- return false;
6289
- }
6290
-
6291
- return $this->_site->is_trial();
6292
- }
6293
-
6294
- /**
6295
- * Check if currently in a trial with payment method (credit card or paypal).
6296
- *
6297
- * @author Vova Feldman (@svovaf)
6298
- * @since 1.1.7
6299
- *
6300
- * @return bool
6301
- */
6302
- function is_paid_trial() {
6303
- $this->_logger->entrance();
6304
-
6305
- if ( ! $this->is_trial() ) {
6306
- return false;
6307
- }
6308
-
6309
- return $this->has_active_valid_license() && ( $this->_site->trial_plan_id == $this->_license->plan_id );
6310
- }
6311
-
6312
- /**
6313
- * Check if trial already utilized.
6314
- *
6315
- * @since 1.0.9
6316
- *
6317
- * @return bool
6318
- */
6319
- function is_trial_utilized() {
6320
- $this->_logger->entrance();
6321
-
6322
- if ( ! $this->is_registered() ) {
6323
- return false;
6324
- }
6325
-
6326
- return $this->_site->is_trial_utilized();
6327
- }
6328
-
6329
- /**
6330
- * Get trial plan information (if in trial).
6331
- *
6332
- * @author Vova Feldman (@svovaf)
6333
- * @since 1.0.9
6334
- *
6335
- * @return bool|FS_Plugin_Plan
6336
- */
6337
- function get_trial_plan() {
6338
- $this->_logger->entrance();
6339
-
6340
- if ( ! $this->is_trial() ) {
6341
- return false;
6342
- }
6343
-
6344
- return $this->_storage->trial_plan;
6345
- }
6346
-
6347
- /**
6348
- * Check if the user has an activate, non-expired license on current plugin's install.
6349
- *
6350
- * @since 1.0.9
6351
- *
6352
- * @return bool
6353
- */
6354
- function is_paying() {
6355
- $this->_logger->entrance();
6356
-
6357
- if ( ! $this->is_registered() ) {
6358
- return false;
6359
- }
6360
-
6361
- if ( ! $this->has_paid_plan() ) {
6362
- return false;
6363
- }
6364
-
6365
- return (
6366
- ! $this->is_trial() &&
6367
- 'free' !== $this->_site->plan->name &&
6368
- $this->has_active_valid_license()
6369
- );
6370
- }
6371
-
6372
- /**
6373
- * @author Vova Feldman (@svovaf)
6374
- * @since 1.0.4
6375
- *
6376
- * @return bool
6377
- */
6378
- function is_free_plan() {
6379
- if ( ! $this->is_registered() ) {
6380
- return true;
6381
- }
6382
-
6383
- if ( ! $this->has_paid_plan() ) {
6384
- return true;
6385
- }
6386
-
6387
- return (
6388
- 'free' === $this->_site->plan->name ||
6389
- ! $this->has_features_enabled_license()
6390
- );
6391
- }
6392
-
6393
- /**
6394
- * @author Vova Feldman (@svovaf)
6395
- * @since 1.0.5
6396
- *
6397
- * @return bool
6398
- */
6399
- function _has_premium_license() {
6400
- $this->_logger->entrance();
6401
-
6402
- $premium_license = $this->_get_available_premium_license();
6403
-
6404
- return ( false !== $premium_license );
6405
- }
6406
-
6407
- /**
6408
- * Check if user has any licenses associated with the plugin (including expired or blocking).
6409
- *
6410
- * @author Vova Feldman (@svovaf)
6411
- * @since 1.1.7.3
6412
- *
6413
- * @return bool
6414
- */
6415
- private function has_any_license() {
6416
- return is_array( $this->_licenses ) && ( 0 < count( $this->_licenses ) );
6417
- }
6418
-
6419
- /**
6420
- * @author Vova Feldman (@svovaf)
6421
- * @since 1.0.5
6422
- *
6423
- * @return FS_Plugin_License|false
6424
- */
6425
- function _get_available_premium_license() {
6426
- $this->_logger->entrance();
6427
-
6428
- if ( ! $this->has_paid_plan() ) {
6429
- return false;
6430
- }
6431
-
6432
- if ( is_array( $this->_licenses ) ) {
6433
- foreach ( $this->_licenses as $license ) {
6434
- if ( ! $license->is_utilized() && $license->is_features_enabled() ) {
6435
- return $license;
6436
- }
6437
- }
6438
- }
6439
-
6440
- return false;
6441
- }
6442
-
6443
- /**
6444
- * Sync local plugin plans with remote server.
6445
- *
6446
- * @author Vova Feldman (@svovaf)
6447
- * @since 1.0.5
6448
- *
6449
- * @return FS_Plugin_Plan[]|object
6450
- */
6451
- function _sync_plans() {
6452
- $plans = $this->_fetch_plugin_plans();
6453
-
6454
- if ( $this->is_array_instanceof( $plans, 'FS_Plugin_Plan' ) ) {
6455
- $this->_plans = $plans;
6456
- $this->_store_plans();
6457
- }
6458
-
6459
- $this->do_action( 'after_plans_sync', $plans );
6460
-
6461
- return $this->_plans;
6462
- }
6463
-
6464
- /**
6465
- * @author Vova Feldman (@svovaf)
6466
- * @since 1.0.5
6467
- *
6468
- * @param number $id
6469
- *
6470
- * @return FS_Plugin_Plan|false
6471
- */
6472
- function _get_plan_by_id( $id ) {
6473
- $this->_logger->entrance();
6474
-
6475
- if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) {
6476
- $this->_sync_plans();
6477
- }
6478
-
6479
- foreach ( $this->_plans as $plan ) {
6480
- if ( $id == $plan->id ) {
6481
- return $plan;
6482
- }
6483
- }
6484
-
6485
- return false;
6486
- }
6487
-
6488
- /**
6489
- * @author Vova Feldman (@svovaf)
6490
- * @since 1.1.8.1
6491
- *
6492
- * @param string $name
6493
- *
6494
- * @return FS_Plugin_Plan|false
6495
- */
6496
- private function get_plan_by_name( $name ) {
6497
- $this->_logger->entrance();
6498
-
6499
- if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) {
6500
- $this->_sync_plans();
6501
- }
6502
-
6503
- foreach ( $this->_plans as $plan ) {
6504
- if ( $name == $plan->name ) {
6505
- return $plan;
6506
- }
6507
- }
6508
-
6509
- return false;
6510
- }
6511
-
6512
- /**
6513
- * Sync local plugin plans with remote server.
6514
- *
6515
- * @author Vova Feldman (@svovaf)
6516
- * @since 1.0.6
6517
- *
6518
- * @param number|bool $site_license_id
6519
- *
6520
- * @return FS_Plugin_License[]|object
6521
- */
6522
- function _sync_licenses( $site_license_id = false ) {
6523
- $licenses = $this->_fetch_licenses( false, $site_license_id );
6524
-
6525
- if ( $this->is_array_instanceof( $licenses, 'FS_Plugin_License' ) ) {
6526
- $this->_licenses = $licenses;
6527
- $this->_store_licenses();
6528
- }
6529
-
6530
- // Update current license.
6531
- if ( is_object( $this->_license ) ) {
6532
- $this->_license = $this->_get_license_by_id( $this->_license->id );
6533
- }
6534
-
6535
- return $this->_licenses;
6536
- }
6537
-
6538
- /**
6539
- * @author Vova Feldman (@svovaf)
6540
- * @since 1.0.5
6541
- *
6542
- * @param number $id
6543
- *
6544
- * @return FS_Plugin_License|false
6545
- */
6546
- function _get_license_by_id( $id ) {
6547
- $this->_logger->entrance();
6548
-
6549
- if ( ! is_numeric( $id ) ) {
6550
- return false;
6551
- }
6552
-
6553
- if ( ! $this->has_any_license() ) {
6554
- $this->_sync_licenses();
6555
- }
6556
-
6557
- foreach ( $this->_licenses as $license ) {
6558
- if ( $id == $license->id ) {
6559
- return $license;
6560
- }
6561
- }
6562
-
6563
- return false;
6564
- }
6565
-
6566
- /**
6567
- * Sync site's license with user licenses.
6568
- *
6569
- * @author Vova Feldman (@svovaf)
6570
- * @since 1.0.6
6571
- *
6572
- * @param FS_Plugin_License|null $new_license
6573
- */
6574
- function _update_site_license( $new_license ) {
6575
- $this->_logger->entrance();
6576
-
6577
- $this->_license = $new_license;
6578
-
6579
- if ( ! is_object( $new_license ) ) {
6580
- $this->_site->license_id = null;
6581
- $this->_sync_site_subscription( null );
6582
-
6583
- return;
6584
- }
6585
-
6586
- $this->_site->license_id = $this->_license->id;
6587
-
6588
- if ( ! is_array( $this->_licenses ) ) {
6589
- $this->_licenses = array();
6590
- }
6591
-
6592
- $is_license_found = false;
6593
- for ( $i = 0, $len = count( $this->_licenses ); $i < $len; $i ++ ) {
6594
- if ( $new_license->id == $this->_licenses[ $i ]->id ) {
6595
- $this->_licenses[ $i ] = $new_license;
6596
-
6597
- $is_license_found = true;
6598
- break;
6599
- }
6600
- }
6601
-
6602
- // If new license just append.
6603
- if ( ! $is_license_found ) {
6604
- $this->_licenses[] = $new_license;
6605
- }
6606
-
6607
- $this->_sync_site_subscription( $new_license );
6608
- }
6609
-
6610
- /**
6611
- * Sync site's subscription.
6612
- *
6613
- * @author Vova Feldman (@svovaf)
6614
- * @since 1.0.9
6615
- *
6616
- * @param FS_Plugin_License|null $license
6617
- *
6618
- * @return bool|\FS_Subscription
6619
- */
6620
- private function _sync_site_subscription( $license ) {
6621
- if ( ! is_object( $license ) ) {
6622
- unset( $this->_storage->subscription );
6623
-
6624
- return false;
6625
- }
6626
-
6627
- // Load subscription details if not lifetime.
6628
- $subscription = $license->is_lifetime() ?
6629
- false :
6630
- $this->_fetch_site_license_subscription();
6631
-
6632
- if ( is_object( $subscription ) && ! isset( $subscription->error ) ) {
6633
- $this->_storage->subscription = $subscription;
6634
- } else {
6635
- unset( $this->_storage->subscription );
6636
- }
6637
-
6638
- return $subscription;
6639
- }
6640
-
6641
- /**
6642
- * @author Vova Feldman (@svovaf)
6643
- * @since 1.0.6
6644
- *
6645
- * @return bool|\FS_Plugin_License
6646
- */
6647
- function _get_license() {
6648
- return $this->_license;
6649
- }
6650
-
6651
- /**
6652
- * @return bool|\FS_Subscription
6653
- */
6654
- function _get_subscription() {
6655
- return isset( $this->_storage->subscription ) ?
6656
- $this->_storage->subscription :
6657
- false;
6658
- }
6659
-
6660
- /**
6661
- * @author Vova Feldman (@svovaf)
6662
- * @since 1.0.2
6663
- *
6664
- * @param string $plan Plan name
6665
- * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
6666
- *
6667
- * @return bool
6668
- */
6669
- function is_plan( $plan, $exact = false ) {
6670
- $this->_logger->entrance();
6671
-
6672
- if ( ! $this->is_registered() ) {
6673
- return false;
6674
- }
6675
-
6676
- $plan = strtolower( $plan );
6677
-
6678
- if ( $this->_site->plan->name === $plan ) // Exact plan.
6679
- {
6680
- return true;
6681
- } else if ( $exact ) // Required exact, but plans are different.
6682
- {
6683
- return false;
6684
- }
6685
-
6686
- $current_plan_order = - 1;
6687
- $required_plan_order = - 1;
6688
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
6689
- if ( $plan === $this->_plans[ $i ]->name ) {
6690
- $required_plan_order = $i;
6691
- } else if ( $this->_site->plan->name === $this->_plans[ $i ]->name ) {
6692
- $current_plan_order = $i;
6693
- }
6694
- }
6695
-
6696
- return ( $current_plan_order > $required_plan_order );
6697
- }
6698
-
6699
- /**
6700
- * Check if module has only one plan.
6701
- *
6702
- * @author Vova Feldman (@svovaf)
6703
- * @since 1.2.1.7
6704
- *
6705
- * @return bool
6706
- */
6707
- function is_single_plan() {
6708
- $this->_logger->entrance();
6709
-
6710
- if ( ! $this->is_registered() ||
6711
- ! is_array( $this->_plans ) ||
6712
- 0 === count( $this->_plans )
6713
- ) {
6714
- return true;
6715
- }
6716
-
6717
- return ( 1 === count( $this->_plans ) );
6718
- }
6719
-
6720
- /**
6721
- * Check if plan based on trial. If not in trial mode, should return false.
6722
- *
6723
- * @since 1.0.9
6724
- *
6725
- * @param string $plan Plan name
6726
- * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
6727
- *
6728
- * @return bool
6729
- */
6730
- function is_trial_plan( $plan, $exact = false ) {
6731
- $this->_logger->entrance();
6732
-
6733
- if ( ! $this->is_registered() ) {
6734
- return false;
6735
- }
6736
-
6737
- if ( ! $this->is_trial() ) {
6738
- return false;
6739
- }
6740
-
6741
- if ( ! isset( $this->_storage->trial_plan ) ) {
6742
- // Store trial plan information.
6743
- $this->_enrich_site_trial_plan( true );
6744
- }
6745
-
6746
- if ( $this->_storage->trial_plan->name === $plan ) // Exact plan.
6747
- {
6748
- return true;
6749
- } else if ( $exact ) // Required exact, but plans are different.
6750
- {
6751
- return false;
6752
- }
6753
-
6754
- $current_plan_order = - 1;
6755
- $required_plan_order = - 1;
6756
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
6757
- if ( $plan === $this->_plans[ $i ]->name ) {
6758
- $required_plan_order = $i;
6759
- } else if ( $this->_storage->trial_plan->name === $this->_plans[ $i ]->name ) {
6760
- $current_plan_order = $i;
6761
- }
6762
- }
6763
-
6764
- return ( $current_plan_order > $required_plan_order );
6765
- }
6766
-
6767
- /**
6768
- * Check if plugin has any paid plans.
6769
- *
6770
- * @author Vova Feldman (@svovaf)
6771
- * @since 1.0.7
6772
- *
6773
- * @return bool
6774
- */
6775
- function has_paid_plan() {
6776
- return $this->_has_paid_plans ||
6777
- FS_Plan_Manager::instance()->has_paid_plan( $this->_plans );
6778
- }
6779
-
6780
- /**
6781
- * Check if plugin has any plan with a trail.
6782
- *
6783
- * @author Vova Feldman (@svovaf)
6784
- * @since 1.0.9
6785
- *
6786
- * @return bool
6787
- */
6788
- function has_trial_plan() {
6789
- if ( ! $this->is_registered() ) {
6790
- /**
6791
- * @author Vova Feldman(@svovaf)
6792
- * @since 1.2.1.5
6793
- *
6794
- * Allow setting a trial from the SDK without calling the API.
6795
- * But, if the user did opt-in, continue using the real data from the API.
6796
- */
6797
- if ( $this->_trial_days >= 0 ) {
6798
- return true;
6799
- }
6800
-
6801
- return false;
6802
- }
6803
-
6804
- return $this->_storage->get( 'has_trial_plan', false );
6805
- }
6806
-
6807
- /**
6808
- * Check if plugin has any free plan, or is it premium only.
6809
- *
6810
- * Note: If no plans configured, assume plugin is free.
6811
- *
6812
- * @author Vova Feldman (@svovaf)
6813
- * @since 1.0.7
6814
- *
6815
- * @return bool
6816
- */
6817
- function has_free_plan() {
6818
- return ! $this->is_only_premium();
6819
- }
6820
-
6821
- /**
6822
- * Displays a license activation dialog box when the user clicks on the "Activate License"
6823
- * or "Change License" link on the plugins
6824
- * page.
6825
- *
6826
- * @author Leo Fajardo (@leorw)
6827
- * @since 1.1.9
6828
- */
6829
- function _add_license_activation_dialog_box() {
6830
- $vars = array(
6831
- 'id' => $this->_module_id,
6832
- );
6833
-
6834
- fs_require_template( 'forms/license-activation.php', $vars );
6835
- fs_require_template( 'forms/resend-key.php', $vars );
6836
- }
6837
-
6838
- /**
6839
- * Displays the opt-out dialog box when the user clicks on the "Opt Out" link on the "Plugins"
6840
- * page.
6841
- *
6842
- * @author Leo Fajardo (@leorw)
6843
- * @since 1.2.1.5
6844
- */
6845
- function _add_optout_dialog() {
6846
- if ( $this->is_theme() ) {
6847
- $vars = null;
6848
- fs_require_once_template( '/js/jquery.content-change.php', $vars );
6849
- }
6850
-
6851
- $vars = array( 'id' => $this->_module_id );
6852
- fs_require_template( 'forms/optout.php', $vars );
6853
- }
6854
-
6855
- /**
6856
- * Prepare page to include all required UI and logic for the license activation dialog.
6857
- *
6858
- * @author Vova Feldman (@svovaf)
6859
- * @since 1.2.0
6860
- */
6861
- function _add_license_activation() {
6862
- if ( ! $this->is_user_admin() ) {
6863
- // Only admins can activate a license.
6864
- return;
6865
- }
6866
-
6867
- if ( ! $this->has_paid_plan() ) {
6868
- // Module doesn't have any paid plans.
6869
- return;
6870
- }
6871
-
6872
- if ( ! $this->is_premium() ) {
6873
- // Only add license activation logic to the premium version.
6874
- return;
6875
- }
6876
-
6877
- // Add license activation link and AJAX request handler.
6878
- if ( self::is_plugins_page() ) {
6879
- /**
6880
- * @since 1.2.0 Add license action link only on plugins page.
6881
- */
6882
- $this->_add_license_action_link();
6883
- }
6884
-
6885
- // Add license activation AJAX callback.
6886
- $this->add_ajax_action( 'activate_license', array( &$this, '_activate_license_ajax_action' ) );
6887
-
6888
- // Add resend license AJAX callback.
6889
- $this->add_ajax_action( 'resend_license_key', array( &$this, '_resend_license_key_ajax_action' ) );
6890
- }
6891
-
6892
- /**
6893
- * @author Leo Fajardo (@leorw)
6894
- * @since 1.1.9
6895
- */
6896
- function _activate_license_ajax_action() {
6897
- $this->_logger->entrance();
6898
-
6899
- $this->check_ajax_referer( 'activate_license' );
6900
-
6901
- $license_key = trim( fs_request_get( 'license_key' ) );
6902
-
6903
- if ( empty( $license_key ) ) {
6904
- exit;
6905
- }
6906
-
6907
- $plugin_id = fs_request_get( 'module_id', '', 'post' );
6908
- $fs = ( $plugin_id == $this->_module_id ) ?
6909
- $this :
6910
- $this->get_addon_instance( $plugin_id );
6911
-
6912
- $error = false;
6913
- $next_page = false;
6914
-
6915
- if ( $fs->is_registered() ) {
6916
- $api = $fs->get_api_site_scope();
6917
- $install = $api->call( '/', 'put', array(
6918
- 'license_key' => $fs->apply_filters( 'license_key', $license_key )
6919
- ) );
6920
-
6921
- if ( isset( $install->error ) ) {
6922
- $error = $install->error->message;
6923
- } else {
6924
- $parent_fs = $fs->is_addon() ?
6925
- $fs->get_parent_instance() :
6926
- $fs;
6927
-
6928
- $next_page = $parent_fs->_get_sync_license_url( $fs->get_id(), true );
6929
-
6930
- $fs->reconnect_locally();
6931
- }
6932
- } else {
6933
- $next_page = $fs->opt_in( false, false, false, $license_key );
6934
-
6935
- if ( isset( $next_page->error ) ) {
6936
- $error = $next_page->error;
6937
- }
6938
- }
6939
-
6940
- $result = array(
6941
- 'success' => ( false === $error )
6942
- );
6943
-
6944
- if ( false !== $error ) {
6945
- $result['error'] = $error;
6946
- } else {
6947
- $result['next_page'] = $next_page;
6948
- }
6949
-
6950
- echo json_encode( $result );
6951
-
6952
- exit;
6953
- }
6954
-
6955
- /**
6956
- * Billing update AJAX callback.
6957
- *
6958
- * @author Vova Feldman (@svovaf)
6959
- * @since 1.2.1.5
6960
- */
6961
- function _update_billing_ajax_action() {
6962
- $this->_logger->entrance();
6963
-
6964
- $this->check_ajax_referer( 'update_billing' );
6965
-
6966
- if ( ! $this->is_user_admin() ) {
6967
- // Only for admins.
6968
- self::shoot_ajax_failure();
6969
- }
6970
-
6971
- $billing = fs_request_get( 'billing' );
6972
-
6973
- $api = $this->get_api_user_scope();
6974
- $result = $api->call( '/billing.json', 'put', array_merge( $billing, array(
6975
- 'plugin_id' => $this->get_parent_id(),
6976
- ) ) );
6977
-
6978
- if ( ! $this->is_api_result_entity( $result ) ) {
6979
- self::shoot_ajax_failure();
6980
- }
6981
-
6982
- // Purge cached billing.
6983
- $this->get_api_user_scope()->purge_cache( 'billing.json' );
6984
-
6985
- self::shoot_ajax_success();
6986
- }
6987
-
6988
- /**
6989
- * Trial start for anonymous users (AJAX callback).
6990
- *
6991
- * @author Vova Feldman (@svovaf)
6992
- * @since 1.2.1.5
6993
- */
6994
- function _start_trial_ajax_action() {
6995
- $this->_logger->entrance();
6996
-
6997
- $this->check_ajax_referer( 'start_trial' );
6998
-
6999
- if ( ! $this->is_user_admin() ) {
7000
- // Only for admins.
7001
- self::shoot_ajax_failure();
7002
- }
7003
-
7004
- $trial_data = fs_request_get( 'trial' );
7005
-
7006
- $next_page = $this->opt_in(
7007
- false,
7008
- false,
7009
- false,
7010
- false,
7011
- false,
7012
- $trial_data['plan_id']
7013
- );
7014
-
7015
- if ( is_object( $next_page ) && $this->is_api_error( $next_page ) ) {
7016
- self::shoot_ajax_failure(
7017
- isset( $next_page->error ) ?
7018
- $next_page->error->message :
7019
- var_export( $next_page, true )
7020
- );
7021
- }
7022
-
7023
- $this->shoot_ajax_success( array(
7024
- 'next_page' => $next_page,
7025
- ) );
7026
- }
7027
-
7028
- /**
7029
- * @author Leo Fajardo (@leorw)
7030
- * @since 1.2.0
7031
- */
7032
- function _resend_license_key_ajax_action() {
7033
- $this->_logger->entrance();
7034
-
7035
- $this->check_ajax_referer( 'resend_license_key' );
7036
-
7037
- $email_address = sanitize_email( trim( fs_request_get( 'email', '', 'post' ) ) );
7038
-
7039
- if ( empty( $email_address ) ) {
7040
- exit;
7041
- }
7042
-
7043
- $error = false;
7044
-
7045
- $api = $this->get_api_plugin_scope();
7046
- $result = $api->call( '/licenses/resend.json', 'post',
7047
- array(
7048
- 'email' => $email_address,
7049
- 'url' => home_url(),
7050
- )
7051
- );
7052
-
7053
- if ( is_object( $result ) && isset( $result->error ) ) {
7054
- $error = $result->error;
7055
-
7056
- if ( in_array( $error->code, array( 'invalid_email', 'no_user' ) ) ) {
7057
- $error = $this->get_text( 'email-not-found' );
7058
- } else if ( 'no_license' === $error->code ) {
7059
- $error = $this->get_text( 'no-active-licenses' );
7060
- } else {
7061
- $error = $error->message;
7062
- }
7063
- }
7064
-
7065
- $licenses = array(
7066
- 'success' => ( false === $error )
7067
- );
7068
-
7069
- if ( false !== $error ) {
7070
- $licenses['error'] = sprintf( '%s... %s', $this->get_text( 'oops' ), strtolower( $error ) );
7071
- }
7072
-
7073
- echo json_encode( $licenses );
7074
-
7075
- exit;
7076
- }
7077
-
7078
- /**
7079
- * @author Vova Feldman (@svovaf)
7080
- * @since 1.2.1.8
7081
- *
7082
- * @var string
7083
- */
7084
- private static $_pagenow;
7085
-
7086
- /**
7087
- * Get current page or the referer if executing a WP AJAX request.
7088
- *
7089
- * @author Vova Feldman (@svovaf)
7090
- * @since 1.2.1.8
7091
- *
7092
- * @return string
7093
- */
7094
- static function get_current_page() {
7095
- if ( ! isset( self::$_pagenow ) ) {
7096
- global $pagenow;
7097
-
7098
- self::$_pagenow = $pagenow;
7099
-
7100
- if ( self::is_ajax() &&
7101
- 'admin-ajax.php' === $pagenow
7102
- ) {
7103
- $referer = wp_get_raw_referer();
7104
-
7105
- if ( is_string( $referer ) ) {
7106
- $parts = explode( '?', $referer );
7107
-
7108
- self::$_pagenow = basename( $parts[0] );
7109
- }
7110
- }
7111
- }
7112
-
7113
- return self::$_pagenow;
7114
- }
7115
-
7116
- /**
7117
- * Helper method to check if user in the plugins page.
7118
- *
7119
- * @author Vova Feldman (@svovaf)
7120
- * @since 1.2.1.5
7121
- *
7122
- * @return bool
7123
- */
7124
- static function is_plugins_page() {
7125
- return ( 'plugins.php' === self::get_current_page() );
7126
- }
7127
-
7128
- /**
7129
- * Helper method to check if user in the themes page.
7130
- *
7131
- * @author Vova Feldman (@svovaf)
7132
- * @since 1.2.2.6
7133
- *
7134
- * @return bool
7135
- */
7136
- static function is_themes_page() {
7137
- return ( 'themes.php' === self::get_current_page() );
7138
- }
7139
-
7140
- #----------------------------------------------------------------------------------
7141
- #region URL Generators
7142
- #----------------------------------------------------------------------------------
7143
-
7144
- /**
7145
- * Alias to pricing_url().
7146
- *
7147
- * @author Vova Feldman (@svovaf)
7148
- * @since 1.0.2
7149
- *
7150
- * @uses pricing_url()
7151
- *
7152
- * @param string $period Billing cycle
7153
- * @param bool $is_trial
7154
- *
7155
- * @return string
7156
- */
7157
- function get_upgrade_url( $period = WP_FS__PERIOD_ANNUALLY, $is_trial = false ) {
7158
- return $this->pricing_url( $period, $is_trial );
7159
- }
7160
-
7161
- /**
7162
- * @author Vova Feldman (@svovaf)
7163
- * @since 1.0.9
7164
- *
7165
- * @uses get_upgrade_url()
7166
- *
7167
- * @return string
7168
- */
7169
- function get_trial_url() {
7170
- return $this->get_upgrade_url( WP_FS__PERIOD_ANNUALLY, true );
7171
- }
7172
-
7173
- /**
7174
- * Plugin's pricing URL.
7175
- *
7176
- * @author Vova Feldman (@svovaf)
7177
- * @since 1.0.4
7178
- *
7179
- * @param string $billing_cycle Billing cycle
7180
- *
7181
- * @param bool $is_trial
7182
- *
7183
- * @return string
7184
- */
7185
- function pricing_url( $billing_cycle = WP_FS__PERIOD_ANNUALLY, $is_trial = false ) {
7186
- $this->_logger->entrance();
7187
-
7188
- $params = array(
7189
- 'billing_cycle' => $billing_cycle
7190
- );
7191
-
7192
- if ( $is_trial ) {
7193
- $params['trial'] = 'true';
7194
- }
7195
-
7196
- return $this->_get_admin_page_url( 'pricing', $params );
7197
- }
7198
-
7199
- /**
7200
- * Checkout page URL.
7201
- *
7202
- * @author Vova Feldman (@svovaf)
7203
- * @since 1.0.6
7204
- *
7205
- * @param string $billing_cycle Billing cycle
7206
- * @param bool $is_trial
7207
- * @param array $extra (optional) Extra parameters, override other query params.
7208
- *
7209
- * @return string
7210
- */
7211
- function checkout_url(
7212
- $billing_cycle = WP_FS__PERIOD_ANNUALLY,
7213
- $is_trial = false,
7214
- $extra = array()
7215
- ) {
7216
- $this->_logger->entrance();
7217
-
7218
- $params = array(
7219
- 'checkout' => 'true',
7220
- 'billing_cycle' => $billing_cycle,
7221
- );
7222
-
7223
- if ( $is_trial ) {
7224
- $params['trial'] = 'true';
7225
- }
7226
-
7227
- /**
7228
- * Params in extra override other params.
7229
- */
7230
- $params = array_merge( $params, $extra );
7231
-
7232
- return $this->_get_admin_page_url( 'pricing', $params );
7233
- }
7234
-
7235
- /**
7236
- * Add-on checkout URL.
7237
- *
7238
- * @author Vova Feldman (@svovaf)
7239
- * @since 1.1.7
7240
- *
7241
- * @param number $addon_id
7242
- * @param number $pricing_id
7243
- * @param string $billing_cycle
7244
- * @param bool $is_trial
7245
- *
7246
- * @return string
7247
- */
7248
- function addon_checkout_url(
7249
- $addon_id,
7250
- $pricing_id,
7251
- $billing_cycle = WP_FS__PERIOD_ANNUALLY,
7252
- $is_trial = false
7253
- ) {
7254
- return $this->checkout_url( $billing_cycle, $is_trial, array(
7255
- 'plugin_id' => $addon_id,
7256
- 'pricing_id' => $pricing_id,
7257
- ) );
7258
- }
7259
-
7260
- #endregion
7261
-
7262
- #endregion ------------------------------------------------------------------
7263
-
7264
- /**
7265
- * Check if plugin has any add-ons.
7266
- *
7267
- * @author Vova Feldman (@svovaf)
7268
- * @since 1.0.5
7269
- *
7270
- * @since 1.1.7.3 Base logic only on the parameter provided by the developer in the init function.
7271
- *
7272
- * @return bool
7273
- */
7274
- function has_addons() {
7275
- $this->_logger->entrance();
7276
-
7277
- return $this->_has_addons;
7278
- }
7279
-
7280
- /**
7281
- * Check if plugin can work in anonymous mode.
7282
- *
7283
- * @author Vova Feldman (@svovaf)
7284
- * @since 1.0.9
7285
- *
7286
- * @return bool
7287
- *
7288
- * @deprecated Please use is_enable_anonymous() instead
7289
- */
7290
- function enable_anonymous() {
7291
- return $this->_enable_anonymous;
7292
- }
7293
-
7294
- /**
7295
- * Check if plugin can work in anonymous mode.
7296
- *
7297
- * @author Vova Feldman (@svovaf)
7298
- * @since 1.1.9
7299
- *
7300
- * @return bool
7301
- */
7302
- function is_enable_anonymous() {
7303
- return $this->_enable_anonymous;
7304
- }
7305
-
7306
- /**
7307
- * Check if plugin is premium only (no free plans).
7308
- *
7309
- * @author Vova Feldman (@svovaf)
7310
- * @since 1.1.9
7311
- *
7312
- * @return bool
7313
- */
7314
- function is_only_premium() {
7315
- return $this->_is_premium_only;
7316
- }
7317
-
7318
- /**
7319
- * Checks if the plugin's type is "plugin". The other type is "theme".
7320
- *
7321
- * @author Leo Fajardo (@leorw)
7322
- * @since 1.2.2
7323
- *
7324
- * @return bool
7325
- */
7326
- function is_plugin() {
7327
- return ( WP_FS__MODULE_TYPE_PLUGIN === $this->_module_type );
7328
- }
7329
-
7330
- /**
7331
- * @author Leo Fajardo (@leorw)
7332
- * @since 1.2.2
7333
- *
7334
- * @return string
7335
- */
7336
- function get_module_type() {
7337
- if ( ! isset( $this->_module_type ) ) {
7338
- $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );
7339
- $this->_module_type = $id_slug_type_path_map[ $this->_module_id ]['type'];
7340
- }
7341
-
7342
- return $this->_module_type;
7343
- }
7344
-
7345
- /**
7346
- * @author Leo Fajardo (@leorw)
7347
- * @since 1.2.2
7348
- *
7349
- * @return string
7350
- */
7351
- function get_plugin_main_file_path() {
7352
- return $this->_plugin_main_file_path;
7353
- }
7354
-
7355
- /**
7356
- * Check if module has a premium code version.
7357
- *
7358
- * Serviceware module might be freemium without any
7359
- * premium code version, where the paid features
7360
- * are all part of the service.
7361
- *
7362
- * @author Vova Feldman (@svovaf)
7363
- * @since 1.2.1.6
7364
- *
7365
- * @return bool
7366
- */
7367
- function has_premium_version() {
7368
- return $this->_has_premium_version;
7369
- }
7370
-
7371
- /**
7372
- * Check if feature supported with current site's plan.
7373
- *
7374
- * @author Vova Feldman (@svovaf)
7375
- * @since 1.0.1
7376
- *
7377
- * @todo IMPLEMENT
7378
- *
7379
- * @param number $feature_id
7380
- *
7381
- * @throws Exception
7382
- */
7383
- function is_feature_supported( $feature_id ) {
7384
- throw new Exception( 'not implemented' );
7385
- }
7386
-
7387
- /**
7388
- * @author Vova Feldman (@svovaf)
7389
- * @since 1.0.1
7390
- *
7391
- * @return bool Is running in SSL/HTTPS
7392
- */
7393
- function is_ssl() {
7394
- return WP_FS__IS_HTTPS;
7395
- }
7396
-
7397
- /**
7398
- * @author Vova Feldman (@svovaf)
7399
- * @since 1.0.9
7400
- *
7401
- * @return bool Is running in AJAX call.
7402
- *
7403
- * @link http://wordpress.stackexchange.com/questions/70676/how-to-check-if-i-am-in-admin-ajax
7404
- */
7405
- static function is_ajax() {
7406
- return ( defined( 'DOING_AJAX' ) && DOING_AJAX );
7407
- }
7408
-
7409
- /**
7410
- * Check if it's an AJAX call targeted for the current module.
7411
- *
7412
- * @author Vova Feldman (@svovaf)
7413
- * @since 1.2.0
7414
- *
7415
- * @param array|string $actions Collection of AJAX actions.
7416
- *
7417
- * @return bool
7418
- */
7419
- function is_ajax_action( $actions ) {
7420
- // Verify it's an ajax call.
7421
- if ( ! self::is_ajax() ) {
7422
- return false;
7423
- }
7424
-
7425
- // Verify the call is relevant for the plugin.
7426
- if ( $this->_module_id != fs_request_get( 'module_id' ) ) {
7427
- return false;
7428
- }
7429
-
7430
- // Verify it's one of the specified actions.
7431
- if ( is_string( $actions ) ) {
7432
- $actions = explode( ',', $actions );
7433
- }
7434
-
7435
- if ( is_array( $actions ) && 0 < count( $actions ) ) {
7436
- $ajax_action = fs_request_get( 'action' );
7437
-
7438
- foreach ( $actions as $action ) {
7439
- if ( $ajax_action === $this->get_action_tag( $action ) ) {
7440
- return true;
7441
- }
7442
- }
7443
- }
7444
-
7445
- return false;
7446
- }
7447
-
7448
- /**
7449
- * Check if it's an AJAX call targeted for current request.
7450
- *
7451
- * @author Vova Feldman (@svovaf)
7452
- * @since 1.2.0
7453
- *
7454
- * @param array|string $actions Collection of AJAX actions.
7455
- * @param number|null $module_id
7456
- *
7457
- * @return bool
7458
- */
7459
- static function is_ajax_action_static( $actions, $module_id = null ) {
7460
- // Verify it's an ajax call.
7461
- if ( ! self::is_ajax() ) {
7462
- return false;
7463
- }
7464
-
7465
-
7466
- if ( ! empty( $module_id ) ) {
7467
- // Verify the call is relevant for the plugin.
7468
- if ( $module_id != fs_request_get( 'module_id' ) ) {
7469
- return false;
7470
- }
7471
- }
7472
-
7473
- // Verify it's one of the specified actions.
7474
- if ( is_string( $actions ) ) {
7475
- $actions = explode( ',', $actions );
7476
- }
7477
-
7478
- if ( is_array( $actions ) && 0 < count( $actions ) ) {
7479
- $ajax_action = fs_request_get( 'action' );
7480
-
7481
- foreach ( $actions as $action ) {
7482
- if ( $ajax_action === self::get_ajax_action_static( $action, $module_id ) ) {
7483
- return true;
7484
- }
7485
- }
7486
- }
7487
-
7488
- return false;
7489
- }
7490
-
7491
- /**
7492
- * @author Vova Feldman (@svovaf)
7493
- * @since 1.1.7
7494
- *
7495
- * @return bool
7496
- */
7497
- static function is_cron() {
7498
- return ( defined( 'DOING_CRON' ) && DOING_CRON );
7499
- }
7500
-
7501
- /**
7502
- * Check if a real user is visiting the admin dashboard.
7503
- *
7504
- * @author Vova Feldman (@svovaf)
7505
- * @since 1.1.7
7506
- *
7507
- * @return bool
7508
- */
7509
- function is_user_in_admin() {
7510
- return is_admin() && ! self::is_ajax() && ! self::is_cron();
7511
- }
7512
-
7513
- /**
7514
- * Check if a real user is in the customizer view.
7515
- *
7516
- * @author Vova Feldman (@svovaf)
7517
- * @since 1.2.2.7
7518
- *
7519
- * @return bool
7520
- */
7521
- static function is_customizer() {
7522
- return is_customize_preview();
7523
- }
7524
-
7525
- /**
7526
- * Check if running in HTTPS and if site's plan matching the specified plan.
7527
- *
7528
- * @param string $plan
7529
- * @param bool $exact
7530
- *
7531
- * @return bool
7532
- */
7533
- function is_ssl_and_plan( $plan, $exact = false ) {
7534
- return ( $this->is_ssl() && $this->is_plan( $plan, $exact ) );
7535
- }
7536
-
7537
- /**
7538
- * Construct plugin's settings page URL.
7539
- *
7540
- * @author Vova Feldman (@svovaf)
7541
- * @since 1.0.4
7542
- *
7543
- * @param string $page
7544
- * @param array $params
7545
- *
7546
- * @return string
7547
- */
7548
- function _get_admin_page_url( $page = '', $params = array() ) {
7549
- if ( 0 < count( $params ) ) {
7550
- foreach ( $params as $k => $v ) {
7551
- $params[ $k ] = urlencode( $v );
7552
- }
7553
- }
7554
-
7555
- $page_param = $this->_menu->get_slug( $page );
7556
-
7557
- if ( empty( $page ) &&
7558
- $this->is_theme() &&
7559
- // Show the opt-in as an overlay for free wp.org themes or themes without any settings page.
7560
- ( $this->is_free_wp_org_theme() || ! $this->has_settings_menu() ) ) {
7561
- $params[ $this->get_unique_affix() . '_show_optin' ] = 'true';
7562
-
7563
- return add_query_arg(
7564
- $params,
7565
- admin_url( 'themes.php' )
7566
- );
7567
- }
7568
-
7569
- if ( ! $this->has_settings_menu() ) {
7570
- if ( ! empty( $page ) ) {
7571
- // Module doesn't have a setting page, but since the request is for
7572
- // a specific Freemius page, use the admin.php path.
7573
- return add_query_arg( array_merge( $params, array(
7574
- 'page' => $page_param,
7575
- ) ), admin_url( 'admin.php' ) );
7576
- } else {
7577
- if ( $this->is_activation_mode() ) {
7578
- /**
7579
- * @author Vova Feldman
7580
- * @since 1.2.1.6
7581
- *
7582
- * If plugin doesn't have a settings page, create one for the opt-in screen.
7583
- */
7584
- return add_query_arg( array_merge( $params, array(
7585
- 'page' => $this->_slug,
7586
- ) ), admin_url( 'admin.php', 'admin' ) );
7587
- } else {
7588
- // Plugin without a settings page.
7589
- return admin_url( 'plugins.php' );
7590
- }
7591
- }
7592
- }
7593
-
7594
- // Module has a submenu settings page.
7595
- if ( ! $this->_menu->is_top_level() ) {
7596
- $parent_slug = $this->_menu->get_parent_slug();
7597
- $menu_file = ( false !== strpos( $parent_slug, '.php' ) ) ?
7598
- $parent_slug :
7599
- 'admin.php';
7600
-
7601
- return add_query_arg( array_merge( $params, array(
7602
- 'page' => $page_param,
7603
- ) ), admin_url( $menu_file, 'admin' ) );
7604
- }
7605
-
7606
- // Module has a top level CPT settings page.
7607
- if ( $this->_menu->is_cpt() ) {
7608
- if ( empty( $page ) && $this->is_activation_mode() ) {
7609
- return add_query_arg( array_merge( $params, array(
7610
- 'page' => $page_param
7611
- ) ), admin_url( 'admin.php', 'admin' ) );
7612
- } else {
7613
- if ( ! empty( $page ) ) {
7614
- $params['page'] = $page_param;
7615
- }
7616
-
7617
- return add_query_arg(
7618
- $params,
7619
- admin_url( $this->_menu->get_raw_slug(), 'admin' )
7620
- );
7621
- }
7622
- }
7623
-
7624
- // Module has a custom top level settings page.
7625
- return add_query_arg( array_merge( $params, array(
7626
- 'page' => $page_param,
7627
- ) ), admin_url( 'admin.php', 'admin' ) );
7628
- }
7629
-
7630
- /**
7631
- * Check if currently in a specified admin page.
7632
- *
7633
- * @author Vova Feldman (@svovaf)
7634
- * @since 1.2.2.7
7635
- *
7636
- * @param string $page
7637
- *
7638
- * @return bool
7639
- */
7640
- function is_admin_page( $page ) {
7641
- return ( $this->_menu->get_slug( $page ) === fs_request_get( 'page', '', 'get' ) );
7642
- }
7643
-
7644
- /**
7645
- * Get module's main admin setting page URL.
7646
- *
7647
- * @author Vova Feldman (@svovaf)
7648
- * @since 1.2.2.7
7649
- *
7650
- * @return string
7651
- */
7652
- function main_menu_url() {
7653
- return $this->_menu->main_menu_url();
7654
- }
7655
-
7656
- /**
7657
- * Check if currently on the theme's setting page or
7658
- * on any of the Freemius added pages (via tabs).
7659
- *
7660
- * @author Vova Feldman (@svovaf)
7661
- * @since 1.2.2.7
7662
- *
7663
- * @return bool
7664
- */
7665
- function is_theme_settings_page() {
7666
- return fs_starts_with(
7667
- fs_request_get( 'page', '', 'get' ),
7668
- $this->_menu->get_slug()
7669
- );
7670
- }
7671
-
7672
- /**
7673
- * Plugin's account page + sync license URL.
7674
- *
7675
- * @author Vova Feldman (@svovaf)
7676
- * @since 1.1.9.1
7677
- *
7678
- * @param bool|number $plugin_id
7679
- * @param bool $add_action_nonce
7680
- * @param array $params
7681
- *
7682
- * @return string
7683
- */
7684
- function _get_sync_license_url( $plugin_id = false, $add_action_nonce = true, $params = array() ) {
7685
- if ( is_numeric( $plugin_id ) ) {
7686
- $params['plugin_id'] = $plugin_id;
7687
- }
7688
-
7689
- return $this->get_account_url(
7690
- $this->get_unique_affix() . '_sync_license',
7691
- $params,
7692
- $add_action_nonce
7693
- );
7694
- }
7695
-
7696
- /**
7697
- * Plugin's account URL.
7698
- *
7699
- * @author Vova Feldman (@svovaf)
7700
- * @since 1.0.4
7701
- *
7702
- * @param bool|string $action
7703
- * @param array $params
7704
- *
7705
- * @param bool $add_action_nonce
7706
- *
7707
- * @return string
7708
- */
7709
- function get_account_url( $action = false, $params = array(), $add_action_nonce = true ) {
7710
- if ( is_string( $action ) ) {
7711
- $params['fs_action'] = $action;
7712
- }
7713
-
7714
- self::require_pluggable_essentials();
7715
-
7716
- return ( $add_action_nonce && is_string( $action ) ) ?
7717
- fs_nonce_url( $this->_get_admin_page_url( 'account', $params ), $action ) :
7718
- $this->_get_admin_page_url( 'account', $params );
7719
- }
7720
-
7721
- /**
7722
- * @author Vova Feldman (@svovaf)
7723
- * @since 1.2.0
7724
- *
7725
- * @param string $tab
7726
- * @param bool $action
7727
- * @param array $params
7728
- * @param bool $add_action_nonce
7729
- *
7730
- * @return string
7731
- *
7732
- * @uses get_account_url()
7733
- */
7734
- function get_account_tab_url( $tab, $action = false, $params = array(), $add_action_nonce = true ) {
7735
- $params['tab'] = $tab;
7736
-
7737
- return $this->get_account_url( $action, $params, $add_action_nonce );
7738
- }
7739
-
7740
- /**
7741
- * Plugin's account URL.
7742
- *
7743
- * @author Vova Feldman (@svovaf)
7744
- * @since 1.0.4
7745
- *
7746
- * @param bool|string $topic
7747
- * @param bool|string $message
7748
- *
7749
- * @return string
7750
- */
7751
- function contact_url( $topic = false, $message = false ) {
7752
- $params = array();
7753
- if ( is_string( $topic ) ) {
7754
- $params['topic'] = $topic;
7755
- }
7756
- if ( is_string( $message ) ) {
7757
- $params['message'] = $message;
7758
- }
7759
-
7760
- if ( $this->is_addon() ) {
7761
- $params['addon_id'] = $this->get_id();
7762
-
7763
- return $this->get_parent_instance()->_get_admin_page_url( 'contact', $params );
7764
- } else {
7765
- return $this->_get_admin_page_url( 'contact', $params );
7766
- }
7767
- }
7768
-
7769
- /**
7770
- * Add-on direct info URL.
7771
- *
7772
- * @author Vova Feldman (@svovaf)
7773
- * @since 1.1.0
7774
- *
7775
- * @param string $slug
7776
- *
7777
- * @return string
7778
- */
7779
- function addon_url( $slug ) {
7780
- return $this->_get_admin_page_url( 'addons', array(
7781
- 'slug' => $slug
7782
- ) );
7783
- }
7784
-
7785
- /* Logger
7786
- ------------------------------------------------------------------------------------------------------------------*/
7787
- /**
7788
- * @param string $id
7789
- * @param bool $prefix_slug
7790
- *
7791
- * @return FS_Logger
7792
- */
7793
- function get_logger( $id = '', $prefix_slug = true ) {
7794
- return FS_Logger::get_logger( ( $prefix_slug ? $this->_slug : '' ) . ( ( ! $prefix_slug || empty( $id ) ) ? '' : '_' ) . $id );
7795
- }
7796
-
7797
- /**
7798
- * @param $id
7799
- * @param bool $load_options
7800
- * @param bool $prefix_slug
7801
- *
7802
- * @return FS_Option_Manager
7803
- */
7804
- function get_options_manager( $id, $load_options = false, $prefix_slug = true ) {
7805
- return FS_Option_Manager::get_manager( ( $prefix_slug ? $this->_slug : '' ) . ( ( ! $prefix_slug || empty( $id ) ) ? '' : '_' ) . $id, $load_options );
7806
- }
7807
-
7808
- /* Security
7809
- ------------------------------------------------------------------------------------------------------------------*/
7810
- private static function _encrypt( $str ) {
7811
- if ( is_null( $str ) ) {
7812
- return null;
7813
- }
7814
-
7815
- /**
7816
- * The encrypt/decrypt functions are used to protect
7817
- * the user from messing up with some of the sensitive
7818
- * data stored for the module as a JSON in the database.
7819
- *
7820
- * I used the same suggested hack by the theme review team.
7821
- * For more details, look at the function `Base64UrlDecode()`
7822
- * in `./sdk/FreemiusBase.php`.
7823
- *
7824
- * @todo Remove this hack once the base64 error is removed from the Theme Check.
7825
- *
7826
- * @author Vova Feldman (@svovaf)
7827
- * @since 1.2.2
7828
- */
7829
- $fn = 'base64' . '_encode';
7830
-
7831
- return $fn( $str );
7832
- }
7833
-
7834
- static function _decrypt( $str ) {
7835
- if ( is_null( $str ) ) {
7836
- return null;
7837
- }
7838
-
7839
- /**
7840
- * The encrypt/decrypt functions are used to protect
7841
- * the user from messing up with some of the sensitive
7842
- * data stored for the module as a JSON in the database.
7843
- *
7844
- * I used the same suggested hack by the theme review team.
7845
- * For more details, look at the function `Base64UrlDecode()`
7846
- * in `./sdk/FreemiusBase.php`.
7847
- *
7848
- * @todo Remove this hack once the base64 error is removed from the Theme Check.
7849
- *
7850
- * @author Vova Feldman (@svovaf)
7851
- * @since 1.2.2
7852
- */
7853
- $fn = 'base64' . '_decode';
7854
-
7855
- return $fn( $str );
7856
- }
7857
-
7858
- /**
7859
- * @author Vova Feldman (@svovaf)
7860
- * @since 1.0.5
7861
- *
7862
- * @param FS_Entity $entity
7863
- *
7864
- * @return FS_Entity Return an encrypted clone entity.
7865
- */
7866
- private static function _encrypt_entity( FS_Entity $entity ) {
7867
- $clone = clone $entity;
7868
- $props = get_object_vars( $entity );
7869
-
7870
- foreach ( $props as $key => $val ) {
7871
- $clone->{$key} = self::_encrypt( $val );
7872
- }
7873
-
7874
- return $clone;
7875
- }
7876
-
7877
- /**
7878
- * @author Vova Feldman (@svovaf)
7879
- * @since 1.0.5
7880
- *
7881
- * @param FS_Entity $entity
7882
- *
7883
- * @return FS_Entity Return an decrypted clone entity.
7884
- */
7885
- private static function decrypt_entity( FS_Entity $entity ) {
7886
- $clone = clone $entity;
7887
- $props = get_object_vars( $entity );
7888
-
7889
- foreach ( $props as $key => $val ) {
7890
- $clone->{$key} = self::_decrypt( $val );
7891
- }
7892
-
7893
- return $clone;
7894
- }
7895
-
7896
- /**
7897
- * Tries to activate account based on POST params.
7898
- *
7899
- * @author Vova Feldman (@svovaf)
7900
- * @since 1.0.2
7901
- */
7902
- function _activate_account() {
7903
- if ( $this->is_registered() ) {
7904
- // Already activated.
7905
- return;
7906
- }
7907
-
7908
- self::_clean_admin_content_section();
7909
-
7910
- if ( fs_request_is_action( 'activate' ) && fs_request_is_post() ) {
7911
- // check_admin_referer( 'activate_' . $this->_plugin->public_key );
7912
-
7913
- // Verify matching plugin details.
7914
- if ( $this->_plugin->id != fs_request_get( 'plugin_id' ) || $this->_slug != fs_request_get( 'plugin_slug' ) ) {
7915
- return;
7916
- }
7917
-
7918
- $user = new FS_User();
7919
- $user->id = fs_request_get( 'user_id' );
7920
- $user->public_key = fs_request_get( 'user_public_key' );
7921
- $user->secret_key = fs_request_get( 'user_secret_key' );
7922
- $user->email = fs_request_get( 'user_email' );
7923
- $user->first = fs_request_get( 'user_first' );
7924
- $user->last = fs_request_get( 'user_last' );
7925
- $user->is_verified = fs_request_get_bool( 'user_is_verified' );
7926
-
7927
- $site = new FS_Site();
7928
- $site->id = fs_request_get( 'install_id' );
7929
- $site->public_key = fs_request_get( 'install_public_key' );
7930
- $site->secret_key = fs_request_get( 'install_secret_key' );
7931
- $site->plan->id = fs_request_get( 'plan_id' );
7932
- $site->plan->title = fs_request_get( 'plan_title' );
7933
- $site->plan->name = fs_request_get( 'plan_name' );
7934
-
7935
- $plans = array();
7936
- $plans_data = json_decode( urldecode( fs_request_get( 'plans' ) ) );
7937
- foreach ( $plans_data as $p ) {
7938
- $plans[] = new FS_Plugin_Plan( $p );
7939
- }
7940
-
7941
- $this->_set_account( $user, $site, $plans );
7942
-
7943
- // Reload the page with the keys.
7944
- fs_redirect( $this->_get_admin_page_url() );
7945
- }
7946
- }
7947
-
7948
- /**
7949
- * @author Vova Feldman (@svovaf)
7950
- * @since 1.0.7
7951
- *
7952
- * @param string $email
7953
- *
7954
- * @return FS_User|bool
7955
- */
7956
- static function _get_user_by_email( $email ) {
7957
- self::$_static_logger->entrance();
7958
-
7959
- $email = trim( strtolower( $email ) );
7960
- $users = self::get_all_users();
7961
- if ( is_array( $users ) ) {
7962
- foreach ( $users as $u ) {
7963
- if ( $email === trim( strtolower( $u->email ) ) ) {
7964
- return $u;
7965
- }
7966
- }
7967
- }
7968
-
7969
- return false;
7970
- }
7971
-
7972
- #----------------------------------------------------------------------------------
7973
- #region Account (Loading, Updates & Activation)
7974
- #----------------------------------------------------------------------------------
7975
-
7976
- /***
7977
- * Load account information (user + site).
7978
- *
7979
- * @author Vova Feldman (@svovaf)
7980
- * @since 1.0.1
7981
- */
7982
- private function _load_account() {
7983
- $this->_logger->entrance();
7984
-
7985
- $this->do_action( 'before_account_load' );
7986
-
7987
- $sites = self::get_all_sites( $this->_module_type );
7988
- $users = self::get_all_users();
7989
- $plans = self::get_all_plans( $this->_module_type );
7990
- $licenses = self::get_all_licenses( $this->_module_type );
7991
-
7992
- if ( $this->_logger->is_on() && is_admin() ) {
7993
- $this->_logger->log( 'sites = ' . var_export( $sites, true ) );
7994
- $this->_logger->log( 'users = ' . var_export( $users, true ) );
7995
- $this->_logger->log( 'plans = ' . var_export( $plans, true ) );
7996
- $this->_logger->log( 'licenses = ' . var_export( $licenses, true ) );
7997
- }
7998
-
7999
- $site = isset( $sites[ $this->_slug ] ) ? $sites[ $this->_slug ] : false;
8000
-
8001
- if ( is_object( $site ) &&
8002
- is_numeric( $site->id ) &&
8003
- is_numeric( $site->user_id ) &&
8004
- is_object( $site->plan )
8005
- ) {
8006
- // Load site.
8007
- $this->_site = clone $site;
8008
- $this->_site->plan = self::decrypt_entity( $this->_site->plan );
8009
-
8010
- // Load relevant user.
8011
- $this->_user = clone $users[ $this->_site->user_id ];
8012
-
8013
- // Load plans.
8014
- $this->_plans = $plans[ $this->_slug ];
8015
- if ( ! is_array( $this->_plans ) || empty( $this->_plans ) ) {
8016
- $this->_sync_plans();
8017
- } else {
8018
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
8019
- if ( $this->_plans[ $i ] instanceof FS_Plugin_Plan ) {
8020
- $this->_plans[ $i ] = self::decrypt_entity( $this->_plans[ $i ] );
8021
- } else {
8022
- unset( $this->_plans[ $i ] );
8023
- }
8024
- }
8025
- }
8026
-
8027
- // Load licenses.
8028
- $this->_licenses = array();
8029
- if ( is_array( $licenses ) &&
8030
- isset( $licenses[ $this->_slug ] ) &&
8031
- isset( $licenses[ $this->_slug ][ $this->_user->id ] )
8032
- ) {
8033
- $this->_licenses = $licenses[ $this->_slug ][ $this->_user->id ];
8034
- }
8035
-
8036
- $this->_license = $this->_get_license_by_id( $this->_site->license_id );
8037
-
8038
- if ( $this->_site->version != $this->get_plugin_version() ) {
8039
- // If stored install version is different than current installed plugin version,
8040
- // then update plugin version event.
8041
- $this->update_plugin_version_event();
8042
- }
8043
- }
8044
-
8045
- $this->_register_account_hooks();
8046
- }
8047
-
8048
- /**
8049
- * @author Vova Feldman (@svovaf)
8050
- * @since 1.0.1
8051
- *
8052
- * @param FS_User $user
8053
- * @param FS_Site $site
8054
- * @param bool|array $plans
8055
- */
8056
- private function _set_account( FS_User $user, FS_Site $site, $plans = false ) {
8057
- $site->slug = $this->_slug;
8058
- $site->user_id = $user->id;
8059
-
8060
- $this->_site = $site;
8061
- $this->_user = $user;
8062
- if ( false !== $plans ) {
8063
- $this->_plans = $plans;
8064
- }
8065
-
8066
- $this->send_install_update();
8067
-
8068
- $this->_store_account();
8069
-
8070
- }
8071
-
8072
- /**
8073
- * @author Vova Feldman (@svovaf)
8074
- * @since 1.1.7.4
8075
- *
8076
- * @param array $override_with
8077
- *
8078
- * @return array
8079
- */
8080
- function get_opt_in_params( $override_with = array() ) {
8081
- $this->_logger->entrance();
8082
-
8083
- $current_user = self::_get_current_wp_user();
8084
-
8085
- $activation_action = $this->get_unique_affix() . '_activate_new';
8086
- $return_url = $this->is_anonymous() ?
8087
- // If skipped already, then return to the account page.
8088
- $this->get_account_url( $activation_action, array(), false ) :
8089
- // Return to the module's main page.
8090
- $this->get_after_activation_url( 'after_connect_url', array( 'fs_action' => $activation_action ) );
8091
-
8092
- $params = array(
8093
- 'user_firstname' => $current_user->user_firstname,
8094
- 'user_lastname' => $current_user->user_lastname,
8095
- 'user_nickname' => $current_user->user_nicename,
8096
- 'user_email' => $current_user->user_email,
8097
- 'user_ip' => WP_FS__REMOTE_ADDR,
8098
- 'plugin_slug' => $this->_slug,
8099
- 'plugin_id' => $this->get_id(),
8100
- 'plugin_public_key' => $this->get_public_key(),
8101
- 'plugin_version' => $this->get_plugin_version(),
8102
- 'return_url' => fs_nonce_url( $return_url, $activation_action ),
8103
- 'account_url' => fs_nonce_url( $this->_get_admin_page_url(
8104
- 'account',
8105
- array( 'fs_action' => 'sync_user' )
8106
- ), 'sync_user' ),
8107
- 'site_uid' => $this->get_anonymous_id(),
8108
- 'site_url' => get_site_url(),
8109
- 'site_name' => get_bloginfo( 'name' ),
8110
- 'platform_version' => get_bloginfo( 'version' ),
8111
- 'sdk_version' => $this->version,
8112
- 'programming_language_version' => phpversion(),
8113
- 'language' => get_bloginfo( 'language' ),
8114
- 'charset' => get_bloginfo( 'charset' ),
8115
- 'is_premium' => $this->is_premium(),
8116
- 'is_active' => true,
8117
- 'is_uninstalled' => false,
8118
- );
8119
-
8120
- if ( $this->is_pending_activation() &&
8121
- ! empty( $this->_storage->pending_license_key )
8122
- ) {
8123
- $params['license_key'] = $this->_storage->pending_license_key;
8124
- }
8125
-
8126
- if ( WP_FS__SKIP_EMAIL_ACTIVATION && $this->has_secret_key() ) {
8127
- // Even though rand() is known for its security issues,
8128
- // the timestamp adds another layer of protection.
8129
- // It would be very hard for an attacker to get the secret key form here.
8130
- // Plus, this should never run in production since the secret should never
8131
- // be included in the production version.
8132
- $params['ts'] = WP_FS__SCRIPT_START_TIME;
8133
- $params['salt'] = md5( uniqid( rand() ) );
8134
- $params['secure'] = md5(
8135
- $params['ts'] .
8136
- $params['salt'] .
8137
- $this->get_secret_key()
8138
- );
8139
- }
8140
-
8141
- return array_merge( $params, $override_with );
8142
- }
8143
-
8144
- /**
8145
- * 1. If successful opt-in or pending activation returns the next page that the user should be redirected to.
8146
- * 2. If there was an API error, return the API result.
8147
- *
8148
- * @author Vova Feldman (@svovaf)
8149
- * @since 1.1.7.4
8150
- *
8151
- * @param string|bool $email
8152
- * @param string|bool $first
8153
- * @param string|bool $last
8154
- * @param string|bool $license_key
8155
- * @param bool $is_uninstall If "true", this means that the module is currently being uninstalled.
8156
- * In this case, the user and site info will be sent to the server but no
8157
- * data will be saved to the WP installation's database.
8158
- * @param number|bool $trial_plan_id
8159
- *
8160
- * @return string|object
8161
- * @use WP_Error
8162
- */
8163
- function opt_in(
8164
- $email = false,
8165
- $first = false,
8166
- $last = false,
8167
- $license_key = false,
8168
- $is_uninstall = false,
8169
- $trial_plan_id = false
8170
- ) {
8171
- $this->_logger->entrance();
8172
-
8173
- if ( false === $email ) {
8174
- $current_user = self::_get_current_wp_user();
8175
- $email = $current_user->user_email;
8176
- }
8177
-
8178
- /**
8179
- * @since 1.2.1 If activating with license key, ignore the context-user
8180
- * since the user will be automatically loaded from the license.
8181
- */
8182
- if ( empty( $license_key ) ) {
8183
- // Clean up pending license if opt-ing in again.
8184
- $this->_storage->remove( 'pending_license_key' );
8185
-
8186
- if ( ! $is_uninstall ) {
8187
- $fs_user = Freemius::_get_user_by_email( $email );
8188
- if ( is_object( $fs_user ) && ! $this->is_pending_activation() ) {
8189
- return $this->install_with_current_user( false, $trial_plan_id );
8190
- }
8191
- }
8192
- }
8193
-
8194
- $user_info = array();
8195
- if ( ! empty( $email ) ) {
8196
- $user_info['user_email'] = $email;
8197
- }
8198
- if ( ! empty( $first ) ) {
8199
- $user_info['user_firstname'] = $first;
8200
- }
8201
- if ( ! empty( $last ) ) {
8202
- $user_info['user_lastname'] = $last;
8203
- }
8204
-
8205
- $params = $this->get_opt_in_params( $user_info );
8206
-
8207
- $filtered_license_key = false;
8208
- if ( is_string( $license_key ) ) {
8209
- $filtered_license_key = $this->apply_filters( 'license_key', $license_key );
8210
- $params['license_key'] = $filtered_license_key;
8211
- } else if ( FS_Plugin_Plan::is_valid_id( $trial_plan_id ) ) {
8212
- $params['trial_plan_id'] = $trial_plan_id;
8213
- }
8214
-
8215
- if ( $is_uninstall ) {
8216
- $params['uninstall_params'] = array(
8217
- 'reason_id' => $this->_storage->uninstall_reason->id,
8218
- 'reason_info' => $this->_storage->uninstall_reason->info
8219
- );
8220
- }
8221
-
8222
- $params['format'] = 'json';
8223
-
8224
- $url = WP_FS__ADDRESS . '/action/service/user/install/';
8225
- if ( isset( $_COOKIE['XDEBUG_SESSION'] ) ) {
8226
- $url = add_query_arg( 'XDEBUG_SESSION', 'PHPSTORM', $url );
8227
- }
8228
-
8229
- $response = wp_remote_post( $url, array(
8230
- 'method' => 'POST',
8231
- 'body' => $params,
8232
- 'timeout' => 15,
8233
- ) );
8234
-
8235
- if ( $response instanceof WP_Error ) {
8236
- if ( 'https://' === substr( $url, 0, 8 ) &&
8237
- isset( $response->errors ) &&
8238
- isset( $response->errors['http_request_failed'] )
8239
- ) {
8240
- $http_error = strtolower( $response->errors['http_request_failed'][0] );
8241
-
8242
- if ( false !== strpos( $http_error, 'ssl' ) ) {
8243
- // Failed due to old version of cURL or Open SSL (SSLv3 is not supported by CloudFlare).
8244
- $url = 'http://' . substr( $url, 8 );
8245
-
8246
- $response = wp_remote_post( $url, array(
8247
- 'method' => 'POST',
8248
- 'body' => $params,
8249
- 'timeout' => 15,
8250
- ) );
8251
- }
8252
- }
8253
- }
8254
-
8255
- if ( is_wp_error( $response ) ) {
8256
- /**
8257
- * @var WP_Error $response
8258
- */
8259
- $result = new stdClass();
8260
-
8261
- $error_code = $response->get_error_code();
8262
- $error_type = str_replace( ' ', '', ucwords( str_replace( '_', ' ', $error_code ) ) );
8263
-
8264
- $result->error = (object) array(
8265
- 'type' => $error_type,
8266
- 'message' => $response->get_error_message(),
8267
- 'code' => $error_code,
8268
- 'http' => 402
8269
- );
8270
-
8271
- return $result;
8272
- }
8273
-
8274
- // Module is being uninstalled, don't handle the returned data.
8275
- if ( $is_uninstall ) {
8276
- return true;
8277
- }
8278
-
8279
- $decoded = @json_decode( $response['body'] );
8280
-
8281
- if ( empty( $decoded ) ) {
8282
- return false;
8283
- }
8284
-
8285
- if ( ! $this->is_api_result_object( $decoded ) ) {
8286
- if ( ! empty( $params['license_key'] ) ) {
8287
- // Pass the fully entered license key to the failure handler.
8288
- $params['license_key'] = $license_key;
8289
- }
8290
-
8291
- return $is_uninstall ?
8292
- $decoded :
8293
- $this->apply_filters( 'after_install_failure', $decoded, $params );
8294
- } else if ( isset( $decoded->pending_activation ) && $decoded->pending_activation ) {
8295
- // Pending activation, add message.
8296
- return $this->set_pending_confirmation(
8297
- true,
8298
- false,
8299
- $filtered_license_key,
8300
- ! empty( $params['trial_plan_id'] )
8301
- );
8302
- } else if ( isset( $decoded->install_secret_key ) ) {
8303
- return $this->install_with_new_user(
8304
- $decoded->user_id,
8305
- $decoded->user_public_key,
8306
- $decoded->user_secret_key,
8307
- $decoded->install_id,
8308
- $decoded->install_public_key,
8309
- $decoded->install_secret_key,
8310
- false
8311
- );
8312
- }
8313
-
8314
- return $decoded;
8315
- }
8316
-
8317
- /**
8318
- * Set user and site identities.
8319
- *
8320
- * @author Vova Feldman (@svovaf)
8321
- * @since 1.0.9
8322
- *
8323
- * @param FS_User $user
8324
- * @param FS_Site $site
8325
- * @param bool $redirect
8326
- * @param bool $auto_install Since 1.2.1.7 If `true` and setting up an account with a valid license, will
8327
- * redirect (or return a URL) to the account page with a special parameter to
8328
- * trigger the auto installation processes.
8329
- *
8330
- * @return string If redirect is `false`, returns the next page the user should be redirected to.
8331
- */
8332
- function setup_account(
8333
- FS_User $user,
8334
- FS_Site $site,
8335
- $redirect = true,
8336
- $auto_install = false
8337
- ) {
8338
- $this->_user = $user;
8339
- $this->_site = $site;
8340
-
8341
- $this->_sync_plans();
8342
-
8343
- $this->_enrich_site_plan( false );
8344
-
8345
- $this->_set_account( $user, $site );
8346
-
8347
- if ( $this->is_trial() ) {
8348
- // Store trial plan information.
8349
- $this->_enrich_site_trial_plan( true );
8350
- }
8351
-
8352
- // If Freemius was OFF before, turn it on.
8353
- $this->turn_on();
8354
-
8355
- $this->do_action( 'after_account_connection', $user, $site );
8356
-
8357
- if ( is_numeric( $site->license_id ) ) {
8358
- $this->_license = $this->_get_license_by_id( $site->license_id );
8359
- }
8360
-
8361
- $this->_admin_notices->remove_sticky( 'connect_account' );
8362
-
8363
- if ( $this->is_pending_activation() ) {
8364
- // Remove pending activation sticky notice (if still exist).
8365
- $this->_admin_notices->remove_sticky( 'activation_pending' );
8366
-
8367
- // Remove plugin from pending activation mode.
8368
- unset( $this->_storage->is_pending_activation );
8369
-
8370
- if ( ! $this->is_paying_or_trial() ) {
8371
- $this->_admin_notices->add_sticky(
8372
- sprintf( $this->get_text( 'plugin-x-activation-message' ), '<b>' . $this->get_plugin_name() . '</b>' ),
8373
- 'activation_complete'
8374
- );
8375
- }
8376
- }
8377
-
8378
- if ( $this->is_paying_or_trial() ) {
8379
- if ( ! $this->is_premium() || ! $this->has_premium_version() ) {
8380
- if ( $this->is_paying() ) {
8381
- $this->_admin_notices->add_sticky(
8382
- sprintf(
8383
- $this->get_text( 'activation-with-plan-x-message' ),
8384
- $this->_site->plan->title
8385
- ) . $this->get_complete_upgrade_instructions(),
8386
- 'plan_upgraded',
8387
- $this->get_text( 'yee-haw' ) . '!'
8388
- );
8389
- } else {
8390
- $this->_admin_notices->add_sticky(
8391
- sprintf(
8392
- $this->get_text( 'trial-started-message' ),
8393
- '<i>' . $this->get_plugin_name() . '</i>'
8394
- ) . $this->get_complete_upgrade_instructions( $this->_storage->trial_plan->title ),
8395
- 'trial_started',
8396
- $this->get_text( 'yee-haw' ) . '!'
8397
- );
8398
- }
8399
- }
8400
-
8401
- $this->_admin_notices->remove_sticky( array(
8402
- 'trial_promotion',
8403
- ) );
8404
- }
8405
-
8406
- $plugin_id = fs_request_get( 'plugin_id', false );
8407
-
8408
- // Store activation time ONLY for plugins (not add-ons).
8409
- if ( ! is_numeric( $plugin_id ) || ( $plugin_id == $this->_plugin->id ) ) {
8410
- $this->_storage->activation_timestamp = WP_FS__SCRIPT_START_TIME;
8411
- }
8412
-
8413
- $next_page = '';
8414
-
8415
- $extra = array();
8416
- if ( $auto_install ) {
8417
- $extra['auto_install'] = 'true';
8418
- }
8419
-
8420
- if ( is_numeric( $plugin_id ) ) {
8421
- /**
8422
- * @author Leo Fajardo
8423
- * @since 1.2.1.6
8424
- *
8425
- * Also sync the license after an anonymous user subscribes.
8426
- */
8427
- if ( $this->is_anonymous() || $plugin_id != $this->_plugin->id ) {
8428
- // Add-on was installed - sync license right after install.
8429
- $next_page = $this->_get_sync_license_url( $plugin_id, true, $extra );
8430
- }
8431
- } else {
8432
- /**
8433
- * @author Vova Feldman (@svovaf)
8434
- * @since 1.1.9 If site installed with a valid license, sync license.
8435
- */
8436
- if ( $this->is_paying() ) {
8437
- $this->_sync_plugin_license( true );
8438
- }
8439
-
8440
- // Reload the page with the keys.
8441
- $next_page = $this->is_anonymous() ?
8442
- // If user previously skipped, redirect to account page.
8443
- $this->get_account_url( false, $extra ) :
8444
- $this->get_after_activation_url( 'after_connect_url' );
8445
- }
8446
-
8447
- if ( ! empty( $next_page ) && $redirect ) {
8448
- fs_redirect( $next_page );
8449
- }
8450
-
8451
- return $next_page;
8452
- }
8453
-
8454
- /**
8455
- * Install plugin with new user information after approval.
8456
- *
8457
- * @author Vova Feldman (@svovaf)
8458
- * @since 1.0.7
8459
- */
8460
- function _install_with_new_user() {
8461
- $this->_logger->entrance();
8462
-
8463
- if ( $this->is_registered() ) {
8464
- return;
8465
- }
8466
-
8467
- if ( ( $this->is_plugin() && fs_request_is_action( $this->get_unique_affix() . '_activate_new' ) ) ||
8468
- // @todo This logic should be improved because it's executed on every load of a theme.
8469
- $this->is_theme()
8470
- ) {
8471
- // check_admin_referer( $this->_slug . '_activate_new' );
8472
-
8473
- if ( fs_request_has( 'user_secret_key' ) ) {
8474
- $this->install_with_new_user(
8475
- fs_request_get( 'user_id' ),
8476
- fs_request_get( 'user_public_key' ),
8477
- fs_request_get( 'user_secret_key' ),
8478
- fs_request_get( 'install_id' ),
8479
- fs_request_get( 'install_public_key' ),
8480
- fs_request_get( 'install_secret_key' ),
8481
- true,
8482
- fs_request_get_bool( 'auto_install' )
8483
- );
8484
- } else if ( fs_request_has( 'pending_activation' ) ) {
8485
- $this->set_pending_confirmation( fs_request_get( 'user_email' ), true );
8486
- }
8487
- }
8488
- }
8489
-
8490
- /**
8491
- * Install plugin with new user.
8492
- *
8493
- * @author Vova Feldman (@svovaf)
8494
- * @since 1.1.7.4
8495
- *
8496
- * @param number $user_id
8497
- * @param string $user_public_key
8498
- * @param string $user_secret_key
8499
- * @param number $install_id
8500
- * @param string $install_public_key
8501
- * @param string $install_secret_key
8502
- * @param bool $redirect
8503
- * @param bool $auto_install Since 1.2.1.7 If `true` and setting up an account with a valid license, will
8504
- * redirect (or return a URL) to the account page with a special parameter to
8505
- * trigger the auto installation processes.
8506
- *
8507
- * @return string If redirect is `false`, returns the next page the user should be redirected to.
8508
- */
8509
- private function install_with_new_user(
8510
- $user_id,
8511
- $user_public_key,
8512
- $user_secret_key,
8513
- $install_id,
8514
- $install_public_key,
8515
- $install_secret_key,
8516
- $redirect = true,
8517
- $auto_install = false
8518
- ) {
8519
- $user = new FS_User();
8520
- $user->id = $user_id;
8521
- $user->public_key = $user_public_key;
8522
- $user->secret_key = $user_secret_key;
8523
-
8524
- $this->_user = $user;
8525
- $user_result = $this->get_api_user_scope()->get();
8526
- $user = new FS_User( $user_result );
8527
- $this->_user = $user;
8528
-
8529
- $site = new FS_Site();
8530
- $site->id = $install_id;
8531
- $site->public_key = $install_public_key;
8532
- $site->secret_key = $install_secret_key;
8533
-
8534
- $this->_site = $site;
8535
- $site_result = $this->get_api_site_scope()->get();
8536
- $site = new FS_Site( $site_result );
8537
- $this->_site = $site;
8538
-
8539
- return $this->setup_account(
8540
- $this->_user,
8541
- $this->_site,
8542
- $redirect,
8543
- $auto_install
8544
- );
8545
- }
8546
-
8547
- /**
8548
- * @author Vova Feldman (@svovaf)
8549
- * @since 1.1.7.4
8550
- *
8551
- * @param string|bool $email
8552
- * @param bool $redirect
8553
- * @param string|bool $license_key Since 1.2.1.5
8554
- * @param bool $is_pending_trial Since 1.2.1.5
8555
- *
8556
- * @return string Since 1.2.1.5 if $redirect is `false`, return the pending activation page.
8557
- */
8558
- private function set_pending_confirmation(
8559
- $email = false,
8560
- $redirect = true,
8561
- $license_key = false,
8562
- $is_pending_trial = false
8563
- ) {
8564
- if ( $this->_ignore_pending_mode ) {
8565
- /**
8566
- * If explicitly asked to ignore pending mode, set to anonymous mode
8567
- * if require confirmation before finalizing the opt-in.
8568
- *
8569
- * @author Vova Feldman
8570
- * @since 1.2.1.6
8571
- */
8572
- $this->skip_connection();
8573
- } else {
8574
- // Install must be activated via email since
8575
- // user with the same email already exist.
8576
- $this->_storage->is_pending_activation = true;
8577
- $this->_add_pending_activation_notice( $email, $is_pending_trial );
8578
- }
8579
-
8580
- if ( ! empty( $license_key ) ) {
8581
- $this->_storage->pending_license_key = $license_key;
8582
- }
8583
-
8584
- // Remove the opt-in sticky notice.
8585
- $this->_admin_notices->remove_sticky( array(
8586
- 'connect_account',
8587
- 'trial_promotion',
8588
- ) );
8589
-
8590
- $next_page = $this->get_after_activation_url( 'after_pending_connect_url' );
8591
-
8592
- // Reload the page with with pending activation message.
8593
- if ( $redirect ) {
8594
- fs_redirect( $next_page );
8595
- }
8596
-
8597
- return $next_page;
8598
- }
8599
-
8600
- /**
8601
- * Install plugin with current logged WP user info.
8602
- *
8603
- * @author Vova Feldman (@svovaf)
8604
- * @since 1.0.7
8605
- */
8606
- function _install_with_current_user() {
8607
- $this->_logger->entrance();
8608
-
8609
- if ( $this->is_registered() ) {
8610
- return;
8611
- }
8612
-
8613
- if ( fs_request_is_action( $this->get_unique_affix() . '_activate_existing' ) && fs_request_is_post() ) {
8614
- // check_admin_referer( 'activate_existing_' . $this->_plugin->public_key );
8615
-
8616
- /**
8617
- * @author Vova Feldman (@svovaf)
8618
- * @since 1.1.9 Add license key if given.
8619
- */
8620
- $license_key = fs_request_get( 'license_secret_key' );
8621
-
8622
- $this->install_with_current_user( $license_key );
8623
- }
8624
- }
8625
-
8626
-
8627
- /**
8628
- * @author Vova Feldman (@svovaf)
8629
- * @since 1.1.7.4
8630
- *
8631
- * @param string|bool $license_key
8632
- * @param number|bool $trial_plan_id
8633
- * @param bool $redirect
8634
- *
8635
- * @return string|object If redirect is `false`, returns the next page the user should be redirected to, or the
8636
- * API error object if failed to install.
8637
- */
8638
- private function install_with_current_user(
8639
- $license_key = false,
8640
- $trial_plan_id = false,
8641
- $redirect = true
8642
- ) {
8643
- // Get current logged WP user.
8644
- $current_user = self::_get_current_wp_user();
8645
-
8646
- // Find the relevant FS user by the email.
8647
- $user = self::_get_user_by_email( $current_user->user_email );
8648
-
8649
- // We have to set the user before getting user scope API handler.
8650
- $this->_user = $user;
8651
-
8652
- $extra_install_params = array(
8653
- 'uid' => $this->get_anonymous_id(),
8654
- );
8655
-
8656
- if ( ! empty( $license_key ) ) {
8657
- $filtered_license_key = $this->apply_filters( 'license_key', $license_key );
8658
- $extra_install_params['license_key'] = $filtered_license_key;
8659
- } else if ( FS_Plugin_Plan::is_valid_id( $trial_plan_id ) ) {
8660
- $extra_install_params['trial_plan_id'] = $trial_plan_id;
8661
- }
8662
-
8663
- $args = $this->get_install_data_for_api( $extra_install_params, false, false );
8664
-
8665
- // Install the plugin.
8666
- $install = $this->get_api_user_scope()->call(
8667
- "/plugins/{$this->get_id()}/installs.json",
8668
- 'post',
8669
- $args
8670
- );
8671
-
8672
- if ( ! $this->is_api_result_entity( $install ) ) {
8673
- if ( ! empty( $args['license_key'] ) ) {
8674
- // Pass full the fully entered license key to the failure handler.
8675
- $args['license_key'] = $license_key;
8676
- }
8677
-
8678
- $install = $this->apply_filters( 'after_install_failure', $install, $args );
8679
-
8680
- $this->_admin_notices->add(
8681
- sprintf( $this->get_text( 'could-not-activate-x' ), $this->get_plugin_name() ) . ' ' .
8682
- $this->get_text( 'contact-us-with-error-message' ) . ' ' . '<b>' . $install->error->message . '</b>',
8683
- $this->get_text( 'oops' ) . '...',
8684
- 'error'
8685
- );
8686
-
8687
- if ( $redirect ) {
8688
- fs_redirect( $this->get_activation_url( array( 'error' => $install->error->message ) ) );
8689
- }
8690
-
8691
- return $install;
8692
- }
8693
-
8694
- $site = new FS_Site( $install );
8695
- $this->_site = $site;
8696
-
8697
- return $this->setup_account( $this->_user, $this->_site, $redirect );
8698
- }
8699
-
8700
- /**
8701
- * Tries to activate add-on account based on parent plugin info.
8702
- *
8703
- * @author Vova Feldman (@svovaf)
8704
- * @since 1.0.6
8705
- *
8706
- * @param Freemius $parent_fs
8707
- */
8708
- private function _activate_addon_account( Freemius $parent_fs ) {
8709
- if ( $this->is_registered() ) {
8710
- // Already activated.
8711
- return;
8712
- }
8713
-
8714
- // Activate add-on with parent plugin credentials.
8715
- $addon_install = $parent_fs->get_api_site_scope()->call(
8716
- "/addons/{$this->_plugin->id}/installs.json",
8717
- 'post',
8718
- $this->get_install_data_for_api( array(
8719
- 'uid' => $this->get_anonymous_id(),
8720
- ), false, false )
8721
- );
8722
-
8723
- if ( isset( $addon_install->error ) ) {
8724
- $this->_admin_notices->add(
8725
- sprintf( $this->get_text( 'could-not-activate-x' ), $this->get_plugin_name() ) . ' ' .
8726
- $this->get_text( 'contact-us-with-error-message' ) . ' ' . '<b>' . $addon_install->error->message . '</b>',
8727
- $this->get_text( 'oops' ) . '...',
8728
- 'error'
8729
- );
8730
-
8731
- return;
8732
- }
8733
-
8734
- // First of all, set site info - otherwise we won't
8735
- // be able to invoke API calls.
8736
- $this->_site = new FS_Site( $addon_install );
8737
-
8738
- // Sync add-on plans.
8739
- $this->_sync_plans();
8740
-
8741
- // Get site's current plan.
8742
- $this->_site->plan = $this->_get_plan_by_id( $this->_site->plan->id );
8743
-
8744
- // Get user information based on parent's plugin.
8745
- $user = $parent_fs->get_user();
8746
-
8747
- $this->_set_account( $user, $this->_site );
8748
-
8749
- // Sync licenses.
8750
- $this->_sync_licenses();
8751
-
8752
- // Try to activate premium license.
8753
- $this->_activate_license( true );
8754
- }
8755
-
8756
- /**
8757
- * Tries to activate parent account based on add-on's info.
8758
- *
8759
- * @author Vova Feldman (@svovaf)
8760
- * @since 1.2.2.7
8761
- *
8762
- * @param Freemius $parent_fs
8763
- */
8764
- private function activate_parent_account( Freemius $parent_fs ) {
8765
- if ( ! $this->is_addon() ) {
8766
- // This is not an add-on.
8767
- return;
8768
- }
8769
-
8770
- if ( $parent_fs->is_registered() ) {
8771
- // Already activated.
8772
- return;
8773
- }
8774
-
8775
- // Activate parent with add-on's user credentials.
8776
- $parent_install = $this->get_api_user_scope()->call(
8777
- "/plugins/{$parent_fs->_plugin->id}/installs.json",
8778
- 'post',
8779
- $parent_fs->get_install_data_for_api( array(
8780
- 'uid' => $parent_fs->get_anonymous_id(),
8781
- ), false, false )
8782
- );
8783
-
8784
- if ( isset( $parent_install->error ) ) {
8785
- $this->_admin_notices->add(
8786
- sprintf( $this->get_text( 'could-not-activate-x' ), $this->get_plugin_name() ) . ' ' .
8787
- $this->get_text( 'contact-us-with-error-message' ) . ' ' . '<b>' . $parent_install->error->message . '</b>',
8788
- $this->get_text( 'oops' ) . '...',
8789
- 'error'
8790
- );
8791
-
8792
- return;
8793
- }
8794
-
8795
- // First of all, set site info - otherwise we won't
8796
- // be able to invoke API calls.
8797
- $parent_fs->_site = new FS_Site( $parent_install );
8798
-
8799
- // Sync add-on plans.
8800
- $parent_fs->_sync_plans();
8801
-
8802
- // Get site's current plan.
8803
- $parent_fs->_site->plan = $parent_fs->_get_plan_by_id( $parent_fs->_site->plan->id );
8804
-
8805
- // Get user information based on parent's plugin.
8806
- $user = $this->get_user();
8807
-
8808
- $parent_fs->_set_account( $user, $parent_fs->_site );
8809
- }
8810
-
8811
- #endregion
8812
-
8813
- #----------------------------------------------------------------------------------
8814
- #region Admin Menu Items
8815
- #----------------------------------------------------------------------------------
8816
-
8817
- private $_menu_items = array();
8818
-
8819
- /**
8820
- * @author Vova Feldman (@svovaf)
8821
- * @since 1.2.1.8
8822
- *
8823
- * @return array
8824
- */
8825
- function get_menu_items() {
8826
- return $this->_menu_items;
8827
- }
8828
-
8829
- /**
8830
- * @author Vova Feldman (@svovaf)
8831
- * @since 1.0.7
8832
- *
8833
- * @return string
8834
- */
8835
- function get_menu_slug() {
8836
- return $this->_menu->get_slug();
8837
- }
8838
-
8839
- /**
8840
- * @author Vova Feldman (@svovaf)
8841
- * @since 1.0.9
8842
- */
8843
- function _prepare_admin_menu() {
8844
- // if ( ! $this->is_on() ) {
8845
- // return;
8846
- // }
8847
-
8848
- if ( ! $this->has_api_connectivity() && ! $this->is_enable_anonymous() ) {
8849
- $this->_menu->remove_menu_item();
8850
- } else {
8851
- $this->do_action( 'before_admin_menu_init' );
8852
-
8853
- $this->add_menu_action();
8854
- $this->add_submenu_items();
8855
- }
8856
- }
8857
-
8858
- /**
8859
- * Admin dashboard menu items modifications.
8860
- *
8861
- * NOTE: admin_menu action executed before admin_init.
8862
- *
8863
- * @author Vova Feldman (@svovaf)
8864
- * @since 1.0.7
8865
- *
8866
- */
8867
- private function add_menu_action() {
8868
- if ( $this->is_activation_mode() ) {
8869
- if ( $this->is_plugin() || ( $this->has_settings_menu() && ! $this->is_free_wp_org_theme() ) ) {
8870
- $this->override_plugin_menu_with_activation();
8871
- } else {
8872
- /**
8873
- * Handle theme opt-in when the opt-in form shows as a dialog box in the themes page.
8874
- */
8875
- if ( fs_request_is_action( $this->get_unique_affix() . '_activate_existing' ) ) {
8876
- add_action( 'load-themes.php', array( &$this, '_install_with_current_user' ) );
8877
- } else if ( fs_request_is_action( $this->get_unique_affix() . '_activate_new' ) ||
8878
- fs_request_get_bool( 'pending_activation' )
8879
- ) {
8880
- add_action( 'load-themes.php', array( &$this, '_install_with_new_user' ) );
8881
- }
8882
- }
8883
- } else {
8884
- if ( ! $this->is_registered() ) {
8885
- // If not registered try to install user.
8886
- if ( fs_request_is_action( $this->get_unique_affix() . '_activate_new' ) ) {
8887
- $this->_install_with_new_user();
8888
- }
8889
- } else if (
8890
- fs_request_is_action( 'sync_user' ) &&
8891
- ( ! $this->has_settings_menu() || $this->is_free_wp_org_theme() )
8892
- ) {
8893
- $this->_handle_account_user_sync();
8894
- }
8895
- }
8896
- }
8897
-
8898
- /**
8899
- * @author Vova Feldman (@svovaf)
8900
- * @since 1.0.1
8901
- */
8902
- function _redirect_on_clicked_menu_link() {
8903
- $this->_logger->entrance();
8904
-
8905
- $page = strtolower( isset( $_REQUEST['page'] ) ? $_REQUEST['page'] : '' );
8906
-
8907
- $this->_logger->log( 'page = ' . $page );
8908
-
8909
- foreach ( $this->_menu_items as $priority => $items ) {
8910
- foreach ( $items as $item ) {
8911
- if ( isset( $item['url'] ) ) {
8912
- if ( $page === $this->_menu->get_slug( strtolower( $item['menu_slug'] ) ) ) {
8913
- $this->_logger->log( 'Redirecting to ' . $item['url'] );
8914
-
8915
- fs_redirect( $item['url'] );
8916
- }
8917
- }
8918
- }
8919
- }
8920
- }
8921
-
8922
- /**
8923
- * Remove plugin's all admin menu items & pages, and replace with activation page.
8924
- *
8925
- * @author Vova Feldman (@svovaf)
8926
- * @since 1.0.1
8927
- */
8928
- private function override_plugin_menu_with_activation() {
8929
- $this->_logger->entrance();
8930
-
8931
- $hook = false;
8932
-
8933
- if ( ! $this->_menu->has_menu() ) {
8934
- // Add the opt-in page without a menu item.
8935
- $hook = FS_Admin_Menu_Manager::add_subpage(
8936
- null,
8937
- $this->get_plugin_name(),
8938
- $this->get_plugin_name(),
8939
- 'manage_options',
8940
- $this->_slug,
8941
- array( &$this, '_connect_page_render' )
8942
- );
8943
- } else if ( $this->_menu->is_top_level() ) {
8944
- $hook = $this->_menu->override_menu_item( array( &$this, '_connect_page_render' ) );
8945
-
8946
- if ( false === $hook ) {
8947
- // Create new menu item just for the opt-in.
8948
- $hook = FS_Admin_Menu_Manager::add_page(
8949
- $this->get_plugin_name(),
8950
- $this->get_plugin_name(),
8951
- 'manage_options',
8952
- $this->_menu->get_slug(),
8953
- array( &$this, '_connect_page_render' )
8954
- );
8955
- }
8956
- } else {
8957
- $menus = array( $this->_menu->get_parent_slug() );
8958
-
8959
- if ( $this->_menu->is_override_exact() ) {
8960
- // Make sure the current page is matching the activation page.
8961
- if ( ! $this->is_matching_url( $this->get_activation_url() ) ) {
8962
- return;
8963
- }
8964
- }
8965
-
8966
- foreach ( $menus as $parent_slug ) {
8967
- $hook = $this->_menu->override_submenu_action(
8968
- $parent_slug,
8969
- $this->_menu->get_raw_slug(),
8970
- array( &$this, '_connect_page_render' )
8971
- );
8972
-
8973
- if ( false !== $hook ) {
8974
- // Found plugin's submenu item.
8975
- break;
8976
- }
8977
- }
8978
- }
8979
-
8980
- if ( $this->is_activation_page() ) {
8981
- // Clean admin page from distracting content.
8982
- self::_clean_admin_content_section();
8983
- }
8984
-
8985
- if ( false !== $hook ) {
8986
- if ( fs_request_is_action( $this->get_unique_affix() . '_activate_existing' ) ) {
8987
- add_action( "load-$hook", array( &$this, '_install_with_current_user' ) );
8988
- } else if ( fs_request_is_action( $this->get_unique_affix() . '_activate_new' ) ) {
8989
- add_action( "load-$hook", array( &$this, '_install_with_new_user' ) );
8990
- }
8991
- }
8992
- }
8993
-
8994
- /**
8995
- * @author Leo Fajardo (leorw)
8996
- * @since 1.2.1
8997
- *
8998
- * return string
8999
- */
9000
- function get_top_level_menu_capability() {
9001
- global $menu;
9002
-
9003
- $top_level_menu_slug = $this->get_top_level_menu_slug();
9004
-
9005
- foreach ( $menu as $menu_info ) {
9006
- /**
9007
- * The second element in the menu info array is the capability/role that has access to the menu and the
9008
- * third element is the menu slug.
9009
- */
9010
- if ( $menu_info[2] === $top_level_menu_slug ) {
9011
- return $menu_info[1];
9012
- }
9013
- }
9014
-
9015
- return 'read';
9016
- }
9017
-
9018
- /**
9019
- * @author Vova Feldman (@svovaf)
9020
- * @since 1.0.0
9021
- *
9022
- * @return string
9023
- */
9024
- private function get_top_level_menu_slug() {
9025
- return ( $this->is_addon() ?
9026
- $this->get_parent_instance()->_menu->get_top_level_menu_slug() :
9027
- $this->_menu->get_top_level_menu_slug() );
9028
- }
9029
-
9030
- /**
9031
- * @author Vova Feldman (@svovaf)
9032
- * @since 1.2.2.7
9033
- *
9034
- * @return string
9035
- */
9036
- function get_pricing_cta_label() {
9037
- $label = 'upgrade';
9038
-
9039
- if ( $this->is_in_trial_promotion() &&
9040
- ! $this->is_paying_or_trial()
9041
- ) {
9042
- // If running a trial promotion, modify the pricing to load the trial.
9043
- $label = 'start-trial';
9044
- } else if ( $this->is_paying() ) {
9045
- $label = 'pricing';
9046
- }
9047
-
9048
- return $label;
9049
- }
9050
-
9051
- /**
9052
- * @author Vova Feldman (@svovaf)
9053
- * @since 1.2.2.7
9054
- *
9055
- * @return bool
9056
- */
9057
- function is_pricing_page_visible() {
9058
- return (
9059
- // Has at least one paid plan.
9060
- $this->has_paid_plan() &&
9061
- // Didn't ask to hide the pricing page.
9062
- $this->is_page_visible( 'pricing' ) &&
9063
- // Don't have a valid active license or has more than one plan.
9064
- ( ! $this->is_paying() || ! $this->is_single_plan() )
9065
- );
9066
- }
9067
-
9068
- /**
9069
- * Add default Freemius menu items.
9070
- *
9071
- * @author Vova Feldman (@svovaf)
9072
- * @since 1.0.0
9073
- */
9074
- private function add_submenu_items() {
9075
- $this->_logger->entrance();
9076
-
9077
- if ( ! $this->is_addon() ) {
9078
- /**
9079
- * @since 1.2.2.7 Also add submenu items when running in a free .org theme so the tabs will be visible.
9080
- */
9081
- if ( ! $this->is_activation_mode() || $this->is_free_wp_org_theme() ) {
9082
- if ( $this->is_registered() ) {
9083
- $show_account = (
9084
- $this->is_submenu_item_visible( 'account' ) &&
9085
- /**
9086
- * @since 1.2.2.7 Don't show the Account for free WP.org themes without any paid plans.
9087
- */
9088
- ( ! $this->is_free_wp_org_theme() || $this->has_paid_plan() )
9089
- );
9090
-
9091
- // Add user account page.
9092
- $this->add_submenu_item(
9093
- $this->get_text( 'account' ),
9094
- array( &$this, '_account_page_render' ),
9095
- $this->get_plugin_name() . ' &ndash; ' . $this->get_text( 'account' ),
9096
- 'manage_options',
9097
- 'account',
9098
- array( &$this, '_account_page_load' ),
9099
- WP_FS__DEFAULT_PRIORITY,
9100
- $show_account
9101
- );
9102
- }
9103
-
9104
- // Add contact page.
9105
- $this->add_submenu_item(
9106
- $this->get_text( 'contact-us' ),
9107
- array( &$this, '_contact_page_render' ),
9108
- $this->get_plugin_name() . ' &ndash; ' . $this->get_text( 'contact-us' ),
9109
- 'manage_options',
9110
- 'contact',
9111
- 'Freemius::_clean_admin_content_section',
9112
- WP_FS__DEFAULT_PRIORITY,
9113
- $this->is_submenu_item_visible( 'contact' )
9114
- );
9115
-
9116
- if ( $this->has_addons() ) {
9117
- $this->add_submenu_item(
9118
- $this->get_text( 'add-ons' ),
9119
- array( &$this, '_addons_page_render' ),
9120
- $this->get_plugin_name() . ' &ndash; ' . $this->get_text( 'add-ons' ),
9121
- 'manage_options',
9122
- 'addons',
9123
- array( &$this, '_addons_page_load' ),
9124
- WP_FS__LOWEST_PRIORITY - 1,
9125
- $this->is_submenu_item_visible( 'addons' )
9126
- );
9127
- }
9128
-
9129
- $show_pricing = (
9130
- $this->is_submenu_item_visible( 'pricing' ) &&
9131
- $this->is_pricing_page_visible()
9132
- );
9133
-
9134
- $pricing_cta_slug = $this->get_pricing_cta_label();
9135
- $pricing_class = 'upgrade-mode';
9136
- if ( $show_pricing ) {
9137
- if ( $this->is_in_trial_promotion() &&
9138
- ! $this->is_paying_or_trial()
9139
- ) {
9140
- // If running a trial promotion, modify the pricing to load the trial.
9141
- $pricing_class = 'trial-mode';
9142
- } else if ( $this->is_paying() ) {
9143
- $pricing_class = '';
9144
- }
9145
- }
9146
-
9147
- // Add upgrade/pricing page.
9148
- $this->add_submenu_item(
9149
- $this->get_text( $pricing_cta_slug ) . '&nbsp;&nbsp;' . ( is_rtl() ? '&#x2190;' : '&#x27a4;' ),
9150
- array( &$this, '_pricing_page_render' ),
9151
- $this->get_plugin_name() . ' &ndash; ' . $this->get_text( 'pricing' ),
9152
- 'manage_options',
9153
- 'pricing',
9154
- 'Freemius::_clean_admin_content_section',
9155
- WP_FS__LOWEST_PRIORITY,
9156
- $show_pricing,
9157
- $pricing_class
9158
- );
9159
- }
9160
- }
9161
-
9162
-
9163
- if ( 0 < count( $this->_menu_items ) ) {
9164
- if ( ! $this->_menu->is_top_level() ) {
9165
- fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
9166
-
9167
- // Append submenu items right after the plugin's submenu item.
9168
- $this->order_sub_submenu_items();
9169
- } else {
9170
- // Append submenu items.
9171
- $this->embed_submenu_items();
9172
- }
9173
- }
9174
- }
9175
-
9176
- /**
9177
- * Moved the actual submenu item additions to a separated function,
9178
- * in order to support sub-submenu items when the plugin's settings
9179
- * only have a submenu and not top-level menu item.
9180
- *
9181
- * @author Vova Feldman (@svovaf)
9182
- * @since 1.1.4
9183
- */
9184
- private function embed_submenu_items() {
9185
- $item_template = $this->_menu->is_top_level() ?
9186
- '<span class="fs-submenu-item %s %s %s">%s</span>' :
9187
- '<span class="fs-submenu-item fs-sub %s %s %s">%s</span>';
9188
-
9189
- $top_level_menu_capability = $this->get_top_level_menu_capability();
9190
-
9191
- ksort( $this->_menu_items );
9192
-
9193
- foreach ( $this->_menu_items as $priority => $items ) {
9194
- foreach ( $items as $item ) {
9195
- $capability = ( ! empty( $item['capability'] ) ? $item['capability'] : $top_level_menu_capability );
9196
-
9197
- $menu_item = sprintf(
9198
- $item_template,
9199
- $this->get_unique_affix(),
9200
- $item['menu_slug'],
9201
- ! empty( $item['class'] ) ? $item['class'] : '',
9202
- $item['menu_title']
9203
- );
9204
-
9205
- $menu_slug = $this->_menu->get_slug( $item['menu_slug'] );
9206
-
9207
- if ( ! isset( $item['url'] ) ) {
9208
- $hook = FS_Admin_Menu_Manager::add_subpage(
9209
- $item['show_submenu'] ?
9210
- $this->get_top_level_menu_slug() :
9211
- null,
9212
- $item['page_title'],
9213
- $menu_item,
9214
- $capability,
9215
- $menu_slug,
9216
- $item['render_function']
9217
- );
9218
-
9219
- if ( false !== $item['before_render_function'] ) {
9220
- add_action( "load-$hook", $item['before_render_function'] );
9221
- }
9222
- } else {
9223
- FS_Admin_Menu_Manager::add_subpage(
9224
- $item['show_submenu'] ?
9225
- $this->get_top_level_menu_slug() :
9226
- null,
9227
- $item['page_title'],
9228
- $menu_item,
9229
- $capability,
9230
- $menu_slug,
9231
- array( $this, '' )
9232
- );
9233
- }
9234
- }
9235
- }
9236
- }
9237
-
9238
- /**
9239
- * Re-order the submenu items so all Freemius added new submenu items
9240
- * are added right after the plugin's settings submenu item.
9241
- *
9242
- * @author Vova Feldman (@svovaf)
9243
- * @since 1.1.4
9244
- */
9245
- private function order_sub_submenu_items() {
9246
- global $submenu;
9247
-
9248
- $menu_slug = $this->_menu->get_top_level_menu_slug();
9249
-
9250
- /**
9251
- * Before "admin_menu" fires, WordPress will loop over the default submenus and remove pages for which the user
9252
- * does not have permissions. So in case a plugin does not have top-level menu but does have submenus under any
9253
- * of the default menus, only users that have the right role can access its sub-submenus (Account, Contact Us,
9254
- * Support Forum, etc.) since $submenu[ $menu_slug ] will be empty if the user doesn't have permission.
9255
- *
9256
- * In case a plugin does not have submenus under any of the default menus but does have submenus under the menu
9257
- * of another plugin, only users that have the right role can access its sub-submenus since we will use the
9258
- * capability needed to access the parent menu as the capability for the submenus that we will add.
9259
- */
9260
- if ( empty( $submenu[ $menu_slug ] ) ) {
9261
- return;
9262
- }
9263
-
9264
- $top_level_menu = &$submenu[ $menu_slug ];
9265
-
9266
- $all_submenu_items_after = array();
9267
-
9268
- $found_submenu_item = false;
9269
-
9270
- foreach ( $top_level_menu as $submenu_id => $meta ) {
9271
- if ( $found_submenu_item ) {
9272
- // Remove all submenu items after the plugin's submenu item.
9273
- $all_submenu_items_after[] = $meta;
9274
- unset( $top_level_menu[ $submenu_id ] );
9275
- }
9276
-
9277
- if ( $this->_menu->get_raw_slug() === $meta[2] ) {
9278
- // Found the submenu item, put all below.
9279
- $found_submenu_item = true;
9280
- continue;
9281
- }
9282
- }
9283
-
9284
- // Embed all plugin's new submenu items.
9285
- $this->embed_submenu_items();
9286
-
9287
- // Start with specially high number to make sure it's appended.
9288
- $i = max( 10000, max( array_keys( $top_level_menu ) ) + 1 );
9289
- foreach ( $all_submenu_items_after as $meta ) {
9290
- $top_level_menu[ $i ] = $meta;
9291
- $i ++;
9292
- }
9293
-
9294
- // Sort submenu items.
9295
- ksort( $top_level_menu );
9296
- }
9297
-
9298
- /**
9299
- * Helper method to return the module's support forum URL.
9300
- *
9301
- * @author Vova Feldman (@svovaf)
9302
- * @since 1.2.2.7
9303
- *
9304
- * @return string
9305
- */
9306
- function get_support_forum_url() {
9307
- return $this->apply_filters( 'support_forum_url', "https://wordpress.org/support/{$this->_module_type}/{$this->_slug}" );
9308
- }
9309
-
9310
- /**
9311
- * Displays the Support Forum link when enabled.
9312
- *
9313
- * Can be filtered like so:
9314
- *
9315
- * function _fs_show_support_menu( $is_visible, $menu_id ) {
9316
- * if ( 'support' === $menu_id ) {
9317
- * return _fs->is_registered();
9318
- * }
9319
- * return $is_visible;
9320
- * }
9321
- * _fs()->add_filter('is_submenu_visible', '_fs_show_support_menu', 10, 2);
9322
- *
9323
- */
9324
- function _add_default_submenu_items() {
9325
- if ( ! $this->is_on() ) {
9326
- return;
9327
- }
9328
-
9329
- if ( ! $this->is_activation_mode() ) {
9330
- $this->add_submenu_link_item(
9331
- $this->apply_filters( 'support_forum_submenu', $this->get_text( 'support-forum' ) ),
9332
- $this->get_support_forum_url(),
9333
- 'wp-support-forum',
9334
- null,
9335
- 50,
9336
- $this->is_submenu_item_visible( 'support' )
9337
- );
9338
- }
9339
- }
9340
-
9341
- /**
9342
- * @author Vova Feldman (@svovaf)
9343
- * @since 1.0.1
9344
- *
9345
- * @param string $menu_title
9346
- * @param callable $render_function
9347
- * @param bool|string $page_title
9348
- * @param string $capability
9349
- * @param bool|string $menu_slug
9350
- * @param bool|callable $before_render_function
9351
- * @param int $priority
9352
- * @param bool $show_submenu
9353
- * @param string $class Since 1.2.1.5 can add custom classes to menu items.
9354
- */
9355
- function add_submenu_item(
9356
- $menu_title,
9357
- $render_function,
9358
- $page_title = false,
9359
- $capability = 'manage_options',
9360
- $menu_slug = false,
9361
- $before_render_function = false,
9362
- $priority = WP_FS__DEFAULT_PRIORITY,
9363
- $show_submenu = true,
9364
- $class = ''
9365
- ) {
9366
- $this->_logger->entrance( 'Title = ' . $menu_title );
9367
-
9368
- if ( $this->is_addon() ) {
9369
- $parent_fs = $this->get_parent_instance();
9370
-
9371
- if ( is_object( $parent_fs ) ) {
9372
- $parent_fs->add_submenu_item(
9373
- $menu_title,
9374
- $render_function,
9375
- $page_title,
9376
- $capability,
9377
- $menu_slug,
9378
- $before_render_function,
9379
- $priority,
9380
- $show_submenu,
9381
- $class
9382
- );
9383
-
9384
- return;
9385
- }
9386
- }
9387
-
9388
- if ( ! isset( $this->_menu_items[ $priority ] ) ) {
9389
- $this->_menu_items[ $priority ] = array();
9390
- }
9391
-
9392
- $this->_menu_items[ $priority ][] = array(
9393
- 'page_title' => is_string( $page_title ) ? $page_title : $menu_title,
9394
- 'menu_title' => $menu_title,
9395
- 'capability' => $capability,
9396
- 'menu_slug' => is_string( $menu_slug ) ? $menu_slug : strtolower( $menu_title ),
9397
- 'render_function' => $render_function,
9398
- 'before_render_function' => $before_render_function,
9399
- 'show_submenu' => $show_submenu,
9400
- 'class' => $class,
9401
- );
9402
- }
9403
-
9404
- /**
9405
- * @author Vova Feldman (@svovaf)
9406
- * @since 1.0.1
9407
- *
9408
- * @param string $menu_title
9409
- * @param string $url
9410
- * @param bool $menu_slug
9411
- * @param string $capability
9412
- * @param int $priority
9413
- * @param bool $show_submenu
9414
- */
9415
- function add_submenu_link_item(
9416
- $menu_title,
9417
- $url,
9418
- $menu_slug = false,
9419
- $capability = 'read',
9420
- $priority = WP_FS__DEFAULT_PRIORITY,
9421
- $show_submenu = true
9422
- ) {
9423
- $this->_logger->entrance( 'Title = ' . $menu_title . '; Url = ' . $url );
9424
-
9425
- if ( $this->is_addon() ) {
9426
- $parent_fs = $this->get_parent_instance();
9427
-
9428
- if ( is_object( $parent_fs ) ) {
9429
- $parent_fs->add_submenu_link_item(
9430
- $menu_title,
9431
- $url,
9432
- $menu_slug,
9433
- $capability,
9434
- $priority,
9435
- $show_submenu
9436
- );
9437
-
9438
- return;
9439
- }
9440
- }
9441
-
9442
- if ( ! isset( $this->_menu_items[ $priority ] ) ) {
9443
- $this->_menu_items[ $priority ] = array();
9444
- }
9445
-
9446
- $this->_menu_items[ $priority ][] = array(
9447
- 'menu_title' => $menu_title,
9448
- 'capability' => $capability,
9449
- 'menu_slug' => is_string( $menu_slug ) ? $menu_slug : strtolower( $menu_title ),
9450
- 'url' => $url,
9451
- 'page_title' => $menu_title,
9452
- 'render_function' => 'fs_dummy',
9453
- 'before_render_function' => '',
9454
- 'show_submenu' => $show_submenu,
9455
- );
9456
- }
9457
-
9458
- #endregion ------------------------------------------------------------------
9459
-
9460
-
9461
- #--------------------------------------------------------------------------------
9462
- #region Actions / Hooks / Filters
9463
- #--------------------------------------------------------------------------------
9464
-
9465
- /**
9466
- * @author Vova Feldman (@svovaf)
9467
- * @since 1.1.7
9468
- *
9469
- * @param string $tag
9470
- *
9471
- * @return string
9472
- */
9473
- public function get_action_tag( $tag ) {
9474
- return self::get_action_tag_static( $tag, $this->_slug, $this->is_plugin() );
9475
- }
9476
-
9477
- /**
9478
- * @author Vova Feldman (@svovaf)
9479
- * @since 1.2.1.6
9480
- *
9481
- * @param string $tag
9482
- * @param string $slug
9483
- * @param bool $is_plugin
9484
- *
9485
- * @return string
9486
- */
9487
- static function get_action_tag_static( $tag, $slug = '', $is_plugin = true ) {
9488
- $action = "fs_{$tag}";
9489
-
9490
- if ( ! empty( $slug ) ) {
9491
- $action .= '_' . self::get_module_unique_affix( $slug, $is_plugin );
9492
- }
9493
-
9494
- return $action;
9495
- }
9496
-
9497
- /**
9498
- * Returns a string that can be used to generate a unique action name,
9499
- * option name, HTML element ID, or HTML element class.
9500
- *
9501
- * @author Leo Fajardo (@leorw)
9502
- * @since 1.2.2
9503
- *
9504
- * @return string
9505
- */
9506
- public function get_unique_affix() {
9507
- return self::get_module_unique_affix( $this->_slug, $this->is_plugin() );
9508
- }
9509
-
9510
- /**
9511
- * Returns a string that can be used to generate a unique action name,
9512
- * option name, HTML element ID, or HTML element class.
9513
- *
9514
- * @author Vova Feldman (@svovaf)
9515
- * @since 1.2.2.5
9516
- *
9517
- * @param string $slug
9518
- * @param bool $is_plugin
9519
- *
9520
- * @return string
9521
- */
9522
- static function get_module_unique_affix( $slug, $is_plugin = true ) {
9523
- $affix = $slug;
9524
-
9525
- if ( ! $is_plugin ) {
9526
- $affix .= '-' . WP_FS__MODULE_TYPE_THEME;
9527
- }
9528
-
9529
- return $affix;
9530
- }
9531
-
9532
- /**
9533
- * @author Vova Feldman (@svovaf)
9534
- * @since 1.2.1
9535
- * @since 1.2.2.5 The AJAX action names are based on the module ID, not like the non-AJAX actions that are
9536
- * based on the slug for backward compatibility.
9537
- *
9538
- * @param string $tag
9539
- *
9540
- * @return string
9541
- */
9542
- function get_ajax_action( $tag ) {
9543
- return self::get_ajax_action_static( $tag, $this->_module_id );
9544
- }
9545
-
9546
- /**
9547
- * @author Vova Feldman (@svovaf)
9548
- * @since 1.2.1.7
9549
- *
9550
- * @param string $tag
9551
- *
9552
- * @return string
9553
- */
9554
- function get_ajax_security( $tag ) {
9555
- return wp_create_nonce( $this->get_ajax_action( $tag ) );
9556
- }
9557
-
9558
- /**
9559
- * @author Vova Feldman (@svovaf)
9560
- * @since 1.2.1.7
9561
- *
9562
- * @param string $tag
9563
- */
9564
- function check_ajax_referer( $tag ) {
9565
- check_ajax_referer( $this->get_ajax_action( $tag ), 'security' );
9566
- }
9567
-
9568
- /**
9569
- * @author Vova Feldman (@svovaf)
9570
- * @since 1.2.1.6
9571
- * @since 1.2.2.5 The AJAX action names are based on the module ID, not like the non-AJAX actions that are
9572
- * based on the slug for backward compatibility.
9573
- *
9574
- * @param string $tag
9575
- * @param number|null $module_id
9576
- *
9577
- * @return string
9578
- */
9579
- private static function get_ajax_action_static( $tag, $module_id = null ) {
9580
- $action = "fs_{$tag}";
9581
-
9582
- if ( ! empty( $module_id ) ) {
9583
- $action .= "_{$module_id}";
9584
- }
9585
-
9586
- return $action;
9587
- }
9588
-
9589
- /**
9590
- * Do action, specific for the current context plugin.
9591
- *
9592
- * @author Vova Feldman (@svovaf)
9593
- * @since 1.0.1
9594
- *
9595
- * @param string $tag The name of the action to be executed.
9596
- * @param mixed $arg,... Optional. Additional arguments which are passed on to the
9597
- * functions hooked to the action. Default empty.
9598
- *
9599
- * @uses do_action()
9600
- */
9601
- function do_action( $tag, $arg = '' ) {
9602
- $this->_logger->entrance( $tag );
9603
-
9604
- $args = func_get_args();
9605
-
9606
- call_user_func_array( 'do_action', array_merge(
9607
- array( $this->get_action_tag( $tag ) ),
9608
- array_slice( $args, 1 ) )
9609
- );
9610
- }
9611
-
9612
- /**
9613
- * Add action, specific for the current context plugin.
9614
- *
9615
- * @author Vova Feldman (@svovaf)
9616
- * @since 1.0.1
9617
- *
9618
- * @param string $tag
9619
- * @param callable $function_to_add
9620
- * @param int $priority
9621
- * @param int $accepted_args
9622
- *
9623
- * @uses add_action()
9624
- */
9625
- function add_action(
9626
- $tag,
9627
- $function_to_add,
9628
- $priority = WP_FS__DEFAULT_PRIORITY,
9629
- $accepted_args = 1
9630
- ) {
9631
- $this->_logger->entrance( $tag );
9632
-
9633
- add_action( $this->get_action_tag( $tag ), $function_to_add, $priority, $accepted_args );
9634
- }
9635
-
9636
- /**
9637
- * Add AJAX action, specific for the current context plugin.
9638
- *
9639
- * @author Vova Feldman (@svovaf)
9640
- * @since 1.2.1
9641
- *
9642
- * @param string $tag
9643
- * @param callable $function_to_add
9644
- * @param int $priority
9645
- *
9646
- * @uses add_action()
9647
- *
9648
- * @return bool True if action added, false if no need to add the action since the AJAX call isn't matching.
9649
- */
9650
- function add_ajax_action(
9651
- $tag,
9652
- $function_to_add,
9653
- $priority = WP_FS__DEFAULT_PRIORITY
9654
- ) {
9655
- $this->_logger->entrance( $tag );
9656
-
9657
- return self::add_ajax_action_static(
9658
- $tag,
9659
- $function_to_add,
9660
- $priority,
9661
- $this->_module_id
9662
- );
9663
- }
9664
-
9665
- /**
9666
- * Add AJAX action.
9667
- *
9668
- * @author Vova Feldman (@svovaf)
9669
- * @since 1.2.1.6
9670
- *
9671
- * @param string $tag
9672
- * @param callable $function_to_add
9673
- * @param int $priority
9674
- * @param number|null $module_id
9675
- *
9676
- * @return bool True if action added, false if no need to add the action since the AJAX call isn't matching.
9677
- * @uses add_action()
9678
- *
9679
- */
9680
- static function add_ajax_action_static(
9681
- $tag,
9682
- $function_to_add,
9683
- $priority = WP_FS__DEFAULT_PRIORITY,
9684
- $module_id = null
9685
- ) {
9686
- self::$_static_logger->entrance( $tag );
9687
-
9688
- if ( ! self::is_ajax_action_static( $tag, $module_id ) ) {
9689
- return false;
9690
- }
9691
-
9692
- add_action(
9693
- 'wp_ajax_' . self::get_ajax_action_static( $tag, $module_id ),
9694
- $function_to_add,
9695
- $priority,
9696
- 0
9697
- );
9698
-
9699
- self::$_static_logger->info( "$tag AJAX callback action added." );
9700
-
9701
- return true;
9702
- }
9703
-
9704
- /**
9705
- * Send a JSON response back to an Ajax request.
9706
- *
9707
- * @author Vova Feldman (@svovaf)
9708
- * @since 1.2.1.5
9709
- *
9710
- * @param mixed $response
9711
- */
9712
- static function shoot_ajax_response( $response ) {
9713
- wp_send_json( $response );
9714
- }
9715
-
9716
- /**
9717
- * Send a JSON response back to an Ajax request, indicating success.
9718
- *
9719
- * @author Vova Feldman (@svovaf)
9720
- * @since 1.2.1.5
9721
- *
9722
- * @param mixed $data Data to encode as JSON, then print and exit.
9723
- */
9724
- static function shoot_ajax_success( $data = null ) {
9725
- wp_send_json_success( $data );
9726
- }
9727
-
9728
- /**
9729
- * Send a JSON response back to an Ajax request, indicating failure.
9730
- *
9731
- * @author Vova Feldman (@svovaf)
9732
- * @since 1.2.1.5
9733
- *
9734
- * @param mixed $error Optional error message.
9735
- */
9736
- static function shoot_ajax_failure( $error = '' ) {
9737
- $result = array( 'success' => false );
9738
- if ( ! empty( $error ) ) {
9739
- $result['error'] = $error;
9740
- }
9741
-
9742
- wp_send_json( $result );
9743
- }
9744
-
9745
- /**
9746
- * Apply filter, specific for the current context plugin.
9747
- *
9748
- * @author Vova Feldman (@svovaf)
9749
- * @since 1.0.9
9750
- *
9751
- * @param string $tag The name of the filter hook.
9752
- * @param mixed $value The value on which the filters hooked to `$tag` are applied on.
9753
- *
9754
- * @return mixed The filtered value after all hooked functions are applied to it.
9755
- *
9756
- * @uses apply_filters()
9757
- */
9758
- function apply_filters( $tag, $value ) {
9759
- $this->_logger->entrance( $tag );
9760
-
9761
- $args = func_get_args();
9762
- array_unshift( $args, $this->get_unique_affix() );
9763
-
9764
- return call_user_func_array( 'fs_apply_filter', $args );
9765
- }
9766
-
9767
- /**
9768
- * Add filter, specific for the current context plugin.
9769
- *
9770
- * @author Vova Feldman (@svovaf)
9771
- * @since 1.0.9
9772
- *
9773
- * @param string $tag
9774
- * @param callable $function_to_add
9775
- * @param int $priority
9776
- * @param int $accepted_args
9777
- *
9778
- * @uses add_filter()
9779
- */
9780
- function add_filter( $tag, $function_to_add, $priority = WP_FS__DEFAULT_PRIORITY, $accepted_args = 1 ) {
9781
- $this->_logger->entrance( $tag );
9782
-
9783
- add_filter( $this->get_action_tag( $tag ), $function_to_add, $priority, $accepted_args );
9784
- }
9785
-
9786
- /**
9787
- * Check if has filter.
9788
- *
9789
- * @author Vova Feldman (@svovaf)
9790
- * @since 1.1.4
9791
- *
9792
- * @param string $tag
9793
- * @param callable|bool $function_to_check Optional. The callback to check for. Default false.
9794
- *
9795
- * @return false|int
9796
- *
9797
- * @uses has_filter()
9798
- */
9799
- function has_filter( $tag, $function_to_check = false ) {
9800
- $this->_logger->entrance( $tag );
9801
-
9802
- return has_filter( $this->get_action_tag( $tag ), $function_to_check );
9803
- }
9804
-
9805
- #endregion
9806
-
9807
- /**
9808
- * Override default i18n text phrases.
9809
- *
9810
- * @author Vova Feldman (@svovaf)
9811
- * @since 1.1.6
9812
- *
9813
- * @param string[] string $key_value
9814
- *
9815
- * @uses fs_override_i18n()
9816
- */
9817
- function override_i18n( $key_value ) {
9818
- fs_override_i18n( $key_value, $this->_slug );
9819
- }
9820
-
9821
- /* Account Page
9822
- ------------------------------------------------------------------------------------------------------------------*/
9823
- /**
9824
- * Update site information.
9825
- *
9826
- * @author Vova Feldman (@svovaf)
9827
- * @since 1.0.1
9828
- *
9829
- * @param bool $store Flush to Database if true.
9830
- */
9831
- private function _store_site( $store = true ) {
9832
- $this->_logger->entrance();
9833
-
9834
- if ( empty( $this->_site->id ) ) {
9835
- $this->_logger->error( "Empty install ID, can't store site." );
9836
-
9837
- return;
9838
- }
9839
-
9840
- $encrypted_site = clone $this->_site;
9841
- $encrypted_site->plan = self::_encrypt_entity( $this->_site->plan );
9842
-
9843
- $sites = self::get_all_sites( $this->_module_type );
9844
- $sites[ $this->_slug ] = $encrypted_site;
9845
-
9846
- $this->set_account_option( 'sites', $sites, $store );
9847
- }
9848
-
9849
- /**
9850
- * Update plugin's plans information.
9851
- *
9852
- * @author Vova Feldman (@svovaf)
9853
- * @since 1.0.2
9854
- *
9855
- * @param bool $store Flush to Database if true.
9856
- */
9857
- private function _store_plans( $store = true ) {
9858
- $this->_logger->entrance();
9859
-
9860
- $plans = self::get_all_plans( $this->_module_type );
9861
-
9862
- // Copy plans.
9863
- $encrypted_plans = array();
9864
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
9865
- $encrypted_plans[] = self::_encrypt_entity( $this->_plans[ $i ] );
9866
- }
9867
-
9868
- $plans[ $this->_slug ] = $encrypted_plans;
9869
-
9870
- $this->set_account_option( 'plans', $plans, $store );
9871
- }
9872
-
9873
- /**
9874
- * Update user's plugin licenses.
9875
- *
9876
- * @author Vova Feldman (@svovaf)
9877
- * @since 1.0.5
9878
- *
9879
- * @param bool $store
9880
- * @param string|bool $plugin_slug
9881
- * @param FS_Plugin_License[] $licenses
9882
- */
9883
- private function _store_licenses( $store = true, $plugin_slug = false, $licenses = array() ) {
9884
- $this->_logger->entrance();
9885
-
9886
- $all_licenses = self::get_all_licenses( $this->_module_type );
9887
-
9888
- if ( ! is_string( $plugin_slug ) ) {
9889
- $plugin_slug = $this->_slug;
9890
- $licenses = $this->_licenses;
9891
- }
9892
-
9893
- if ( ! isset( $all_licenses[ $plugin_slug ] ) ) {
9894
- $all_licenses[ $plugin_slug ] = array();
9895
- }
9896
-
9897
- $all_licenses[ $plugin_slug ][ $this->_user->id ] = $licenses;
9898
-
9899
- $this->set_account_option( 'licenses', $all_licenses, $store );
9900
- }
9901
-
9902
- /**
9903
- * Update user information.
9904
- *
9905
- * @author Vova Feldman (@svovaf)
9906
- * @since 1.0.1
9907
- *
9908
- * @param bool $store Flush to Database if true.
9909
- */
9910
- private function _store_user( $store = true ) {
9911
- $this->_logger->entrance();
9912
-
9913
- if ( empty( $this->_user->id ) ) {
9914
- $this->_logger->error( "Empty user ID, can't store user." );
9915
-
9916
- return;
9917
- }
9918
-
9919
- $users = self::get_all_users();
9920
- $users[ $this->_user->id ] = $this->_user;
9921
- self::$_accounts->set_option( 'users', $users, $store );
9922
- }
9923
-
9924
- /**
9925
- * Update new updates information.
9926
- *
9927
- * @author Vova Feldman (@svovaf)
9928
- * @since 1.0.4
9929
- *
9930
- * @param FS_Plugin_Tag|null $update
9931
- * @param bool $store Flush to Database if true.
9932
- * @param bool|number $plugin_id
9933
- */
9934
- private function _store_update( $update, $store = true, $plugin_id = false ) {
9935
- $this->_logger->entrance();
9936
-
9937
- if ( $update instanceof FS_Plugin_Tag ) {
9938
- $update->updated = time();
9939
- }
9940
-
9941
- if ( ! is_numeric( $plugin_id ) ) {
9942
- $plugin_id = $this->_plugin->id;
9943
- }
9944
-
9945
- $updates = self::get_all_updates();
9946
- $updates[ $plugin_id ] = $update;
9947
- self::$_accounts->set_option( 'updates', $updates, $store );
9948
- }
9949
-
9950
- /**
9951
- * Update new updates information.
9952
- *
9953
- * @author Vova Feldman (@svovaf)
9954
- * @since 1.0.6
9955
- *
9956
- * @param FS_Plugin[] $plugin_addons
9957
- * @param bool $store Flush to Database if true.
9958
- */
9959
- private function _store_addons( $plugin_addons, $store = true ) {
9960
- $this->_logger->entrance();
9961
-
9962
- $addons = self::get_all_addons();
9963
- $addons[ $this->_plugin->id ] = $plugin_addons;
9964
- self::$_accounts->set_option( 'addons', $addons, $store );
9965
- }
9966
-
9967
- /**
9968
- * Delete plugin's associated add-ons.
9969
- *
9970
- * @author Vova Feldman (@svovaf)
9971
- * @since 1.0.8
9972
- *
9973
- * @param bool $store
9974
- *
9975
- * @return bool
9976
- */
9977
- private function _delete_account_addons( $store = true ) {
9978
- $all_addons = self::get_all_account_addons();
9979
-
9980
- if ( ! isset( $all_addons[ $this->_plugin->id ] ) ) {
9981
- return false;
9982
- }
9983
-
9984
- unset( $all_addons[ $this->_plugin->id ] );
9985
-
9986
- self::$_accounts->set_option( 'account_addons', $all_addons, $store );
9987
-
9988
- return true;
9989
- }
9990
-
9991
- /**
9992
- * Update account add-ons list.
9993
- *
9994
- * @author Vova Feldman (@svovaf)
9995
- * @since 1.0.6
9996
- *
9997
- * @param FS_Plugin[] $addons
9998
- * @param bool $store Flush to Database if true.
9999
- */
10000
- private function _store_account_addons( $addons, $store = true ) {
10001
- $this->_logger->entrance();
10002
-
10003
- $all_addons = self::get_all_account_addons();
10004
- $all_addons[ $this->_plugin->id ] = $addons;
10005
- self::$_accounts->set_option( 'account_addons', $all_addons, $store );
10006
- }
10007
-
10008
- /**
10009
- * Store account params in the Database.
10010
- *
10011
- * @author Vova Feldman (@svovaf)
10012
- * @since 1.0.1
10013
- */
10014
- private function _store_account() {
10015
- $this->_logger->entrance();
10016
-
10017
- $this->_store_site( false );
10018
- $this->_store_user( false );
10019
- $this->_store_plans( false );
10020
- $this->_store_licenses( false );
10021
-
10022
- self::$_accounts->store();
10023
- }
10024
-
10025
- /**
10026
- * Sync user's information.
10027
- *
10028
- * @author Vova Feldman (@svovaf)
10029
- * @since 1.0.3
10030
- * @uses FS_Api
10031
- */
10032
- private function _handle_account_user_sync() {
10033
- $this->_logger->entrance();
10034
-
10035
- $api = $this->get_api_user_scope();
10036
-
10037
- // Get user's information.
10038
- $user = $api->get( '/', true );
10039
-
10040
- if ( isset( $user->id ) ) {
10041
- $this->_user->first = $user->first;
10042
- $this->_user->last = $user->last;
10043
- $this->_user->email = $user->email;
10044
-
10045
- $is_menu_item_account_visible = $this->is_submenu_item_visible( 'account' );
10046
-
10047
- if ( $user->is_verified &&
10048
- ( ! isset( $this->_user->is_verified ) || false === $this->_user->is_verified )
10049
- ) {
10050
- $this->_user->is_verified = true;
10051
-
10052
- $this->do_action( 'account_email_verified', $user->email );
10053
-
10054
- $this->_admin_notices->add(
10055
- $this->get_text( 'email-verified-message' ),
10056
- $this->get_text( 'right-on' ) . '!',
10057
- 'success',
10058
- // Make admin sticky if account menu item is invisible,
10059
- // since the page will be auto redirected to the plugin's
10060
- // main settings page, and the non-sticky message
10061
- // will disappear.
10062
- ! $is_menu_item_account_visible,
10063
- false,
10064
- 'email_verified'
10065
- );
10066
- }
10067
-
10068
- // Flush user details to DB.
10069
- $this->_store_user();
10070
-
10071
- $this->do_action( 'after_account_user_sync', $user );
10072
-
10073
- /**
10074
- * If account menu item is hidden, redirect to plugin's main settings page.
10075
- *
10076
- * @author Vova Feldman (@svovaf)
10077
- * @since 1.1.6
10078
- *
10079
- * @link https://github.com/Freemius/wordpress-sdk/issues/6
10080
- */
10081
- if ( ! $is_menu_item_account_visible ) {
10082
- fs_redirect( $this->_get_admin_page_url() );
10083
- }
10084
- }
10085
- }
10086
-
10087
- /**
10088
- * @param bool $store
10089
- *
10090
- * @return FS_Plugin_Plan|object|false
10091
- */
10092
- private function _enrich_site_plan( $store = true ) {
10093
- // Try to load plan from local cache.
10094
- $plan = $this->_get_plan_by_id( $this->_site->plan->id );
10095
-
10096
- if ( false === $plan ) {
10097
- $plan = $this->_fetch_site_plan();
10098
- }
10099
-
10100
- if ( $plan instanceof FS_Plugin_Plan ) {
10101
- $this->_update_plan( $plan, $store );
10102
- }
10103
-
10104
- return $plan;
10105
- }
10106
-
10107
- /**
10108
- * @author Vova Feldman (@svovaf)
10109
- * @since 1.0.9
10110
- * @uses FS_Api
10111
- *
10112
- * @param bool $store
10113
- *
10114
- * @return FS_Plugin_Plan|object|false
10115
- */
10116
- private function _enrich_site_trial_plan( $store = true ) {
10117
- // Try to load plan from local cache.
10118
- $trial_plan = $this->_get_plan_by_id( $this->_site->trial_plan_id );
10119
-
10120
- if ( false === $trial_plan ) {
10121
- $trial_plan = $this->_fetch_site_plan( $this->_site->trial_plan_id );
10122
- }
10123
-
10124
- if ( $trial_plan instanceof FS_Plugin_Plan ) {
10125
- $this->_storage->store( 'trial_plan', $trial_plan, $store );
10126
- }
10127
-
10128
- return $trial_plan;
10129
- }
10130
-
10131
- /**
10132
- * @author Vova Feldman (@svovaf)
10133
- * @since 1.0.9
10134
- * @uses FS_Api
10135
- *
10136
- * @param number|bool $license_id
10137
- *
10138
- * @return FS_Subscription|object|bool
10139
- */
10140
- private function _fetch_site_license_subscription( $license_id = false ) {
10141
- $this->_logger->entrance();
10142
- $api = $this->get_api_site_scope();
10143
-
10144
- if ( ! is_numeric( $license_id ) ) {
10145
- $license_id = $this->_license->id;
10146
- }
10147
-
10148
- $result = $api->get( "/licenses/{$license_id}/subscriptions.json", true );
10149
-
10150
- return ! isset( $result->error ) ?
10151
- ( ( is_array( $result->subscriptions ) && 0 < count( $result->subscriptions ) ) ?
10152
- new FS_Subscription( $result->subscriptions[0] ) :
10153
- false
10154
- ) :
10155
- $result;
10156
- }
10157
-
10158
- /**
10159
- * @author Vova Feldman (@svovaf)
10160
- * @since 1.0.4
10161
- * @uses FS_Api
10162
- *
10163
- * @param number|bool $plan_id
10164
- *
10165
- * @return FS_Plugin_Plan|object
10166
- */
10167
- private function _fetch_site_plan( $plan_id = false ) {
10168
- $this->_logger->entrance();
10169
- $api = $this->get_api_site_scope();
10170
-
10171
- if ( ! is_numeric( $plan_id ) ) {
10172
- $plan_id = $this->_site->plan->id;
10173
- }
10174
-
10175
- $plan = $api->get( "/plans/{$plan_id}.json", true );
10176
-
10177
- return ! isset( $plan->error ) ? new FS_Plugin_Plan( $plan ) : $plan;
10178
- }
10179
-
10180
- /**
10181
- * @author Vova Feldman (@svovaf)
10182
- * @since 1.0.5
10183
- * @uses FS_Api
10184
- *
10185
- * @return FS_Plugin_Plan[]|object
10186
- */
10187
- private function _fetch_plugin_plans() {
10188
- $this->_logger->entrance();
10189
- $api = $this->get_api_site_scope();
10190
-
10191
- $result = $api->get( '/plans.json', true );
10192
-
10193
- if ( $this->is_api_result_object( $result, 'plans' ) && is_array( $result->plans ) ) {
10194
- for ( $i = 0, $len = count( $result->plans ); $i < $len; $i ++ ) {
10195
- $result->plans[ $i ] = new FS_Plugin_Plan( $result->plans[ $i ] );
10196
- }
10197
-
10198
- $result = $result->plans;
10199
- }
10200
-
10201
- return $result;
10202
- }
10203
-
10204
- /**
10205
- * @author Vova Feldman (@svovaf)
10206
- * @since 1.0.5
10207
- * @uses FS_Api
10208
- *
10209
- * @param number|bool $plugin_id
10210
- * @param number|bool $site_license_id
10211
- *
10212
- * @return FS_Plugin_License[]|object
10213
- */
10214
- private function _fetch_licenses( $plugin_id = false, $site_license_id = false ) {
10215
- $this->_logger->entrance();
10216
-
10217
- $api = $this->get_api_user_scope();
10218
-
10219
- if ( ! is_numeric( $plugin_id ) ) {
10220
- $plugin_id = $this->_plugin->id;
10221
- }
10222
-
10223
- $result = $api->get( "/plugins/{$plugin_id}/licenses.json", true );
10224
-
10225
- $is_site_license_synced = false;
10226
-
10227
- $api_errors = array();
10228
-
10229
- if ( $this->is_api_result_object( $result, 'licenses' ) &&
10230
- is_array( $result->licenses )
10231
- ) {
10232
- for ( $i = 0, $len = count( $result->licenses ); $i < $len; $i ++ ) {
10233
- $result->licenses[ $i ] = new FS_Plugin_License( $result->licenses[ $i ] );
10234
-
10235
- if ( ( ! $is_site_license_synced ) && is_numeric( $site_license_id ) ) {
10236
- $is_site_license_synced = ( $site_license_id == $result->licenses[ $i ]->id );
10237
- }
10238
- }
10239
-
10240
- $result = $result->licenses;
10241
- } else {
10242
- $api_errors[] = $result;
10243
- $result = array();
10244
- }
10245
-
10246
- if ( ! $is_site_license_synced ) {
10247
- $api = $this->get_api_site_scope();
10248
-
10249
- if ( is_numeric( $site_license_id ) ) {
10250
- // Try to retrieve a foreign license that is linked to the install.
10251
- $api_result = $api->call( '/licenses.json' );
10252
-
10253
- if ( $this->is_api_result_object( $api_result, 'licenses' ) &&
10254
- is_array( $api_result->licenses )
10255
- ) {
10256
- $licenses = $api_result->licenses;
10257
-
10258
- if ( ! empty( $licenses ) ) {
10259
- $result[] = new FS_Plugin_License( $licenses[0] );
10260
- }
10261
- } else {
10262
- $api_errors[] = $api_result;
10263
- }
10264
- } else if ( is_object( $this->_license ) ) {
10265
- // Fetch foreign license by ID and license key.
10266
- $license = $api->get( "/licenses/{$this->_license->id}.json?license_key=" .
10267
- urlencode( $this->_license->secret_key ) );
10268
-
10269
- if ( $this->is_api_result_entity( $license ) ) {
10270
- $result[] = new FS_Plugin_License( $license );
10271
- } else {
10272
- $api_errors[] = $license;
10273
- }
10274
- }
10275
- }
10276
-
10277
- if ( is_array( $result ) && 0 < count( $result ) ) {
10278
- // If found at least one license, return license collection even if there are errors.
10279
- return $result;
10280
- }
10281
-
10282
- if ( ! empty( $api_errors ) ) {
10283
- // If found any errors and no licenses, return first error.
10284
- return $api_errors[0];
10285
- }
10286
-
10287
- // Fallback to empty licenses list.
10288
- return $result;
10289
- }
10290
-
10291
- /**
10292
- * @author Vova Feldman (@svovaf)
10293
- * @since 1.2.0
10294
- * @uses FS_Api
10295
- *
10296
- * @param number|bool $plugin_id
10297
- * @param bool $flush
10298
- *
10299
- * @return FS_Payment[]|object
10300
- */
10301
- function _fetch_payments( $plugin_id = false, $flush = false ) {
10302
- $this->_logger->entrance();
10303
-
10304
- $api = $this->get_api_user_scope();
10305
-
10306
- if ( ! is_numeric( $plugin_id ) ) {
10307
- $plugin_id = $this->_plugin->id;
10308
- }
10309
-
10310
- $result = $api->get( "/plugins/{$plugin_id}/payments.json?include_addons=true", $flush );
10311
-
10312
- if ( ! isset( $result->error ) ) {
10313
- for ( $i = 0, $len = count( $result->payments ); $i < $len; $i ++ ) {
10314
- $result->payments[ $i ] = new FS_Payment( $result->payments[ $i ] );
10315
- }
10316
- $result = $result->payments;
10317
- }
10318
-
10319
- return $result;
10320
- }
10321
-
10322
- /**
10323
- * @author Vova Feldman (@svovaf)
10324
- * @since 1.2.1.5
10325
- * @uses FS_Api
10326
- *
10327
- * @param bool $flush
10328
- *
10329
- * @return \FS_Billing|mixed
10330
- */
10331
- function _fetch_billing( $flush = false ) {
10332
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-billing.php';
10333
-
10334
- $billing = $this->get_api_user_scope()->get( 'billing.json', $flush );
10335
-
10336
- if ( $this->is_api_result_entity( $billing ) ) {
10337
- $billing = new FS_Billing( $billing );
10338
- }
10339
-
10340
- return $billing;
10341
- }
10342
-
10343
- /**
10344
- * @author Vova Feldman (@svovaf)
10345
- * @since 1.0.4
10346
- *
10347
- * @param FS_Plugin_Plan $plan
10348
- * @param bool $store
10349
- */
10350
- private function _update_plan( $plan, $store = false ) {
10351
- $this->_logger->entrance();
10352
-
10353
- $this->_site->plan = $plan;
10354
- $this->_store_site( $store );
10355
- }
10356
-
10357
- /**
10358
- * @author Vova Feldman (@svovaf)
10359
- * @since 1.0.5
10360
- *
10361
- * @param FS_Plugin_License[] $licenses
10362
- * @param string|bool $plugin_slug
10363
- */
10364
- private function _update_licenses( $licenses, $plugin_slug = false ) {
10365
- $this->_logger->entrance();
10366
-
10367
- if ( is_array( $licenses ) ) {
10368
- for ( $i = 0, $len = count( $licenses ); $i < $len; $i ++ ) {
10369
- $licenses[ $i ]->updated = time();
10370
- }
10371
- }
10372
-
10373
- if ( ! is_string( $plugin_slug ) ) {
10374
- $this->_licenses = $licenses;
10375
- }
10376
-
10377
- $this->_store_licenses( true, $plugin_slug, $licenses );
10378
- }
10379
-
10380
- /**
10381
- * @author Vova Feldman (@svovaf)
10382
- * @since 1.0.4
10383
- *
10384
- * @param bool|number $plugin_id
10385
- * @param bool $flush Since 1.1.7.3
10386
- * @param int $expiration Since 1.2.2.7
10387
- *
10388
- * @return object|false New plugin tag info if exist.
10389
- */
10390
- private function _fetch_newer_version( $plugin_id = false, $flush = true, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
10391
- $latest_tag = $this->_fetch_latest_version( $plugin_id, $flush, $expiration );
10392
-
10393
- if ( ! is_object( $latest_tag ) ) {
10394
- return false;
10395
- }
10396
-
10397
- // Check if version is actually newer.
10398
- $has_new_version =
10399
- // If it's an non-installed add-on then always return latest.
10400
- ( $this->_is_addon_id( $plugin_id ) && ! $this->is_addon_activated( $plugin_id ) ) ||
10401
- // Compare versions.
10402
- version_compare( $this->get_plugin_version(), $latest_tag->version, '<' );
10403
-
10404
- $this->_logger->departure( $has_new_version ? 'Found newer plugin version ' . $latest_tag->version : 'No new version' );
10405
-
10406
- return $has_new_version ? $latest_tag : false;
10407
- }
10408
-
10409
- /**
10410
- * @author Vova Feldman (@svovaf)
10411
- * @since 1.0.5
10412
- *
10413
- * @param bool|number $plugin_id
10414
- * @param bool $flush Since 1.1.7.3
10415
- * @param int $expiration Since 1.2.2.7
10416
- *
10417
- * @return bool|FS_Plugin_Tag
10418
- */
10419
- function get_update( $plugin_id = false, $flush = true, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
10420
- $this->_logger->entrance();
10421
-
10422
- if ( ! is_numeric( $plugin_id ) ) {
10423
- $plugin_id = $this->_plugin->id;
10424
- }
10425
-
10426
- $this->check_updates( true, $plugin_id, $flush, $expiration );
10427
- $updates = $this->get_all_updates();
10428
-
10429
- return isset( $updates[ $plugin_id ] ) && is_object( $updates[ $plugin_id ] ) ? $updates[ $plugin_id ] : false;
10430
- }
10431
-
10432
- /**
10433
- * Check if site assigned with active license.
10434
- *
10435
- * @author Vova Feldman (@svovaf)
10436
- * @since 1.0.6
10437
- *
10438
- * @deprecated Please use has_active_valid_license() instead because license can be cancelled.
10439
- */
10440
- function has_active_license() {
10441
- return (
10442
- is_object( $this->_license ) &&
10443
- is_numeric( $this->_license->id ) &&
10444
- ! $this->_license->is_expired()
10445
- );
10446
- }
10447
-
10448
- /**
10449
- * Check if site assigned with active & valid (not expired) license.
10450
- *
10451
- * @author Vova Feldman (@svovaf)
10452
- * @since 1.2.1
10453
- */
10454
- function has_active_valid_license() {
10455
- return (
10456
- is_object( $this->_license ) &&
10457
- is_numeric( $this->_license->id ) &&
10458
- $this->_license->is_active() &&
10459
- $this->_license->is_valid()
10460
- );
10461
- }
10462
-
10463
- /**
10464
- * Check if site assigned with license with enabled features.
10465
- *
10466
- * @author Vova Feldman (@svovaf)
10467
- * @since 1.0.6
10468
- *
10469
- * @return bool
10470
- */
10471
- function has_features_enabled_license() {
10472
- return (
10473
- is_object( $this->_license ) &&
10474
- is_numeric( $this->_license->id ) &&
10475
- $this->_license->is_features_enabled()
10476
- );
10477
- }
10478
-
10479
- /**
10480
- * Check if user is a trial or have feature enabled license.
10481
- *
10482
- * @author Vova Feldman (@svovaf)
10483
- * @since 1.1.7
10484
- *
10485
- * @return bool
10486
- */
10487
- function can_use_premium_code() {
10488
- return $this->is_trial() || $this->has_features_enabled_license();
10489
- }
10490
-
10491
- /**
10492
- * Checks if the current user can activate plugins or switch themes. Note that this method should only be used
10493
- * after the `init` action is triggered because it is using `current_user_can()` which is only functional after
10494
- * the context user is authenticated.
10495
- *
10496
- * @author Leo Fajardo (@leorw)
10497
- * @since 1.2.2
10498
- *
10499
- * @return bool
10500
- */
10501
- function is_user_admin() {
10502
- return ( $this->is_plugin() && current_user_can( 'activate_plugins' ) )
10503
- || ( $this->is_theme() && current_user_can( 'switch_themes' ) );
10504
- }
10505
-
10506
- /**
10507
- * Sync site's plan.
10508
- *
10509
- * @author Vova Feldman (@svovaf)
10510
- * @since 1.0.3
10511
- *
10512
- * @uses FS_Api
10513
- *
10514
- * @param bool $background Hints the method if it's a background sync. If false, it means that was initiated by
10515
- * the admin.
10516
- */
10517
- private function _sync_license( $background = false ) {
10518
- $this->_logger->entrance();
10519
-
10520
- $plugin_id = fs_request_get( 'plugin_id', $this->get_id() );
10521
-
10522
- $is_addon_sync = ( ! $this->_plugin->is_addon() && $plugin_id != $this->get_id() );
10523
-
10524
- if ( $is_addon_sync ) {
10525
- $this->_sync_addon_license( $plugin_id, $background );
10526
- } else {
10527
- $this->_sync_plugin_license( $background );
10528
- }
10529
-
10530
- $this->do_action( 'after_account_plan_sync', $this->_site->plan->name );
10531
- }
10532
-
10533
- /**
10534
- * Sync plugin's add-on license.
10535
- *
10536
- * @author Vova Feldman (@svovaf)
10537
- * @since 1.0.6
10538
- * @uses FS_Api
10539
- *
10540
- * @param number $addon_id
10541
- * @param bool $background
10542
- */
10543
- private function _sync_addon_license( $addon_id, $background ) {
10544
- $this->_logger->entrance();
10545
-
10546
- if ( $this->is_addon_activated( $addon_id ) ) {
10547
- // If already installed, use add-on sync.
10548
- $fs_addon = self::get_instance_by_id( $addon_id );
10549
- $fs_addon->_sync_license( $background );
10550
-
10551
- return;
10552
- }
10553
-
10554
- // Validate add-on exists.
10555
- $addon = $this->get_addon( $addon_id );
10556
-
10557
- if ( ! is_object( $addon ) ) {
10558
- return;
10559
- }
10560
-
10561
- // Add add-on into account add-ons.
10562
- $account_addons = $this->get_account_addons();
10563
- if ( ! is_array( $account_addons ) ) {
10564
- $account_addons = array();
10565
- }
10566
- $account_addons[] = $addon->id;
10567
- $account_addons = array_unique( $account_addons );
10568
- $this->_store_account_addons( $account_addons );
10569
-
10570
- // Load add-on licenses.
10571
- $licenses = $this->_fetch_licenses( $addon->id );
10572
-
10573
- // Sync add-on licenses.
10574
- if ( $this->is_array_instanceof( $licenses, 'FS_Plugin_License' ) ) {
10575
- $this->_update_licenses( $licenses, $addon->slug );
10576
-
10577
- if ( ! $this->is_addon_installed( $addon->id ) && FS_License_Manager::has_premium_license( $licenses ) ) {
10578
- $plans_result = $this->get_api_site_or_plugin_scope()->get( "/addons/{$addon_id}/plans.json" );
10579
-
10580
- if ( ! isset( $plans_result->error ) ) {
10581
- $plans = array();
10582
- foreach ( $plans_result->plans as $plan ) {
10583
- $plans[] = new FS_Plugin_Plan( $plan );
10584
- }
10585
-
10586
- $this->_admin_notices->add_sticky(
10587
- FS_Plan_Manager::instance()->has_free_plan( $plans ) ?
10588
- sprintf(
10589
- $this->get_text( 'addon-successfully-upgraded-message' ),
10590
- $addon->title
10591
- ) . ' ' . $this->get_latest_download_link(
10592
- $this->get_text( 'download-latest-version' ),
10593
- $addon_id
10594
- )
10595
- :
10596
- sprintf(
10597
- $this->get_text( 'addon-successfully-purchased-message' ),
10598
- $addon->title
10599
- ) . ' ' . $this->get_latest_download_link(
10600
- $this->get_text( 'download-latest-version' ),
10601
- $addon_id
10602
- ),
10603
- 'addon_plan_upgraded_' . $addon->slug,
10604
- $this->get_text( 'yee-haw' ) . '!'
10605
- );
10606
- }
10607
- }
10608
- }
10609
- }
10610
-
10611
- /**
10612
- * Sync site's plugin plan.
10613
- *
10614
- * @author Vova Feldman (@svovaf)
10615
- * @since 1.0.6
10616
- * @uses FS_Api
10617
- *
10618
- * @param bool $background Hints the method if it's a background sync. If false, it means that was initiated by
10619
- * the admin.
10620
- */
10621
- private function _sync_plugin_license( $background = false ) {
10622
- $this->_logger->entrance();
10623
-
10624
- /**
10625
- * Sync site info.
10626
- *
10627
- * @todo This line will execute install sync on a daily basis, even if running the free version (for opted-in users). The reason we want to keep it that way is for cases when the user was a paying customer, then there was a failure in subscription payment, and then after some time the payment was successful. This could be heavily optimized. For example, we can skip the $flush if the current install was never associated with a paid version.
10628
- */
10629
- $site = $this->send_install_update( array(), true );
10630
-
10631
- $plan_change = 'none';
10632
-
10633
- if ( ! $this->is_api_result_entity( $site ) ) {
10634
- // Show API messages only if not background sync or if paying customer.
10635
- if ( ! $background || $this->is_paying() ) {
10636
- // Try to ping API to see if not blocked.
10637
- if ( ! FS_Api::test() ) {
10638
- /**
10639
- * Failed to ping API - blocked!
10640
- *
10641
- * @author Vova Feldman (@svovaf)
10642
- * @since 1.1.6 Only show message related to one of the Freemius powered plugins. Once it will be resolved it will fix the issue for all plugins anyways. There's no point to scare users with multiple error messages.
10643
- */
10644
- $api = $this->get_api_site_scope();
10645
-
10646
- if ( ! self::$_global_admin_notices->has_sticky( 'api_blocked' ) ) {
10647
- self::$_global_admin_notices->add(
10648
- sprintf(
10649
- $this->get_text( 'server-blocking-access' ),
10650
- $this->get_plugin_name(),
10651
- '<a href="' . $api->get_url() . '" target="_blank">' . $api->get_url() . '</a>'
10652
- ) . '<br> ' . $this->get_text( 'server-error-message' ) . var_export( $site->error, true ),
10653
- $this->get_text( 'oops' ) . '...',
10654
- 'error',
10655
- $background,
10656
- false,
10657
- 'api_blocked'
10658
- );
10659
- }
10660
- } else {
10661
- // Authentication params are broken.
10662
- $this->_admin_notices->add(
10663
- $this->get_text( 'wrong-authentication-param-message' ),
10664
- $this->get_text( 'oops' ) . '...',
10665
- 'error'
10666
- );
10667
- }
10668
- }
10669
-
10670
- // No reason to continue with license sync while there are API issues.
10671
- return;
10672
- }
10673
-
10674
- // Remove sticky API connectivity message.
10675
- self::$_global_admin_notices->remove_sticky( 'api_blocked' );
10676
-
10677
- $site = new FS_Site( $site );
10678
-
10679
- // Sync plans.
10680
- $this->_sync_plans();
10681
-
10682
- if ( ! $this->has_paid_plan() ) {
10683
- $this->_site = $site;
10684
- $this->_enrich_site_plan( true );
10685
- $this->_store_site();
10686
- } else {
10687
- /**
10688
- * Sync licenses. Pass the site's license ID so that the foreign licenses will be fetched if the license
10689
- * associated with that ID is not included in the user's licenses collection.
10690
- */
10691
- $this->_sync_licenses( $site->license_id );
10692
-
10693
- // Check if plan / license changed.
10694
- if ( ! FS_Entity::equals( $site->plan, $this->_site->plan ) ||
10695
- // Check if trial started.
10696
- $site->trial_plan_id != $this->_site->trial_plan_id ||
10697
- $site->trial_ends != $this->_site->trial_ends ||
10698
- // Check if license changed.
10699
- $site->license_id != $this->_site->license_id
10700
- ) {
10701
- if ( $site->is_trial() && ( ! $this->_site->is_trial() || $site->trial_ends != $this->_site->trial_ends ) ) {
10702
- // New trial started.
10703
- $this->_site = $site;
10704
- $plan_change = 'trial_started';
10705
-
10706
- // Store trial plan information.
10707
- $this->_enrich_site_trial_plan( true );
10708
-
10709
- // For trial with subscription use-case.
10710
- $new_license = is_null( $site->license_id ) ? null : $this->_get_license_by_id( $site->license_id );
10711
-
10712
- if ( is_object( $new_license ) && $new_license->is_valid() ) {
10713
- $this->_site = $site;
10714
- $this->_update_site_license( $new_license );
10715
- $this->_store_licenses();
10716
- $this->_enrich_site_plan( true );
10717
-
10718
- $this->_sync_site_subscription( $this->_license );
10719
- }
10720
- } else if ( $this->_site->is_trial() && ! $site->is_trial() && ! is_numeric( $site->license_id ) ) {
10721
- // Was in trial, but now trial expired and no license ID.
10722
- // New trial started.
10723
- $this->_site = $site;
10724
- $plan_change = 'trial_expired';
10725
-
10726
- // Clear trial plan information.
10727
- $this->_storage->trial_plan = null;
10728
-
10729
- } else {
10730
- $is_free = $this->is_free_plan();
10731
-
10732
- // Make sure license exist and not expired.
10733
- $new_license = is_null( $site->license_id ) ?
10734
- null :
10735
- $this->_get_license_by_id( $site->license_id );
10736
-
10737
- if ( $is_free && is_null( $new_license ) && $this->has_any_license() && $this->_license->is_cancelled ) {
10738
- // License cancelled.
10739
- $this->_site = $site;
10740
- $this->_update_site_license( $new_license );
10741
- $this->_store_licenses();
10742
- $this->_enrich_site_plan( true );
10743
-
10744
- $plan_change = 'cancelled';
10745
- } else if ( $is_free && ( ( ! is_object( $new_license ) || $new_license->is_expired() ) ) ) {
10746
- // The license is expired, so ignore upgrade method.
10747
- } else {
10748
- // License changed.
10749
- $this->_site = $site;
10750
- $this->_update_site_license( $new_license );
10751
- $this->_store_licenses();
10752
- $this->_enrich_site_plan( true );
10753
-
10754
- $plan_change = $is_free ?
10755
- 'upgraded' :
10756
- ( is_object( $new_license ) ?
10757
- 'changed' :
10758
- 'downgraded' );
10759
- }
10760
- }
10761
-
10762
- // Store updated site info.
10763
- $this->_store_site();
10764
- } else {
10765
- if ( is_object( $this->_license ) && $this->_license->is_expired() ) {
10766
- if ( ! $this->has_features_enabled_license() ) {
10767
- $this->_deactivate_license();
10768
- $plan_change = 'downgraded';
10769
- } else {
10770
- $plan_change = 'expired';
10771
- }
10772
- }
10773
-
10774
- if ( is_numeric( $site->license_id ) && is_object( $this->_license ) ) {
10775
- $this->_sync_site_subscription( $this->_license );
10776
- }
10777
- }
10778
- }
10779
-
10780
- if ( $this->has_paid_plan() ) {
10781
- switch ( $plan_change ) {
10782
- case 'none':
10783
- if ( ! $background && is_admin() ) {
10784
- $plan = $this->is_trial() ?
10785
- $this->_storage->trial_plan :
10786
- $this->_site->plan;
10787
-
10788
- if ( $plan->is_free() ) {
10789
- $this->_admin_notices->add(
10790
- sprintf(
10791
- $this->get_text( 'plan-did-not-change-message' ),
10792
- '<i><b>' . $plan->title . ( $this->is_trial() ? ' ' . $this->get_text( 'trial' ) : '' ) . '</b></i>'
10793
- ) . ' ' . sprintf(
10794
- '<a href="%s">%s</a>',
10795
- $this->contact_url(
10796
- 'bug',
10797
- sprintf( $this->get_text( 'plan-did-not-change-email-message' ),
10798
- strtoupper( $plan->name )
10799
- )
10800
- ),
10801
- $this->get_text( 'contact-us-here' )
10802
- ),
10803
- $this->get_text( 'hmm' ) . '...'
10804
- );
10805
- }
10806
- }
10807
- break;
10808
- case 'upgraded':
10809
- $this->_admin_notices->add_sticky(
10810
- sprintf(
10811
- $this->get_text( 'plan-upgraded-message' ),
10812
- '<i>' . $this->get_plugin_name() . '</i>'
10813
- ) . $this->get_complete_upgrade_instructions(),
10814
- 'plan_upgraded',
10815
- $this->get_text( 'yee-haw' ) . '!'
10816
- );
10817
-
10818
- $this->_admin_notices->remove_sticky( array(
10819
- 'trial_started',
10820
- 'trial_promotion',
10821
- 'trial_expired',
10822
- 'activation_complete',
10823
- ) );
10824
- break;
10825
- case 'changed':
10826
- $this->_admin_notices->add_sticky(
10827
- sprintf(
10828
- $this->get_text( 'plan-changed-to-x-message' ),
10829
- $this->_site->plan->title
10830
- ),
10831
- 'plan_changed'
10832
- );
10833
-
10834
- $this->_admin_notices->remove_sticky( array(
10835
- 'trial_started',
10836
- 'trial_promotion',
10837
- 'trial_expired',
10838
- 'activation_complete',
10839
- ) );
10840
- break;
10841
- case 'downgraded':
10842
- $this->_admin_notices->add_sticky(
10843
- sprintf( $this->get_text( 'license-expired-blocking-message' ), $this->_module_type ),
10844
- 'license_expired',
10845
- $this->get_text( 'hmm' ) . '...'
10846
- );
10847
- $this->_admin_notices->remove_sticky( 'plan_upgraded' );
10848
- break;
10849
- case 'cancelled':
10850
- $this->_admin_notices->add(
10851
- $this->get_text( 'license-cancelled' ) . ' ' .
10852
- sprintf(
10853
- '<a href="%s">%s</a>',
10854
- $this->contact_url( 'bug' ),
10855
- $this->get_text( 'contact-us-here' )
10856
- ),
10857
- $this->get_text( 'hmm' ) . '...',
10858
- 'error'
10859
- );
10860
- $this->_admin_notices->remove_sticky( 'plan_upgraded' );
10861
- break;
10862
- case 'expired':
10863
- $this->_admin_notices->add_sticky(
10864
- sprintf( $this->get_text( 'license-expired-non-blocking-message' ), $this->_site->plan->title ),
10865
- 'license_expired',
10866
- $this->get_text( 'hmm' ) . '...'
10867
- );
10868
- $this->_admin_notices->remove_sticky( 'plan_upgraded' );
10869
- break;
10870
- case 'trial_started':
10871
- $this->_admin_notices->add_sticky(
10872
- sprintf(
10873
- $this->get_text( 'trial-started-message' ),
10874
- '<i>' . $this->get_plugin_name() . '</i>'
10875
- ) . $this->get_complete_upgrade_instructions( $this->_storage->trial_plan->title ),
10876
- 'trial_started',
10877
- $this->get_text( 'yee-haw' ) . '!'
10878
- );
10879
-
10880
- $this->_admin_notices->remove_sticky( array(
10881
- 'trial_promotion',
10882
- ) );
10883
- break;
10884
- case 'trial_expired':
10885
- $this->_admin_notices->add_sticky(
10886
- $this->get_text( 'trial-expired-message' ),
10887
- 'trial_expired',
10888
- $this->get_text( 'hmm' ) . '...'
10889
- );
10890
- $this->_admin_notices->remove_sticky( array(
10891
- 'trial_started',
10892
- 'trial_promotion',
10893
- 'plan_upgraded',
10894
- ) );
10895
- break;
10896
- }
10897
- }
10898
-
10899
- if ( 'none' !== $plan_change ) {
10900
- $this->do_action( 'after_license_change', $plan_change, $this->_site->plan );
10901
- }
10902
- }
10903
-
10904
- /**
10905
- * @author Vova Feldman (@svovaf)
10906
- * @since 1.0.5
10907
- *
10908
- * @param bool $background
10909
- */
10910
- protected function _activate_license( $background = false ) {
10911
- $this->_logger->entrance();
10912
-
10913
- $license_id = fs_request_get( 'license_id' );
10914
-
10915
- if ( FS_Plugin_License::is_valid_id( $license_id ) && $license_id == $this->_site->license_id ) {
10916
- // License is already activated.
10917
- return;
10918
- }
10919
-
10920
- $premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
10921
- $this->_get_license_by_id( $license_id ) :
10922
- $this->_get_available_premium_license();
10923
-
10924
- if ( ! is_object( $premium_license ) ) {
10925
- return;
10926
- }
10927
-
10928
- /**
10929
- * If the premium license is already associated with the install, just
10930
- * update the license reference (activation is not required).
10931
- *
10932
- * @since 1.1.9
10933
- */
10934
- if ( $premium_license->id == $this->_site->license_id ) {
10935
- // License is already activated.
10936
- $this->_update_site_license( $premium_license );
10937
- $this->_enrich_site_plan( false );
10938
- $this->_store_account();
10939
-
10940
- return;
10941
- }
10942
-
10943
- if ( $this->_site->user_id != $premium_license->user_id ) {
10944
- $api_request_params = array( 'license_key' => $premium_license->secret_key );
10945
- } else {
10946
- $api_request_params = array();
10947
- }
10948
-
10949
- $api = $this->get_api_site_scope();
10950
- $license = $api->call( "/licenses/{$premium_license->id}.json", 'put', $api_request_params );
10951
-
10952
- if ( ! $this->is_api_result_entity( $license ) ) {
10953
- if ( ! $background ) {
10954
- $this->_admin_notices->add( sprintf(
10955
- '%s %s',
10956
- $this->get_text( 'license-activation-failed-message' ),
10957
- ( is_object( $license ) && isset( $license->error ) ?
10958
- $license->error->message :
10959
- sprintf( '%s<br><code>%s</code>',
10960
- $this->get_text( 'server-error-message' ),
10961
- var_export( $license, true )
10962
- )
10963
- )
10964
- ),
10965
- $this->get_text( 'hmm' ) . '...',
10966
- 'error'
10967
- );
10968
- }
10969
-
10970
- return;
10971
- }
10972
-
10973
- $premium_license = new FS_Plugin_License( $license );
10974
-
10975
- // Updated site plan.
10976
- $site = $this->get_api_site_scope()->get( '/', true );
10977
- if ( $this->is_api_result_entity( $site ) ) {
10978
- $this->_site = new FS_Site( $site );
10979
- }
10980
- $this->_update_site_license( $premium_license );
10981
- $this->_enrich_site_plan( false );
10982
-
10983
- $this->_store_account();
10984
-
10985
- if ( ! $background ) {
10986
- $this->_admin_notices->add_sticky(
10987
- $this->get_text( 'license-activated-message' ) .
10988
- $this->get_complete_upgrade_instructions(),
10989
- 'license_activated',
10990
- $this->get_text( 'yee-haw' ) . '!'
10991
- );
10992
- }
10993
-
10994
- $this->_admin_notices->remove_sticky( array(
10995
- 'trial_promotion',
10996
- 'license_expired',
10997
- ) );
10998
- }
10999
-
11000
- /**
11001
- * @author Vova Feldman (@svovaf)
11002
- * @since 1.0.5
11003
- *
11004
- * @param bool $show_notice
11005
- */
11006
- protected function _deactivate_license( $show_notice = true ) {
11007
- $this->_logger->entrance();
11008
-
11009
- if ( ! is_object( $this->_license ) ) {
11010
- $this->_admin_notices->add(
11011
- sprintf( $this->get_text( 'no-active-license-message' ), $this->_site->plan->title ),
11012
- $this->get_text( 'hmm' ) . '...'
11013
- );
11014
-
11015
- return;
11016
- }
11017
-
11018
- $api = $this->get_api_site_scope();
11019
- $license = $api->call( "/licenses/{$this->_site->license_id}.json", 'delete' );
11020
-
11021
- if ( isset( $license->error ) ) {
11022
- $this->_admin_notices->add(
11023
- $this->get_text( 'license-deactivation-failed-message' ) . '<br> ' .
11024
- $this->get_text( 'server-error-message' ) . ' ' . var_export( $license->error, true ),
11025
- $this->get_text( 'hmm' ) . '...',
11026
- 'error'
11027
- );
11028
-
11029
- return;
11030
- }
11031
-
11032
- // Update license cache.
11033
- for ( $i = 0, $len = count( $this->_licenses ); $i < $len; $i ++ ) {
11034
- if ( $license->id == $this->_licenses[ $i ]->id ) {
11035
- $this->_licenses[ $i ] = new FS_Plugin_License( $license );
11036
- }
11037
- }
11038
-
11039
- // Updated site plan to default.
11040
- $this->_sync_plans();
11041
- $this->_site->plan->id = $this->_plans[0]->id;
11042
- // Unlink license from site.
11043
- $this->_update_site_license( null );
11044
- $this->_enrich_site_plan( false );
11045
-
11046
- $this->_store_account();
11047
-
11048
- if ( $show_notice ) {
11049
- $this->_admin_notices->add(
11050
- sprintf( $this->get_text( 'license-deactivation-message' ), $this->_site->plan->title ),
11051
- $this->get_text( 'ok' )
11052
- );
11053
- }
11054
-
11055
- $this->_admin_notices->remove_sticky( array(
11056
- 'plan_upgraded',
11057
- 'license_activated',
11058
- ) );
11059
- }
11060
-
11061
- /**
11062
- * Site plan downgrade.
11063
- *
11064
- * @author Vova Feldman (@svovaf)
11065
- * @since 1.0.4
11066
- *
11067
- * @uses FS_Api
11068
- */
11069
- private function _downgrade_site() {
11070
- $this->_logger->entrance();
11071
-
11072
- $api = $this->get_api_site_scope();
11073
- $site = $api->call( 'downgrade.json', 'put' );
11074
-
11075
- $plan_downgraded = false;
11076
- $plan = false;
11077
- if ( $this->is_api_result_entity( $site ) ) {
11078
- $prev_plan_id = $this->_site->plan->id;
11079
-
11080
- // Update new site plan id.
11081
- $this->_site->plan->id = $site->plan_id;
11082
-
11083
- $plan = $this->_enrich_site_plan();
11084
- $subscription = $this->_sync_site_subscription( $this->_license );
11085
-
11086
- // Plan downgraded if plan was changed or subscription was cancelled.
11087
- $plan_downgraded = ( $plan instanceof FS_Plugin_Plan && $prev_plan_id != $plan->id ) ||
11088
- ( is_object( $subscription ) && ! isset( $subscription->error ) && ! $subscription->is_active() );
11089
- } else {
11090
- // handle different error cases.
11091
-
11092
- }
11093
-
11094
- if ( $plan_downgraded ) {
11095
- // Remove previous sticky message about upgrade (if exist).
11096
- $this->_admin_notices->remove_sticky( 'plan_upgraded' );
11097
-
11098
- $this->_admin_notices->add(
11099
- sprintf( $this->get_text( 'plan-x-downgraded-message' ),
11100
- $plan->title,
11101
- human_time_diff( time(), strtotime( $this->_license->expiration ) )
11102
- )
11103
- );
11104
-
11105
- // Store site updates.
11106
- $this->_store_site();
11107
- } else {
11108
- $this->_admin_notices->add(
11109
- $this->get_text( 'plan-downgraded-failure-message' ),
11110
- $this->get_text( 'oops' ) . '...',
11111
- 'error'
11112
- );
11113
- }
11114
- }
11115
-
11116
- /**
11117
- * @author Vova Feldman (@svovaf)
11118
- * @since 1.1.8.1
11119
- *
11120
- * @param bool|string $plan_name
11121
- *
11122
- * @return bool If trial was successfully started.
11123
- */
11124
- function start_trial( $plan_name = false ) {
11125
- $this->_logger->entrance();
11126
-
11127
- if ( $this->is_trial() ) {
11128
- // Already in trial mode.
11129
- $this->_admin_notices->add(
11130
- sprintf( $this->get_text( 'in-trial-mode' ), $this->_module_type ),
11131
- $this->get_text( 'oops' ) . '...',
11132
- 'error'
11133
- );
11134
-
11135
- return false;
11136
- }
11137
-
11138
- if ( $this->_site->is_trial_utilized() ) {
11139
- // Trial was already utilized.
11140
- $this->_admin_notices->add(
11141
- $this->get_text( 'trial-utilized' ),
11142
- $this->get_text( 'oops' ) . '...',
11143
- 'error'
11144
- );
11145
-
11146
- return false;
11147
- }
11148
-
11149
- if ( false !== $plan_name ) {
11150
- $plan = $this->get_plan_by_name( $plan_name );
11151
-
11152
- if ( false === $plan ) {
11153
- // Plan doesn't exist.
11154
- $this->_admin_notices->add(
11155
- sprintf( $this->get_text( 'trial-plan-x-not-exist' ), $plan_name ),
11156
- $this->get_text( 'oops' ) . '...',
11157
- 'error'
11158
- );
11159
-
11160
- return false;
11161
- }
11162
-
11163
- if ( ! $plan->has_trial() ) {
11164
- // Plan doesn't exist.
11165
- $this->_admin_notices->add(
11166
- sprintf( $this->get_text( 'plan-x-no-trial' ), $plan_name ),
11167
- $this->get_text( 'oops' ) . '...',
11168
- 'error'
11169
- );
11170
-
11171
- return false;
11172
- }
11173
- } else {
11174
- if ( ! $this->has_trial_plan() ) {
11175
- // None of the plans have a trial.
11176
- $this->_admin_notices->add(
11177
- sprintf( $this->get_text( 'no-trials' ), $this->_module_type ),
11178
- $this->get_text( 'oops' ) . '...',
11179
- 'error'
11180
- );
11181
-
11182
- return false;
11183
- }
11184
-
11185
- $plans_with_trial = FS_Plan_Manager::instance()->get_trial_plans( $this->_plans );
11186
-
11187
- $plan = $plans_with_trial[0];
11188
- }
11189
-
11190
- $api = $this->get_api_site_scope();
11191
- $plan = $api->call( "plans/{$plan->id}/trials.json", 'post' );
11192
-
11193
- if ( ! $this->is_api_result_entity( $plan ) ) {
11194
- // Some API error while trying to start the trial.
11195
- $this->_admin_notices->add(
11196
- sprintf( $this->get_text( 'unexpected-api-error' ), $this->_module_type )
11197
- . ' ' . var_export( $plan, true ),
11198
- $this->get_text( 'oops' ) . '...',
11199
- 'error'
11200
- );
11201
-
11202
- return false;
11203
- }
11204
-
11205
- // Sync license.
11206
- $this->_sync_license();
11207
-
11208
- return $this->is_trial();
11209
- }
11210
-
11211
- /**
11212
- * Cancel site trial.
11213
- *
11214
- * @author Vova Feldman (@svovaf)
11215
- * @since 1.0.9
11216
- *
11217
- * @uses FS_Api
11218
- */
11219
- private function _cancel_trial() {
11220
- $this->_logger->entrance();
11221
-
11222
- if ( ! $this->is_trial() ) {
11223
- $this->_admin_notices->add(
11224
- $this->get_text( 'trial-cancel-no-trial-message' ),
11225
- $this->get_text( 'oops' ) . '...',
11226
- 'error'
11227
- );
11228
-
11229
- return;
11230
- }
11231
-
11232
- $api = $this->get_api_site_scope();
11233
- $site = $api->call( 'trials.json', 'delete' );
11234
-
11235
- $trial_cancelled = false;
11236
-
11237
- if ( $this->is_api_result_entity( $site ) ) {
11238
- $prev_trial_ends = $this->_site->trial_ends;
11239
-
11240
- if ( $this->is_paid_trial() ) {
11241
- $this->_license->expiration = $site->trial_ends;
11242
- $this->_license->is_cancelled = true;
11243
- $this->_update_site_license( $this->_license );
11244
- $this->_store_licenses();
11245
-
11246
- // Clear subscription reference.
11247
- $this->_sync_site_subscription( null );
11248
- }
11249
-
11250
- // Update site info.
11251
- $this->_site = new FS_Site( $site );
11252
- $this->_enrich_site_plan();
11253
-
11254
- $trial_cancelled = ( $prev_trial_ends != $site->trial_ends );
11255
- } else {
11256
- // handle different error cases.
11257
-
11258
- }
11259
-
11260
- if ( $trial_cancelled ) {
11261
- // Remove previous sticky messages about upgrade or trial (if exist).
11262
- $this->_admin_notices->remove_sticky( array(
11263
- 'trial_started',
11264
- 'trial_promotion',
11265
- 'plan_upgraded',
11266
- ) );
11267
-
11268
- // Store site updates.
11269
- $this->_store_site();
11270
-
11271
- if ( ! $this->is_addon() ||
11272
- ! $this->deactivate_premium_only_addon_without_license( true )
11273
- ) {
11274
- $this->_admin_notices->add(
11275
- sprintf( $this->get_text( 'trial-cancel-message' ), $this->_storage->trial_plan->title )
11276
- );
11277
- }
11278
-
11279
- // Clear trial plan information.
11280
- unset( $this->_storage->trial_plan );
11281
- } else {
11282
- $this->_admin_notices->add(
11283
- $this->get_text( 'trial-cancel-failure-message' ),
11284
- $this->get_text( 'oops' ) . '...',
11285
- 'error'
11286
- );
11287
- }
11288
- }
11289
-
11290
- /**
11291
- * @author Vova Feldman (@svovaf)
11292
- * @since 1.0.6
11293
- *
11294
- * @param bool|number $plugin_id
11295
- *
11296
- * @return bool
11297
- */
11298
- private function _is_addon_id( $plugin_id ) {
11299
- return is_numeric( $plugin_id ) && ( $this->get_id() != $plugin_id );
11300
- }
11301
-
11302
- /**
11303
- * Check if user eligible to download premium version updates.
11304
- *
11305
- * @author Vova Feldman (@svovaf)
11306
- * @since 1.0.6
11307
- *
11308
- * @return bool
11309
- */
11310
- private function _can_download_premium() {
11311
- return $this->has_active_valid_license() ||
11312
- ( $this->is_trial() && ! $this->get_trial_plan()->is_free() );
11313
- }
11314
-
11315
- /**
11316
- *
11317
- * @author Vova Feldman (@svovaf)
11318
- * @since 1.0.6
11319
- *
11320
- * @param bool|number $addon_id
11321
- * @param string $type "json" or "zip"
11322
- *
11323
- * @return string
11324
- */
11325
- private function _get_latest_version_endpoint( $addon_id = false, $type = 'json' ) {
11326
-
11327
- $is_addon = $this->_is_addon_id( $addon_id );
11328
-
11329
- $is_premium = null;
11330
- if ( ! $is_addon ) {
11331
- $is_premium = $this->_can_download_premium();
11332
- } else if ( $this->is_addon_activated( $addon_id ) ) {
11333
- $is_premium = self::get_instance_by_id( $addon_id )->_can_download_premium();
11334
- }
11335
-
11336
- // If add-on, then append add-on ID.
11337
- $endpoint = ( $is_addon ? "/addons/$addon_id" : '' ) .
11338
- '/updates/latest.' . $type;
11339
-
11340
- // If add-on and not yet activated, try to fetch based on server licensing.
11341
- if ( is_bool( $is_premium ) ) {
11342
- $endpoint = add_query_arg( 'is_premium', json_encode( $is_premium ), $endpoint );
11343
- }
11344
-
11345
- if ( $this->has_secret_key() ) {
11346
- $endpoint = add_query_arg( 'type', 'all', $endpoint );
11347
- }
11348
-
11349
- return $endpoint;
11350
- }
11351
-
11352
- /**
11353
- * @author Vova Feldman (@svovaf)
11354
- * @since 1.0.4
11355
- *
11356
- * @param bool|number $addon_id
11357
- * @param bool $flush Since 1.1.7.3
11358
- * @param int $expiration Since 1.2.2.7
11359
- *
11360
- * @return object|false Plugin latest tag info.
11361
- */
11362
- function _fetch_latest_version( $addon_id = false, $flush = true, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
11363
- $this->_logger->entrance();
11364
-
11365
- /**
11366
- * @since 1.1.7.3 Check for plugin updates from Freemius only if opted-in.
11367
- * @since 1.1.7.4 Also check updates for add-ons.
11368
- */
11369
- if ( ! $this->is_registered() &&
11370
- ! $this->_is_addon_id( $addon_id )
11371
- ) {
11372
- return false;
11373
- }
11374
-
11375
- $tag = $this->get_api_site_or_plugin_scope()->get(
11376
- $this->_get_latest_version_endpoint( $addon_id, 'json' ),
11377
- $flush,
11378
- $expiration
11379
- );
11380
-
11381
- $latest_version = ( is_object( $tag ) && isset( $tag->version ) ) ? $tag->version : 'couldn\'t get';
11382
-
11383
- $this->_logger->departure( 'Latest version ' . $latest_version );
11384
-
11385
- return ( is_object( $tag ) && isset( $tag->version ) ) ? $tag : false;
11386
- }
11387
-
11388
- #----------------------------------------------------------------------------------
11389
- #region Download Plugin
11390
- #----------------------------------------------------------------------------------
11391
-
11392
- /**
11393
- * Download latest plugin version, based on plan.
11394
- *
11395
- * Not like _download_latest(), this will redirect the page
11396
- * to secure download url to prevent dual download (from FS to WP server,
11397
- * and then from WP server to the client / browser).
11398
- *
11399
- * @author Vova Feldman (@svovaf)
11400
- * @since 1.0.9
11401
- *
11402
- * @param bool|number $plugin_id
11403
- *
11404
- * @uses FS_Api
11405
- * @uses wp_redirect()
11406
- */
11407
- private function download_latest_directly( $plugin_id = false ) {
11408
- $this->_logger->entrance();
11409
-
11410
- wp_redirect( $this->get_latest_download_api_url( $plugin_id ) );
11411
- }
11412
-
11413
- /**
11414
- * Get latest plugin FS API download URL.
11415
- *
11416
- * @author Vova Feldman (@svovaf)
11417
- * @since 1.0.9
11418
- *
11419
- * @param bool|number $plugin_id
11420
- *
11421
- * @return string
11422
- */
11423
- private function get_latest_download_api_url( $plugin_id = false ) {
11424
- $this->_logger->entrance();
11425
-
11426
- return $this->get_api_site_scope()->get_signed_url(
11427
- $this->_get_latest_version_endpoint( $plugin_id, 'zip' )
11428
- );
11429
- }
11430
-
11431
- /**
11432
- * Get payment invoice URL.
11433
- *
11434
- * @author Vova Feldman (@svovaf)
11435
- * @since 1.2.0
11436
- *
11437
- * @param bool|number $payment_id
11438
- *
11439
- * @return string
11440
- */
11441
- function _get_invoice_api_url( $payment_id = false ) {
11442
- $this->_logger->entrance();
11443
-
11444
- return $this->get_api_user_scope()->get_signed_url(
11445
- "/payments/{$payment_id}/invoice.pdf"
11446
- );
11447
- }
11448
-
11449
- /**
11450
- * Get latest plugin download link.
11451
- *
11452
- * @author Vova Feldman (@svovaf)
11453
- * @since 1.0.9
11454
- *
11455
- * @param string $label
11456
- * @param bool|number $plugin_id
11457
- *
11458
- * @return string
11459
- */
11460
- private function get_latest_download_link( $label, $plugin_id = false ) {
11461
- return sprintf(
11462
- '<a target="_blank" href="%s">%s</a>',
11463
- $this->_get_latest_download_local_url( $plugin_id ),
11464
- $label
11465
- );
11466
- }
11467
-
11468
- /**
11469
- * Get latest plugin download local URL.
11470
- *
11471
- * @author Vova Feldman (@svovaf)
11472
- * @since 1.0.9
11473
- *
11474
- * @param bool|number $plugin_id
11475
- *
11476
- * @return string
11477
- */
11478
- function _get_latest_download_local_url( $plugin_id = false ) {
11479
- // Add timestamp to protect from caching.
11480
- $params = array( 'ts' => WP_FS__SCRIPT_START_TIME );
11481
-
11482
- if ( ! empty( $plugin_id ) ) {
11483
- $params['plugin_id'] = $plugin_id;
11484
- }
11485
-
11486
- return $this->get_account_url( 'download_latest', $params );
11487
- }
11488
-
11489
- #endregion Download Plugin ------------------------------------------------------------------
11490
-
11491
- /**
11492
- * @author Vova Feldman (@svovaf)
11493
- * @since 1.0.4
11494
- *
11495
- * @uses FS_Api
11496
- *
11497
- * @param bool $background Hints the method if it's a background updates check. If false, it means that
11498
- * was initiated by the admin.
11499
- * @param bool|number $plugin_id
11500
- * @param bool $flush Since 1.1.7.3
11501
- * @param int $expiration Since 1.2.2.7
11502
- */
11503
- private function check_updates(
11504
- $background = false,
11505
- $plugin_id = false,
11506
- $flush = true,
11507
- $expiration = WP_FS__TIME_24_HOURS_IN_SEC
11508
- ) {
11509
- $this->_logger->entrance();
11510
-
11511
- // Check if there's a newer version for download.
11512
- $new_version = $this->_fetch_newer_version( $plugin_id, $flush, $expiration );
11513
-
11514
- $update = null;
11515
- if ( is_object( $new_version ) ) {
11516
- $update = new FS_Plugin_Tag( $new_version );
11517
-
11518
- if ( ! $background ) {
11519
- $this->_admin_notices->add(
11520
- sprintf(
11521
- $this->get_text( 'version-x-released' ) . ' ' . $this->get_text( 'please-download-x' ),
11522
- $update->version,
11523
- sprintf(
11524
- '<a href="%s" target="_blank">%s</a>',
11525
- $this->get_account_url( 'download_latest' ),
11526
- sprintf( $this->get_text( 'latest-x-version' ), $this->_site->plan->title )
11527
- )
11528
- ),
11529
- $this->get_text( 'new' ) . '!'
11530
- );
11531
- }
11532
- } else if ( false === $new_version && ! $background ) {
11533
- $this->_admin_notices->add(
11534
- $this->get_text( 'you-have-latest' ),
11535
- $this->get_text( 'you-are-good' )
11536
- );
11537
- }
11538
-
11539
- $this->_store_update( $update, true, $plugin_id );
11540
- }
11541
-
11542
- /**
11543
- * @author Vova Feldman (@svovaf)
11544
- * @since 1.0.4
11545
- *
11546
- * @param bool $flush Since 1.1.7.3 add 24 hour cache by default.
11547
- *
11548
- * @return FS_Plugin[]
11549
- *
11550
- * @uses FS_Api
11551
- */
11552
- private function sync_addons( $flush = false ) {
11553
- $this->_logger->entrance();
11554
-
11555
- $api = $this->get_api_site_or_plugin_scope();
11556
-
11557
- /**
11558
- * @since 1.2.1
11559
- *
11560
- * If there's a cached version of the add-ons and not asking
11561
- * for a flush, just use the currently stored add-ons.
11562
- */
11563
- if ( ! $flush && $api->is_cached( '/addons.json?enriched=true' ) ) {
11564
- $addons = self::get_all_addons();
11565
-
11566
- return $addons[ $this->_plugin->id ];
11567
- }
11568
-
11569
- $result = $api->get( '/addons.json?enriched=true', $flush );
11570
-
11571
- $addons = array();
11572
- if ( $this->is_api_result_object( $result, 'plugins' ) &&
11573
- is_array( $result->plugins )
11574
- ) {
11575
- for ( $i = 0, $len = count( $result->plugins ); $i < $len; $i ++ ) {
11576
- $addons[ $i ] = new FS_Plugin( $result->plugins[ $i ] );
11577
- }
11578
-
11579
- $this->_store_addons( $addons, true );
11580
- }
11581
-
11582
- return $addons;
11583
- }
11584
-
11585
- /**
11586
- * Handle user email update.
11587
- *
11588
- * @author Vova Feldman (@svovaf)
11589
- * @since 1.0.3
11590
- * @uses FS_Api
11591
- *
11592
- * @param string $new_email
11593
- *
11594
- * @return object
11595
- */
11596
- private function update_email( $new_email ) {
11597
- $this->_logger->entrance();
11598
-
11599
-
11600
- $api = $this->get_api_user_scope();
11601
- $user = $api->call( "?plugin_id={$this->_plugin->id}&fields=id,email,is_verified", 'put', array(
11602
- 'email' => $new_email,
11603
- 'after_email_confirm_url' => $this->_get_admin_page_url(
11604
- 'account',
11605
- array( 'fs_action' => 'sync_user' )
11606
- ),
11607
- ) );
11608
-
11609
- if ( ! isset( $user->error ) ) {
11610
- $this->_user->email = $user->email;
11611
- $this->_user->is_verified = $user->is_verified;
11612
- $this->_store_user();
11613
- } else {
11614
- // handle different error cases.
11615
-
11616
- }
11617
-
11618
- return $user;
11619
- }
11620
-
11621
- #----------------------------------------------------------------------------------
11622
- #region API Error Handling
11623
- #----------------------------------------------------------------------------------
11624
-
11625
- /**
11626
- * @author Vova Feldman (@svovaf)
11627
- * @since 1.1.1
11628
- *
11629
- * @param mixed $result
11630
- *
11631
- * @return bool Is API result contains an error.
11632
- */
11633
- private function is_api_error( $result ) {
11634
- return FS_Api::is_api_error( $result );
11635
- }
11636
-
11637
- /**
11638
- * Checks if given API result is a non-empty and not an error object.
11639
- *
11640
- * @author Vova Feldman (@svovaf)
11641
- * @since 1.2.1.5
11642
- *
11643
- * @param mixed $result
11644
- * @param string|null $required_property Optional property we want to verify that is set.
11645
- *
11646
- * @return bool
11647
- */
11648
- function is_api_result_object( $result, $required_property = null ) {
11649
- return FS_Api::is_api_result_object( $result, $required_property );
11650
- }
11651
-
11652
- /**
11653
- * Checks if given API result is a non-empty entity object with non-empty ID.
11654
- *
11655
- * @author Vova Feldman (@svovaf)
11656
- * @since 1.2.1.5
11657
- *
11658
- * @param mixed $result
11659
- *
11660
- * @return bool
11661
- */
11662
- private function is_api_result_entity( $result ) {
11663
- return FS_Api::is_api_result_entity( $result );
11664
- }
11665
-
11666
- #endregion
11667
-
11668
- /**
11669
- * Make sure a given argument is an array of a specific type.
11670
- *
11671
- * @author Vova Feldman (@svovaf)
11672
- * @since 1.2.1.5
11673
- *
11674
- * @param mixed $array
11675
- * @param string $class
11676
- *
11677
- * @return bool
11678
- */
11679
- private function is_array_instanceof( $array, $class ) {
11680
- return ( is_array( $array ) && ( empty( $array ) || $array[0] instanceof $class ) );
11681
- }
11682
-
11683
- /**
11684
- * Start install ownership change.
11685
- *
11686
- * @author Vova Feldman (@svovaf)
11687
- * @since 1.1.1
11688
- * @uses FS_Api
11689
- *
11690
- * @param string $candidate_email
11691
- *
11692
- * @return bool Is ownership change successfully initiated.
11693
- */
11694
- private function init_change_owner( $candidate_email ) {
11695
- $this->_logger->entrance();
11696
-
11697
- $api = $this->get_api_site_scope();
11698
- $result = $api->call( "/users/{$this->_user->id}.json", 'put', array(
11699
- 'email' => $candidate_email,
11700
- 'after_confirm_url' => $this->_get_admin_page_url(
11701
- 'account',
11702
- array( 'fs_action' => 'change_owner' )
11703
- ),
11704
- ) );
11705
-
11706
- return ! $this->is_api_error( $result );
11707
- }
11708
-
11709
- /**
11710
- * Handle install ownership change.
11711
- *
11712
- * @author Vova Feldman (@svovaf)
11713
- * @since 1.1.1
11714
- * @uses FS_Api
11715
- *
11716
- * @return bool Was ownership change successfully complete.
11717
- */
11718
- private function complete_change_owner() {
11719
- $this->_logger->entrance();
11720
-
11721
- $site_result = $this->get_api_site_scope( true )->get();
11722
- $site = new FS_Site( $site_result );
11723
- $this->_site = $site;
11724
-
11725
- $user = new FS_User();
11726
- $user->id = fs_request_get( 'user_id' );
11727
-
11728
- // Validate install's user and given user.
11729
- if ( $user->id != $this->_site->user_id ) {
11730
- return false;
11731
- }
11732
-
11733
- $user->public_key = fs_request_get( 'user_public_key' );
11734
- $user->secret_key = fs_request_get( 'user_secret_key' );
11735
-
11736
- // Fetch new user information.
11737
- $this->_user = $user;
11738
- $user_result = $this->get_api_user_scope( true )->get();
11739
- $user = new FS_User( $user_result );
11740
- $this->_user = $user;
11741
-
11742
- $this->_set_account( $user, $site );
11743
-
11744
- return true;
11745
- }
11746
-
11747
- /**
11748
- * Handle user name update.
11749
- *
11750
- * @author Vova Feldman (@svovaf)
11751
- * @since 1.0.9
11752
- * @uses FS_Api
11753
- *
11754
- * @return object
11755
- */
11756
- private function update_user_name() {
11757
- $this->_logger->entrance();
11758
- $name = fs_request_get( 'fs_user_name_' . $this->get_unique_affix(), '' );
11759
-
11760
- $api = $this->get_api_user_scope();
11761
- $user = $api->call( "?plugin_id={$this->_plugin->id}&fields=id,first,last", 'put', array(
11762
- 'name' => $name,
11763
- ) );
11764
-
11765
- if ( ! isset( $user->error ) ) {
11766
- $this->_user->first = $user->first;
11767
- $this->_user->last = $user->last;
11768
- $this->_store_user();
11769
- } else {
11770
- // handle different error cases.
11771
-
11772
- }
11773
-
11774
- return $user;
11775
- }
11776
-
11777
- /**
11778
- * Verify user email.
11779
- *
11780
- * @author Vova Feldman (@svovaf)
11781
- * @since 1.0.3
11782
- * @uses FS_Api
11783
- */
11784
- private function verify_email() {
11785
- $this->_handle_account_user_sync();
11786
-
11787
- if ( $this->_user->is_verified() ) {
11788
- return;
11789
- }
11790
-
11791
- $api = $this->get_api_site_scope();
11792
- $result = $api->call( "/users/{$this->_user->id}/verify.json", 'put', array(
11793
- 'after_email_confirm_url' => $this->_get_admin_page_url(
11794
- 'account',
11795
- array( 'fs_action' => 'sync_user' )
11796
- )
11797
- ) );
11798
-
11799
- if ( ! isset( $result->error ) ) {
11800
- $this->_admin_notices->add( sprintf(
11801
- $this->get_text( 'verification-email-sent-message' ),
11802
- sprintf( '<a href="mailto:%1s">%2s</a>', esc_url( $this->_user->email ), $this->_user->email )
11803
- ) );
11804
- } else {
11805
- // handle different error cases.
11806
-
11807
- }
11808
- }
11809
-
11810
- /**
11811
- * @author Vova Feldman (@svovaf)
11812
- * @since 1.1.2
11813
- *
11814
- * @param array $params
11815
- *
11816
- * @return string
11817
- */
11818
- function get_activation_url( $params = array() ) {
11819
- if ( $this->is_addon() && $this->has_free_plan() ) {
11820
- /**
11821
- * @author Vova Feldman (@svovaf)
11822
- * @since 1.2.1.7 Add-on's activation is the parent's module activation.
11823
- */
11824
- return $this->get_parent_instance()->get_activation_url( $params );
11825
- }
11826
-
11827
- return $this->apply_filters( 'connect_url', $this->_get_admin_page_url( '', $params ) );
11828
- }
11829
-
11830
- /**
11831
- * @author Vova Feldman (@svovaf)
11832
- * @since 1.2.1.5
11833
- *
11834
- * @param array $params
11835
- *
11836
- * @return string
11837
- */
11838
- function get_reconnect_url( $params = array() ) {
11839
- $params['fs_action'] = 'reset_anonymous_mode';
11840
- $params['fs_unique_affix'] = $this->get_unique_affix();
11841
-
11842
- return $this->get_activation_url( $params );
11843
- }
11844
-
11845
- /**
11846
- * Get the URL of the page that should be loaded after the user connect
11847
- * or skip in the opt-in screen.
11848
- *
11849
- * @author Vova Feldman (@svovaf)
11850
- * @since 1.1.3
11851
- *
11852
- * @param string $filter Filter name.
11853
- * @param array $params Since 1.2.2.7
11854
- *
11855
- * @return string
11856
- */
11857
- function get_after_activation_url( $filter, $params = array() ) {
11858
- if ( $this->is_free_wp_org_theme() &&
11859
- fs_request_has( 'pending_activation' )
11860
- ) {
11861
- $first_time_path = '';
11862
- } else {
11863
- $first_time_path = $this->_menu->get_first_time_path();
11864
- }
11865
-
11866
- return add_query_arg( $params, $this->apply_filters(
11867
- $filter,
11868
- empty( $first_time_path ) ?
11869
- $this->_get_admin_page_url() :
11870
- $first_time_path
11871
- ) );
11872
- }
11873
-
11874
- /**
11875
- * Handle account page updates / edits / actions.
11876
- *
11877
- * @author Vova Feldman (@svovaf)
11878
- * @since 1.0.2
11879
- *
11880
- */
11881
- private function _handle_account_edits() {
11882
- if ( ! $this->is_user_admin() ) {
11883
- return;
11884
- }
11885
-
11886
- $plugin_id = fs_request_get( 'plugin_id', $this->get_id() );
11887
- $action = fs_get_action();
11888
-
11889
- switch ( $action ) {
11890
- case 'delete_account':
11891
- check_admin_referer( $action );
11892
-
11893
- if ( $plugin_id == $this->get_id() ) {
11894
- $this->delete_account_event();
11895
-
11896
- // Clear user and site.
11897
- $this->_site = null;
11898
- $this->_user = null;
11899
-
11900
- fs_redirect( $this->get_activation_url() );
11901
- } else {
11902
- if ( $this->is_addon_activated( $plugin_id ) ) {
11903
- $fs_addon = self::get_instance_by_id( $plugin_id );
11904
- $fs_addon->delete_account_event();
11905
-
11906
- fs_redirect( $this->_get_admin_page_url( 'account' ) );
11907
- }
11908
- }
11909
-
11910
- return;
11911
-
11912
- case 'downgrade_account':
11913
- check_admin_referer( $action );
11914
-
11915
- if ( $plugin_id == $this->get_id() ) {
11916
- $this->_downgrade_site();
11917
- } else if ( $this->is_addon_activated( $plugin_id ) ) {
11918
- $fs_addon = self::get_instance_by_id( $plugin_id );
11919
- $fs_addon->_downgrade_site();
11920
- }
11921
-
11922
- return;
11923
-
11924
- case 'activate_license':
11925
- check_admin_referer( $action );
11926
-
11927
- if ( $plugin_id == $this->get_id() ) {
11928
- $this->_activate_license();
11929
- } else {
11930
- if ( $this->is_addon_activated( $plugin_id ) ) {
11931
- $fs_addon = self::get_instance_by_id( $plugin_id );
11932
- $fs_addon->_activate_license();
11933
- }
11934
- }
11935
-
11936
- return;
11937
-
11938
- case 'deactivate_license':
11939
- check_admin_referer( $action );
11940
-
11941
- if ( $plugin_id == $this->get_id() ) {
11942
- $this->_deactivate_license();
11943
- } else {
11944
- if ( $this->is_addon_activated( $plugin_id ) ) {
11945
- $fs_addon = self::get_instance_by_id( $plugin_id );
11946
- $fs_addon->_deactivate_license();
11947
- }
11948
- }
11949
-
11950
- return;
11951
-
11952
- case 'check_updates':
11953
- check_admin_referer( $action );
11954
- $this->check_updates();
11955
-
11956
- return;
11957
-
11958
- case 'change_owner':
11959
- $state = fs_request_get( 'state', 'init' );
11960
- switch ( $state ) {
11961
- case 'init':
11962
- $candidate_email = fs_request_get( 'candidate_email', '' );
11963
-
11964
- if ( $this->init_change_owner( $candidate_email ) ) {
11965
- $this->_admin_notices->add( sprintf( $this->get_text( 'change-owner-request-sent-x' ), '<b>' . $this->_user->email . '</b>' ) );
11966
- }
11967
- break;
11968
- case 'owner_confirmed':
11969
- $candidate_email = fs_request_get( 'candidate_email', '' );
11970
-
11971
- $this->_admin_notices->add( sprintf( $this->get_text( 'change-owner-request_owner-confirmed' ), '<b>' . $candidate_email . '</b>' ) );
11972
- break;
11973
- case 'candidate_confirmed':
11974
- if ( $this->complete_change_owner() ) {
11975
- $this->_admin_notices->add_sticky(
11976
- sprintf( $this->get_text( 'change-owner-request_candidate-confirmed' ), '<b>' . $this->_user->email . '</b>' ),
11977
- 'ownership_changed',
11978
- $this->get_text( 'congrats' ) . '!'
11979
- );
11980
- } else {
11981
- // @todo Handle failed ownership change message.
11982
- }
11983
- break;
11984
- }
11985
-
11986
- return;
11987
-
11988
- case 'update_email':
11989
- check_admin_referer( 'update_email' );
11990
-
11991
- $new_email = fs_request_get( 'fs_email_' . $this->get_unique_affix(), '' );
11992
- $result = $this->update_email( $new_email );
11993
-
11994
- if ( isset( $result->error ) ) {
11995
- switch ( $result->error->code ) {
11996
- case 'user_exist':
11997
- $this->_admin_notices->add(
11998
- $this->get_text( 'user-exist-message' ) . ' ' .
11999
- sprintf( $this->get_text( 'user-exist-message_ownership' ), $this->_module_type, '<b>' . $new_email . '</b>' ) .
12000
- sprintf(
12001
- '<a style="margin-left: 10px;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
12002
- $this->get_account_url( 'change_owner', array(
12003
- 'state' => 'init',
12004
- 'candidate_email' => $new_email
12005
- ) ),
12006
- $this->get_text( 'change-ownership' )
12007
- ),
12008
- $this->get_text( 'oops' ) . '...',
12009
- 'error'
12010
- );
12011
- break;
12012
- }
12013
- } else {
12014
- $this->_admin_notices->add( $this->get_text( 'email-updated-message' ) );
12015
- }
12016
-
12017
- return;
12018
-
12019
- case 'update_user_name':
12020
- check_admin_referer( 'update_user_name' );
12021
-
12022
- $result = $this->update_user_name();
12023
-
12024
- if ( isset( $result->error ) ) {
12025
- $this->_admin_notices->add(
12026
- $this->get_text( 'name-update-failed-message' ),
12027
- $this->get_text( 'oops' ) . '...',
12028
- 'error'
12029
- );
12030
- } else {
12031
- $this->_admin_notices->add( $this->get_text( 'name-updated-message' ) );
12032
- }
12033
-
12034
- return;
12035
-
12036
- #region Actions that might be called from external links (e.g. email)
12037
-
12038
- case 'cancel_trial':
12039
- if ( $plugin_id == $this->get_id() ) {
12040
- $this->_cancel_trial();
12041
- } else {
12042
- if ( $this->is_addon_activated( $plugin_id ) ) {
12043
- $fs_addon = self::get_instance_by_id( $plugin_id );
12044
- $fs_addon->_cancel_trial();
12045
- }
12046
- }
12047
-
12048
- return;
12049
-
12050
- case 'verify_email':
12051
- $this->verify_email();
12052
-
12053
- return;
12054
-
12055
- case 'sync_user':
12056
- $this->_handle_account_user_sync();
12057
-
12058
- return;
12059
-
12060
- case $this->get_unique_affix() . '_sync_license':
12061
- $this->_sync_license();
12062
-
12063
- return;
12064
-
12065
- case 'download_latest':
12066
- $this->download_latest_directly( $plugin_id );
12067
-
12068
- return;
12069
-
12070
- #endregion
12071
- }
12072
-
12073
- if ( WP_FS__IS_POST_REQUEST ) {
12074
- $properties = array( 'site_secret_key', 'site_id', 'site_public_key' );
12075
- foreach ( $properties as $p ) {
12076
- if ( 'update_' . $p === $action ) {
12077
- check_admin_referer( $action );
12078
-
12079
- $this->_logger->log( $action );
12080
-
12081
- $site_property = substr( $p, strlen( 'site_' ) );
12082
- $site_property_value = fs_request_get( 'fs_' . $p . '_' . $this->get_unique_affix(), '' );
12083
- $this->get_site()->{$site_property} = $site_property_value;
12084
-
12085
- // Store account after modification.
12086
- $this->_store_site();
12087
-
12088
- $this->do_action( 'account_property_edit', 'site', $site_property, $site_property_value );
12089
-
12090
- $this->_admin_notices->add( sprintf(
12091
- $this->get_text( 'x-updated' ),
12092
- '<b>' . str_replace( '_', ' ', $p ) . '</b>' ) );
12093
-
12094
- return;
12095
- }
12096
- }
12097
- }
12098
- }
12099
-
12100
- /**
12101
- * Account page resources load.
12102
- *
12103
- * @author Vova Feldman (@svovaf)
12104
- * @since 1.0.6
12105
- */
12106
- function _account_page_load() {
12107
- $this->_logger->entrance();
12108
-
12109
- $this->_logger->info( var_export( $_REQUEST, true ) );
12110
-
12111
- fs_enqueue_local_style( 'fs_account', '/admin/account.css' );
12112
-
12113
- if ( $this->has_addons() ) {
12114
- wp_enqueue_script( 'plugin-install' );
12115
- add_thickbox();
12116
-
12117
- function fs_addons_body_class( $classes ) {
12118
- $classes .= ' plugins-php';
12119
-
12120
- return $classes;
12121
- }
12122
-
12123
- add_filter( 'admin_body_class', 'fs_addons_body_class' );
12124
- }
12125
-
12126
- if ( $this->has_paid_plan() &&
12127
- ! $this->has_any_license() &&
12128
- ! $this->is_sync_executed() &&
12129
- $this->is_tracking_allowed()
12130
- ) {
12131
- /**
12132
- * If no licenses found and no sync job was executed during the last 24 hours,
12133
- * just execute the sync job right away (blocking execution).
12134
- *
12135
- * @since 1.1.7.3
12136
- */
12137
- $this->run_manual_sync();
12138
- }
12139
-
12140
- $this->_handle_account_edits();
12141
-
12142
- $this->do_action( 'account_page_load_before_departure' );
12143
- }
12144
-
12145
- /**
12146
- * Render account page.
12147
- *
12148
- * @author Vova Feldman (@svovaf)
12149
- * @since 1.0.0
12150
- */
12151
- function _account_page_render() {
12152
- $this->_logger->entrance();
12153
-
12154
- $template = 'account.php';
12155
- if ( 'billing' === fs_request_get( 'tab' ) ) {
12156
- $template = 'billing.php';
12157
- }
12158
-
12159
- $vars = array( 'id' => $this->_module_id );
12160
-
12161
- /**
12162
- * Added filter to the template to allow developers wrapping the template
12163
- * in custom HTML (e.g. within a wizard/tabs).
12164
- *
12165
- * @author Vova Feldman (@svovaf)
12166
- * @since 1.2.1.6
12167
- */
12168
- echo $this->apply_filters( "templates/{$template}", fs_get_template( $template, $vars ) );
12169
- }
12170
-
12171
- /**
12172
- * Render account connect page.
12173
- *
12174
- * @author Vova Feldman (@svovaf)
12175
- * @since 1.0.7
12176
- */
12177
- function _connect_page_render() {
12178
- $this->_logger->entrance();
12179
-
12180
- $vars = array( 'id' => $this->_module_id );
12181
-
12182
- /**
12183
- * Added filter to the template to allow developers wrapping the template
12184
- * in custom HTML (e.g. within a wizard/tabs).
12185
- *
12186
- * @author Vova Feldman (@svovaf)
12187
- * @since 1.2.1.6
12188
- */
12189
- echo $this->apply_filters( 'templates/connect.php', fs_get_template( 'connect.php', $vars ) );
12190
- }
12191
-
12192
- /**
12193
- * Load required resources before add-ons page render.
12194
- *
12195
- * @author Vova Feldman (@svovaf)
12196
- * @since 1.0.6
12197
- */
12198
- function _addons_page_load() {
12199
- $this->_logger->entrance();
12200
-
12201
- fs_enqueue_local_style( 'fs_addons', '/admin/add-ons.css' );
12202
-
12203
- wp_enqueue_script( 'plugin-install' );
12204
- add_thickbox();
12205
-
12206
- function fs_addons_body_class( $classes ) {
12207
- $classes .= ' plugins-php';
12208
-
12209
- return $classes;
12210
- }
12211
-
12212
- add_filter( 'admin_body_class', 'fs_addons_body_class' );
12213
-
12214
- if ( ! $this->is_registered() && $this->is_org_repo_compliant() ) {
12215
- $this->_admin_notices->add(
12216
- sprintf( $this->get_text( 'addons-info-external-message' ), '<b>' . $this->get_plugin_name() . '</b>' ),
12217
- $this->get_text( 'heads-up' ),
12218
- 'update-nag'
12219
- );
12220
- }
12221
- }
12222
-
12223
- /**
12224
- * Render add-ons page.
12225
- *
12226
- * @author Vova Feldman (@svovaf)
12227
- * @since 1.0.6
12228
- */
12229
- function _addons_page_render() {
12230
- $this->_logger->entrance();
12231
-
12232
- $vars = array( 'id' => $this->_module_id );
12233
-
12234
- /**
12235
- * Added filter to the template to allow developers wrapping the template
12236
- * in custom HTML (e.g. within a wizard/tabs).
12237
- *
12238
- * @author Vova Feldman (@svovaf)
12239
- * @since 1.2.1.6
12240
- */
12241
- echo $this->apply_filters( 'templates/add-ons.php', fs_get_template( 'add-ons.php', $vars ) );
12242
- }
12243
-
12244
- /* Pricing & Upgrade
12245
- ------------------------------------------------------------------------------------------------------------------*/
12246
- /**
12247
- * Render pricing page.
12248
- *
12249
- * @author Vova Feldman (@svovaf)
12250
- * @since 1.0.0
12251
- */
12252
- function _pricing_page_render() {
12253
- $this->_logger->entrance();
12254
-
12255
- $vars = array( 'id' => $this->_module_id );
12256
-
12257
- if ( 'true' === fs_request_get( 'checkout', false ) ) {
12258
- fs_require_once_template( 'checkout.php', $vars );
12259
- } else {
12260
- fs_require_once_template( 'pricing.php', $vars );
12261
- }
12262
- }
12263
-
12264
- #----------------------------------------------------------------------------------
12265
- #region Contact Us
12266
- #----------------------------------------------------------------------------------
12267
-
12268
- /**
12269
- * Render contact-us page.
12270
- *
12271
- * @author Vova Feldman (@svovaf)
12272
- * @since 1.0.3
12273
- */
12274
- function _contact_page_render() {
12275
- $this->_logger->entrance();
12276
-
12277
- $vars = array( 'id' => $this->_module_id );
12278
- fs_require_once_template( 'contact.php', $vars );
12279
- }
12280
-
12281
- #endregion ------------------------------------------------------------------------
12282
-
12283
- /**
12284
- * Hide all admin notices to prevent distractions.
12285
- *
12286
- * @author Vova Feldman (@svovaf)
12287
- * @since 1.0.3
12288
- *
12289
- * @uses remove_all_actions()
12290
- */
12291
- private static function _hide_admin_notices() {
12292
- remove_all_actions( 'admin_notices' );
12293
- remove_all_actions( 'network_admin_notices' );
12294
- remove_all_actions( 'all_admin_notices' );
12295
- remove_all_actions( 'user_admin_notices' );
12296
- }
12297
-
12298
- static function _clean_admin_content_section_hook() {
12299
- self::_hide_admin_notices();
12300
-
12301
- // Hide footer.
12302
- echo '<style>#wpfooter { display: none !important; }</style>';
12303
- }
12304
-
12305
- /**
12306
- * Attach to admin_head hook to hide all admin notices.
12307
- *
12308
- * @author Vova Feldman (@svovaf)
12309
- * @since 1.0.3
12310
- */
12311
- static function _clean_admin_content_section() {
12312
- add_action( 'admin_head', 'Freemius::_clean_admin_content_section_hook' );
12313
- }
12314
-
12315
- /* CSS & JavaScript
12316
- ------------------------------------------------------------------------------------------------------------------*/
12317
- /* function _enqueue_script($handle, $src) {
12318
- $url = plugins_url( substr( WP_FS__DIR_JS, strlen( $this->_plugin_dir_path ) ) . '/assets/js/' . $src );
12319
-
12320
- $this->_logger->entrance( 'script = ' . $url );
12321
-
12322
- wp_enqueue_script( $handle, $url );
12323
- }*/
12324
-
12325
- /* SDK
12326
- ------------------------------------------------------------------------------------------------------------------*/
12327
- private $_user_api;
12328
-
12329
- /**
12330
- *
12331
- * @author Vova Feldman (@svovaf)
12332
- * @since 1.0.2
12333
- *
12334
- * @param bool $flush
12335
- *
12336
- * @return FS_Api
12337
- */
12338
- function get_api_user_scope( $flush = false ) {
12339
- if ( ! isset( $this->_user_api ) || $flush ) {
12340
- $this->_user_api = FS_Api::instance(
12341
- $this->_module_id,
12342
- 'user',
12343
- $this->_user->id,
12344
- $this->_user->public_key,
12345
- ! $this->is_live(),
12346
- $this->_user->secret_key
12347
- );
12348
- }
12349
-
12350
- return $this->_user_api;
12351
- }
12352
-
12353
- private $_site_api;
12354
-
12355
- /**
12356
- *
12357
- * @author Vova Feldman (@svovaf)
12358
- * @since 1.0.2
12359
- *
12360
- * @param bool $flush
12361
- *
12362
- * @return FS_Api
12363
- */
12364
- function get_api_site_scope( $flush = false ) {
12365
- if ( ! isset( $this->_site_api ) || $flush ) {
12366
- $this->_site_api = FS_Api::instance(
12367
- $this->_module_id,
12368
- 'install',
12369
- $this->_site->id,
12370
- $this->_site->public_key,
12371
- ! $this->is_live(),
12372
- $this->_site->secret_key
12373
- );
12374
- }
12375
-
12376
- return $this->_site_api;
12377
- }
12378
-
12379
- private $_plugin_api;
12380
-
12381
- /**
12382
- * Get plugin public API scope.
12383
- *
12384
- * @author Vova Feldman (@svovaf)
12385
- * @since 1.0.7
12386
- *
12387
- * @return FS_Api
12388
- */
12389
- function get_api_plugin_scope() {
12390
- if ( ! isset( $this->_plugin_api ) ) {
12391
- $this->_plugin_api = FS_Api::instance(
12392
- $this->_module_id,
12393
- 'plugin',
12394
- $this->_plugin->id,
12395
- $this->_plugin->public_key,
12396
- ! $this->is_live()
12397
- );
12398
- }
12399
-
12400
- return $this->_plugin_api;
12401
- }
12402
-
12403
- /**
12404
- * Get site API scope object (fallback to public plugin scope when not registered).
12405
- *
12406
- * @author Vova Feldman (@svovaf)
12407
- * @since 1.0.7
12408
- *
12409
- * @return FS_Api
12410
- */
12411
- function get_api_site_or_plugin_scope() {
12412
- return $this->is_registered() ?
12413
- $this->get_api_site_scope() :
12414
- $this->get_api_plugin_scope();
12415
- }
12416
-
12417
- /**
12418
- * Show trial promotional notice (if any trial exist).
12419
- *
12420
- * @author Vova Feldman (@svovaf)
12421
- * @since 1.0.9
12422
- *
12423
- * @param $plans
12424
- */
12425
- function _check_for_trial_plans( $plans ) {
12426
- $this->_storage->has_trial_plan = FS_Plan_Manager::instance()->has_trial_plan( $plans );
12427
- }
12428
-
12429
- /**
12430
- * During trial promotion the "upgrade" submenu item turns to
12431
- * "start trial" to encourage the trial. Since we want to keep
12432
- * the same menu item handler and there's no robust way to
12433
- * add new arguments to the menu item link's querystring,
12434
- * use JavaScript to find the menu item and update the href of
12435
- * the link.
12436
- *
12437
- * @author Vova Feldman (@svovaf)
12438
- * @since 1.2.1.5
12439
- */
12440
- function _fix_start_trial_menu_item_url() {
12441
- $template_args = array( 'id' => $this->_module_id );
12442
- fs_require_template( 'add-trial-to-pricing.php', $template_args );
12443
- }
12444
-
12445
- /**
12446
- * Check if module is currently in a trial promotion mode.
12447
- *
12448
- * @author Vova Feldman (@svovaf)
12449
- * @since 1.2.2.7
12450
- *
12451
- * @return bool
12452
- */
12453
- function is_in_trial_promotion() {
12454
- return $this->_admin_notices->has_sticky( 'trial_promotion' );
12455
- }
12456
-
12457
- /**
12458
- * Show trial promotional notice (if any trial exist).
12459
- *
12460
- * @author Vova Feldman (@svovaf)
12461
- * @since 1.0.9
12462
- *
12463
- * @return bool If trial notice added.
12464
- */
12465
- function _add_trial_notice() {
12466
- if ( ! $this->is_user_admin() ) {
12467
- return false;
12468
- }
12469
-
12470
- if ( ! $this->is_user_in_admin() ) {
12471
- return false;
12472
- }
12473
-
12474
- // Check if trial message is already shown.
12475
- if ( $this->is_in_trial_promotion() ) {
12476
- add_action( 'admin_footer', array( &$this, '_fix_start_trial_menu_item_url' ) );
12477
-
12478
- $this->_menu->add_counter_to_menu_item( 1, 'fs-trial' );
12479
-
12480
- return false;
12481
- }
12482
-
12483
- if ( $this->is_premium() && ! WP_FS__DEV_MODE ) {
12484
- // Don't show trial if running the premium code, unless running in DEV mode.
12485
- return false;
12486
- }
12487
-
12488
- if ( ! $this->has_trial_plan() ) {
12489
- // No plans with trial.
12490
- return false;
12491
- }
12492
-
12493
- if ( ! $this->apply_filters( 'show_trial', true ) ) {
12494
- // Developer explicitly asked not to show the trial promo.
12495
- return false;
12496
- }
12497
-
12498
- if ( $this->is_registered() ) {
12499
- // Check if trial already utilized.
12500
- if ( $this->_site->is_trial_utilized() ) {
12501
- return false;
12502
- }
12503
-
12504
- if ( $this->is_paying_or_trial() ) {
12505
- // Don't show trial if paying or already in trial.
12506
- return false;
12507
- }
12508
- }
12509
-
12510
- if ( $this->is_activation_mode() || $this->is_pending_activation() ) {
12511
- // If not yet opted-in/skipped, or pending activation, don't show trial.
12512
- return false;
12513
- }
12514
-
12515
- $last_time_trial_promotion_shown = $this->_storage->get( 'trial_promotion_shown', false );
12516
- $was_promotion_shown_before = ( false !== $last_time_trial_promotion_shown );
12517
-
12518
- // Show promotion if never shown before and 24 hours after initial activation with FS.
12519
- if ( ! $was_promotion_shown_before &&
12520
- $this->_storage->install_timestamp > ( time() - WP_FS__TIME_24_HOURS_IN_SEC )
12521
- ) {
12522
- return false;
12523
- }
12524
-
12525
- // OR if promotion was shown before, try showing it every 30 days.
12526
- if ( $was_promotion_shown_before &&
12527
- 30 * WP_FS__TIME_24_HOURS_IN_SEC > time() - $last_time_trial_promotion_shown
12528
- ) {
12529
- return false;
12530
- }
12531
-
12532
- $trial_period = $this->_trial_days;
12533
- $require_payment = $this->_is_trial_require_payment;
12534
- $trial_url = $this->get_trial_url();
12535
- $plans_string = strtolower( $this->get_text( 'awesome' ) );
12536
-
12537
- if ( $this->is_registered() ) {
12538
- // If opted-in, override trial with up to date data from API.
12539
- $trial_plans = FS_Plan_Manager::instance()->get_trial_plans( $this->_plans );
12540
- $trial_plans_count = count( $trial_plans );
12541
-
12542
- if ( 0 === $trial_plans_count ) {
12543
- // If there's no plans with a trial just exit.
12544
- return false;
12545
- }
12546
-
12547
- /**
12548
- * @var FS_Plugin_Plan $paid_plan
12549
- */
12550
- $paid_plan = $trial_plans[0];
12551
- $require_payment = $paid_plan->is_require_subscription;
12552
- $trial_period = $paid_plan->trial_period;
12553
-
12554
- $total_paid_plans = count( $this->_plans ) - ( FS_Plan_Manager::instance()->has_free_plan( $this->_plans ) ? 1 : 0 );
12555
-
12556
- if ( $total_paid_plans !== $trial_plans_count ) {
12557
- // Not all paid plans have a trial - generate a string of those that have it.
12558
- for ( $i = 0; $i < $trial_plans_count; $i ++ ) {
12559
- $plans_string .= sprintf(
12560
- ' <a href="%s">%s</a>',
12561
- $trial_url,
12562
- $trial_plans[ $i ]->title
12563
- );
12564
-
12565
- if ( $i < $trial_plans_count - 2 ) {
12566
- $plans_string .= ', ';
12567
- } else if ( $i == $trial_plans_count - 2 ) {
12568
- $plans_string .= ' and ';
12569
- }
12570
- }
12571
- }
12572
- }
12573
-
12574
- $message = sprintf(
12575
- $this->get_text( 'hey' ) . '! ' . $this->get_text( 'trial-x-promotion-message' ),
12576
- sprintf( '<b>%s</b>', $this->get_plugin_name() ),
12577
- $plans_string,
12578
- $trial_period
12579
- );
12580
-
12581
- // "No Credit-Card Required" or "No Commitment for N Days".
12582
- $cc_string = $require_payment ?
12583
- sprintf( $this->get_text( 'no-commitment-for-x-days' ), $trial_period ) :
12584
- $this->get_text( 'no-cc-required' ) . '!';
12585
-
12586
-
12587
- // Start trial button.
12588
- $button = ' ' . sprintf(
12589
- '<a style="margin-left: 10px; vertical-align: super;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
12590
- $trial_url,
12591
- $this->get_text( 'start-free-trial' )
12592
- );
12593
-
12594
- $this->_admin_notices->add_sticky(
12595
- $this->apply_filters( 'trial_promotion_message', "{$message} {$cc_string} {$button}" ),
12596
- 'trial_promotion',
12597
- '',
12598
- 'promotion'
12599
- );
12600
-
12601
- $this->_storage->trial_promotion_shown = WP_FS__SCRIPT_START_TIME;
12602
-
12603
- return true;
12604
- }
12605
-
12606
- /**
12607
- * @author Vova Feldman (@svovaf)
12608
- * @since 1.2.1.5
12609
- */
12610
- function _enqueue_common_css() {
12611
- if ( $this->has_paid_plan() && ! $this->is_paying() ) {
12612
- // Add basic CSS for admin-notices and menu-item colors.
12613
- fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
12614
- }
12615
- }
12616
-
12617
- /**
12618
- * @author Leo Fajardo (leorw)
12619
- * @since 1.2.2
12620
- */
12621
- function _show_theme_activation_optin_dialog() {
12622
- fs_enqueue_local_style( 'fs_connect', '/admin/connect.css' );
12623
-
12624
- add_action( 'admin_footer-themes.php', array( &$this, '_add_fs_theme_activation_dialog' ) );
12625
- }
12626
-
12627
- /**
12628
- * @author Leo Fajardo (leorw)
12629
- * @since 1.2.2
12630
- */
12631
- function _add_fs_theme_activation_dialog() {
12632
- $vars = array( 'id' => $this->_module_id );
12633
- fs_require_once_template( 'connect.php', $vars );
12634
- }
12635
-
12636
- /* Action Links
12637
- ------------------------------------------------------------------------------------------------------------------*/
12638
- private $_action_links_hooked = false;
12639
- private $_action_links = array();
12640
-
12641
- /**
12642
- * Hook to plugin action links filter.
12643
- *
12644
- * @author Vova Feldman (@svovaf)
12645
- * @since 1.0.0
12646
- */
12647
- private function hook_plugin_action_links() {
12648
- $this->_logger->entrance();
12649
-
12650
- $this->_action_links_hooked = true;
12651
-
12652
- $this->_logger->log( 'Adding action links hooks.' );
12653
-
12654
- // Add action link to settings page.
12655
- add_filter( 'plugin_action_links_' . $this->_plugin_basename, array(
12656
- &$this,
12657
- '_modify_plugin_action_links_hook'
12658
- ), WP_FS__DEFAULT_PRIORITY, 2 );
12659
- add_filter( 'network_admin_plugin_action_links_' . $this->_plugin_basename, array(
12660
- &$this,
12661
- '_modify_plugin_action_links_hook'
12662
- ), WP_FS__DEFAULT_PRIORITY, 2 );
12663
- }
12664
-
12665
- /**
12666
- * Add plugin action link.
12667
- *
12668
- * @author Vova Feldman (@svovaf)
12669
- * @since 1.0.0
12670
- *
12671
- * @param $label
12672
- * @param $url
12673
- * @param bool $external
12674
- * @param int $priority
12675
- * @param bool $key
12676
- */
12677
- function add_plugin_action_link( $label, $url, $external = false, $priority = WP_FS__DEFAULT_PRIORITY, $key = false ) {
12678
- $this->_logger->entrance();
12679
-
12680
- if ( ! isset( $this->_action_links[ $priority ] ) ) {
12681
- $this->_action_links[ $priority ] = array();
12682
- }
12683
-
12684
- if ( false === $key ) {
12685
- $key = preg_replace( "/[^A-Za-z0-9 ]/", '', strtolower( $label ) );
12686
- }
12687
-
12688
- $this->_action_links[ $priority ][] = array(
12689
- 'label' => $label,
12690
- 'href' => $url,
12691
- 'key' => $key,
12692
- 'external' => $external
12693
- );
12694
- }
12695
-
12696
- /**
12697
- * Adds Upgrade and Add-Ons links to the main Plugins page link actions collection.
12698
- *
12699
- * @author Vova Feldman (@svovaf)
12700
- * @since 1.0.0
12701
- */
12702
- function _add_upgrade_action_link() {
12703
- $this->_logger->entrance();
12704
-
12705
- if ( $this->is_registered() ) {
12706
- if ( ! $this->is_paying() && $this->has_paid_plan() ) {
12707
- $this->add_plugin_action_link(
12708
- $this->get_text( 'upgrade' ),
12709
- $this->get_upgrade_url(),
12710
- false,
12711
- 7,
12712
- 'upgrade'
12713
- );
12714
- }
12715
-
12716
- if ( $this->has_addons() ) {
12717
- $this->add_plugin_action_link(
12718
- $this->get_text( 'add-ons' ),
12719
- $this->_get_admin_page_url( 'addons' ),
12720
- false,
12721
- 9,
12722
- 'addons'
12723
- );
12724
- }
12725
- }
12726
- }
12727
-
12728
- /**
12729
- * Adds "Activate License" or "Change License" link to the main Plugins page link actions collection.
12730
- *
12731
- * @author Leo Fajardo (@leorw)
12732
- * @since 1.1.9
12733
- */
12734
- function _add_license_action_link() {
12735
- $this->_logger->entrance();
12736
-
12737
- if ( $this->is_free_plan() && $this->is_addon() ) {
12738
- return;
12739
- }
12740
-
12741
- if ( ! self::is_ajax() ) {
12742
- // Inject license activation dialog UI and client side code.
12743
- add_action( 'admin_footer', array( &$this, '_add_license_activation_dialog_box' ) );
12744
- }
12745
-
12746
- $link_text = $this->get_text(
12747
- $this->is_free_plan() ?
12748
- 'activate-license' :
12749
- 'change-license'
12750
- );
12751
-
12752
- $this->add_plugin_action_link(
12753
- $link_text,
12754
- '#',
12755
- false,
12756
- 11,
12757
- ( 'activate-license ' . $this->get_unique_affix() )
12758
- );
12759
- }
12760
-
12761
- /**
12762
- * Adds "Opt in" or "Opt out" link to the main "Plugins" page link actions collection.
12763
- *
12764
- * @author Leo Fajardo (@leorw)
12765
- * @since 1.2.1.5
12766
- */
12767
- function _add_tracking_links() {
12768
- if ( ! current_user_can( 'activate_plugins' ) ) {
12769
- return;
12770
- }
12771
-
12772
- $this->_logger->entrance();
12773
-
12774
- if ( fs_request_is_action_secure( $this->get_unique_affix() . '_reconnect' ) ) {
12775
- if ( ! $this->is_registered() && $this->is_anonymous() ) {
12776
- $this->connect_again();
12777
-
12778
- return;
12779
- }
12780
- }
12781
-
12782
- if ( ( $this->is_plugin() && ! self::is_plugins_page() ) ||
12783
- ( $this->is_theme() && ! self::is_themes_page() )
12784
- ) {
12785
- // Only show tracking links on the plugins and themes pages.
12786
- return;
12787
- }
12788
-
12789
- if ( ! $this->is_enable_anonymous() ) {
12790
- // Don't allow to opt-out if anonymous mode is disabled.
12791
- return;
12792
- }
12793
-
12794
- if ( ! $this->is_free_plan() ) {
12795
- // Don't allow to opt-out if running in paid plan.
12796
- return;
12797
- }
12798
-
12799
- if ( $this->add_ajax_action( 'stop_tracking', array( &$this, '_stop_tracking_callback' ) ) ) {
12800
- return;
12801
- }
12802
-
12803
- if ( $this->add_ajax_action( 'allow_tracking', array( &$this, '_allow_tracking_callback' ) ) ) {
12804
- return;
12805
- }
12806
-
12807
- $url = '#';
12808
-
12809
- if ( $this->is_registered() ) {
12810
- if ( $this->is_tracking_allowed() ) {
12811
- $link_text_id = 'opt-out';
12812
- } else {
12813
- $link_text_id = 'opt-in';
12814
- }
12815
-
12816
- add_action( 'admin_footer', array( &$this, '_add_optout_dialog' ) );
12817
- } else {
12818
- $link_text_id = 'opt-in';
12819
-
12820
- $params = ! $this->is_anonymous() ?
12821
- array() :
12822
- array(
12823
- 'nonce' => wp_create_nonce( $this->get_unique_affix() . '_reconnect' ),
12824
- 'fs_action' => ( $this->get_unique_affix() . '_reconnect' ),
12825
- );
12826
-
12827
- $url = $this->get_activation_url( $params );
12828
- }
12829
-
12830
- if ( $this->is_plugin() && self::is_plugins_page() ) {
12831
- $this->add_plugin_action_link(
12832
- $this->get_text( $link_text_id ),
12833
- $url,
12834
- false,
12835
- 13,
12836
- "opt-in-or-opt-out {$this->_slug}"
12837
- );
12838
- }
12839
- }
12840
-
12841
- /**
12842
- * Get the URL of the page that should be loaded right after the plugin activation.
12843
- *
12844
- * @author Vova Feldman (@svovaf)
12845
- * @since 1.1.7.4
12846
- *
12847
- * @return string
12848
- */
12849
- function get_after_plugin_activation_redirect_url() {
12850
- $url = false;
12851
-
12852
- if ( ! $this->is_addon() || ! $this->has_free_plan() ) {
12853
- $first_time_path = $this->_menu->get_first_time_path();
12854
- $url = $this->is_activation_mode() ?
12855
- $this->get_activation_url() :
12856
- ( empty( $first_time_path ) ?
12857
- $this->_get_admin_page_url() :
12858
- $first_time_path );
12859
- } else {
12860
- $plugin_fs = false;
12861
-
12862
- if ( $this->is_parent_plugin_installed() ) {
12863
- $plugin_fs = self::get_parent_instance();
12864
- }
12865
-
12866
- if ( is_object( $plugin_fs ) ) {
12867
- if ( ! $plugin_fs->is_registered() ) {
12868
- // Forward to parent plugin connect when parent not registered.
12869
- $url = $plugin_fs->get_activation_url();
12870
- } else {
12871
- // Forward to account page.
12872
- $url = $plugin_fs->_get_admin_page_url( 'account' );
12873
- }
12874
- }
12875
- }
12876
-
12877
- return $url;
12878
- }
12879
-
12880
- /**
12881
- * Forward page to activation page.
12882
- *
12883
- * @author Vova Feldman (@svovaf)
12884
- * @since 1.0.3
12885
- */
12886
- function _redirect_on_activation_hook() {
12887
- $url = $this->get_after_plugin_activation_redirect_url();
12888
-
12889
- if ( is_string( $url ) ) {
12890
- fs_redirect( $url );
12891
- }
12892
- }
12893
-
12894
- /**
12895
- * Modify plugin's page action links collection.
12896
- *
12897
- * @author Vova Feldman (@svovaf)
12898
- * @since 1.0.0
12899
- *
12900
- * @param array $links
12901
- * @param $file
12902
- *
12903
- * @return array
12904
- */
12905
- function _modify_plugin_action_links_hook( $links, $file ) {
12906
- $this->_logger->entrance();
12907
-
12908
- $passed_deactivate = false;
12909
- $deactivate_link = '';
12910
- $before_deactivate = array();
12911
- $after_deactivate = array();
12912
- foreach ( $links as $key => $link ) {
12913
- if ( 'deactivate' === $key ) {
12914
- $deactivate_link = $link;
12915
- $passed_deactivate = true;
12916
- continue;
12917
- }
12918
-
12919
- if ( ! $passed_deactivate ) {
12920
- $before_deactivate[ $key ] = $link;
12921
- } else {
12922
- $after_deactivate[ $key ] = $link;
12923
- }
12924
- }
12925
-
12926
- ksort( $this->_action_links );
12927
-
12928
- foreach ( $this->_action_links as $new_links ) {
12929
- foreach ( $new_links as $link ) {
12930
- $before_deactivate[ $link['key'] ] = '<a href="' . $link['href'] . '"' . ( $link['external'] ? ' target="_blank"' : '' ) . '>' . $link['label'] . '</a>';
12931
- }
12932
- }
12933
-
12934
- if ( ! empty( $deactivate_link ) ) {
12935
- /**
12936
- * This HTML element is used to identify the correct plugin when attaching an event to its Deactivate link.
12937
- *
12938
- * @since 1.2.1.6 Always show the deactivation feedback form since we added automatic free version deactivation upon premium code activation.
12939
- */
12940
- $deactivate_link .= '<i class="fs-module-id" data-module-id="' . $this->_module_id . '"></i>';
12941
-
12942
- // Append deactivation link.
12943
- $before_deactivate['deactivate'] = $deactivate_link;
12944
- }
12945
-
12946
- return array_merge( $before_deactivate, $after_deactivate );
12947
- }
12948
-
12949
- /**
12950
- * Adds admin message.
12951
- *
12952
- * @author Vova Feldman (@svovaf)
12953
- * @since 1.0.4
12954
- *
12955
- * @param string $message
12956
- * @param string $title
12957
- * @param string $type
12958
- */
12959
- function add_admin_message( $message, $title = '', $type = 'success' ) {
12960
- $this->_admin_notices->add( $message, $title, $type );
12961
- }
12962
-
12963
- /**
12964
- * Adds sticky admin message.
12965
- *
12966
- * @author Vova Feldman (@svovaf)
12967
- * @since 1.1.0
12968
- *
12969
- * @param string $message
12970
- * @param string $id
12971
- * @param string $title
12972
- * @param string $type
12973
- */
12974
- function add_sticky_admin_message( $message, $id, $title = '', $type = 'success' ) {
12975
- $this->_admin_notices->add_sticky( $message, $id, $title, $type );
12976
- }
12977
-
12978
- /**
12979
- * Helper function that returns the final steps for the upgrade completion.
12980
- *
12981
- * If the module is already running the premium code, returns an empty string.
12982
- *
12983
- * @author Vova Feldman (@svovaf)
12984
- * @since 1.2.1
12985
- *
12986
- * @param string $plan_title
12987
- *
12988
- * @return string
12989
- */
12990
- private function get_complete_upgrade_instructions( $plan_title = '' ) {
12991
- if ( ! $this->has_premium_version() || $this->is_premium() ) {
12992
- return '';
12993
- }
12994
-
12995
- if ( empty( $plan_title ) ) {
12996
- $plan_title = $this->_site->plan->title;
12997
- }
12998
-
12999
- // @since 1.2.1.5 The free version is auto deactivated.
13000
- $deactivation_step = version_compare( $this->version, '1.2.1.5', '<' ) ?
13001
- ( '<li>' . $this->get_text( 'deactivate-free-version' ) . '.</li>' ) :
13002
- '';
13003
-
13004
- return sprintf(
13005
- ' %s: <ol><li>%s.</li>%s<li>%s (<a href="%s" target="_blank">%s</a>).</li></ol>',
13006
- $this->get_text( 'follow-steps-to-complete-upgrade' ),
13007
- $this->get_latest_download_link( sprintf(
13008
- $this->get_text( 'download-latest-x-version' ),
13009
- $plan_title
13010
- ) ),
13011
- $deactivation_step,
13012
- $this->get_text( 'upload-and-activate' ),
13013
- '//bit.ly/upload-wp-' . $this->_module_type . 's',
13014
- $this->get_text( 'howto-upload-activate' )
13015
- );
13016
- }
13017
-
13018
- /**
13019
- * @author Vova Feldman (@svovaf)
13020
- * @since 1.2.1.7
13021
- *
13022
- * @param string $key
13023
- *
13024
- * @return string
13025
- */
13026
- function get_text( $key ) {
13027
- return fs_text( $key, $this->_slug );
13028
- }
13029
-
13030
- #----------------------------------------------------------------------------------
13031
- #region Versioning
13032
- #----------------------------------------------------------------------------------
13033
-
13034
- /**
13035
- * Check if Freemius in SDK upgrade mode.
13036
- *
13037
- * @author Vova Feldman (@svovaf)
13038
- * @since 1.0.9
13039
- *
13040
- * @return bool
13041
- */
13042
- function is_sdk_upgrade_mode() {
13043
- return isset( $this->_storage->sdk_upgrade_mode ) ?
13044
- $this->_storage->sdk_upgrade_mode :
13045
- false;
13046
- }
13047
-
13048
- /**
13049
- * Turn SDK upgrade mode off.
13050
- *
13051
- * @author Vova Feldman (@svovaf)
13052
- * @since 1.0.9
13053
- */
13054
- function set_sdk_upgrade_complete() {
13055
- $this->_storage->sdk_upgrade_mode = false;
13056
- }
13057
-
13058
- /**
13059
- * Check if plugin upgrade mode.
13060
- *
13061
- * @author Vova Feldman (@svovaf)
13062
- * @since 1.0.9
13063
- *
13064
- * @return bool
13065
- */
13066
- function is_plugin_upgrade_mode() {
13067
- return isset( $this->_storage->plugin_upgrade_mode ) ?
13068
- $this->_storage->plugin_upgrade_mode :
13069
- false;
13070
- }
13071
-
13072
- /**
13073
- * Turn plugin upgrade mode off.
13074
- *
13075
- * @author Vova Feldman (@svovaf)
13076
- * @since 1.0.9
13077
- */
13078
- function set_plugin_upgrade_complete() {
13079
- $this->_storage->plugin_upgrade_mode = false;
13080
- }
13081
-
13082
- #endregion
13083
-
13084
- #----------------------------------------------------------------------------------
13085
- #region Permissions
13086
- #----------------------------------------------------------------------------------
13087
-
13088
- /**
13089
- * Check if specific permission requested.
13090
- *
13091
- * @author Vova Feldman (@svovaf)
13092
- * @since 1.1.6
13093
- *
13094
- * @param string $permission
13095
- *
13096
- * @return bool
13097
- */
13098
- function is_permission_requested( $permission ) {
13099
- return isset( $this->_permissions[ $permission ] ) && ( true === $this->_permissions[ $permission ] );
13100
- }
13101
-
13102
- #endregion
13103
-
13104
- #----------------------------------------------------------------------------------
13105
- #region Auto Activation
13106
- #----------------------------------------------------------------------------------
13107
-
13108
- /**
13109
- * Hints the SDK if running an auto-installation.
13110
- *
13111
- * @var bool
13112
- */
13113
- private $_isAutoInstall = false;
13114
-
13115
- /**
13116
- * After upgrade callback to install and auto activate a plugin.
13117
- * This code will only be executed on explicit request from the user,
13118
- * following the practice Jetpack are using with their theme installations.
13119
- *
13120
- * @link https://make.wordpress.org/plugins/2017/03/16/clarification-of-guideline-8-executable-code-and-installs/
13121
- *
13122
- * @author Vova Feldman (@svovaf)
13123
- * @since 1.2.1.7
13124
- */
13125
- function _install_premium_version_ajax_action() {
13126
- $this->_logger->entrance();
13127
-
13128
- $this->check_ajax_referer( 'install_premium_version' );
13129
-
13130
- if ( ! $this->is_registered() ) {
13131
- // Not registered.
13132
- self::shoot_ajax_failure( array(
13133
- 'message' => $this->get_text( 'auto-install-error-not-opted-in' ),
13134
- 'code' => 'premium_installed',
13135
- ) );
13136
- }
13137
-
13138
- $plugin_id = fs_request_get( 'module_id', $this->get_id() );
13139
-
13140
- if ( ! FS_Plugin::is_valid_id( $plugin_id ) ) {
13141
- // Invalid ID.
13142
- self::shoot_ajax_failure( array(
13143
- 'message' => $this->get_text( 'auto-install-error-invalid-id' ),
13144
- 'code' => 'invalid_module_id',
13145
- ) );
13146
- }
13147
-
13148
- if ( $plugin_id == $this->get_id() ) {
13149
- if ( $this->is_premium() ) {
13150
- // Already using the premium code version.
13151
- self::shoot_ajax_failure( array(
13152
- 'message' => $this->get_text( 'auto-install-error-premium-activated' ),
13153
- 'code' => 'premium_installed',
13154
- ) );
13155
- }
13156
- if ( ! $this->can_use_premium_code() ) {
13157
- // Don't have access to the premium code.
13158
- self::shoot_ajax_failure( array(
13159
- 'message' => $this->get_text( 'auto-install-error-invalid-license' ),
13160
- 'code' => 'invalid_license',
13161
- ) );
13162
- }
13163
- if ( ! $this->has_release_on_freemius() ) {
13164
- // Plugin is a serviceware, no premium code version.
13165
- self::shoot_ajax_failure( array(
13166
- 'message' => $this->get_text( 'auto-install-error-serviceware' ),
13167
- 'code' => 'premium_version_missing',
13168
- ) );
13169
- }
13170
- } else {
13171
- $addon = $this->get_addon( $plugin_id );
13172
-
13173
- if ( ! is_object( $addon ) ) {
13174
- // Invalid add-on ID.
13175
- self::shoot_ajax_failure( array(
13176
- 'message' => $this->get_text( 'auto-install-error-invalid-id' ),
13177
- 'code' => 'invalid_module_id',
13178
- ) );
13179
- }
13180
-
13181
- if ( $this->is_addon_activated( $plugin_id, true ) ) {
13182
- // Premium add-on version is already activated.
13183
- self::shoot_ajax_failure( array(
13184
- 'message' => $this->get_text( 'auto-install-error-premium-addon-activated' ),
13185
- 'code' => 'premium_installed',
13186
- ) );
13187
- }
13188
- }
13189
-
13190
- $this->_isAutoInstall = true;
13191
-
13192
- // Try to install and activate.
13193
- $updater = new FS_Plugin_Updater( $this );
13194
- $result = $updater->install_and_activate_plugin( $plugin_id );
13195
-
13196
- if ( is_array( $result ) && ! empty( $result['message'] ) ) {
13197
- self::shoot_ajax_failure( array(
13198
- 'message' => $result['message'],
13199
- 'code' => $result['code'],
13200
- ) );
13201
- }
13202
-
13203
- self::shoot_ajax_success( $result );
13204
- }
13205
-
13206
- /**
13207
- * Displays module activation dialog box after a successful upgrade
13208
- * where the user explicitly requested to auto download and install
13209
- * the premium version.
13210
- *
13211
- * @author Vova Feldman (@svovaf)
13212
- * @since 1.2.1.7
13213
- */
13214
- function _add_auto_installation_dialog_box() {
13215
- $this->_logger->entrance();
13216
-
13217
- if ( ! $this->is_registered() ) {
13218
- // Not registered.
13219
- return;
13220
- }
13221
-
13222
- $plugin_id = fs_request_get( 'plugin_id', $this->get_id() );
13223
-
13224
- if ( ! FS_Plugin::is_valid_id( $plugin_id ) ) {
13225
- // Invalid module ID.
13226
- return;
13227
- }
13228
-
13229
- if ( $plugin_id == $this->get_id() ) {
13230
- if ( $this->is_premium() ) {
13231
- // Already using the premium code version.
13232
- return;
13233
- }
13234
- if ( ! $this->can_use_premium_code() ) {
13235
- // Don't have access to the premium code.
13236
- return;
13237
- }
13238
- if ( ! $this->has_release_on_freemius() ) {
13239
- // Plugin is a serviceware, no premium code version.
13240
- return;
13241
- }
13242
- } else {
13243
- $addon = $this->get_addon( $plugin_id );
13244
-
13245
- if ( ! is_object( $addon ) ) {
13246
- // Invalid add-on ID.
13247
- return;
13248
- }
13249
-
13250
- if ( $this->is_addon_activated( $plugin_id, true ) ) {
13251
- // Premium add-on version is already activated.
13252
- return;
13253
- }
13254
- }
13255
-
13256
- $vars = array(
13257
- 'id' => $plugin_id,
13258
- 'slug' => $this->_slug,
13259
- );
13260
-
13261
- fs_require_template( 'auto-installation.php', $vars );
13262
- }
13263
-
13264
- #endregion
13265
-
13266
- #--------------------------------------------------------------------------------
13267
- #region Tabs Integration
13268
- #--------------------------------------------------------------------------------
13269
-
13270
- #region Module's Original Tabs
13271
-
13272
- /**
13273
- * Inject a JavaScript logic to capture the theme tabs HTML.
13274
- *
13275
- * @author Vova Feldman (@svovaf)
13276
- * @since 1.2.2.7
13277
- */
13278
- function _tabs_capture() {
13279
- $this->_logger->entrance();
13280
-
13281
- if ( ! $this->is_theme_settings_page() ||
13282
- ! $this->is_matching_url( $this->main_menu_url() )
13283
- ) {
13284
- return;
13285
- }
13286
-
13287
- $params = array(
13288
- 'id' => $this->_module_id,
13289
- );
13290
-
13291
- fs_require_once_template( 'tabs-capture-js.php', $params );
13292
- }
13293
-
13294
- /**
13295
- * Cache theme's tabs HTML for a week. The cache will also be set as expired
13296
- * after version and type (free/premium) changes, in addition to the week period.
13297
- *
13298
- * @author Vova Feldman (@svovaf)
13299
- * @since 1.2.2.7
13300
- */
13301
- function _store_tabs_ajax_action() {
13302
- $this->_logger->entrance();
13303
-
13304
- $this->check_ajax_referer( 'store_tabs' );
13305
-
13306
- // Init filesystem if not yet initiated.
13307
- WP_Filesystem();
13308
-
13309
- // Get POST body HTML data.
13310
- global $wp_filesystem;
13311
- $tabs_html = $wp_filesystem->get_contents( "php://input" );
13312
-
13313
- if ( is_string( $tabs_html ) ) {
13314
- $tabs_html = trim( $tabs_html );
13315
- }
13316
-
13317
- if ( ! is_string( $tabs_html ) || empty( $tabs_html ) ) {
13318
- self::shoot_ajax_failure();
13319
- }
13320
-
13321
- $this->_cache->set( 'tabs', $tabs_html, 7 * WP_FS__TIME_24_HOURS_IN_SEC );
13322
-
13323
- self::shoot_ajax_success();
13324
- }
13325
-
13326
- /**
13327
- * Cache theme's settings page custom styles. The cache will also be set as expired
13328
- * after version and type (free/premium) changes, in addition to the week period.
13329
- *
13330
- * @author Vova Feldman (@svovaf)
13331
- * @since 1.2.2.7
13332
- */
13333
- function _store_tabs_styles() {
13334
- $this->_logger->entrance();
13335
-
13336
- if ( ! $this->is_theme_settings_page() ||
13337
- ! $this->is_matching_url( $this->main_menu_url() )
13338
- ) {
13339
- return;
13340
- }
13341
-
13342
- $wp_styles = wp_styles();
13343
-
13344
- $theme_styles_url = get_template_directory_uri();
13345
-
13346
- $stylesheets = array();
13347
- foreach ( $wp_styles->queue as $handler ) {
13348
- if ( fs_starts_with( $handler, 'fs_' ) ) {
13349
- // Assume that stylesheets that their handler starts with "fs_" belong to the SDK.
13350
- continue;
13351
- }
13352
-
13353
- /**
13354
- * @var _WP_Dependency $stylesheet
13355
- */
13356
- $stylesheet = $wp_styles->registered[ $handler ];
13357
-
13358
- if ( fs_starts_with( $stylesheet->src, $theme_styles_url ) ) {
13359
- $stylesheets[] = $stylesheet->src;
13360
- }
13361
- }
13362
-
13363
- if ( ! empty( $stylesheets ) ) {
13364
- $this->_cache->set( 'tabs_stylesheets', $stylesheets, 7 * WP_FS__TIME_24_HOURS_IN_SEC );
13365
- }
13366
- }
13367
-
13368
- /**
13369
- * Check if module's original settings page has any tabs.
13370
- *
13371
- * @author Vova Feldman (@svovaf)
13372
- * @since 1.2.2.7
13373
- *
13374
- * @return bool
13375
- */
13376
- private function has_tabs() {
13377
- return $this->_cache->has( 'tabs' );
13378
- }
13379
-
13380
- /**
13381
- * Get module's settings page HTML content, starting
13382
- * from the beginning of the <div class="wrap"> element,
13383
- * until the tabs HTML (including).
13384
- *
13385
- * @author Vova Feldman (@svovaf)
13386
- * @since 1.2.2.7
13387
- *
13388
- * @return string
13389
- */
13390
- private function get_tabs_html() {
13391
- $this->_logger->entrance();
13392
-
13393
- return $this->_cache->get( 'tabs' );
13394
- }
13395
-
13396
- /**
13397
- * Check if page should include tabs.
13398
- *
13399
- * @author Vova Feldman (@svovaf)
13400
- * @since 1.2.2.7
13401
- *
13402
- * @return bool
13403
- */
13404
- private function should_page_include_tabs()
13405
- {
13406
- if ( ! $this->has_settings_menu() ) {
13407
- // Don't add tabs if no settings at all.
13408
- return false;
13409
- }
13410
-
13411
- if ( ! $this->is_theme() ) {
13412
- // Only add tabs to themes for now.
13413
- return false;
13414
- }
13415
-
13416
- if ( ! $this->has_paid_plan() && ! $this->has_addons() ) {
13417
- // Only add tabs to monetizing themes.
13418
- return false;
13419
- }
13420
-
13421
- if ( ! $this->is_theme_settings_page() ) {
13422
- // Only add tabs if browsing one of the theme's setting pages.
13423
- return false;
13424
- }
13425
-
13426
- if ( $this->is_admin_page( 'pricing' ) && fs_request_get_bool( 'checkout' ) ) {
13427
- // Don't add tabs on checkout page, we want to reduce distractions
13428
- // as much as possible.
13429
- return false;
13430
- }
13431
-
13432
- return true;
13433
- }
13434
-
13435
- /**
13436
- * Add the tabs HTML before the setting's page content and
13437
- * enqueue any required stylesheets.
13438
- *
13439
- * @author Vova Feldman (@svovaf)
13440
- * @since 1.2.2.7
13441
- *
13442
- * @return bool If tabs were included.
13443
- */
13444
- function _add_tabs_before_content() {
13445
- $this->_logger->entrance();
13446
-
13447
- if ( ! $this->should_page_include_tabs() ) {
13448
- return false;
13449
- }
13450
-
13451
- /**
13452
- * Enqueue the original stylesheets that are included in the
13453
- * theme settings page. That way, if the theme settings has
13454
- * some custom _styled_ content above the tabs UI, this
13455
- * will make sure that the styling is preserved.
13456
- */
13457
- $stylesheets = $this->_cache->get( 'tabs_stylesheets', array() );
13458
- if ( is_array( $stylesheets ) ) {
13459
- for ( $i = 0, $len = count( $stylesheets ); $i < $len; $i ++ ) {
13460
- wp_enqueue_style( "fs_{$this->_module_id}_tabs_{$i}", $stylesheets[ $i ] );
13461
- }
13462
- }
13463
-
13464
- // Cut closing </div> tag.
13465
- echo substr( trim( $this->get_tabs_html() ), 0, - 6 );
13466
-
13467
- return true;
13468
- }
13469
-
13470
- /**
13471
- * Add the tabs closing HTML after the setting's page content.
13472
- *
13473
- * @author Vova Feldman (@svovaf)
13474
- * @since 1.2.2.7
13475
- *
13476
- * @return bool If tabs closing HTML was included.
13477
- */
13478
- function _add_tabs_after_content() {
13479
- $this->_logger->entrance();
13480
-
13481
- if ( ! $this->should_page_include_tabs() ) {
13482
- return false;
13483
- }
13484
-
13485
- echo '</div>';
13486
-
13487
- return true;
13488
- }
13489
-
13490
- #endregion
13491
-
13492
- /**
13493
- * Add in-page JavaScript to inject the Freemius tabs into
13494
- * the module's setting tabs section.
13495
- *
13496
- * @author Vova Feldman (@svovaf)
13497
- * @since 1.2.2.7
13498
- */
13499
- function _add_freemius_tabs() {
13500
- $this->_logger->entrance();
13501
-
13502
- if ( ! $this->should_page_include_tabs() ) {
13503
- return;
13504
- }
13505
-
13506
- $params = array( 'id' => $this->_module_id );
13507
- fs_require_once_template( 'tabs.php', $params );
13508
- }
13509
-
13510
- #endregion
13511
-
13512
- #--------------------------------------------------------------------------------
13513
- #region Customizer Integration for Themes
13514
- #--------------------------------------------------------------------------------
13515
-
13516
- /**
13517
- * @author Vova Feldman (@svovaf)
13518
- * @since 1.2.2.7
13519
- *
13520
- * @param WP_Customize_Manager $customizer
13521
- */
13522
- function _customizer_register($customizer) {
13523
- $this->_logger->entrance();
13524
-
13525
- if ( $this->is_pricing_page_visible() ) {
13526
- require_once WP_FS__DIR_INCLUDES . '/customizer/class-fs-customizer-upsell-control.php';
13527
-
13528
- $customizer->add_section( 'freemius_upsell', array(
13529
- 'title' => '&#9733; ' . $this->get_text( 'view-paid-features' ),
13530
- 'priority' => 1,
13531
- ) );
13532
- $customizer->add_setting( 'freemius_upsell', array(
13533
- 'sanitize_callback' => 'esc_html',
13534
- ) );
13535
-
13536
- $customizer->add_control( new FS_Customizer_Upsell_Control( $customizer, 'freemius_upsell', array(
13537
- 'fs' => $this,
13538
- 'section' => 'freemius_upsell',
13539
- 'priority' => 100,
13540
- ) ) );
13541
- }
13542
-
13543
- if ( $this->is_page_visible( 'contact' ) || $this->is_page_visible( 'support' ) ) {
13544
- require_once WP_FS__DIR_INCLUDES . '/customizer/class-fs-customizer-support-section.php';
13545
-
13546
- // Main Documentation Link In Customizer Root.
13547
- $customizer->add_section( new FS_Customizer_Support_Section( $customizer, 'freemius_support', array(
13548
- 'fs' => $this,
13549
- 'priority' => 1000,
13550
- ) ) );
13551
- }
13552
- }
13553
-
13554
- #endregion
13555
-
13556
- /**
13557
- * If the theme has a paid version, add some custom
13558
- * styling to the theme's premium version (if exists)
13559
- * to highlight that it's the premium version of the
13560
- * same theme, making it easier for identification
13561
- * after the user upgrades and upload it to the site.
13562
- *
13563
- * @author Vova Feldman (@svovaf)
13564
- * @since 1.2.2.7
13565
- */
13566
- function _style_premium_theme() {
13567
- $this->_logger->entrance();
13568
-
13569
- if ( ! self::is_themes_page() ) {
13570
- // Only include in the themes page.
13571
- return;
13572
- }
13573
-
13574
- if ( ! $this->has_paid_plan() ) {
13575
- // Only include if has any paid plans.
13576
- return;
13577
- }
13578
-
13579
- $params = null;
13580
- fs_require_once_template( '/js/jquery.content-change.php', $params );
13581
-
13582
- $params = array(
13583
- 'slug' => $this->_slug,
13584
- 'id' => $this->_module_id,
13585
- );
13586
-
13587
- fs_require_template( '/js/style-premium-theme.php', $params );
13588
- }
13589
-
13590
- #----------------------------------------------------------------------------------
13591
- #region Marketing
13592
- #----------------------------------------------------------------------------------
13593
-
13594
- /**
13595
- * Check if current user purchased any other plugins before.
13596
- *
13597
- * @author Vova Feldman (@svovaf)
13598
- * @since 1.0.9
13599
- *
13600
- * @return bool
13601
- */
13602
- function has_purchased_before() {
13603
- // TODO: Implement has_purchased_before() method.
13604
- throw new Exception( 'not implemented' );
13605
- }
13606
-
13607
- /**
13608
- * Check if current user classified as an agency.
13609
- *
13610
- * @author Vova Feldman (@svovaf)
13611
- * @since 1.0.9
13612
- *
13613
- * @return bool
13614
- */
13615
- function is_agency() {
13616
- // TODO: Implement is_agency() method.
13617
- throw new Exception( 'not implemented' );
13618
- }
13619
-
13620
- /**
13621
- * Check if current user classified as a developer.
13622
- *
13623
- * @author Vova Feldman (@svovaf)
13624
- * @since 1.0.9
13625
- *
13626
- * @return bool
13627
- */
13628
- function is_developer() {
13629
- // TODO: Implement is_developer() method.
13630
- throw new Exception( 'not implemented' );
13631
- }
13632
-
13633
- /**
13634
- * Check if current user classified as a business.
13635
- *
13636
- * @author Vova Feldman (@svovaf)
13637
- * @since 1.0.9
13638
- *
13639
- * @return bool
13640
- */
13641
- function is_business() {
13642
- // TODO: Implement is_business() method.
13643
- throw new Exception( 'not implemented' );
13644
- }
13645
-
13646
- #endregion
13647
- }
1
+ <?php
2
+ /**
3
+ * @package Freemius
4
+ * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
+ * @since 1.0.3
7
+ */
8
+ if ( ! defined( 'ABSPATH' ) ) {
9
+ exit;
10
+ }
11
+
12
+ // "final class"
13
+ class Freemius extends Freemius_Abstract {
14
+ /**
15
+ * SDK Version
16
+ *
17
+ * @var string
18
+ */
19
+ public $version = WP_FS__SDK_VERSION;
20
+
21
+ #region Plugin Info
22
+
23
+ /**
24
+ * @since 1.0.1
25
+ *
26
+ * @var string
27
+ */
28
+ private $_slug;
29
+
30
+ /**
31
+ * @since 1.0.0
32
+ *
33
+ * @var string
34
+ */
35
+ private $_plugin_basename;
36
+ /**
37
+ * @since 1.0.0
38
+ *
39
+ * @var string
40
+ */
41
+ private $_free_plugin_basename;
42
+ /**
43
+ * @since 1.0.0
44
+ *
45
+ * @var string
46
+ */
47
+ private $_plugin_dir_path;
48
+ /**
49
+ * @since 1.0.0
50
+ *
51
+ * @var string
52
+ */
53
+ private $_plugin_dir_name;
54
+ /**
55
+ * @since 1.0.0
56
+ *
57
+ * @var string
58
+ */
59
+ private $_plugin_main_file_path;
60
+ /**
61
+ * @var string[]
62
+ */
63
+ private $_plugin_data;
64
+ /**
65
+ * @since 1.0.9
66
+ *
67
+ * @var string
68
+ */
69
+ private $_plugin_name;
70
+
71
+ #endregion Plugin Info
72
+
73
+ /**
74
+ * @since 1.0.9
75
+ *
76
+ * @var bool If false, don't turn Freemius on.
77
+ */
78
+ private $_is_on;
79
+
80
+ /**
81
+ * @since 1.1.3
82
+ *
83
+ * @var bool If false, don't turn Freemius on.
84
+ */
85
+ private $_is_anonymous;
86
+
87
+ /**
88
+ * @since 1.0.9
89
+ * @var bool If false, issues with connectivity to Freemius API.
90
+ */
91
+ private $_has_api_connection;
92
+
93
+ /**
94
+ * @since 1.0.9
95
+ * @var bool Hints the SDK if plugin can support anonymous mode (if skip connect is visible).
96
+ */
97
+ private $_enable_anonymous;
98
+
99
+ /**
100
+ * @since 1.1.7.5
101
+ * @var bool Hints the SDK if plugin should run in anonymous mode (only adds feedback form).
102
+ */
103
+ private $_anonymous_mode;
104
+
105
+ /**
106
+ * @since 1.1.9
107
+ * @var bool Hints the SDK if plugin have any free plans.
108
+ */
109
+ private $_is_premium_only;
110
+
111
+ /**
112
+ * @since 1.0.8
113
+ * @var bool Hints the SDK if the plugin has any paid plans.
114
+ */
115
+ private $_has_paid_plans;
116
+
117
+ /**
118
+ * @since 1.2.1.5
119
+ * @var int Hints the SDK if the plugin offers a trial period. If negative, no trial, if zero - has a trial but
120
+ * without a specified period, if positive - the number of trial days.
121
+ */
122
+ private $_trial_days = - 1;
123
+
124
+ /**
125
+ * @since 1.2.1.5
126
+ * @var bool Hints the SDK if the trial requires a payment method or not.
127
+ */
128
+ private $_is_trial_require_payment = false;
129
+
130
+ /**
131
+ * @since 1.0.7
132
+ * @var bool Hints the SDK if the plugin is WordPress.org compliant.
133
+ */
134
+ private $_is_org_compliant;
135
+
136
+ /**
137
+ * @since 1.0.7
138
+ * @var bool Hints the SDK if the plugin is has add-ons.
139
+ */
140
+ private $_has_addons;
141
+
142
+ /**
143
+ * @since 1.1.6
144
+ * @var string[]bool.
145
+ */
146
+ private $_permissions;
147
+
148
+ /**
149
+ * @var FS_Key_Value_Storage
150
+ */
151
+ private $_storage;
152
+
153
+ /**
154
+ * @since 1.0.0
155
+ *
156
+ * @var FS_Logger
157
+ */
158
+ private $_logger;
159
+ /**
160
+ * @since 1.0.4
161
+ *
162
+ * @var FS_Plugin
163
+ */
164
+ private $_plugin = false;
165
+ /**
166
+ * @since 1.0.4
167
+ *
168
+ * @var FS_Plugin|false
169
+ */
170
+ private $_parent_plugin = false;
171
+ /**
172
+ * @since 1.1.1
173
+ *
174
+ * @var Freemius
175
+ */
176
+ private $_parent = false;
177
+ /**
178
+ * @since 1.0.1
179
+ *
180
+ * @var FS_User
181
+ */
182
+ private $_user = false;
183
+ /**
184
+ * @since 1.0.1
185
+ *
186
+ * @var FS_Site
187
+ */
188
+ private $_site = false;
189
+ /**
190
+ * @since 1.0.1
191
+ *
192
+ * @var FS_Plugin_License
193
+ */
194
+ private $_license;
195
+ /**
196
+ * @since 1.0.2
197
+ *
198
+ * @var FS_Plugin_Plan[]
199
+ */
200
+ private $_plans = false;
201
+ /**
202
+ * @var FS_Plugin_License[]
203
+ * @since 1.0.5
204
+ */
205
+ private $_licenses = false;
206
+
207
+ /**
208
+ * @since 1.0.1
209
+ *
210
+ * @var FS_Admin_Menu_Manager
211
+ */
212
+ private $_menu;
213
+
214
+ /**
215
+ * @var FS_Admin_Notice_Manager
216
+ */
217
+ private $_admin_notices;
218
+
219
+ /**
220
+ * @since 1.1.6
221
+ *
222
+ * @var FS_Admin_Notice_Manager
223
+ */
224
+ private static $_global_admin_notices;
225
+
226
+ /**
227
+ * @var FS_Logger
228
+ * @since 1.0.0
229
+ */
230
+ private static $_static_logger;
231
+
232
+ /**
233
+ * @var FS_Option_Manager
234
+ * @since 1.0.2
235
+ */
236
+ private static $_accounts;
237
+
238
+ /**
239
+ * @var Freemius[]
240
+ */
241
+ private static $_instances = array();
242
+
243
+ #region Uninstall Reasons IDs
244
+
245
+ const REASON_NO_LONGER_NEEDED = 1;
246
+ const REASON_FOUND_A_BETTER_PLUGIN = 2;
247
+ const REASON_NEEDED_FOR_A_SHORT_PERIOD = 3;
248
+ const REASON_BROKE_MY_SITE = 4;
249
+ const REASON_SUDDENLY_STOPPED_WORKING = 5;
250
+ const REASON_CANT_PAY_ANYMORE = 6;
251
+ const REASON_OTHER = 7;
252
+ const REASON_DIDNT_WORK = 8;
253
+ const REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION = 9;
254
+ const REASON_COULDNT_MAKE_IT_WORK = 10;
255
+ const REASON_GREAT_BUT_NEED_SPECIFIC_FEATURE = 11;
256
+ const REASON_NOT_WORKING = 12;
257
+ const REASON_NOT_WHAT_I_WAS_LOOKING_FOR = 13;
258
+ const REASON_DIDNT_WORK_AS_EXPECTED = 14;
259
+ const REASON_TEMPORARY_DEACTIVATION = 15;
260
+
261
+ #endregion
262
+
263
+ /* Ctor
264
+ ------------------------------------------------------------------------------------------------------------------*/
265
+
266
+ /**
267
+ * Main singleton instance.
268
+ *
269
+ * @author Vova Feldman (@svovaf)
270
+ * @since 1.0.0
271
+ *
272
+ * @param string $slug
273
+ * @param bool $is_init Since 1.2.1 Is initiation sequence.
274
+ */
275
+ private function __construct( $slug, $is_init = false ) {
276
+ $this->_slug = $slug;
277
+
278
+ $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
279
+
280
+ $this->_storage = FS_Key_Value_Storage::instance( 'plugin_data', $this->_slug );
281
+
282
+ $this->_plugin_main_file_path = $this->_find_caller_plugin_file( $is_init );
283
+ $this->_plugin_dir_path = plugin_dir_path( $this->_plugin_main_file_path );
284
+ $this->_plugin_basename = plugin_basename( $this->_plugin_main_file_path );
285
+ $this->_free_plugin_basename = str_replace( '-premium/', '/', $this->_plugin_basename );
286
+
287
+ $base_name_split = explode( '/', $this->_plugin_basename );
288
+ $this->_plugin_dir_name = $base_name_split[0];
289
+
290
+ if ( $this->_logger->is_on() ) {
291
+ $this->_logger->info( 'plugin_main_file_path = ' . $this->_plugin_main_file_path );
292
+ $this->_logger->info( 'plugin_dir_path = ' . $this->_plugin_dir_path );
293
+ $this->_logger->info( 'plugin_basename = ' . $this->_plugin_basename );
294
+ $this->_logger->info( 'free_plugin_basename = ' . $this->_free_plugin_basename );
295
+ $this->_logger->info( 'plugin_dir_name = ' . $this->_plugin_dir_name );
296
+ }
297
+
298
+ // Remember link between file to slug.
299
+ $this->store_file_slug_map();
300
+
301
+ // Store plugin's initial install timestamp.
302
+ if ( ! isset( $this->_storage->install_timestamp ) ) {
303
+ $this->_storage->install_timestamp = WP_FS__SCRIPT_START_TIME;
304
+ }
305
+
306
+ $this->_plugin = FS_Plugin_Manager::instance( $this->_slug )->get();
307
+
308
+ $this->_admin_notices = FS_Admin_Notice_Manager::instance(
309
+ $slug,
310
+ is_object( $this->_plugin ) ? $this->_plugin->title : ''
311
+ );
312
+
313
+ if ( 'true' === fs_request_get( 'fs_clear_api_cache' ) ||
314
+ 'true' === fs_request_is_action( 'restart_freemius' )
315
+ ) {
316
+ FS_Api::clear_cache();
317
+ }
318
+
319
+ $this->_register_hooks();
320
+
321
+ $this->_load_account();
322
+
323
+ $this->_version_updates_handler();
324
+ }
325
+
326
+ /**
327
+ * @author Vova Feldman (@svovaf)
328
+ * @since 1.0.9
329
+ */
330
+ private function _version_updates_handler() {
331
+ if ( ! isset( $this->_storage->sdk_version ) || $this->_storage->sdk_version != $this->version ) {
332
+ // Freemius version upgrade mode.
333
+ $this->_storage->sdk_last_version = $this->_storage->sdk_version;
334
+ $this->_storage->sdk_version = $this->version;
335
+
336
+ if ( empty( $this->_storage->sdk_last_version ) ||
337
+ version_compare( $this->_storage->sdk_last_version, $this->version, '<' )
338
+ ) {
339
+ $this->_storage->sdk_upgrade_mode = true;
340
+ $this->_storage->sdk_downgrade_mode = false;
341
+ } else {
342
+ $this->_storage->sdk_downgrade_mode = true;
343
+ $this->_storage->sdk_upgrade_mode = false;
344
+
345
+ }
346
+
347
+ $this->do_action( 'sdk_version_update', $this->_storage->sdk_last_version, $this->version );
348
+ }
349
+
350
+ $plugin_version = $this->get_plugin_version();
351
+ if ( ! isset( $this->_storage->plugin_version ) || $this->_storage->plugin_version != $plugin_version ) {
352
+ // Plugin version upgrade mode.
353
+ $this->_storage->plugin_last_version = $this->_storage->plugin_version;
354
+ $this->_storage->plugin_version = $plugin_version;
355
+
356
+ if ( empty( $this->_storage->plugin_last_version ) ||
357
+ version_compare( $this->_storage->plugin_last_version, $plugin_version, '<' )
358
+ ) {
359
+ $this->_storage->plugin_upgrade_mode = true;
360
+ $this->_storage->plugin_downgrade_mode = false;
361
+ } else {
362
+ $this->_storage->plugin_downgrade_mode = true;
363
+ $this->_storage->plugin_upgrade_mode = false;
364
+ }
365
+
366
+ if ( ! empty( $this->_storage->plugin_last_version ) ) {
367
+ // Different version of the plugin was installed before, therefore it's an update.
368
+ $this->_storage->is_plugin_new_install = false;
369
+ }
370
+
371
+ $this->do_action( 'plugin_version_update', $this->_storage->plugin_last_version, $plugin_version );
372
+ }
373
+ }
374
+
375
+ /**
376
+ * @author Vova Feldman (@svovaf)
377
+ * @since 1.1.5
378
+ *
379
+ * @param string $sdk_prev_version
380
+ * @param string $sdk_version
381
+ */
382
+ function _data_migration( $sdk_prev_version, $sdk_version ) {
383
+ /**
384
+ * @since 1.1.7.3 Fixed unwanted connectivity test cleanup.
385
+ */
386
+ if ( empty( $sdk_prev_version ) ) {
387
+ return;
388
+ }
389
+
390
+ if ( version_compare( $sdk_prev_version, '1.1.5', '<' ) &&
391
+ version_compare( $sdk_version, '1.1.5', '>=' )
392
+ ) {
393
+ // On version 1.1.5 merged connectivity and is_on data.
394
+ if ( isset( $this->_storage->connectivity_test ) ) {
395
+ if ( ! isset( $this->_storage->is_on ) ) {
396
+ unset( $this->_storage->connectivity_test );
397
+ } else {
398
+ $connectivity_data = $this->_storage->connectivity_test;
399
+ $connectivity_data['is_active'] = $this->_storage->is_on['is_active'];
400
+ $connectivity_data['timestamp'] = $this->_storage->is_on['timestamp'];
401
+
402
+ // Override.
403
+ $this->_storage->connectivity_test = $connectivity_data;
404
+
405
+ // Remove previous structure.
406
+ unset( $this->_storage->is_on );
407
+ }
408
+
409
+ }
410
+ }
411
+ }
412
+
413
+ /**
414
+ * This action is connected to the 'plugins_loaded' hook and helps to determine
415
+ * if this is a new plugin installation or a plugin update.
416
+ *
417
+ * There are 3 different use-cases:
418
+ * 1) New plugin installation right with Freemius:
419
+ * 1.1 _activate_plugin_event_hook() will be executed first
420
+ * 1.2 Since $this->_storage->is_plugin_new_install is not set,
421
+ * and $this->_storage->plugin_last_version is not set,
422
+ * $this->_storage->is_plugin_new_install will be set to TRUE.
423
+ * 1.3 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install will
424
+ * be already set to TRUE.
425
+ *
426
+ * 2) Plugin update, didn't have Freemius before, and now have the SDK:
427
+ * 2.1 _activate_plugin_event_hook() will not be executed, because
428
+ * the activation hook do NOT fires on updates since WP 3.1.
429
+ * 2.2 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install will
430
+ * be empty, therefore, it will be set to FALSE.
431
+ *
432
+ * 3) Plugin update, had Freemius in prev version as well:
433
+ * 3.1 _version_updates_handler() will be executed 1st, since FS was installed
434
+ * before, $this->_storage->plugin_last_version will NOT be empty,
435
+ * therefore, $this->_storage->is_plugin_new_install will be set to FALSE.
436
+ * 3.2 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install is
437
+ * already set, therefore, it will not be modified.
438
+ *
439
+ * Use-case #3 is backward compatible, #3.1 will be executed since 1.0.9.
440
+ *
441
+ * NOTE:
442
+ * The only fallback of this mechanism is if an admin updates a plugin based on use-case #2,
443
+ * and then, the next immediate PageView is the plugin's main settings page, it will not
444
+ * show the opt-in right away. The reason it will happen is because Freemius execution
445
+ * will be turned off till the plugin is fully loaded at least once
446
+ * (till $this->_storage->was_plugin_loaded is TRUE).
447
+ *
448
+ * @author Vova Feldman (@svovaf)
449
+ * @since 1.1.9
450
+ *
451
+ */
452
+ function _plugins_loaded() {
453
+ // Update flag that plugin was loaded with Freemius at least once.
454
+ $this->_storage->was_plugin_loaded = true;
455
+
456
+ if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
457
+ $this->_storage->is_plugin_new_install = false;
458
+ }
459
+ }
460
+
461
+ /**
462
+ * @author Vova Feldman (@svovaf)
463
+ * @since 1.0.9
464
+ */
465
+ private function _register_hooks() {
466
+ $this->_logger->entrance();
467
+
468
+ if ( is_admin() ) {
469
+ $plugin_dir = dirname( $this->_plugin_dir_path ) . '/';
470
+
471
+ /**
472
+ * @since 1.2.2
473
+ *
474
+ * Hook to both free and premium version activations to support
475
+ * auto deactivation on the other version activation.
476
+ */
477
+ register_activation_hook(
478
+ $plugin_dir . $this->_free_plugin_basename,
479
+ array( &$this, '_activate_plugin_event_hook' )
480
+ );
481
+ register_activation_hook(
482
+ $plugin_dir . $this->premium_plugin_basename(),
483
+ array( &$this, '_activate_plugin_event_hook' )
484
+ );
485
+
486
+ /**
487
+ * Part of the mechanism to identify new plugin install vs. plugin update.
488
+ *
489
+ * @author Vova Feldman (@svovaf)
490
+ * @since 1.1.9
491
+ */
492
+ if ( empty( $this->_storage->was_plugin_loaded ) ) {
493
+ if ( $this->is_activation_mode( false ) ) {
494
+ add_action( 'plugins_loaded', array( &$this, '_plugins_loaded' ) );
495
+ } else {
496
+ // If was activated before, then it was already loaded before.
497
+ $this->_plugins_loaded();
498
+ }
499
+ }
500
+
501
+ if ( ! $this->is_ajax() ) {
502
+ if ( ! $this->is_addon() ) {
503
+ add_action( 'init', array( &$this, '_add_default_submenu_items' ), WP_FS__LOWEST_PRIORITY );
504
+ add_action( 'admin_menu', array( &$this, '_prepare_admin_menu' ), WP_FS__LOWEST_PRIORITY );
505
+ }
506
+ }
507
+ }
508
+
509
+ register_deactivation_hook( $this->_plugin_main_file_path, array( &$this, '_deactivate_plugin_hook' ) );
510
+
511
+ add_action( 'init', array( &$this, '_redirect_on_clicked_menu_link' ), WP_FS__LOWEST_PRIORITY );
512
+
513
+ add_action( 'admin_init', array( &$this, '_add_tracking_links' ) );
514
+ add_action( 'admin_init', array( &$this, '_add_license_activation' ) );
515
+ $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
516
+ $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
517
+
518
+ $this->add_action( 'after_plans_sync', array( &$this, '_check_for_trial_plans' ) );
519
+
520
+ $this->add_action( 'sdk_version_update', array( &$this, '_data_migration' ), WP_FS__DEFAULT_PRIORITY, 2 );
521
+
522
+ add_action( 'admin_init', array( &$this, '_add_trial_notice' ) );
523
+ add_action( 'admin_init', array( &$this, '_enqueue_common_css' ) );
524
+
525
+ /**
526
+ * Handle request to reset anonymous mode for `get_reconnect_url()`.
527
+ *
528
+ * @author Vova Feldman (@svovaf)
529
+ * @since 1.2.1.5
530
+ */
531
+ if ( fs_request_is_action( 'reset_anonymous_mode' ) &&
532
+ $this->_slug === fs_request_get( 'fs_slug' )
533
+ ) {
534
+ add_action( 'admin_init', array( &$this, 'connect_again' ) );
535
+ }
536
+ }
537
+
538
+ /**
539
+ * Keeping the uninstall hook registered for free or premium plugin version may result to a fatal error that
540
+ * could happen when a user tries to uninstall either version while one of them is still active. Uninstalling a
541
+ * plugin will trigger inclusion of the free or premium version and if one of them is active during the
542
+ * uninstallation, a fatal error may occur in case the plugin's class or functions are already defined.
543
+ *
544
+ * @author Leo Fajardo (leorw)
545
+ *
546
+ * @since 1.2.0
547
+ */
548
+ private function unregister_uninstall_hook() {
549
+ $uninstallable_plugins = (array) get_option( 'uninstall_plugins' );
550
+ unset( $uninstallable_plugins[ $this->_free_plugin_basename ] );
551
+ unset( $uninstallable_plugins[ $this->premium_plugin_basename() ] );
552
+
553
+ update_option( 'uninstall_plugins', $uninstallable_plugins );
554
+ }
555
+
556
+ /**
557
+ * @since 1.2.0 Invalidate module's main file cache, otherwise, FS_Plugin_Updater will not fetch updates.
558
+ */
559
+ private function clear_module_main_file_cache() {
560
+ if ( ! isset( $this->_storage->plugin_main_file ) ||
561
+ empty( $this->_storage->plugin_main_file->path )
562
+ ) {
563
+ return;
564
+ }
565
+
566
+ $plugin_main_file = clone $this->_storage->plugin_main_file;
567
+
568
+ // Store cached path (2nd layer cache).
569
+ $plugin_main_file->prev_path = $plugin_main_file->path;
570
+
571
+ // Clear cached path.
572
+ unset( $plugin_main_file->path );
573
+
574
+ $this->_storage->plugin_main_file = $plugin_main_file;
575
+ }
576
+
577
+ /**
578
+ * @author Vova Feldman (@svovaf)
579
+ * @since 1.0.9
580
+ */
581
+ private function _register_account_hooks() {
582
+ if ( is_admin() ) {
583
+ // If user is paying or in trial and have the free version installed,
584
+ // assume that the deactivation is for the upgrade process.
585
+ if ( ! $this->is_paying_or_trial() || $this->is_premium() ) {
586
+ $this->add_ajax_action(
587
+ 'submit_uninstall_reason',
588
+ array( &$this, '_submit_uninstall_reason_action' )
589
+ );
590
+
591
+ if ( $this->is_plugins_page() ) {
592
+ add_action( 'admin_footer', array( &$this, '_add_deactivation_feedback_dialog_box' ) );
593
+ }
594
+ }
595
+
596
+ if ( ! $this->is_addon() ) {
597
+ if ( $this->is_registered() ) {
598
+ $this->add_filter( 'after_code_type_change', array( &$this, '_after_code_type_change' ) );
599
+ }
600
+ }
601
+ }
602
+ }
603
+
604
+ /**
605
+ * Leverage backtrace to find caller plugin file path.
606
+ *
607
+ * @author Vova Feldman (@svovaf)
608
+ * @since 1.0.6
609
+ *
610
+ * @param bool $is_init Is initiation sequence.
611
+ *
612
+ * @return string
613
+ *
614
+ * @uses fs_find_caller_plugin_file
615
+ */
616
+ private function _find_caller_plugin_file( $is_init = false ) {
617
+ // Try to load the cached value of the file path.
618
+ if ( isset( $this->_storage->plugin_main_file ) ) {
619
+ $plugin_main_file = $this->_storage->plugin_main_file;
620
+ if ( isset( $plugin_main_file->path ) && file_exists( $plugin_main_file->path ) ) {
621
+ return $this->_storage->plugin_main_file->path;
622
+ }
623
+ }
624
+
625
+ /**
626
+ * @since 1.2.1
627
+ *
628
+ * `clear_module_main_file_cache()` is clearing the plugin's cached path on
629
+ * deactivation. Therefore, if any plugin/theme was initiating `Freemius`
630
+ * with that plugin's slug, it was overriding the empty plugin path with a wrong path.
631
+ *
632
+ * So, we've added a special mechanism with a 2nd layer of cache that uses `prev_path`
633
+ * when the class instantiator isn't the module.
634
+ */
635
+ if ( ! $is_init ) {
636
+ // Fetch prev path cache.
637
+ if ( isset( $this->_storage->plugin_main_file ) &&
638
+ isset( $this->_storage->plugin_main_file->prev_path )
639
+ ) {
640
+ if ( file_exists( $this->_storage->plugin_main_file->prev_path ) ) {
641
+ return $this->_storage->plugin_main_file->prev_path;
642
+ }
643
+ }
644
+
645
+ wp_die(
646
+ __fs( 'failed-finding-main-path', $this->_slug ),
647
+ __fs( 'error' ),
648
+ array( 'back_link' => true )
649
+ );
650
+ }
651
+
652
+ /**
653
+ * @since 1.2.1
654
+ *
655
+ * Only the original instantiator that calls dynamic_init can modify the module's path.
656
+ */
657
+ // Find caller module.
658
+ $plugin_file = fs_find_caller_plugin_file();
659
+
660
+ $this->_storage->plugin_main_file = (object) array(
661
+ 'path' => fs_normalize_path( $plugin_file ),
662
+ );
663
+
664
+ return $plugin_file;
665
+ }
666
+
667
+
668
+ #----------------------------------------------------------------------------------
669
+ #region Deactivation Feedback Form
670
+ #----------------------------------------------------------------------------------
671
+
672
+ /**
673
+ * Displays a confirmation and feedback dialog box when the user clicks on the "Deactivate" link on the plugins
674
+ * page.
675
+ *
676
+ * @author Vova Feldman (@svovaf)
677
+ * @author Leo Fajardo (@leorw)
678
+ * @since 1.1.2
679
+ */
680
+ function _add_deactivation_feedback_dialog_box() {
681
+ /* Check the type of user:
682
+ * 1. Long-term (long-term)
683
+ * 2. Non-registered and non-anonymous short-term (non-registered-and-non-anonymous-short-term).
684
+ * 3. Short-term (short-term)
685
+ */
686
+ $is_long_term_user = true;
687
+
688
+ // Check if the site is at least 2 days old.
689
+ $time_installed = $this->_storage->install_timestamp;
690
+
691
+ // Difference in seconds.
692
+ $date_diff = time() - $time_installed;
693
+
694
+ // Convert seconds to days.
695
+ $date_diff_days = floor( $date_diff / ( 60 * 60 * 24 ) );
696
+
697
+ if ( $date_diff_days < 2 ) {
698
+ $is_long_term_user = false;
699
+ }
700
+
701
+ $is_long_term_user = $this->apply_filters( 'is_long_term_user', $is_long_term_user );
702
+
703
+ if ( $is_long_term_user ) {
704
+ $user_type = 'long-term';
705
+ } else {
706
+ if ( ! $this->is_registered() && ! $this->is_anonymous() ) {
707
+ $user_type = 'non-registered-and-non-anonymous-short-term';
708
+ } else {
709
+ $user_type = 'short-term';
710
+ }
711
+ }
712
+
713
+ $uninstall_reasons = $this->_get_uninstall_reasons( $user_type );
714
+
715
+ // Load the HTML template for the deactivation feedback dialog box.
716
+ $vars = array(
717
+ 'reasons' => $uninstall_reasons,
718
+ 'slug' => $this->_slug
719
+ );
720
+
721
+ /**
722
+ * @todo Deactivation form core functions should be loaded only once! Otherwise, when there are multiple Freemius powered plugins the same code is loaded multiple times. The only thing that should be loaded differently is the various deactivation reasons object based on the state of the plugin.
723
+ */
724
+ fs_require_template( 'forms/deactivation/form.php', $vars );
725
+ }
726
+
727
+ /**
728
+ * @author Leo Fajardo (leorw)
729
+ * @since 1.1.2
730
+ *
731
+ * @param string $user_type
732
+ *
733
+ * @return array The uninstall reasons for the specified user type.
734
+ */
735
+ function _get_uninstall_reasons( $user_type = 'long-term' ) {
736
+ $internal_message_template_var = array(
737
+ 'slug' => $this->_slug
738
+ );
739
+
740
+ if ( $this->is_registered() && false !== $this->get_plan() && $this->get_plan()->has_technical_support() ) {
741
+ $contact_support_template = fs_get_template( 'forms/deactivation/contact.php', $internal_message_template_var );
742
+ } else {
743
+ $contact_support_template = '';
744
+ }
745
+
746
+ $reason_found_better_plugin = array(
747
+ 'id' => self::REASON_FOUND_A_BETTER_PLUGIN,
748
+ 'text' => __fs( 'reason-found-a-better-plugin', $this->_slug ),
749
+ 'input_type' => 'textfield',
750
+ 'input_placeholder' => __fs( 'placeholder-plugin-name', $this->_slug )
751
+ );
752
+
753
+ $reason_temporary_deactivation = array(
754
+ 'id' => self::REASON_TEMPORARY_DEACTIVATION,
755
+ 'text' => __fs( 'reason-temporary-deactivation', $this->_slug ),
756
+ 'input_type' => '',
757
+ 'input_placeholder' => ''
758
+ );
759
+
760
+ $reason_other = array(
761
+ 'id' => self::REASON_OTHER,
762
+ 'text' => __fs( 'reason-other', $this->_slug ),
763
+ 'input_type' => 'textfield',
764
+ 'input_placeholder' => ''
765
+ );
766
+
767
+ $long_term_user_reasons = array(
768
+ array(
769
+ 'id' => self::REASON_NO_LONGER_NEEDED,
770
+ 'text' => __fs( 'reason-no-longer-needed', $this->_slug ),
771
+ 'input_type' => '',
772
+ 'input_placeholder' => ''
773
+ ),
774
+ $reason_found_better_plugin,
775
+ array(
776
+ 'id' => self::REASON_NEEDED_FOR_A_SHORT_PERIOD,
777
+ 'text' => __fs( 'reason-needed-for-a-short-period', $this->_slug ),
778
+ 'input_type' => '',
779
+ 'input_placeholder' => ''
780
+ ),
781
+ array(
782
+ 'id' => self::REASON_BROKE_MY_SITE,
783
+ 'text' => __fs( 'reason-broke-my-site', $this->_slug ),
784
+ 'input_type' => '',
785
+ 'input_placeholder' => '',
786
+ 'internal_message' => $contact_support_template
787
+ ),
788
+ array(
789
+ 'id' => self::REASON_SUDDENLY_STOPPED_WORKING,
790
+ 'text' => __fs( 'reason-suddenly-stopped-working', $this->_slug ),
791
+ 'input_type' => '',
792
+ 'input_placeholder' => '',
793
+ 'internal_message' => $contact_support_template
794
+ )
795
+ );
796
+
797
+ if ( $this->is_paying() ) {
798
+ $long_term_user_reasons[] = array(
799
+ 'id' => self::REASON_CANT_PAY_ANYMORE,
800
+ 'text' => __fs( 'reason-cant-pay-anymore', $this->_slug ),
801
+ 'input_type' => 'textfield',
802
+ 'input_placeholder' => __fs( 'placeholder-comfortable-price', $this->_slug )
803
+ );
804
+ }
805
+
806
+ $reason_dont_share_info = array(
807
+ 'id' => self::REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION,
808
+ 'text' => __fs( 'reason-dont-like-to-share-my-information', $this->_slug ),
809
+ 'input_type' => '',
810
+ 'input_placeholder' => ''
811
+ );
812
+
813
+ /**
814
+ * If the current user has selected the "don't share data" reason in the deactivation feedback modal, inform the
815
+ * user by showing additional message that he doesn't have to share data and can just choose to skip the opt-in
816
+ * (the Skip button is included in the message to show). This message will only be shown if anonymous mode is
817
+ * enabled and the user's account is currently not in pending activation state (similar to the way the Skip
818
+ * button in the opt-in form is shown/hidden).
819
+ */
820
+ if ( $this->is_enable_anonymous() && ! $this->is_pending_activation() ) {
821
+ $reason_dont_share_info['internal_message'] = fs_get_template( 'forms/deactivation/retry-skip.php', $internal_message_template_var );
822
+ }
823
+
824
+ $uninstall_reasons = array(
825
+ 'long-term' => $long_term_user_reasons,
826
+ 'non-registered-and-non-anonymous-short-term' => array(
827
+ array(
828
+ 'id' => self::REASON_DIDNT_WORK,
829
+ 'text' => __fs( 'reason-didnt-work', $this->_slug ),
830
+ 'input_type' => '',
831
+ 'input_placeholder' => ''
832
+ ),
833
+ $reason_dont_share_info,
834
+ $reason_found_better_plugin
835
+ ),
836
+ 'short-term' => array(
837
+ array(
838
+ 'id' => self::REASON_COULDNT_MAKE_IT_WORK,
839
+ 'text' => __fs( 'reason-couldnt-make-it-work', $this->_slug ),
840
+ 'input_type' => '',
841
+ 'input_placeholder' => '',
842
+ 'internal_message' => $contact_support_template
843
+ ),
844
+ $reason_found_better_plugin,
845
+ array(
846
+ 'id' => self::REASON_GREAT_BUT_NEED_SPECIFIC_FEATURE,
847
+ 'text' => __fs( 'reason-great-but-need-specific-feature', $this->_slug ),
848
+ 'input_type' => 'textarea',
849
+ 'input_placeholder' => __fs( 'placeholder-feature', $this->_slug )
850
+ ),
851
+ array(
852
+ 'id' => self::REASON_NOT_WORKING,
853
+ 'text' => __fs( 'reason-not-working', $this->_slug ),
854
+ 'input_type' => 'textarea',
855
+ 'input_placeholder' => __fs( 'placeholder-share-what-didnt-work', $this->_slug )
856
+ ),
857
+ array(
858
+ 'id' => self::REASON_NOT_WHAT_I_WAS_LOOKING_FOR,
859
+ 'text' => __fs( 'reason-not-what-i-was-looking-for', $this->_slug ),
860
+ 'input_type' => 'textarea',
861
+ 'input_placeholder' => __fs( 'placeholder-what-youve-been-looking-for', $this->_slug )
862
+ ),
863
+ array(
864
+ 'id' => self::REASON_DIDNT_WORK_AS_EXPECTED,
865
+ 'text' => __fs( 'reason-didnt-work-as-expected', $this->_slug ),
866
+ 'input_type' => 'textarea',
867
+ 'input_placeholder' => __fs( 'placeholder-what-did-you-expect', $this->_slug )
868
+ )
869
+ )
870
+ );
871
+
872
+ // Randomize the reasons for the current user type.
873
+ shuffle( $uninstall_reasons[ $user_type ] );
874
+
875
+ // Keep the following reasons as the last items in the list.
876
+ $uninstall_reasons[ $user_type ][] = $reason_temporary_deactivation;
877
+ $uninstall_reasons[ $user_type ][] = $reason_other;
878
+
879
+ $uninstall_reasons = $this->apply_filters( 'uninstall_reasons', $uninstall_reasons );
880
+
881
+ return $uninstall_reasons[ $user_type ];
882
+ }
883
+
884
+ /**
885
+ * Called after the user has submitted his reason for deactivating the plugin.
886
+ *
887
+ * @author Leo Fajardo (@leorw)
888
+ * @since 1.1.2
889
+ */
890
+ function _submit_uninstall_reason_action() {
891
+ $reason_id = fs_request_get( 'reason_id' );
892
+
893
+ // Check if the given reason ID is an unsigned integer.
894
+ if ( ! ctype_digit( $reason_id ) ) {
895
+ exit;
896
+ }
897
+
898
+ $reason_info = trim( fs_request_get( 'reason_info', '' ) );
899
+ if ( ! empty( $reason_info ) ) {
900
+ $reason_info = substr( $reason_info, 0, 128 );
901
+ }
902
+
903
+ $reason = (object) array(
904
+ 'id' => $reason_id,
905
+ 'info' => $reason_info,
906
+ 'is_anonymous' => fs_request_get_bool( 'is_anonymous' )
907
+ );
908
+
909
+ $this->_storage->store( 'uninstall_reason', $reason );
910
+
911
+ // Print '1' for successful operation.
912
+ echo 1;
913
+ exit;
914
+ }
915
+
916
+ #endregion
917
+
918
+ #----------------------------------------------------------------------------------
919
+ #region Instance
920
+ #----------------------------------------------------------------------------------
921
+
922
+ /**
923
+ * Main singleton instance.
924
+ *
925
+ * @author Vova Feldman (@svovaf)
926
+ * @since 1.0.0
927
+ *
928
+ * @param string $slug
929
+ * @param bool $is_init Is initiation sequence.
930
+ *
931
+ * @return Freemius
932
+ */
933
+ static function instance( $slug, $is_init = false ) {
934
+ $slug = strtolower( $slug );
935
+
936
+ if ( ! isset( self::$_instances[ $slug ] ) ) {
937
+ if ( 0 === count( self::$_instances ) ) {
938
+ self::_load_required_static();
939
+ }
940
+
941
+ self::$_instances[ $slug ] = new Freemius( $slug, $is_init );
942
+ }
943
+
944
+ return self::$_instances[ $slug ];
945
+ }
946
+
947
+ /**
948
+ * @author Vova Feldman (@svovaf)
949
+ * @since 1.0.6
950
+ *
951
+ * @param string|number $slug_or_id
952
+ *
953
+ * @return bool
954
+ */
955
+ private static function has_instance( $slug_or_id ) {
956
+ return ! is_numeric( $slug_or_id ) ?
957
+ isset( self::$_instances[ strtolower( $slug_or_id ) ] ) :
958
+ ( false !== self::get_instance_by_id( $slug_or_id ) );
959
+ }
960
+
961
+ /**
962
+ * @author Vova Feldman (@svovaf)
963
+ * @since 1.0.6
964
+ *
965
+ * @param $id
966
+ *
967
+ * @return false|Freemius
968
+ */
969
+ static function get_instance_by_id( $id ) {
970
+ foreach ( self::$_instances as $slug => $instance ) {
971
+ if ( $id == $instance->get_id() ) {
972
+ return $instance;
973
+ }
974
+ }
975
+
976
+ return false;
977
+ }
978
+
979
+ /**
980
+ *
981
+ * @author Vova Feldman (@svovaf)
982
+ * @since 1.0.1
983
+ *
984
+ * @param $plugin_file
985
+ *
986
+ * @return false|Freemius
987
+ */
988
+ static function get_instance_by_file( $plugin_file ) {
989
+ $slug = self::find_slug_by_basename( $plugin_file );
990
+
991
+ return ( false !== $slug ) ?
992
+ self::instance( $slug ) :
993
+ false;
994
+ }
995
+
996
+ /**
997
+ * @author Vova Feldman (@svovaf)
998
+ * @since 1.0.6
999
+ *
1000
+ * @return false|Freemius
1001
+ */
1002
+ function get_parent_instance() {
1003
+ return self::get_instance_by_id( $this->_plugin->parent_plugin_id );
1004
+ }
1005
+
1006
+ /**
1007
+ * @author Vova Feldman (@svovaf)
1008
+ * @since 1.0.6
1009
+ *
1010
+ * @param $slug_or_id
1011
+ *
1012
+ * @return bool|Freemius
1013
+ */
1014
+ function get_addon_instance( $slug_or_id ) {
1015
+ return ! is_numeric( $slug_or_id ) ?
1016
+ self::instance( strtolower( $slug_or_id ) ) :
1017
+ self::get_instance_by_id( $slug_or_id );
1018
+ }
1019
+
1020
+ #endregion ------------------------------------------------------------------
1021
+
1022
+ /**
1023
+ * @author Vova Feldman (@svovaf)
1024
+ * @since 1.0.6
1025
+ *
1026
+ * @return bool
1027
+ */
1028
+ function is_parent_plugin_installed() {
1029
+ return self::has_instance( $this->_plugin->parent_plugin_id );
1030
+ }
1031
+
1032
+ /**
1033
+ * Check if add-on parent plugin in activation mode.
1034
+ *
1035
+ * @author Vova Feldman (@svovaf)
1036
+ * @since 1.0.7
1037
+ *
1038
+ * @return bool
1039
+ */
1040
+ function is_parent_in_activation() {
1041
+ $parent_fs = $this->get_parent_instance();
1042
+ if ( ! is_object( $parent_fs ) ) {
1043
+ return false;
1044
+ }
1045
+
1046
+ return ( $parent_fs->is_activation_mode() );
1047
+ }
1048
+
1049
+ /**
1050
+ * Is plugin in activation mode.
1051
+ *
1052
+ * @author Vova Feldman (@svovaf)
1053
+ * @since 1.0.7
1054
+ *
1055
+ * @param bool $and_on
1056
+ *
1057
+ * @return bool
1058
+ */
1059
+ function is_activation_mode( $and_on = true ) {
1060
+ return (
1061
+ ( $this->is_on() || ! $and_on ) &&
1062
+ ! $this->is_registered() &&
1063
+ ( ! $this->is_enable_anonymous() ||
1064
+ ( ! $this->is_anonymous() && ! $this->is_pending_activation() ) )
1065
+ );
1066
+ }
1067
+
1068
+ /**
1069
+ * Get collection of all active plugins.
1070
+ *
1071
+ * @author Vova Feldman (@svovaf)
1072
+ * @since 1.0.9
1073
+ *
1074
+ * @return array[string]array
1075
+ */
1076
+ private static function get_active_plugins() {
1077
+ self::require_plugin_essentials();
1078
+
1079
+ $active_plugin = array();
1080
+ $all_plugins = get_plugins();
1081
+ $active_plugins_basenames = get_option( 'active_plugins' );
1082
+
1083
+ foreach ( $active_plugins_basenames as $plugin_basename ) {
1084
+ $active_plugin[ $plugin_basename ] = $all_plugins[ $plugin_basename ];
1085
+ }
1086
+
1087
+ return $active_plugin;
1088
+ }
1089
+
1090
+ /**
1091
+ * Get collection of all plugins.
1092
+ *
1093
+ * @author Vova Feldman (@svovaf)
1094
+ * @since 1.1.8
1095
+ *
1096
+ * @return array Key is the plugin file path and the value is an array of the plugin data.
1097
+ */
1098
+ private static function get_all_plugins() {
1099
+ self::require_plugin_essentials();
1100
+
1101
+ $all_plugins = get_plugins();
1102
+ $active_plugins_basenames = get_option( 'active_plugins' );
1103
+
1104
+ foreach ( $all_plugins as $basename => &$data ) {
1105
+ // By default set to inactive (next foreach update the active plugins).
1106
+ $data['is_active'] = false;
1107
+ // Enrich with plugin slug.
1108
+ $data['slug'] = self::get_plugin_slug( $basename );
1109
+ }
1110
+
1111
+ // Flag active plugins.
1112
+ foreach ( $active_plugins_basenames as $basename ) {
1113
+ if ( isset( $all_plugins[ $basename ] ) ) {
1114
+ $all_plugins[ $basename ]['is_active'] = true;
1115
+ }
1116
+ }
1117
+
1118
+ return $all_plugins;
1119
+ }
1120
+
1121
+
1122
+ /**
1123
+ * Cached result of get_site_transient( 'update_plugins' )
1124
+ *
1125
+ * @author Vova Feldman (@svovaf)
1126
+ * @since 1.1.8
1127
+ *
1128
+ * @var object
1129
+ */
1130
+ private static $_plugins_info;
1131
+
1132
+ /**
1133
+ * Helper function to get specified plugin's slug.
1134
+ *
1135
+ * @author Vova Feldman (@svovaf)
1136
+ * @since 1.1.8
1137
+ *
1138
+ * @param $basename
1139
+ *
1140
+ * @return string
1141
+ */
1142
+ private static function get_plugin_slug( $basename ) {
1143
+ if ( ! isset( self::$_plugins_info ) ) {
1144
+ self::$_plugins_info = get_site_transient( 'update_plugins' );
1145
+ }
1146
+
1147
+ $slug = '';
1148
+
1149
+ if ( is_object( self::$_plugins_info ) ) {
1150
+ if ( isset( self::$_plugins_info->no_update ) &&
1151
+ isset( self::$_plugins_info->no_update[ $basename ] ) &&
1152
+ ! empty( self::$_plugins_info->no_update[ $basename ]->slug )
1153
+ ) {
1154
+ $slug = self::$_plugins_info->no_update[ $basename ]->slug;
1155
+ } else if ( isset( self::$_plugins_info->response ) &&
1156
+ isset( self::$_plugins_info->response[ $basename ] ) &&
1157
+ ! empty( self::$_plugins_info->response[ $basename ]->slug )
1158
+ ) {
1159
+ $slug = self::$_plugins_info->response[ $basename ]->slug;
1160
+ }
1161
+ }
1162
+
1163
+ if ( empty( $slug ) ) {
1164
+ // Try to find slug from FS data.
1165
+ $slug = self::find_slug_by_basename( $basename );
1166
+ }
1167
+
1168
+ if ( empty( $slug ) ) {
1169
+ // Fallback to plugin's folder name.
1170
+ $slug = dirname( $basename );
1171
+ }
1172
+
1173
+ return $slug;
1174
+ }
1175
+
1176
+ private static $_statics_loaded = false;
1177
+
1178
+ /**
1179
+ * Load static resources.
1180
+ *
1181
+ * @author Vova Feldman (@svovaf)
1182
+ * @since 1.0.1
1183
+ */
1184
+ private static function _load_required_static() {
1185
+ if ( self::$_statics_loaded ) {
1186
+ return;
1187
+ }
1188
+
1189
+ self::$_static_logger = FS_Logger::get_logger( WP_FS__SLUG, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
1190
+
1191
+ self::$_static_logger->entrance();
1192
+
1193
+ self::$_accounts = FS_Option_Manager::get_manager( WP_FS__ACCOUNTS_OPTION_NAME, true );
1194
+
1195
+ self::$_global_admin_notices = FS_Admin_Notice_Manager::instance( 'global' );
1196
+
1197
+ // Configure which Freemius powered plugins should be auto updated.
1198
+ // add_filter( 'auto_update_plugin', '_include_plugins_in_auto_update', 10, 2 );
1199
+
1200
+ add_action( 'admin_menu', array( 'Freemius', 'add_debug_page' ) );
1201
+
1202
+ add_action( "wp_ajax_fs_toggle_debug_mode", array( 'Freemius', '_toggle_debug_mode' ) );
1203
+
1204
+ add_action( 'plugins_loaded', array( 'Freemius', '_load_textdomain' ), 1 );
1205
+
1206
+ self::$_statics_loaded = true;
1207
+ }
1208
+
1209
+ #----------------------------------------------------------------------------------
1210
+ #region Localization
1211
+ #----------------------------------------------------------------------------------
1212
+
1213
+ /**
1214
+ * Load framework's text domain.
1215
+ *
1216
+ * @author Vova Feldman (@svovaf)
1217
+ * @since 1.2.1
1218
+ */
1219
+ static function _load_textdomain() {
1220
+ if ( ! is_admin() ) {
1221
+ return;
1222
+ }
1223
+
1224
+ global $fs_active_plugins;
1225
+
1226
+ load_plugin_textdomain(
1227
+ 'freemius',
1228
+ false,
1229
+ $fs_active_plugins->newest->sdk_path . '/languages/'
1230
+ );
1231
+
1232
+ // @todo Load for themes.
1233
+ }
1234
+
1235
+ #endregion
1236
+
1237
+ #----------------------------------------------------------------------------------
1238
+ #region Debugging
1239
+ #----------------------------------------------------------------------------------
1240
+
1241
+ /**
1242
+ * @author Vova Feldman (@svovaf)
1243
+ * @since 1.0.8
1244
+ */
1245
+ static function add_debug_page() {
1246
+ if ( ! current_user_can( 'activate_plugins' ) ) {
1247
+ return;
1248
+ }
1249
+
1250
+ self::$_static_logger->entrance();
1251
+
1252
+ $title = sprintf( '%s [v.%s]', __fs( 'freemius-debug' ), WP_FS__SDK_VERSION );
1253
+
1254
+ if ( WP_FS__DEV_MODE ) {
1255
+ // Add top-level debug menu item.
1256
+ $hook = add_menu_page(
1257
+ $title,
1258
+ $title,
1259
+ 'manage_options',
1260
+ 'freemius',
1261
+ array( 'Freemius', '_debug_page_render' )
1262
+ );
1263
+ } else {
1264
+ // Add hidden debug page.
1265
+ $hook = add_submenu_page(
1266
+ null,
1267
+ $title,
1268
+ $title,
1269
+ 'manage_options',
1270
+ 'freemius',
1271
+ array( 'Freemius', '_debug_page_render' )
1272
+ );
1273
+ }
1274
+
1275
+ add_action( "load-$hook", array( 'Freemius', '_debug_page_actions' ) );
1276
+ }
1277
+
1278
+ /**
1279
+ * @author Vova Feldman (@svovaf)
1280
+ * @since 1.1.7.3
1281
+ */
1282
+ static function _toggle_debug_mode() {
1283
+ if ( in_array( $_POST['is_on'], array( 0, 1 ) ) ) {
1284
+ update_option( 'fs_debug_mode', $_POST['is_on'] );
1285
+ }
1286
+
1287
+ exit;
1288
+ }
1289
+
1290
+ /**
1291
+ * @author Vova Feldman (@svovaf)
1292
+ * @since 1.0.8
1293
+ */
1294
+ static function _debug_page_actions() {
1295
+ self::_clean_admin_content_section();
1296
+
1297
+ if ( fs_request_is_action( 'restart_freemius' ) ) {
1298
+ check_admin_referer( 'restart_freemius' );
1299
+
1300
+ // Clear accounts data.
1301
+ self::$_accounts->clear( true );
1302
+
1303
+ // Clear SDK reference cache.
1304
+ delete_option( 'fs_active_plugins' );
1305
+ } else if ( fs_request_is_action( 'simulate_trial' ) ) {
1306
+ check_admin_referer( 'simulate_trial' );
1307
+
1308
+ $slug = fs_request_get( 'slug' );
1309
+
1310
+ $fs = freemius( $slug );
1311
+
1312
+ // Update SDK install to at least 24 hours before.
1313
+ $fs->_storage->install_timestamp = ( time() - WP_FS__TIME_24_HOURS_IN_SEC );
1314
+ // Unset the trial shown timestamp.
1315
+ unset( $fs->_storage->trial_promotion_shown );
1316
+ }
1317
+ }
1318
+
1319
+ /**
1320
+ * @author Vova Feldman (@svovaf)
1321
+ * @since 1.0.8
1322
+ */
1323
+ static function _debug_page_render() {
1324
+ self::$_static_logger->entrance();
1325
+
1326
+ $sites = self::get_all_sites();
1327
+ $users = self::get_all_users();
1328
+ $addons = self::get_all_addons();
1329
+ $account_addons = self::get_all_account_addons();
1330
+ $licenses = self::get_all_licenses();
1331
+
1332
+ // $plans = self::get_all_plans();
1333
+ // $licenses = self::get_all_licenses();
1334
+
1335
+ $vars = array(
1336
+ 'sites' => $sites,
1337
+ 'users' => $users,
1338
+ 'addons' => $addons,
1339
+ 'account_addons' => $account_addons,
1340
+ 'licenses' => $licenses,
1341
+ );
1342
+
1343
+ fs_enqueue_local_style( 'fs_account', '/admin/debug.css' );
1344
+ fs_require_once_template( 'debug.php', $vars );
1345
+ }
1346
+
1347
+ #endregion
1348
+
1349
+ #----------------------------------------------------------------------------------
1350
+ #region Connectivity Issues
1351
+ #----------------------------------------------------------------------------------
1352
+
1353
+ /**
1354
+ * Check if Freemius should be turned on for the current plugin install.
1355
+ *
1356
+ * Note:
1357
+ * $this->_is_on is updated in has_api_connectivity()
1358
+ *
1359
+ * @author Vova Feldman (@svovaf)
1360
+ * @since 1.0.9
1361
+ *
1362
+ * @return bool
1363
+ */
1364
+ function is_on() {
1365
+ self::$_static_logger->entrance();
1366
+
1367
+ if ( isset( $this->_is_on ) ) {
1368
+ return $this->_is_on;
1369
+ }
1370
+
1371
+ // If already installed or pending then sure it's on :)
1372
+ if ( $this->is_registered() || $this->is_pending_activation() ) {
1373
+ $this->_is_on = true;
1374
+
1375
+ return true;
1376
+ }
1377
+
1378
+ return false;
1379
+ }
1380
+
1381
+ /**
1382
+ * @author Vova Feldman (@svovaf)
1383
+ * @since 1.1.7.3
1384
+ *
1385
+ * @param bool $flush_if_no_connectivity
1386
+ *
1387
+ * @return bool
1388
+ */
1389
+ private function should_run_connectivity_test( $flush_if_no_connectivity = false ) {
1390
+ if ( ! isset( $this->_storage->connectivity_test ) ) {
1391
+ // Connectivity test was never executed, or cache was cleared.
1392
+ return true;
1393
+ }
1394
+
1395
+ if ( WP_FS__PING_API_ON_IP_OR_HOST_CHANGES ) {
1396
+ if ( WP_FS__IS_HTTP_REQUEST ) {
1397
+ if ( $_SERVER['HTTP_HOST'] != $this->_storage->connectivity_test['host'] ) {
1398
+ // Domain changed.
1399
+ return true;
1400
+ }
1401
+
1402
+ if ( WP_FS__REMOTE_ADDR != $this->_storage->connectivity_test['server_ip'] ) {
1403
+ // Server IP changed.
1404
+ return true;
1405
+ }
1406
+ }
1407
+ }
1408
+
1409
+ if ( $this->_storage->connectivity_test['is_connected'] &&
1410
+ $this->_storage->connectivity_test['is_active']
1411
+ ) {
1412
+ // API connected and Freemius is active - no need to run connectivity check.
1413
+ return false;
1414
+ }
1415
+
1416
+ if ( $flush_if_no_connectivity ) {
1417
+ /**
1418
+ * If explicitly asked to flush when no connectivity - do it only
1419
+ * if at least 10 sec passed from the last API connectivity test.
1420
+ */
1421
+ return ( isset( $this->_storage->connectivity_test['timestamp'] ) &&
1422
+ ( WP_FS__SCRIPT_START_TIME - $this->_storage->connectivity_test['timestamp'] ) > 10 );
1423
+ }
1424
+
1425
+ /**
1426
+ * @since 1.1.7 Don't check for connectivity on plugin downgrade.
1427
+ */
1428
+ $version = $this->get_plugin_version();
1429
+ if ( version_compare( $version, $this->_storage->connectivity_test['version'], '>' ) ) {
1430
+ // If it's a plugin version upgrade and Freemius is off or no connectivity, run connectivity test.
1431
+ return true;
1432
+ }
1433
+
1434
+ return false;
1435
+ }
1436
+
1437
+ /**
1438
+ * @author Vova Feldman (@svovaf)
1439
+ * @since 1.1.7.4
1440
+ *
1441
+ * @return object|false
1442
+ */
1443
+ private function ping() {
1444
+ if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY ) {
1445
+ return false;
1446
+ }
1447
+
1448
+ $version = $this->get_plugin_version();
1449
+
1450
+ $is_update = $this->apply_filters( 'is_plugin_update', $this->is_plugin_update() );
1451
+
1452
+ return $this->get_api_plugin_scope()->ping(
1453
+ $this->get_anonymous_id(),
1454
+ array(
1455
+ 'is_update' => json_encode( $is_update ),
1456
+ 'version' => $version,
1457
+ 'sdk' => $this->version,
1458
+ 'is_admin' => json_encode( is_admin() ),
1459
+ 'is_ajax' => json_encode( $this->is_ajax() ),
1460
+ 'is_cron' => json_encode( $this->is_cron() ),
1461
+ 'is_http' => json_encode( WP_FS__IS_HTTP_REQUEST ),
1462
+ )
1463
+ );
1464
+ }
1465
+
1466
+ /**
1467
+ * Check if there's any connectivity issue to Freemius API.
1468
+ *
1469
+ * @author Vova Feldman (@svovaf)
1470
+ * @since 1.0.9
1471
+ *
1472
+ * @param bool $flush_if_no_connectivity
1473
+ *
1474
+ * @return bool
1475
+ */
1476
+ function has_api_connectivity( $flush_if_no_connectivity = false ) {
1477
+ $this->_logger->entrance();
1478
+
1479
+ if ( isset( $this->_has_api_connection ) && ( $this->_has_api_connection || ! $flush_if_no_connectivity ) ) {
1480
+ return $this->_has_api_connection;
1481
+ }
1482
+
1483
+ if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY &&
1484
+ isset( $this->_storage->connectivity_test ) &&
1485
+ true === $this->_storage->connectivity_test['is_connected']
1486
+ ) {
1487
+ unset( $this->_storage->connectivity_test );
1488
+ }
1489
+
1490
+ if ( ! $this->should_run_connectivity_test( $flush_if_no_connectivity ) ) {
1491
+ $this->_has_api_connection = $this->_storage->connectivity_test['is_connected'];
1492
+ /**
1493
+ * @since 1.1.6 During dev mode, if there's connectivity - turn Freemius on regardless the configuration.
1494
+ *
1495
+ * @since 1.2.1.5 If the user running the premium version then ignore the 'is_active' flag and turn Freemius on to enable license key activation.
1496
+ */
1497
+ $this->_is_on = $this->_storage->connectivity_test['is_active'] ||
1498
+ $this->is_premium() ||
1499
+ ( WP_FS__DEV_MODE && $this->_has_api_connection && ! WP_FS__SIMULATE_FREEMIUS_OFF );
1500
+
1501
+ return $this->_has_api_connection;
1502
+ }
1503
+
1504
+ $pong = $this->ping();
1505
+ $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
1506
+
1507
+ if ( ! $is_connected ) {
1508
+ // API failure.
1509
+ $this->_add_connectivity_issue_message( $pong );
1510
+ }
1511
+
1512
+ $this->store_connectivity_info( $pong, $is_connected );
1513
+
1514
+ return $this->_has_api_connection;
1515
+ }
1516
+
1517
+ /**
1518
+ * @author Vova Feldman (@svovaf)
1519
+ * @since 1.1.7.4
1520
+ *
1521
+ * @param object $pong
1522
+ * @param bool $is_connected
1523
+ */
1524
+ private function store_connectivity_info( $pong, $is_connected ) {
1525
+ $this->_logger->entrance();
1526
+
1527
+ $version = $this->get_plugin_version();
1528
+
1529
+ if ( ! $is_connected || WP_FS__SIMULATE_FREEMIUS_OFF ) {
1530
+ $is_active = false;
1531
+ } else {
1532
+ $is_active = ( isset( $pong->is_active ) && true == $pong->is_active );
1533
+ }
1534
+
1535
+ $is_active = $this->apply_filters(
1536
+ 'is_on',
1537
+ $is_active,
1538
+ $this->is_plugin_update(),
1539
+ $version
1540
+ );
1541
+
1542
+ $this->_storage->connectivity_test = array(
1543
+ 'is_connected' => $is_connected,
1544
+ 'host' => $_SERVER['HTTP_HOST'],
1545
+ 'server_ip' => WP_FS__REMOTE_ADDR,
1546
+ 'is_active' => $is_active,
1547
+ 'timestamp' => WP_FS__SCRIPT_START_TIME,
1548
+ // Last version with connectivity attempt.
1549
+ 'version' => $version,
1550
+ );
1551
+
1552
+ $this->_has_api_connection = $is_connected;
1553
+ $this->_is_on = $is_active || ( WP_FS__DEV_MODE && $is_connected && ! WP_FS__SIMULATE_FREEMIUS_OFF );
1554
+ }
1555
+
1556
+ /**
1557
+ * Force turning Freemius on.
1558
+ *
1559
+ * @author Vova Feldman (@svovaf)
1560
+ * @since 1.1.8.1
1561
+ *
1562
+ * @return bool TRUE if successfully turned on.
1563
+ */
1564
+ private function turn_on() {
1565
+ $this->_logger->entrance();
1566
+
1567
+ if ( $this->is_on() || ! isset( $this->_storage->connectivity_test['is_active'] ) ) {
1568
+ return false;
1569
+ }
1570
+
1571
+ $updated_connectivity = $this->_storage->connectivity_test;
1572
+ $updated_connectivity['is_active'] = true;
1573
+ $updated_connectivity['timestamp'] = WP_FS__SCRIPT_START_TIME;
1574
+ $this->_storage->connectivity_test = $updated_connectivity;
1575
+
1576
+ $this->_is_on = true;
1577
+
1578
+ return true;
1579
+ }
1580
+
1581
+ /**
1582
+ * Anonymous and unique site identifier (Hash).
1583
+ *
1584
+ * @author Vova Feldman (@svovaf)
1585
+ * @since 1.1.0
1586
+ *
1587
+ * @return string
1588
+ */
1589
+ function get_anonymous_id() {
1590
+ $unique_id = self::$_accounts->get_option( 'unique_id' );
1591
+
1592
+ if ( empty( $unique_id ) || ! is_string( $unique_id ) ) {
1593
+ $key = get_site_url();
1594
+
1595
+ // If localhost, assign microtime instead of domain.
1596
+ if ( WP_FS__IS_LOCALHOST ||
1597
+ false !== strpos( $key, 'localhost' ) ||
1598
+ false === strpos( $key, '.' )
1599
+ ) {
1600
+ $key = microtime();
1601
+ }
1602
+
1603
+ $unique_id = md5( $key );
1604
+
1605
+ self::$_accounts->set_option( 'unique_id', $unique_id, true );
1606
+ }
1607
+
1608
+ $this->_logger->departure( $unique_id );
1609
+
1610
+ return $unique_id;
1611
+ }
1612
+
1613
+ /**
1614
+ * @author Vova Feldman (@svovaf)
1615
+ * @since 1.1.7.4
1616
+ *
1617
+ * @return \WP_User
1618
+ */
1619
+ static function _get_current_wp_user() {
1620
+ self::require_pluggable_essentials();
1621
+
1622
+ return wp_get_current_user();
1623
+ }
1624
+
1625
+ /**
1626
+ * Generate API connectivity issue message.
1627
+ *
1628
+ * @author Vova Feldman (@svovaf)
1629
+ * @since 1.0.9
1630
+ *
1631
+ * @param mixed $api_result
1632
+ * @param bool $is_first_failure
1633
+ */
1634
+ function _add_connectivity_issue_message( $api_result, $is_first_failure = true ) {
1635
+ if ( ! $this->is_premium() && $this->_enable_anonymous ) {
1636
+ // Don't add message if it's the free version and can run anonymously.
1637
+ return;
1638
+ }
1639
+
1640
+ if ( ! function_exists( 'wp_nonce_url' ) ) {
1641
+ require_once( ABSPATH . 'wp-includes/functions.php' );
1642
+ }
1643
+
1644
+ $current_user = self::_get_current_wp_user();
1645
+ // $admin_email = get_option( 'admin_email' );
1646
+ $admin_email = $current_user->user_email;
1647
+
1648
+ $message = false;
1649
+ if ( is_object( $api_result ) &&
1650
+ isset( $api_result->error ) &&
1651
+ isset( $api_result->error->code )
1652
+ ) {
1653
+ switch ( $api_result->error->code ) {
1654
+ case 'curl_missing':
1655
+ $message = sprintf(
1656
+ __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1657
+ __fs( 'curl-missing-message', $this->_slug ) . ' ' .
1658
+ ' %s',
1659
+ '<b>' . $this->get_plugin_name() . '</b>',
1660
+ sprintf(
1661
+ '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
1662
+ sprintf(
1663
+ '<a class="fs-resolve" data-type="curl" href="#"><b>%s</b></a>%s',
1664
+ __fs( 'curl-missing-no-clue-title', $this->_slug ),
1665
+ ' - ' . sprintf(
1666
+ __fs( 'curl-missing-no-clue-desc', $this->_slug ),
1667
+ '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1668
+ )
1669
+ ),
1670
+ sprintf(
1671
+ '<b>%s</b> - %s',
1672
+ __fs( 'sysadmin-title', $this->_slug ),
1673
+ __fs( 'curl-missing-sysadmin-desc', $this->_slug )
1674
+ ),
1675
+ sprintf(
1676
+ '<a href="%s"><b>%s</b></a>%s',
1677
+ wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
1678
+ __fs( 'deactivate-plugin-title', $this->_slug ),
1679
+ ' - ' . __fs( 'deactivate-plugin-desc', 'freemius', $this->_slug )
1680
+ )
1681
+ )
1682
+ );
1683
+ break;
1684
+ case 'cloudflare_ddos_protection':
1685
+ $message = sprintf(
1686
+ __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1687
+ __fs( 'cloudflare-blocks-connection-message', $this->_slug ) . ' ' .
1688
+ __fs( 'happy-to-resolve-issue-asap', $this->_slug ) .
1689
+ ' %s',
1690
+ '<b>' . $this->get_plugin_name() . '</b>',
1691
+ sprintf(
1692
+ '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
1693
+ sprintf(
1694
+ '<a class="fs-resolve" data-type="cloudflare" href="#"><b>%s</b></a>%s',
1695
+ __fs( 'fix-issue-title', $this->_slug ),
1696
+ ' - ' . sprintf(
1697
+ __fs( 'fix-issue-desc', $this->_slug ),
1698
+ '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1699
+ )
1700
+ ),
1701
+ sprintf(
1702
+ '<a href="%s" target="_blank"><b>%s</b></a>%s',
1703
+ sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
1704
+ __fs( 'install-previous-title', $this->_slug ),
1705
+ ' - ' . __fs( 'install-previous-desc', $this->_slug )
1706
+ ),
1707
+ sprintf(
1708
+ '<a href="%s"><b>%s</b></a>%s',
1709
+ wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
1710
+ __fs( 'deactivate-plugin-title', $this->_slug ),
1711
+ ' - ' . __fs( 'deactivate-plugin-desc', $this->_slug )
1712
+ )
1713
+ )
1714
+ );
1715
+ break;
1716
+ case 'squid_cache_block':
1717
+ $message = sprintf(
1718
+ __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1719
+ __fs( 'squid-blocks-connection-message', $this->_slug ) .
1720
+ ' %s',
1721
+ '<b>' . $this->get_plugin_name() . '</b>',
1722
+ sprintf(
1723
+ '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
1724
+ sprintf(
1725
+ '<a class="fs-resolve" data-type="squid" href="#"><b>%s</b></a>%s',
1726
+ __fs( 'squid-no-clue-title', $this->_slug ),
1727
+ ' - ' . sprintf(
1728
+ __fs( 'squid-no-clue-desc', $this->_slug ),
1729
+ '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1730
+ )
1731
+ ),
1732
+ sprintf(
1733
+ '<b>%s</b> - %s',
1734
+ __fs( 'sysadmin-title', $this->_slug ),
1735
+ sprintf(
1736
+ __fs( 'squid-sysadmin-desc', $this->_slug ),
1737
+ // We use a filter since the plugin might require additional API connectivity.
1738
+ '<b>' . implode( ', ', $this->apply_filters( 'api_domains', array( 'api.freemius.com' ) ) ) . '</b>' )
1739
+ ),
1740
+ sprintf(
1741
+ '<a href="%s"><b>%s</b></a>%s',
1742
+ wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
1743
+ __fs( 'deactivate-plugin-title', $this->_slug ),
1744
+ ' - ' . __fs( 'deactivate-plugin-desc', $this->_slug )
1745
+ )
1746
+ )
1747
+ );
1748
+ break;
1749
+ // default:
1750
+ // $message = __fs( 'connectivity-test-fails-message', $this->_slug );
1751
+ // break;
1752
+ }
1753
+ }
1754
+
1755
+ $message_id = 'failed_connect_api';
1756
+ $type = 'error';
1757
+
1758
+ if ( false === $message ) {
1759
+ if ( $is_first_failure ) {
1760
+ // First attempt failed.
1761
+ $message = sprintf(
1762
+ __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1763
+ __fs( 'connectivity-test-fails-message', $this->_slug ) . ' ' .
1764
+ __fs( 'connectivity-test-maybe-temporary', $this->_slug ) . '<br><br>' .
1765
+ '%s',
1766
+ '<b>' . $this->get_plugin_name() . '</b>',
1767
+ sprintf(
1768
+ '<div id="fs_firewall_issue_options">%s %s</div>',
1769
+ sprintf(
1770
+ '<a class="button button-primary fs-resolve" data-type="retry_ping" href="#">%s</a>',
1771
+ __fs( 'yes-do-your-thing', $this->_slug )
1772
+ ),
1773
+ sprintf(
1774
+ '<a href="%s" class="button">%s</a>',
1775
+ wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
1776
+ __fs( 'no-deactivate', $this->_slug )
1777
+ )
1778
+ )
1779
+ );
1780
+
1781
+ $message_id = 'failed_connect_api_first';
1782
+ $type = 'promotion';
1783
+ } else {
1784
+ // Second connectivity attempt failed.
1785
+ $message = sprintf(
1786
+ __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1787
+ __fs( 'connectivity-test-fails-message', $this->_slug ) . ' ' .
1788
+ __fs( 'happy-to-resolve-issue-asap', $this->_slug ) .
1789
+ ' %s',
1790
+ '<b>' . $this->get_plugin_name() . '</b>',
1791
+ sprintf(
1792
+ '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
1793
+ sprintf(
1794
+ '<a class="fs-resolve" data-type="general" href="#"><b>%s</b></a>%s',
1795
+ __fs( 'fix-issue-title', $this->_slug ),
1796
+ ' - ' . sprintf(
1797
+ __fs( 'fix-issue-desc', $this->_slug ),
1798
+ '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1799
+ )
1800
+ ),
1801
+ sprintf(
1802
+ '<a href="%s" target="_blank"><b>%s</b></a>%s',
1803
+ sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
1804
+ __fs( 'install-previous-title', $this->_slug ),
1805
+ ' - ' . __fs( 'install-previous-desc', $this->_slug )
1806
+ ),
1807
+ sprintf(
1808
+ '<a href="%s"><b>%s</b></a>%s',
1809
+ wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
1810
+ __fs( 'deactivate-plugin-title', $this->_slug ),
1811
+ ' - ' . __fs( 'deactivate-plugin-desc', $this->_slug )
1812
+ )
1813
+ )
1814
+ );
1815
+ }
1816
+ }
1817
+
1818
+ $this->_admin_notices->add_sticky(
1819
+ $message,
1820
+ $message_id,
1821
+ __fs( 'oops', $this->_slug ) . '...',
1822
+ $type
1823
+ );
1824
+ }
1825
+
1826
+ /**
1827
+ * Handle user request to resolve connectivity issue.
1828
+ * This method will send an email to Freemius API technical staff for resolution.
1829
+ * The email will contain server's info and installed plugins (might be caching issue).
1830
+ *
1831
+ * @author Vova Feldman (@svovaf)
1832
+ * @since 1.0.9
1833
+ */
1834
+ function _email_about_firewall_issue() {
1835
+ $this->_admin_notices->remove_sticky( 'failed_connect_api' );
1836
+
1837
+ $pong = $this->ping();
1838
+
1839
+ $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
1840
+
1841
+ if ( $is_connected ) {
1842
+ $this->store_connectivity_info( $pong, $is_connected );
1843
+
1844
+ echo $this->get_after_plugin_activation_redirect_url();
1845
+ exit;
1846
+ }
1847
+
1848
+ $current_user = self::_get_current_wp_user();
1849
+ $admin_email = $current_user->user_email;
1850
+
1851
+ $error_type = fs_request_get( 'error_type', 'general' );
1852
+
1853
+ switch ( $error_type ) {
1854
+ case 'squid':
1855
+ $title = 'Squid ACL Blocking Issue';
1856
+ break;
1857
+ case 'cloudflare':
1858
+ $title = 'CloudFlare Blocking Issue';
1859
+ break;
1860
+ default:
1861
+ $title = 'API Connectivity Issue';
1862
+ break;
1863
+ }
1864
+
1865
+ $custom_email_sections = array();
1866
+
1867
+ if ( 'squid' === $error_type ) {
1868
+ // Override the 'Site' email section.
1869
+ $custom_email_sections['site'] = array(
1870
+ 'rows' => array(
1871
+ 'hosting_company' => array( 'Hosting Company', fs_request_get( 'hosting_company' ) )
1872
+ )
1873
+ );
1874
+ }
1875
+
1876
+ // Add 'API Error' custom email section.
1877
+ $custom_email_sections['api_error'] = array(
1878
+ 'title' => 'API Error',
1879
+ 'rows' => array(
1880
+ 'ping' => array( is_string( $pong ) ? htmlentities( $pong ) : json_encode( $pong ) )
1881
+ )
1882
+ );
1883
+
1884
+ // Add PHP info for deeper investigation.
1885
+ ob_start();
1886
+ phpinfo();
1887
+ $php_info = ob_get_clean();
1888
+ $custom_email_sections['php_info'] = array(
1889
+ 'title' => 'PHP Info',
1890
+ 'rows' => array(
1891
+ 'info' => array( $php_info )
1892
+ )
1893
+ );
1894
+
1895
+ // Send email with technical details to resolve CloudFlare's firewall unnecessary protection.
1896
+ $this->send_email(
1897
+ 'api@freemius.com', // recipient
1898
+ $title . ' [' . $this->get_plugin_name() . ']', // subject
1899
+ $custom_email_sections,
1900
+ array( "Reply-To: $admin_email <$admin_email>" ) // headers
1901
+ );
1902
+
1903
+ $this->_admin_notices->add_sticky(
1904
+ sprintf(
1905
+ __fs( 'fix-request-sent-message', $this->_slug ),
1906
+ '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1907
+ ),
1908
+ 'server_details_sent'
1909
+ );
1910
+
1911
+ // Action was taken, tell that API connectivity troubleshooting should be off now.
1912
+
1913
+ echo "1";
1914
+ exit;
1915
+ }
1916
+
1917
+ /**
1918
+ * Handle connectivity test retry approved by the user.
1919
+ *
1920
+ * @author Vova Feldman (@svovaf)
1921
+ * @since 1.1.7.4
1922
+ */
1923
+ function _retry_connectivity_test() {
1924
+ $this->_admin_notices->remove_sticky( 'failed_connect_api_first' );
1925
+
1926
+ $pong = $this->ping();
1927
+
1928
+ $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
1929
+
1930
+ if ( $is_connected ) {
1931
+ $this->store_connectivity_info( $pong, $is_connected );
1932
+
1933
+ echo $this->get_after_plugin_activation_redirect_url();
1934
+ } else {
1935
+ // Add connectivity issue message after 2nd failed attempt.
1936
+ $this->_add_connectivity_issue_message( $pong, false );
1937
+
1938
+ echo "1";
1939
+ }
1940
+
1941
+ exit;
1942
+ }
1943
+
1944
+ static function _add_firewall_issues_javascript() {
1945
+ $params = array();
1946
+ fs_require_once_template( 'firewall-issues-js.php', $params );
1947
+ }
1948
+
1949
+ #endregion
1950
+
1951
+ #----------------------------------------------------------------------------------
1952
+ #region Email
1953
+ #----------------------------------------------------------------------------------
1954
+
1955
+ /**
1956
+ * Generates and sends an HTML email with customizable sections.
1957
+ *
1958
+ * @author Leo Fajardo (@leorw)
1959
+ * @since 1.1.2
1960
+ *
1961
+ * @param string $to_address
1962
+ * @param string $subject
1963
+ * @param array $sections
1964
+ * @param array $headers
1965
+ *
1966
+ * @return bool Whether the email contents were sent successfully.
1967
+ */
1968
+ private function send_email(
1969
+ $to_address,
1970
+ $subject,
1971
+ $sections = array(),
1972
+ $headers = array()
1973
+ ) {
1974
+ $default_sections = $this->get_email_sections();
1975
+
1976
+ // Insert new sections or replace the default email sections.
1977
+ if ( is_array( $sections ) && ! empty( $sections ) ) {
1978
+ foreach ( $sections as $section_id => $custom_section ) {
1979
+ if ( ! isset( $default_sections[ $section_id ] ) ) {
1980
+ // If the section does not exist, add it.
1981
+ $default_sections[ $section_id ] = $custom_section;
1982
+ } else {
1983
+ // If the section already exists, override it.
1984
+ $current_section = $default_sections[ $section_id ];
1985
+
1986
+ // Replace the current section's title if a custom section title exists.
1987
+ if ( isset( $custom_section['title'] ) ) {
1988
+ $current_section['title'] = $custom_section['title'];
1989
+ }
1990
+
1991
+ // Insert new rows under the current section or replace the default rows.
1992
+ if ( isset( $custom_section['rows'] ) && is_array( $custom_section['rows'] ) && ! empty( $custom_section['rows'] ) ) {
1993
+ foreach ( $custom_section['rows'] as $row_id => $row ) {
1994
+ $current_section['rows'][ $row_id ] = $row;
1995
+ }
1996
+ }
1997
+
1998
+ $default_sections[ $section_id ] = $current_section;
1999
+ }
2000
+ }
2001
+ }
2002
+
2003
+ $vars = array( 'sections' => $default_sections );
2004
+ $message = fs_get_template( 'email.php', $vars );
2005
+
2006
+ // Set the type of email to HTML.
2007
+ $headers[] = 'Content-type: text/html';
2008
+
2009
+ $header_string = implode( "\r\n", $headers );
2010
+
2011
+ return wp_mail(
2012
+ $to_address,
2013
+ $subject,
2014
+ $message,
2015
+ $header_string
2016
+ );
2017
+ }
2018
+
2019
+ /**
2020
+ * Generates the data for the sections of the email content.
2021
+ *
2022
+ * @author Leo Fajardo (@leorw)
2023
+ * @since 1.1.2
2024
+ *
2025
+ * @return array
2026
+ */
2027
+ private function get_email_sections() {
2028
+ // Retrieve the current user's information so that we can get the user's email, first name, and last name below.
2029
+ $current_user = self::_get_current_wp_user();
2030
+
2031
+ // Retrieve the cURL version information so that we can get the version number below.
2032
+ $curl_version_information = curl_version();
2033
+
2034
+ $active_plugin = self::get_active_plugins();
2035
+
2036
+ // Generate the list of active plugins separated by new line.
2037
+ $active_plugin_string = '';
2038
+ foreach ( $active_plugin as $plugin ) {
2039
+ $active_plugin_string .= sprintf(
2040
+ '<a href="%s">%s</a> [v%s]<br>',
2041
+ $plugin['PluginURI'],
2042
+ $plugin['Name'],
2043
+ $plugin['Version']
2044
+ );
2045
+ }
2046
+
2047
+ $server_ip = WP_FS__REMOTE_ADDR;
2048
+
2049
+ // Generate the default email sections.
2050
+ $sections = array(
2051
+ 'sdk' => array(
2052
+ 'title' => 'SDK',
2053
+ 'rows' => array(
2054
+ 'fs_version' => array( 'FS Version', $this->version ),
2055
+ 'curl_version' => array( 'cURL Version', $curl_version_information['version'] )
2056
+ )
2057
+ ),
2058
+ 'plugin' => array(
2059
+ 'title' => 'Plugin',
2060
+ 'rows' => array(
2061
+ 'name' => array( 'Name', $this->get_plugin_name() ),
2062
+ 'version' => array( 'Version', $this->get_plugin_version() )
2063
+ )
2064
+ ),
2065
+ 'site' => array(
2066
+ 'title' => 'Site',
2067
+ 'rows' => array(
2068
+ 'unique_id' => array( 'Address', $this->get_anonymous_id() ),
2069
+ 'address' => array( 'Address', site_url() ),
2070
+ 'host' => array(
2071
+ 'HTTP_HOST',
2072
+ ( ! empty( $_SERVER['HTTP_HOST'] ) ? $_SERVER['HTTP_HOST'] : '' )
2073
+ ),
2074
+ 'server_addr' => array(
2075
+ 'SERVER_ADDR',
2076
+ '<a href="http://www.projecthoneypot.org/ip_' . $server_ip . '">' . $server_ip . '</a>'
2077
+ )
2078
+ )
2079
+ ),
2080
+ 'user' => array(
2081
+ 'title' => 'User',
2082
+ 'rows' => array(
2083
+ 'email' => array( 'Email', $current_user->user_email ),
2084
+ 'first' => array( 'First', $current_user->user_firstname ),
2085
+ 'last' => array( 'Last', $current_user->user_lastname )
2086
+ )
2087
+ ),
2088
+ 'plugins' => array(
2089
+ 'title' => 'Plugins',
2090
+ 'rows' => array(
2091
+ 'active_plugins' => array( 'Active Plugins', $active_plugin_string )
2092
+ )
2093
+ ),
2094
+ );
2095
+
2096
+ // Allow the sections to be modified by other code.
2097
+ $sections = $this->apply_filters( 'email_template_sections', $sections );
2098
+
2099
+ return $sections;
2100
+ }
2101
+
2102
+ #endregion
2103
+
2104
+ #----------------------------------------------------------------------------------
2105
+ #region Initialization
2106
+ #----------------------------------------------------------------------------------
2107
+
2108
+ /**
2109
+ * Init plugin's Freemius instance.
2110
+ *
2111
+ * @author Vova Feldman (@svovaf)
2112
+ * @since 1.0.1
2113
+ *
2114
+ * @param number $id
2115
+ * @param string $public_key
2116
+ * @param bool $is_live
2117
+ * @param bool $is_premium
2118
+ */
2119
+ function init( $id, $public_key, $is_live = true, $is_premium = true ) {
2120
+ $this->_logger->entrance();
2121
+
2122
+ $this->dynamic_init( array(
2123
+ 'id' => $id,
2124
+ 'public_key' => $public_key,
2125
+ 'is_live' => $is_live,
2126
+ 'is_premium' => $is_premium,
2127
+ ) );
2128
+ }
2129
+
2130
+ /**
2131
+ * Dynamic initiator, originally created to support initiation
2132
+ * with parent_id for add-ons.
2133
+ *
2134
+ * @author Vova Feldman (@svovaf)
2135
+ * @since 1.0.6
2136
+ *
2137
+ * @param array $plugin_info
2138
+ *
2139
+ * @throws Freemius_Exception
2140
+ */
2141
+ function dynamic_init( array $plugin_info ) {
2142
+ $this->_logger->entrance();
2143
+
2144
+ $this->parse_settings( $plugin_info );
2145
+
2146
+ if ( $this->should_stop_execution() ) {
2147
+ return;
2148
+ }
2149
+
2150
+ if ( ! $this->is_registered() ) {
2151
+ if ( $this->is_anonymous() ) {
2152
+ // If user skipped, no need to test connectivity.
2153
+ $this->_has_api_connection = true;
2154
+ $this->_is_on = true;
2155
+ } else {
2156
+ if ( ! $this->has_api_connectivity() ) {
2157
+ if ( $this->_admin_notices->has_sticky( 'failed_connect_api_first' ) ||
2158
+ $this->_admin_notices->has_sticky( 'failed_connect_api' )
2159
+ ) {
2160
+ if ( ! $this->_enable_anonymous || $this->is_premium() ) {
2161
+ // If anonymous mode is disabled, add firewall admin-notice message.
2162
+ add_action( 'admin_footer', array( 'Freemius', '_add_firewall_issues_javascript' ) );
2163
+
2164
+ $this->add_ajax_action( 'resolve_firewall_issues', array(
2165
+ &$this,
2166
+ '_email_about_firewall_issue'
2167
+ ) );
2168
+
2169
+ $this->add_ajax_action( 'retry_connectivity_test', array(
2170
+ &$this,
2171
+ '_retry_connectivity_test'
2172
+ ) );
2173
+ }
2174
+ }
2175
+
2176
+ return;
2177
+ } else {
2178
+ $this->_admin_notices->remove_sticky( array(
2179
+ 'failed_connect_api_first',
2180
+ 'failed_connect_api',
2181
+ ) );
2182
+
2183
+ if ( $this->_anonymous_mode ) {
2184
+ // Simulate anonymous mode.
2185
+ $this->_is_anonymous = true;
2186
+ }
2187
+ }
2188
+ }
2189
+
2190
+ // Check if Freemius is on for the current plugin.
2191
+ // This MUST be executed after all the plugin variables has been loaded.
2192
+ if ( ! $this->is_on() ) {
2193
+ return;
2194
+ }
2195
+ }
2196
+
2197
+ if ( $this->has_api_connectivity() ) {
2198
+ if ( $this->is_cron() ) {
2199
+ $this->hook_callback_to_sync_cron();
2200
+ } else if ( $this->is_user_in_admin() ) {
2201
+ /**
2202
+ * Schedule daily data sync cron if:
2203
+ *
2204
+ * 1. User opted-in (for tracking).
2205
+ * 2. If skipped, but later upgraded (opted-in via upgrade).
2206
+ *
2207
+ * @author Vova Feldman (@svovaf)
2208
+ * @since 1.1.7.3
2209
+ *
2210
+ */
2211
+ if ( $this->is_registered() ) {
2212
+ if ( ! $this->is_sync_cron_on() && $this->is_tracking_allowed() ) {
2213
+ $this->schedule_sync_cron();
2214
+ }
2215
+ }
2216
+
2217
+ /**
2218
+ * Check if requested for manual blocking background sync.
2219
+ */
2220
+ if ( fs_request_has( 'background_sync' ) ) {
2221
+ $this->run_manual_sync();
2222
+ }
2223
+ }
2224
+ }
2225
+
2226
+ if ( $this->is_registered() ) {
2227
+ $this->hook_callback_to_install_sync();
2228
+ }
2229
+
2230
+ if ( $this->is_addon() ) {
2231
+ if ( $this->is_parent_plugin_installed() ) {
2232
+ // Link to parent FS.
2233
+ $this->_parent = self::get_instance_by_id( $this->_plugin->parent_plugin_id );
2234
+
2235
+ // Get parent plugin reference.
2236
+ $this->_parent_plugin = $this->_parent->get_plugin();
2237
+ }
2238
+ }
2239
+
2240
+ if ( $this->is_user_in_admin() ) {
2241
+ if ( $this->is_plugins_page() ) {
2242
+ $this->hook_plugin_action_links();
2243
+ }
2244
+
2245
+ if ( $this->is_addon() ) {
2246
+ if ( ! $this->is_parent_plugin_installed() ) {
2247
+ $parent_name = $this->get_option( $plugin_info, 'parent_name', null );
2248
+
2249
+ if ( isset( $plugin_info['parent'] ) ) {
2250
+ $parent_name = $this->get_option( $plugin_info['parent'], 'name', null );
2251
+ }
2252
+
2253
+ $this->_admin_notices->add(
2254
+ ( ! empty( $parent_name ) ?
2255
+ sprintf( __fs( 'addon-x-cannot-run-without-y', $this->_slug ), $this->get_plugin_name(), $parent_name ) :
2256
+ sprintf( __fs( 'addon-x-cannot-run-without-parent', $this->_slug ), $this->get_plugin_name() )
2257
+ ),
2258
+ __fs( 'oops', $this->_slug ) . '...',
2259
+ 'error'
2260
+ );
2261
+
2262
+ return;
2263
+ } else {
2264
+ if ( $this->_parent->is_registered() && ! $this->is_registered() ) {
2265
+ // If parent plugin activated, automatically install add-on for the user.
2266
+ $this->_activate_addon_account( $this->_parent );
2267
+ }
2268
+
2269
+ // @todo This should be only executed on activation. It should be migrated to register_activation_hook() together with other activation related logic.
2270
+ if ( $this->is_premium() ) {
2271
+ // Remove add-on download admin-notice.
2272
+ $this->_parent->_admin_notices->remove_sticky( array(
2273
+ 'addon_plan_upgraded_' . $this->_slug,
2274
+ 'no_addon_license_' . $this->_slug,
2275
+ ) );
2276
+ }
2277
+
2278
+ $this->deactivate_premium_only_addon_without_license();
2279
+ }
2280
+ } else {
2281
+ add_action( 'admin_init', array( &$this, '_admin_init_action' ) );
2282
+
2283
+ if ( $this->has_addons() &&
2284
+ 'plugin-information' === fs_request_get( 'tab', false ) &&
2285
+ $this->get_id() == fs_request_get( 'parent_plugin_id', false )
2286
+ ) {
2287
+ require_once WP_FS__DIR_INCLUDES . '/fs-plugin-info-dialog.php';
2288
+
2289
+ new FS_Plugin_Info_Dialog( $this );
2290
+ }
2291
+ }
2292
+
2293
+ if ( $this->is_premium() ) {
2294
+ new FS_Plugin_Updater( $this );
2295
+ }
2296
+
2297
+ // if ( $this->is_registered() ||
2298
+ // $this->is_anonymous() ||
2299
+ // $this->is_pending_activation()
2300
+ // ) {
2301
+ // $this->_init_admin();
2302
+ // }
2303
+ }
2304
+
2305
+ $this->do_action( 'initiated' );
2306
+
2307
+ if ( $this->_storage->prev_is_premium !== $this->_plugin->is_premium ) {
2308
+ if ( isset( $this->_storage->prev_is_premium ) ) {
2309
+ $this->apply_filters(
2310
+ 'after_code_type_change',
2311
+ // New code type.
2312
+ $this->_plugin->is_premium
2313
+ );
2314
+ } else {
2315
+ // Set for code type for the first time.
2316
+ $this->_storage->prev_is_premium = $this->_plugin->is_premium;
2317
+ }
2318
+ }
2319
+
2320
+ if ( ! $this->is_addon() ) {
2321
+ if ( $this->is_registered() ) {
2322
+ // Fix for upgrade from versions < 1.0.9.
2323
+ if ( ! isset( $this->_storage->activation_timestamp ) ) {
2324
+ $this->_storage->activation_timestamp = WP_FS__SCRIPT_START_TIME;
2325
+ }
2326
+
2327
+ $this->do_action( 'after_init_plugin_registered' );
2328
+ } else if ( $this->is_anonymous() ) {
2329
+ $this->do_action( 'after_init_plugin_anonymous' );
2330
+ } else if ( $this->is_pending_activation() ) {
2331
+ $this->do_action( 'after_init_plugin_pending_activations' );
2332
+ }
2333
+ } else {
2334
+ if ( $this->is_registered() ) {
2335
+ $this->do_action( 'after_init_addon_registered' );
2336
+ } else if ( $this->is_anonymous() ) {
2337
+ $this->do_action( 'after_init_addon_anonymous' );
2338
+ } else if ( $this->is_pending_activation() ) {
2339
+ $this->do_action( 'after_init_addon_pending_activations' );
2340
+ }
2341
+ }
2342
+ }
2343
+
2344
+ /**
2345
+ * @author Leo Fajardo (@leorw)
2346
+ *
2347
+ * @since 1.2.1.5
2348
+ */
2349
+ function _stop_tracking_callback() {
2350
+ $result = $this->stop_tracking();
2351
+
2352
+ if ( true === $result ) {
2353
+ $this->shoot_ajax_success();
2354
+ }
2355
+
2356
+ $this->_logger->api_error( $result );
2357
+
2358
+ $this->shoot_ajax_failure(
2359
+ __fs( 'unexpected-api-error', $this->_slug ) .
2360
+ ( $this->is_api_error( $result ) && isset( $result->error ) ?
2361
+ $result->error->message :
2362
+ var_export( $result, true ) )
2363
+ );
2364
+ }
2365
+
2366
+ /**
2367
+ * @author Leo Fajardo (@leorw)
2368
+ * @since 1.2.1.5
2369
+ */
2370
+ function _allow_tracking_callback() {
2371
+ $result = $this->allow_tracking();
2372
+
2373
+ if ( true === $result ) {
2374
+ $this->shoot_ajax_success();
2375
+ }
2376
+
2377
+ $this->_logger->api_error( $result );
2378
+
2379
+ $this->shoot_ajax_failure(
2380
+ __fs( 'unexpected-api-error', $this->_slug ) .
2381
+ ( $this->is_api_error( $result ) && isset( $result->error ) ?
2382
+ $result->error->message :
2383
+ var_export( $result, true ) )
2384
+ );
2385
+ }
2386
+
2387
+ /**
2388
+ * Opt-out from usage tracking.
2389
+ *
2390
+ * Note: This will not delete the account information but will stop all tracking.
2391
+ *
2392
+ * Returns:
2393
+ * 1. FALSE - If the user never opted-in.
2394
+ * 2. TRUE - If successfully opted-out.
2395
+ * 3. object - API result on failure.
2396
+ *
2397
+ * @author Leo Fajardo (@leorw)
2398
+ * @since 1.2.1.5
2399
+ *
2400
+ * @return bool|object
2401
+ */
2402
+ function stop_tracking() {
2403
+ $this->_logger->entrance();
2404
+
2405
+ if ( ! $this->is_registered() ) {
2406
+ // User never opted-in.
2407
+ return false;
2408
+ }
2409
+
2410
+ if ( $this->is_tracking_prohibited() ) {
2411
+ // Already disconnected.
2412
+ return true;
2413
+ }
2414
+
2415
+ // Send update to FS.
2416
+ $result = $this->get_api_site_scope()->call( '/?fields=is_disconnected', 'put', array(
2417
+ 'is_disconnected' => true
2418
+ ) );
2419
+
2420
+ if ( ! $this->is_api_result_entity( $result ) ||
2421
+ ! isset( $result->is_disconnected ) ||
2422
+ ! $result->is_disconnected
2423
+ ) {
2424
+ $this->_logger->api_error( $result );
2425
+
2426
+ return $result;
2427
+ }
2428
+
2429
+ $this->_site->is_disconnected = $result->is_disconnected;
2430
+ $this->_store_site();
2431
+
2432
+ $this->clear_sync_cron();
2433
+
2434
+ // Successfully disconnected.
2435
+ return true;
2436
+ }
2437
+
2438
+ /**
2439
+ * Opt-in back into usage tracking.
2440
+ *
2441
+ * Note: This will only work if the user opted-in previously.
2442
+ *
2443
+ * Returns:
2444
+ * 1. FALSE - If the user never opted-in.
2445
+ * 2. TRUE - If successfully opted-in back to usage tracking.
2446
+ * 3. object - API result on failure.
2447
+ *
2448
+ * @author Leo Fajardo (@leorw)
2449
+ * @since 1.2.1.5
2450
+ *
2451
+ * @return bool|object
2452
+ */
2453
+ function allow_tracking() {
2454
+ $this->_logger->entrance();
2455
+
2456
+ if ( ! $this->is_registered() ) {
2457
+ // User never opted-in.
2458
+ return false;
2459
+ }
2460
+
2461
+ if ( $this->is_tracking_allowed() ) {
2462
+ // Tracking already allowed.
2463
+ return true;
2464
+ }
2465
+
2466
+ $result = $this->get_api_site_scope()->call( '/?is_disconnected', 'put', array(
2467
+ 'is_disconnected' => false
2468
+ ) );
2469
+
2470
+ if ( ! $this->is_api_result_entity( $result ) ||
2471
+ ! isset( $result->is_disconnected ) ||
2472
+ $result->is_disconnected
2473
+ ) {
2474
+ $this->_logger->api_error( $result );
2475
+
2476
+ return $result;
2477
+ }
2478
+
2479
+ $this->_site->is_disconnected = $result->is_disconnected;
2480
+ $this->_store_site();
2481
+
2482
+ $this->schedule_sync_cron();
2483
+
2484
+ // Successfully reconnected.
2485
+ return true;
2486
+ }
2487
+
2488
+ /**
2489
+ * If user opted-in and later disabled usage-tracking,
2490
+ * re-allow tracking for licensing and updates.
2491
+ *
2492
+ * @author Leo Fajardo (@leorw)
2493
+ *
2494
+ * @since 1.2.1.5
2495
+ */
2496
+ private function reconnect_locally() {
2497
+ $this->_logger->entrance();
2498
+
2499
+ if ( $this->is_tracking_prohibited() &&
2500
+ $this->is_registered()
2501
+ ) {
2502
+ $this->_site->is_disconnected = false;
2503
+ $this->_store_site();
2504
+ }
2505
+ }
2506
+
2507
+ /**
2508
+ * Parse plugin's settings (as defined by the plugin dev).
2509
+ *
2510
+ * @author Vova Feldman (@svovaf)
2511
+ * @since 1.1.7.3
2512
+ *
2513
+ * @param array $plugin_info
2514
+ *
2515
+ * @throws \Freemius_Exception
2516
+ */
2517
+ private function parse_settings( &$plugin_info ) {
2518
+ $this->_logger->entrance();
2519
+
2520
+ $id = $this->get_numeric_option( $plugin_info, 'id', false );
2521
+ $public_key = $this->get_option( $plugin_info, 'public_key', false );
2522
+ $secret_key = $this->get_option( $plugin_info, 'secret_key', null );
2523
+ $parent_id = $this->get_numeric_option( $plugin_info, 'parent_id', null );
2524
+ $parent_name = $this->get_option( $plugin_info, 'parent_name', null );
2525
+
2526
+ /**
2527
+ * @author Vova Feldman (@svovaf)
2528
+ * @since 1.1.9 Try to pull secret key from external config.
2529
+ */
2530
+ if ( is_null( $secret_key ) && defined( "WP_FS__{$this->_slug}_SECRET_KEY" ) ) {
2531
+ $secret_key = constant( "WP_FS__{$this->_slug}_SECRET_KEY" );
2532
+ }
2533
+
2534
+ if ( isset( $plugin_info['parent'] ) ) {
2535
+ $parent_id = $this->get_numeric_option( $plugin_info['parent'], 'id', null );
2536
+ // $parent_slug = $this->get_option( $plugin_info['parent'], 'slug', null );
2537
+ // $parent_public_key = $this->get_option( $plugin_info['parent'], 'public_key', null );
2538
+ // $parent_name = $this->get_option( $plugin_info['parent'], 'name', null );
2539
+ }
2540
+
2541
+ if ( false === $id ) {
2542
+ throw new Freemius_Exception( 'Plugin id parameter is not set.' );
2543
+ }
2544
+ if ( false === $public_key ) {
2545
+ throw new Freemius_Exception( 'Plugin public_key parameter is not set.' );
2546
+ }
2547
+
2548
+ $plugin = ( $this->_plugin instanceof FS_Plugin ) ?
2549
+ $this->_plugin :
2550
+ new FS_Plugin();
2551
+
2552
+ $plugin->update( array(
2553
+ 'id' => $id,
2554
+ 'public_key' => $public_key,
2555
+ 'slug' => $this->_slug,
2556
+ 'parent_plugin_id' => $parent_id,
2557
+ 'version' => $this->get_plugin_version(),
2558
+ 'title' => $this->get_plugin_name(),
2559
+ 'file' => $this->_plugin_basename,
2560
+ 'is_premium' => $this->get_bool_option( $plugin_info, 'is_premium', true ),
2561
+ 'is_live' => $this->get_bool_option( $plugin_info, 'is_live', true ),
2562
+ // 'secret_key' => $secret_key,
2563
+ ) );
2564
+
2565
+ if ( $plugin->is_updated() ) {
2566
+ // Update plugin details.
2567
+ $this->_plugin = FS_Plugin_Manager::instance( $this->_slug )->store( $plugin );
2568
+ }
2569
+ // Set the secret key after storing the plugin, we don't want to store the key in the storage.
2570
+ $this->_plugin->secret_key = $secret_key;
2571
+
2572
+ if ( ! isset( $plugin_info['menu'] ) ) {
2573
+ // Back compatibility to 1.1.2
2574
+ $plugin_info['menu'] = array(
2575
+ 'slug' => isset( $plugin_info['menu_slug'] ) ?
2576
+ $plugin_info['menu_slug'] :
2577
+ $this->_slug
2578
+ );
2579
+ }
2580
+
2581
+ $this->_menu = FS_Admin_Menu_Manager::instance( $this->_slug );
2582
+ $this->_menu->init( $plugin_info['menu'], $this->is_addon() );
2583
+
2584
+ $this->_has_addons = $this->get_bool_option( $plugin_info, 'has_addons', false );
2585
+ $this->_has_paid_plans = $this->get_bool_option( $plugin_info, 'has_paid_plans', true );
2586
+ $this->_is_org_compliant = $this->get_bool_option( $plugin_info, 'is_org_compliant', true );
2587
+ $this->_is_premium_only = $this->get_bool_option( $plugin_info, 'is_premium_only', false );
2588
+ if ( $this->_is_premium_only ) {
2589
+ // If premium only plugin, disable anonymous mode.
2590
+ $this->_enable_anonymous = false;
2591
+ $this->_anonymous_mode = false;
2592
+ } else {
2593
+ $this->_enable_anonymous = $this->get_bool_option( $plugin_info, 'enable_anonymous', true );
2594
+ $this->_anonymous_mode = $this->get_bool_option( $plugin_info, 'anonymous_mode', false );
2595
+ }
2596
+ $this->_permissions = $this->get_option( $plugin_info, 'permissions', array() );
2597
+
2598
+ if ( ! empty( $plugin_info['trial'] ) ) {
2599
+ $this->_trial_days = $this->get_numeric_option(
2600
+ $plugin_info['trial'],
2601
+ 'days',
2602
+ // Default to 0 - trial without days specification.
2603
+ 0
2604
+ );
2605
+
2606
+ $this->_is_trial_require_payment = $this->get_bool_option( $plugin_info['trial'], 'is_require_payment', false );
2607
+ }
2608
+ }
2609
+
2610
+ /**
2611
+ * @param string[] $options
2612
+ * @param string $key
2613
+ * @param mixed $default
2614
+ *
2615
+ * @return bool
2616
+ */
2617
+ private function get_option( &$options, $key, $default = false ) {
2618
+ return ! empty( $options[ $key ] ) ? $options[ $key ] : $default;
2619
+ }
2620
+
2621
+ private function get_bool_option( &$options, $key, $default = false ) {
2622
+ return isset( $options[ $key ] ) && is_bool( $options[ $key ] ) ? $options[ $key ] : $default;
2623
+ }
2624
+
2625
+ private function get_numeric_option( &$options, $key, $default = false ) {
2626
+ return isset( $options[ $key ] ) && is_numeric( $options[ $key ] ) ? $options[ $key ] : $default;
2627
+ }
2628
+
2629
+ /**
2630
+ * Gate keeper.
2631
+ *
2632
+ * @author Vova Feldman (@svovaf)
2633
+ * @since 1.1.7.3
2634
+ *
2635
+ * @return bool
2636
+ */
2637
+ private function should_stop_execution() {
2638
+ if ( empty( $this->_storage->was_plugin_loaded ) ) {
2639
+ /**
2640
+ * Don't execute Freemius until plugin was fully loaded at least once,
2641
+ * to give the opportunity for the activation hook to run before pinging
2642
+ * the API for connectivity test. This logic is relevant for the
2643
+ * identification of new plugin install vs. plugin update.
2644
+ *
2645
+ * @author Vova Feldman (@svovaf)
2646
+ * @since 1.1.9
2647
+ */
2648
+ return true;
2649
+ }
2650
+
2651
+ if ( $this->is_activation_mode() ) {
2652
+ if ( ! is_admin() ) {
2653
+ /**
2654
+ * If in activation mode, don't execute Freemius outside of the
2655
+ * admin dashboard.
2656
+ *
2657
+ * @author Vova Feldman (@svovaf)
2658
+ * @since 1.1.7.3
2659
+ */
2660
+ return true;
2661
+ }
2662
+
2663
+ if ( ! WP_FS__IS_HTTP_REQUEST ) {
2664
+ /**
2665
+ * If in activation and executed without HTTP context (e.g. CLI, Cronjob),
2666
+ * then don't start Freemius.
2667
+ *
2668
+ * @author Vova Feldman (@svovaf)
2669
+ * @since 1.1.6.3
2670
+ *
2671
+ * @link https://wordpress.org/support/topic/errors-in-the-freemius-class-when-running-in-wordpress-in-cli
2672
+ */
2673
+ return true;
2674
+ }
2675
+
2676
+ if ( $this->is_cron() ) {
2677
+ /**
2678
+ * If in activation mode, don't execute Freemius during wp crons
2679
+ * (wp crons have HTTP context - called as HTTP request).
2680
+ *
2681
+ * @author Vova Feldman (@svovaf)
2682
+ * @since 1.1.7.3
2683
+ */
2684
+ return true;
2685
+ }
2686
+
2687
+ if ( $this->is_ajax() &&
2688
+ ! $this->_admin_notices->has_sticky( 'failed_connect_api_first' ) &&
2689
+ ! $this->_admin_notices->has_sticky( 'failed_connect_api' )
2690
+ ) {
2691
+ /**
2692
+ * During activation, if running in AJAX mode, unless there's a sticky
2693
+ * connectivity issue notice, don't run Freemius.
2694
+ *
2695
+ * @author Vova Feldman (@svovaf)
2696
+ * @since 1.1.7.3
2697
+ */
2698
+ return true;
2699
+ }
2700
+ }
2701
+
2702
+ return false;
2703
+ }
2704
+
2705
+ /**
2706
+ * Triggered after code type has changed.
2707
+ *
2708
+ * @author Vova Feldman (@svovaf)
2709
+ * @since 1.1.9.1
2710
+ */
2711
+ function _after_code_type_change() {
2712
+ $this->_logger->entrance();
2713
+
2714
+ add_action( is_admin() ? 'admin_init' : 'init', array(
2715
+ &$this,
2716
+ '_plugin_code_type_changed'
2717
+ ) );
2718
+ }
2719
+
2720
+ /**
2721
+ * Handles plugin's code type change (free <--> premium).
2722
+ *
2723
+ * @author Vova Feldman (@svovaf)
2724
+ * @since 1.0.9
2725
+ */
2726
+ function _plugin_code_type_changed() {
2727
+ $this->_logger->entrance();
2728
+
2729
+ if ( $this->is_premium() ) {
2730
+ $this->reconnect_locally();
2731
+
2732
+ // Activated premium code.
2733
+ $this->do_action( 'after_premium_version_activation' );
2734
+
2735
+ // Remove all sticky messages related to download of the premium version.
2736
+ $this->_admin_notices->remove_sticky( array(
2737
+ 'trial_started',
2738
+ 'plan_upgraded',
2739
+ 'plan_changed',
2740
+ 'license_activated',
2741
+ ) );
2742
+
2743
+ $this->_admin_notices->add_sticky(
2744
+ __fs( 'premium-activated-message', $this->_slug ),
2745
+ 'premium_activated',
2746
+ __fs( 'woot', $this->_slug ) . '!'
2747
+ );
2748
+ } else {
2749
+ // Remove sticky message related to premium code activation.
2750
+ $this->_admin_notices->remove_sticky( 'premium_activated' );
2751
+
2752
+ // Activated free code (after had the premium before).
2753
+ $this->do_action( 'after_free_version_reactivation' );
2754
+
2755
+ if ( $this->is_paying() && ! $this->is_premium() ) {
2756
+ $this->_admin_notices->add_sticky(
2757
+ sprintf(
2758
+ __fs( 'you-have-x-license', $this->_slug ),
2759
+ $this->_site->plan->title
2760
+ ) . $this->get_complete_upgrade_instructions(),
2761
+ 'plan_upgraded',
2762
+ __fs( 'yee-haw', $this->_slug ) . '!'
2763
+ );
2764
+ }
2765
+ }
2766
+
2767
+ // Schedule code type changes event.
2768
+ $this->schedule_install_sync();
2769
+
2770
+ /**
2771
+ * Unregister the uninstall hook for the other version of the plugin (with different code type) to avoid
2772
+ * triggering a fatal error when uninstalling that plugin. For example, after deactivating the "free" version
2773
+ * of a specific plugin, its uninstall hook should be unregistered after the "premium" version has been
2774
+ * activated. If we don't do that, a fatal error will occur when we try to uninstall the "free" version since
2775
+ * the main file of the "free" version will be loaded first before calling the hooked callback. Since the
2776
+ * free and premium versions are almost identical (same class or have same functions), a fatal error like
2777
+ * "Cannot redeclare class MyClass" or "Cannot redeclare my_function()" will occur.
2778
+ */
2779
+ $this->unregister_uninstall_hook();
2780
+
2781
+ $this->clear_module_main_file_cache();
2782
+
2783
+ // Update is_premium of latest version.
2784
+ $this->_storage->prev_is_premium = $this->_plugin->is_premium;
2785
+ }
2786
+
2787
+ #endregion
2788
+
2789
+ #----------------------------------------------------------------------------------
2790
+ #region Add-ons
2791
+ #----------------------------------------------------------------------------------
2792
+
2793
+ /**
2794
+ * Check if add-on installed and activated on site.
2795
+ *
2796
+ * @author Vova Feldman (@svovaf)
2797
+ * @since 1.0.6
2798
+ *
2799
+ * @param string|number $slug_or_id
2800
+ *
2801
+ * @return bool
2802
+ */
2803
+ function is_addon_activated( $slug_or_id ) {
2804
+ return self::has_instance( $slug_or_id );
2805
+ }
2806
+
2807
+ /**
2808
+ * Check if add-on was connected to install
2809
+ *
2810
+ * @author Vova Feldman (@svovaf)
2811
+ * @since 1.1.7
2812
+ *
2813
+ * @param string $slug
2814
+ *
2815
+ * @return bool
2816
+ */
2817
+ function is_addon_connected( $slug ) {
2818
+ $sites = self::get_all_sites();
2819
+
2820
+ if ( ! isset( $sites[ $slug ] ) ) {
2821
+ return false;
2822
+ }
2823
+
2824
+ $site = $sites[ $slug ];
2825
+
2826
+ $plugin = FS_Plugin_Manager::instance( $slug )->get();
2827
+
2828
+ if ( $plugin->parent_plugin_id != $this->_plugin->id ) {
2829
+ // The given slug do NOT belong to any of the plugin's add-ons.
2830
+ return false;
2831
+ }
2832
+
2833
+ return ( is_object( $site ) &&
2834
+ is_numeric( $site->id ) &&
2835
+ is_numeric( $site->user_id ) &&
2836
+ is_object( $site->plan )
2837
+ );
2838
+ }
2839
+
2840
+ /**
2841
+ * Determines if add-on installed.
2842
+ *
2843
+ * NOTE: This is a heuristic and only works if the folder/file named as the slug.
2844
+ *
2845
+ * @author Vova Feldman (@svovaf)
2846
+ * @since 1.0.6
2847
+ *
2848
+ * @param string $slug
2849
+ *
2850
+ * @return bool
2851
+ */
2852
+ function is_addon_installed( $slug ) {
2853
+ return file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $this->get_addon_basename( $slug ) ) );
2854
+ }
2855
+
2856
+ /**
2857
+ * Get add-on basename.
2858
+ *
2859
+ * @author Vova Feldman (@svovaf)
2860
+ * @since 1.0.6
2861
+ *
2862
+ * @param string $slug
2863
+ *
2864
+ * @return string
2865
+ */
2866
+ function get_addon_basename( $slug ) {
2867
+ if ( $this->is_addon_activated( $slug ) ) {
2868
+ self::instance( $slug )->get_plugin_basename();
2869
+ }
2870
+
2871
+ $premium_basename = $slug . '-premium/' . $slug . '.php';
2872
+
2873
+ if ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $premium_basename ) ) ) {
2874
+ return $premium_basename;
2875
+ }
2876
+
2877
+ $free_basename = $slug . '/' . $slug . '.php';
2878
+
2879
+ return $free_basename;
2880
+ }
2881
+
2882
+ /**
2883
+ * Get installed add-ons instances.
2884
+ *
2885
+ * @author Vova Feldman (@svovaf)
2886
+ * @since 1.0.6
2887
+ *
2888
+ * @return Freemius[]
2889
+ */
2890
+ function get_installed_addons() {
2891
+ $installed_addons = array();
2892
+ foreach ( self::$_instances as $slug => $instance ) {
2893
+ if ( $instance->is_addon() && is_object( $instance->_parent_plugin ) ) {
2894
+ if ( $this->_plugin->id == $instance->_parent_plugin->id ) {
2895
+ $installed_addons[] = $instance;
2896
+ }
2897
+ }
2898
+ }
2899
+
2900
+ return $installed_addons;
2901
+ }
2902
+
2903
+ /**
2904
+ * Check if any add-ons of the plugin are installed.
2905
+ *
2906
+ * @author Leo Fajardo (@leorw)
2907
+ * @since 1.1.1
2908
+ *
2909
+ * @return bool
2910
+ */
2911
+ function has_installed_addons() {
2912
+ if ( ! $this->has_addons() ) {
2913
+ return false;
2914
+ }
2915
+
2916
+ foreach ( self::$_instances as $slug => $instance ) {
2917
+ if ( $instance->is_addon() && is_object( $instance->_parent_plugin ) ) {
2918
+ if ( $this->_plugin->id == $instance->_parent_plugin->id ) {
2919
+ return true;
2920
+ }
2921
+ }
2922
+ }
2923
+
2924
+ return false;
2925
+ }
2926
+
2927
+ /**
2928
+ * Tell Freemius that the current plugin is an add-on.
2929
+ *
2930
+ * @author Vova Feldman (@svovaf)
2931
+ * @since 1.0.6
2932
+ *
2933
+ * @param number $parent_plugin_id The parent plugin ID
2934
+ */
2935
+ function init_addon( $parent_plugin_id ) {
2936
+ $this->_plugin->parent_plugin_id = $parent_plugin_id;
2937
+ }
2938
+
2939
+ /**
2940
+ * @author Vova Feldman (@svovaf)
2941
+ * @since 1.0.6
2942
+ *
2943
+ * @return bool
2944
+ */
2945
+ function is_addon() {
2946
+ return isset( $this->_plugin->parent_plugin_id ) && is_numeric( $this->_plugin->parent_plugin_id );
2947
+ }
2948
+
2949
+ /**
2950
+ * Deactivate add-on if it's premium only and the user does't have a valid license.
2951
+ *
2952
+ * @param bool $is_after_trial_cancel
2953
+ *
2954
+ * @return bool If add-on was deactivated.
2955
+ */
2956
+ private function deactivate_premium_only_addon_without_license( $is_after_trial_cancel = false ) {
2957
+ if ( ! $this->has_free_plan() &&
2958
+ ! $this->has_features_enabled_license() &&
2959
+ ! $this->_has_premium_license()
2960
+ ) {
2961
+ // IF wrapper is turned off because activation_timestamp is currently only stored for plugins (not addons).
2962
+ // if (empty($this->_storage->activation_timestamp) ||
2963
+ // (WP_FS__SCRIPT_START_TIME - $this->_storage->activation_timestamp) > 30
2964
+ // ) {
2965
+ /**
2966
+ * @todo When it's first fail, there's no reason to try and re-sync because the licenses were just synced after initial activation.
2967
+ *
2968
+ * Retry syncing the user add-on licenses.
2969
+ */
2970
+ // Sync licenses.
2971
+ $this->_sync_licenses();
2972
+ // }
2973
+
2974
+ // Try to activate premium license.
2975
+ $this->_activate_license( true );
2976
+
2977
+ if ( ! $this->has_free_plan() &&
2978
+ ! $this->has_features_enabled_license() &&
2979
+ ! $this->_has_premium_license()
2980
+ ) {
2981
+ // @todo Check if deactivate plugins also call the deactivation hook.
2982
+
2983
+ deactivate_plugins( array( $this->_plugin_basename ), true );
2984
+
2985
+ $this->_parent->_admin_notices->add_sticky(
2986
+ sprintf(
2987
+ __fs( ( $is_after_trial_cancel ?
2988
+ 'addon-trial-cancelled-message' :
2989
+ 'addon-no-license-message' ),
2990
+ $this->_parent->_slug
2991
+ ),
2992
+ '<b>' . $this->_plugin->title . '</b>'
2993
+ ) . ' ' . sprintf(
2994
+ '<a href="%s" aria-label="%s" class="button button-primary" style="margin-left: 10px; vertical-align: middle;">%s &nbsp;&#10140;</a>',
2995
+ $this->_parent->addon_url( $this->_slug ),
2996
+ esc_attr( sprintf( __fs( 'more-information-about-x', $this->_parent->_slug ), $this->_plugin->title ) ),
2997
+ __fs( 'purchase-license', $this->_parent->_slug )
2998
+ ),
2999
+ 'no_addon_license_' . $this->_slug,
3000
+ ( $is_after_trial_cancel ? '' : __fs( 'oops', $this->_parent->_slug ) . '...' ),
3001
+ ( $is_after_trial_cancel ? 'success' : 'error' )
3002
+ );
3003
+
3004
+ return true;
3005
+ }
3006
+ }
3007
+
3008
+ return false;
3009
+ }
3010
+
3011
+ #endregion
3012
+
3013
+ #----------------------------------------------------------------------------------
3014
+ #region Sandbox
3015
+ #----------------------------------------------------------------------------------
3016
+
3017
+ /**
3018
+ * Set Freemius into sandbox mode for debugging.
3019
+ *
3020
+ * @author Vova Feldman (@svovaf)
3021
+ * @since 1.0.4
3022
+ *
3023
+ * @param string $secret_key
3024
+ */
3025
+ function init_sandbox( $secret_key ) {
3026
+ $this->_plugin->secret_key = $secret_key;
3027
+
3028
+ // Update plugin details.
3029
+ FS_Plugin_Manager::instance( $this->_slug )->update( $this->_plugin, true );
3030
+ }
3031
+
3032
+ /**
3033
+ * Check if running payments in sandbox mode.
3034
+ *
3035
+ * @author Vova Feldman (@svovaf)
3036
+ * @since 1.0.4
3037
+ *
3038
+ * @return bool
3039
+ */
3040
+ function is_payments_sandbox() {
3041
+ return ( ! $this->is_live() ) || isset( $this->_plugin->secret_key );
3042
+ }
3043
+
3044
+ #endregion
3045
+
3046
+ /**
3047
+ * Check if running test vs. live plugin.
3048
+ *
3049
+ * @author Vova Feldman (@svovaf)
3050
+ * @since 1.0.5
3051
+ *
3052
+ * @return bool
3053
+ */
3054
+ function is_live() {
3055
+ return $this->_plugin->is_live;
3056
+ }
3057
+
3058
+ /**
3059
+ * Check if the user skipped connecting the account with Freemius.
3060
+ *
3061
+ * @author Vova Feldman (@svovaf)
3062
+ * @since 1.0.7
3063
+ *
3064
+ * @return bool
3065
+ */
3066
+ function is_anonymous() {
3067
+ if ( ! isset( $this->_is_anonymous ) ) {
3068
+ if ( ! isset( $this->_storage->is_anonymous ) ) {
3069
+ // Not skipped.
3070
+ $this->_is_anonymous = false;
3071
+ } else if ( is_bool( $this->_storage->is_anonymous ) ) {
3072
+ // For back compatibility, since the variable was boolean before.
3073
+ $this->_is_anonymous = $this->_storage->is_anonymous;
3074
+
3075
+ // Upgrade stored data format to 1.1.3 format.
3076
+ $this->set_anonymous_mode( $this->_storage->is_anonymous );
3077
+ } else {
3078
+ // Version 1.1.3 and later.
3079
+ $this->_is_anonymous = $this->_storage->is_anonymous['is'];
3080
+ }
3081
+ }
3082
+
3083
+ return $this->_is_anonymous;
3084
+ }
3085
+
3086
+ /**
3087
+ * Check if user connected his account and install pending email activation.
3088
+ *
3089
+ * @author Vova Feldman (@svovaf)
3090
+ * @since 1.0.7
3091
+ *
3092
+ * @return bool
3093
+ */
3094
+ function is_pending_activation() {
3095
+ return $this->_storage->get( 'is_pending_activation', false );
3096
+ }
3097
+
3098
+ /**
3099
+ * Check if plugin must be WordPress.org compliant.
3100
+ *
3101
+ * @since 1.0.7
3102
+ *
3103
+ * @return bool
3104
+ */
3105
+ function is_org_repo_compliant() {
3106
+ return $this->_is_org_compliant;
3107
+ }
3108
+
3109
+ #----------------------------------------------------------------------------------
3110
+ #region Daily Sync Cron
3111
+ #----------------------------------------------------------------------------------
3112
+
3113
+ /**
3114
+ * @author Vova Feldman (@svovaf)
3115
+ * @since 1.1.7.3
3116
+ */
3117
+ private function run_manual_sync() {
3118
+ $this->require_pluggable_essentials();
3119
+
3120
+ if ( ! current_user_can( 'activate_plugins' ) ) {
3121
+ return;
3122
+ }
3123
+
3124
+ // Run manual sync.
3125
+ $this->_sync_cron();
3126
+
3127
+ // Reschedule next cron to run 24 hours from now (performance optimization).
3128
+ $this->clear_sync_cron();
3129
+
3130
+ $this->schedule_sync_cron( time() + WP_FS__TIME_24_HOURS_IN_SEC, false );
3131
+ }
3132
+
3133
+ /**
3134
+ * Data sync cron job. Replaces the background sync non blocking HTTP request
3135
+ * that doesn't halt page loading.
3136
+ *
3137
+ * @author Vova Feldman (@svovaf)
3138
+ * @since 1.1.7.3
3139
+ */
3140
+ function _sync_cron() {
3141
+ $this->_logger->entrance();
3142
+
3143
+ // Store the last time data sync was executed.
3144
+ $this->_storage->sync_timestamp = time();
3145
+
3146
+ // Check if API is temporary down.
3147
+ if ( FS_Api::is_temporary_down() ) {
3148
+ return;
3149
+ }
3150
+
3151
+ // @todo Add logic that identifies API latency, and reschedule the next background sync randomly between 8-16 hours.
3152
+
3153
+ if ( $this->is_registered() ) {
3154
+ if ( $this->has_paid_plan() ) {
3155
+ // Initiate background plan sync.
3156
+ $this->_sync_license( true );
3157
+
3158
+ if ( $this->is_paying() ) {
3159
+ // Check for premium plugin updates.
3160
+ $this->_check_updates( true );
3161
+ }
3162
+ } else {
3163
+ // Sync install (only if something changed locally).
3164
+ $this->sync_install();
3165
+ }
3166
+ }
3167
+
3168
+ $this->do_action( 'after_sync_cron' );
3169
+ }
3170
+
3171
+ /**
3172
+ * Check if sync was executed in the last $period of seconds.
3173
+ *
3174
+ * @author Vova Feldman (@svovaf)
3175
+ * @since 1.1.7.3
3176
+ *
3177
+ * @param int $period In seconds
3178
+ *
3179
+ * @return bool
3180
+ */
3181
+ private function is_sync_executed( $period = WP_FS__TIME_24_HOURS_IN_SEC ) {
3182
+ if ( ! isset( $this->_storage->sync_timestamp ) ) {
3183
+ return false;
3184
+ }
3185
+
3186
+ return ( $this->_storage->sync_timestamp > ( WP_FS__SCRIPT_START_TIME - $period ) );
3187
+ }
3188
+
3189
+ /**
3190
+ * @author Vova Feldman (@svovaf)
3191
+ * @since 1.1.7.3
3192
+ *
3193
+ * @return bool
3194
+ */
3195
+ private function is_sync_cron_on() {
3196
+ /**
3197
+ * @var object $sync_cron_data
3198
+ */
3199
+ $sync_cron_data = $this->_storage->get( 'sync_cron', null );
3200
+
3201
+ return ( ! is_null( $sync_cron_data ) && true === $sync_cron_data->on );
3202
+ }
3203
+
3204
+ /**
3205
+ * @author Vova Feldman (@svovaf)
3206
+ * @since 1.1.7.3
3207
+ *
3208
+ * @param int $start_at Defaults to now.
3209
+ * @param bool $randomize_start If true, schedule first job randomly during the next 12 hours. Otherwise,
3210
+ * schedule job to start right away.
3211
+ */
3212
+ private function schedule_sync_cron( $start_at = WP_FS__SCRIPT_START_TIME, $randomize_start = true ) {
3213
+ $this->_logger->entrance();
3214
+
3215
+ if ( $randomize_start ) {
3216
+ // Schedule first sync with a random 12 hour time range from now.
3217
+ $start_at += rand( 0, ( WP_FS__TIME_24_HOURS_IN_SEC / 2 ) );
3218
+ }
3219
+
3220
+ // Schedule daily WP cron.
3221
+ wp_schedule_event(
3222
+ $start_at,
3223
+ 'daily',
3224
+ $this->get_action_tag( 'data_sync' )
3225
+ );
3226
+
3227
+ $this->_storage->store( 'sync_cron', (object) array(
3228
+ 'version' => $this->get_plugin_version(),
3229
+ 'sdk_version' => $this->version,
3230
+ 'timestamp' => WP_FS__SCRIPT_START_TIME,
3231
+ 'on' => true,
3232
+ ) );
3233
+ }
3234
+
3235
+ /**
3236
+ * Add the actual sync function to the cron job hook.
3237
+ *
3238
+ * @author Vova Feldman (@svovaf)
3239
+ * @since 1.1.7.3
3240
+ */
3241
+ private function hook_callback_to_sync_cron() {
3242
+ $this->add_action( 'data_sync', array( &$this, '_sync_cron' ) );
3243
+ }
3244
+
3245
+ /**
3246
+ * @author Vova Feldman (@svovaf)
3247
+ * @since 1.1.7.3
3248
+ */
3249
+ private function clear_sync_cron() {
3250
+ $this->_logger->entrance();
3251
+
3252
+ if ( ! $this->is_sync_cron_on() ) {
3253
+ return;
3254
+ }
3255
+
3256
+ $this->_storage->remove( 'sync_cron' );
3257
+
3258
+ wp_clear_scheduled_hook( $this->get_action_tag( 'data_sync' ) );
3259
+ }
3260
+
3261
+ /**
3262
+ * Unix timestamp for next sync cron execution or false if not scheduled.
3263
+ *
3264
+ * @author Vova Feldman (@svovaf)
3265
+ * @since 1.1.7.3
3266
+ *
3267
+ * @return int|false
3268
+ */
3269
+ function next_sync_cron() {
3270
+ $this->_logger->entrance();
3271
+
3272
+ if ( ! $this->is_sync_cron_on() ) {
3273
+ return false;
3274
+ }
3275
+
3276
+ return wp_next_scheduled( $this->get_action_tag( 'data_sync' ) );
3277
+ }
3278
+
3279
+ /**
3280
+ * Unix timestamp for previous sync cron execution or false if never executed.
3281
+ *
3282
+ * @author Vova Feldman (@svovaf)
3283
+ * @since 1.1.7.3
3284
+ *
3285
+ * @return int|false
3286
+ */
3287
+ function last_sync_cron() {
3288
+ $this->_logger->entrance();
3289
+
3290
+ return $this->_storage->get( 'sync_timestamp' );
3291
+ }
3292
+
3293
+ #endregion Daily Sync Cron ------------------------------------------------------------------
3294
+
3295
+ #----------------------------------------------------------------------------------
3296
+ #region Async Install Sync
3297
+ #----------------------------------------------------------------------------------
3298
+
3299
+ /**
3300
+ * @author Vova Feldman (@svovaf)
3301
+ * @since 1.1.7.3
3302
+ *
3303
+ * @return bool
3304
+ */
3305
+ private function is_install_sync_scheduled() {
3306
+ /**
3307
+ * @var object $cron_data
3308
+ */
3309
+ $cron_data = $this->_storage->get( 'install_sync_cron', null );
3310
+
3311
+ return ( ! is_null( $cron_data ) && true === $cron_data->on );
3312
+ }
3313
+
3314
+ /**
3315
+ * Instead of running blocking install sync event, execute non blocking scheduled wp-cron.
3316
+ *
3317
+ * @author Vova Feldman (@svovaf)
3318
+ * @since 1.1.7.3
3319
+ */
3320
+ private function schedule_install_sync() {
3321
+ $this->_logger->entrance();
3322
+
3323
+ $this->clear_install_sync_cron();
3324
+
3325
+ // Schedule immediate install sync.
3326
+ wp_schedule_single_event(
3327
+ WP_FS__SCRIPT_START_TIME,
3328
+ $this->get_action_tag( 'install_sync' )
3329
+ );
3330
+
3331
+ $this->_storage->store( 'install_sync_cron', (object) array(
3332
+ 'version' => $this->get_plugin_version(),
3333
+ 'sdk_version' => $this->version,
3334
+ 'timestamp' => WP_FS__SCRIPT_START_TIME,
3335
+ 'on' => true,
3336
+ ) );
3337
+ }
3338
+
3339
+ /**
3340
+ * Unix timestamp for previous install sync cron execution or false if never executed.
3341
+ *
3342
+ * @todo There's some very strange bug that $this->_storage->install_sync_timestamp value is not being
3343
+ * updated. But for sure the sync event is working.
3344
+ *
3345
+ * @author Vova Feldman (@svovaf)
3346
+ * @since 1.1.7.3
3347
+ *
3348
+ * @return int|false
3349
+ */
3350
+ function last_install_sync() {
3351
+ $this->_logger->entrance();
3352
+
3353
+ return $this->_storage->get( 'install_sync_timestamp' );
3354
+ }
3355
+
3356
+ /**
3357
+ * Unix timestamp for next install sync cron execution or false if not scheduled.
3358
+ *
3359
+ * @author Vova Feldman (@svovaf)
3360
+ * @since 1.1.7.3
3361
+ *
3362
+ * @return int|false
3363
+ */
3364
+ function next_install_sync() {
3365
+ $this->_logger->entrance();
3366
+
3367
+ if ( ! $this->is_install_sync_scheduled() ) {
3368
+ return false;
3369
+ }
3370
+
3371
+ return wp_next_scheduled( $this->get_action_tag( 'install_sync' ) );
3372
+ }
3373
+
3374
+ /**
3375
+ * Add the actual install sync function to the cron job hook.
3376
+ *
3377
+ * @author Vova Feldman (@svovaf)
3378
+ * @since 1.1.7.3
3379
+ */
3380
+ private function hook_callback_to_install_sync() {
3381
+ $this->add_action( 'install_sync', array( &$this, '_run_sync_install' ) );
3382
+ }
3383
+
3384
+ /**
3385
+ * @author Vova Feldman (@svovaf)
3386
+ * @since 1.1.7.3
3387
+ */
3388
+ private function clear_install_sync_cron() {
3389
+ $this->_logger->entrance();
3390
+
3391
+ if ( ! $this->is_install_sync_scheduled() ) {
3392
+ return;
3393
+ }
3394
+
3395
+ $this->_storage->remove( 'install_sync_cron' );
3396
+
3397
+ wp_clear_scheduled_hook( $this->get_action_tag( 'install_sync' ) );
3398
+ }
3399
+
3400
+ /**
3401
+ * @author Vova Feldman (@svovaf)
3402
+ * @since 1.1.7.3
3403
+ */
3404
+ public function _run_sync_install() {
3405
+ $this->_logger->entrance();
3406
+
3407
+ // Update last install sync timestamp.
3408
+ $this->_storage->install_sync_timestamp = time();
3409
+
3410
+ $this->sync_install( array(), true );
3411
+ }
3412
+
3413
+ #endregion Async Install Sync ------------------------------------------------------------------
3414
+
3415
+ /**
3416
+ * Show a notice that activation is currently pending.
3417
+ *
3418
+ * @author Vova Feldman (@svovaf)
3419
+ * @since 1.0.7
3420
+ *
3421
+ * @param bool|string $email
3422
+ * @param bool $is_pending_trial Since 1.2.1.5
3423
+ */
3424
+ function _add_pending_activation_notice( $email = false, $is_pending_trial = false ) {
3425
+ if ( ! is_string( $email ) ) {
3426
+ $current_user = self::_get_current_wp_user();
3427
+ $email = $current_user->user_email;
3428
+ }
3429
+
3430
+ $this->_admin_notices->add_sticky(
3431
+ sprintf(
3432
+ __fs( 'pending-activation-message', $this->_slug ),
3433
+ '<b>' . $this->get_plugin_name() . '</b>',
3434
+ '<b>' . $email . '</b>',
3435
+ __fs( $is_pending_trial ? 'start-the-trial' : 'complete-the-install', $this->_slug )
3436
+ ),
3437
+ 'activation_pending',
3438
+ 'Thanks!'
3439
+ );
3440
+ }
3441
+
3442
+ /**
3443
+ * Check if currently in plugin activation.
3444
+ *
3445
+ * @author Vova Feldman (@svovaf)
3446
+ * @since 1.1.4
3447
+ *
3448
+ * @return bool
3449
+ */
3450
+ function is_plugin_activation() {
3451
+ return get_option( "fs_{$this->_slug}_activated", false );
3452
+ }
3453
+
3454
+ /**
3455
+ *
3456
+ * NOTE: admin_menu action executed before admin_init.
3457
+ *
3458
+ * @author Vova Feldman (@svovaf)
3459
+ * @since 1.0.7
3460
+ */
3461
+ function _admin_init_action() {
3462
+ /**
3463
+ * Automatically redirect to connect/activation page after plugin activation.
3464
+ *
3465
+ * @since 1.1.7 Do NOT redirect to opt-in when running in network admin mode.
3466
+ */
3467
+ if ( $this->is_plugin_activation() ) {
3468
+ delete_option( "fs_{$this->_slug}_activated" );
3469
+
3470
+ if ( ! function_exists( 'is_network_admin' ) || ! is_network_admin() ) {
3471
+ $this->_redirect_on_activation_hook();
3472
+
3473
+ return;
3474
+ }
3475
+ }
3476
+
3477
+ if ( fs_request_is_action( $this->_slug . '_skip_activation' ) ) {
3478
+ check_admin_referer( $this->_slug . '_skip_activation' );
3479
+
3480
+ $this->skip_connection();
3481
+
3482
+ fs_redirect( $this->get_after_activation_url( 'after_skip_url' ) );
3483
+ }
3484
+
3485
+ if ( ! $this->is_addon() && ! $this->is_registered() && ! $this->is_anonymous() ) {
3486
+ if ( ! $this->is_pending_activation() ) {
3487
+ if ( ! $this->_menu->is_activation_page() ) {
3488
+ if ( $this->is_plugin_new_install() || $this->is_only_premium() ) {
3489
+ // Show notice for new plugin installations.
3490
+ $this->_admin_notices->add(
3491
+ sprintf(
3492
+ __fs( 'you-are-step-away', $this->_slug ),
3493
+ sprintf( '<b><a href="%s">%s</a></b>',
3494
+ $this->get_activation_url(),
3495
+ sprintf( __fs( 'activate-x-now', $this->_slug ), $this->get_plugin_name() )
3496
+ )
3497
+ ),
3498
+ '',
3499
+ 'update-nag'
3500
+ );
3501
+ } else {
3502
+ if ( ! isset( $this->_storage->sticky_optin_added ) ) {
3503
+ $this->_storage->sticky_optin_added = true;
3504
+
3505
+ // Show notice for new plugin installations.
3506
+ $this->_admin_notices->add_sticky(
3507
+ sprintf(
3508
+ __fs( 'few-plugin-tweaks', $this->_slug ),
3509
+ sprintf( '<b><a href="%s">%s</a></b>',
3510
+ $this->get_activation_url(),
3511
+ sprintf( __fs( 'optin-x-now', $this->_slug ), $this->get_plugin_name() )
3512
+ )
3513
+ ),
3514
+ 'connect_account',
3515
+ '',
3516
+ 'update-nag'
3517
+ );
3518
+ }
3519
+
3520
+ if ( $this->has_filter( 'optin_pointer_element' ) ) {
3521
+ // Don't show admin nag if plugin update.
3522
+ wp_enqueue_script( 'wp-pointer' );
3523
+ wp_enqueue_style( 'wp-pointer' );
3524
+
3525
+ $this->_enqueue_connect_essentials();
3526
+
3527
+ add_action( 'admin_print_footer_scripts', array(
3528
+ $this,
3529
+ '_add_connect_pointer_script'
3530
+ ) );
3531
+ }
3532
+
3533
+ }
3534
+ }
3535
+ }
3536
+ }
3537
+
3538
+ $this->_add_upgrade_action_link();
3539
+ }
3540
+
3541
+ /**
3542
+ * Enqueue connect requires scripts and styles.
3543
+ *
3544
+ * @author Vova Feldman (@svovaf)
3545
+ * @since 1.1.4
3546
+ */
3547
+ function _enqueue_connect_essentials() {
3548
+ wp_enqueue_script( 'jquery' );
3549
+ wp_enqueue_script( 'json2' );
3550
+
3551
+ fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
3552
+ fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
3553
+
3554
+ fs_enqueue_local_style( 'fs_connect', '/admin/connect.css' );
3555
+ }
3556
+
3557
+ /**
3558
+ * Add connect / opt-in pointer.
3559
+ *
3560
+ * @author Vova Feldman (@svovaf)
3561
+ * @since 1.1.4
3562
+ */
3563
+ function _add_connect_pointer_script() {
3564
+ $vars = array( 'slug' => $this->_slug );
3565
+ $pointer_content = fs_get_template( 'connect.php', $vars );
3566
+ ?>
3567
+ <script type="text/javascript">// <![CDATA[
3568
+ jQuery(document).ready(function ($) {
3569
+ if ('undefined' !== typeof(jQuery().pointer)) {
3570
+
3571
+ var element = <?php echo $this->apply_filters( 'optin_pointer_element', '$("#non_existing_element");' ) ?>;
3572
+
3573
+ if (element.length > 0) {
3574
+ var optin = $(element).pointer($.extend(true, {}, {
3575
+ content : <?php echo json_encode( $pointer_content ) ?>,
3576
+ position : {
3577
+ edge : 'left',
3578
+ align: 'center'
3579
+ },
3580
+ buttons : function () {
3581
+ // Don't show pointer buttons.
3582
+ return '';
3583
+ },
3584
+ pointerWidth: 482
3585
+ }, <?php echo $this->apply_filters( 'optin_pointer_options_json', '{}' ) ?>));
3586
+
3587
+ <?php
3588
+ echo $this->apply_filters( 'optin_pointer_execute', "
3589
+
3590
+ optin.pointer('open');
3591
+
3592
+ // Tag the opt-in pointer with custom class.
3593
+ $('.wp-pointer #fs_connect')
3594
+ .parents('.wp-pointer.wp-pointer-top')
3595
+ .addClass('fs-opt-in-pointer');
3596
+
3597
+ ", 'element', 'optin' ) ?>
3598
+ }
3599
+ }
3600
+ });
3601
+ // ]]></script>
3602
+ <?php
3603
+ }
3604
+
3605
+ /**
3606
+ * Return current page's URL.
3607
+ *
3608
+ * @author Vova Feldman (@svovaf)
3609
+ * @since 1.0.7
3610
+ *
3611
+ * @return string
3612
+ */
3613
+ function current_page_url() {
3614
+ $url = 'http';
3615
+
3616
+ if ( isset( $_SERVER["HTTPS"] ) ) {
3617
+ if ( $_SERVER["HTTPS"] == "on" ) {
3618
+ $url .= "s";
3619
+ }
3620
+ }
3621
+ $url .= "://";
3622
+ if ( $_SERVER["SERVER_PORT"] != "80" ) {
3623
+ $url .= $_SERVER["SERVER_NAME"] . ":" . $_SERVER["SERVER_PORT"] . $_SERVER["REQUEST_URI"];
3624
+ } else {
3625
+ $url .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
3626
+ }
3627
+
3628
+ return esc_url( $url );
3629
+ }
3630
+
3631
+ /**
3632
+ * Check if the current page is the plugin's main admin settings page.
3633
+ *
3634
+ * @author Vova Feldman (@svovaf)
3635
+ * @since 1.0.7
3636
+ *
3637
+ * @return bool
3638
+ */
3639
+ function _is_plugin_page() {
3640
+ return fs_is_plugin_page( $this->_menu->get_raw_slug() ) ||
3641
+ fs_is_plugin_page( $this->_slug );
3642
+ }
3643
+
3644
+ /* Events
3645
+ ------------------------------------------------------------------------------------------------------------------*/
3646
+ /**
3647
+ * Delete site install from Database.
3648
+ *
3649
+ * @author Vova Feldman (@svovaf)
3650
+ * @since 1.0.1
3651
+ *
3652
+ * @param bool $store
3653
+ */
3654
+ function _delete_site( $store = true ) {
3655
+ $sites = self::get_all_sites();
3656
+
3657
+ if ( isset( $sites[ $this->_slug ] ) ) {
3658
+ unset( $sites[ $this->_slug ] );
3659
+ }
3660
+
3661
+ self::$_accounts->set_option( 'sites', $sites, $store );
3662
+ }
3663
+
3664
+ /**
3665
+ * Delete plugin's plans information.
3666
+ *
3667
+ * @param bool $store Flush to Database if true.
3668
+ *
3669
+ * @author Vova Feldman (@svovaf)
3670
+ * @since 1.0.9
3671
+ */
3672
+ private function _delete_plans( $store = true ) {
3673
+ $this->_logger->entrance();
3674
+
3675
+ $plans = self::get_all_plans();
3676
+
3677
+ unset( $plans[ $this->_slug ] );
3678
+
3679
+ self::$_accounts->set_option( 'plans', $plans, $store );
3680
+ }
3681
+
3682
+ /**
3683
+ * Delete all plugin licenses.
3684
+ *
3685
+ * @author Vova Feldman (@svovaf)
3686
+ * @since 1.0.9
3687
+ *
3688
+ * @param bool $store
3689
+ * @param string|bool $plugin_slug
3690
+ */
3691
+ private function _delete_licenses( $store = true, $plugin_slug = false ) {
3692
+ $this->_logger->entrance();
3693
+
3694
+ $all_licenses = self::get_all_licenses();
3695
+
3696
+ if ( ! is_string( $plugin_slug ) ) {
3697
+ $plugin_slug = $this->_slug;
3698
+ }
3699
+
3700
+ unset( $all_licenses[ $plugin_slug ] );
3701
+
3702
+ self::$_accounts->set_option( 'licenses', $all_licenses, $store );
3703
+ }
3704
+
3705
+ /**
3706
+ * Check if Freemius was added on new plugin installation.
3707
+ *
3708
+ * @author Vova Feldman (@svovaf)
3709
+ * @since 1.1.5
3710
+ *
3711
+ * @return bool
3712
+ */
3713
+ function is_plugin_new_install() {
3714
+ return isset( $this->_storage->is_plugin_new_install ) &&
3715
+ $this->_storage->is_plugin_new_install;
3716
+ }
3717
+
3718
+ /**
3719
+ * Check if it's the first plugin release that is running Freemius.
3720
+ *
3721
+ * @author Vova Feldman (@svovaf)
3722
+ * @since 1.2.1.5
3723
+ *
3724
+ * @return bool
3725
+ */
3726
+ function is_first_freemius_powered_version() {
3727
+ return empty( $this->_storage->plugin_last_version );
3728
+ }
3729
+
3730
+ /**
3731
+ * Plugin activated hook.
3732
+ *
3733
+ * @author Vova Feldman (@svovaf)
3734
+ * @since 1.0.1
3735
+ *
3736
+ * @uses FS_Api
3737
+ */
3738
+ function _activate_plugin_event_hook() {
3739
+ $this->_logger->entrance( 'slug = ' . $this->_slug );
3740
+
3741
+ if ( ! current_user_can( 'activate_plugins' ) ) {
3742
+ return;
3743
+ }
3744
+
3745
+ $this->unregister_uninstall_hook();
3746
+
3747
+ // Clear API cache on activation.
3748
+ FS_Api::clear_cache();
3749
+
3750
+ if ( $this->is_registered() ) {
3751
+ $this->reconnect_locally();
3752
+
3753
+ // Schedule re-activation event and sync.
3754
+ // $this->sync_install( array(), true );
3755
+ $this->schedule_install_sync();
3756
+
3757
+ $is_premium_version_activation = ( current_filter() !== ( 'activate_' . $this->_free_plugin_basename ) );
3758
+
3759
+ // 1. If running in the activation of the FREE module, get the basename of the PREMIUM.
3760
+ // 2. If running in the activation of the PREMIUM module, get the basename of the FREE.
3761
+ $other_version_basename = $is_premium_version_activation ?
3762
+ $this->_free_plugin_basename :
3763
+ $this->premium_plugin_basename();
3764
+
3765
+ /**
3766
+ * If the other module version is activate, deactivate it.
3767
+ *
3768
+ * @author Leo Fajardo (@leorw)
3769
+ * @since 1.2.2
3770
+ */
3771
+ if ( is_plugin_active( $other_version_basename ) ) {
3772
+ deactivate_plugins( $other_version_basename );
3773
+ }
3774
+
3775
+ // If activating the premium module version, add an admin noitce to congratulate for an upgrade completion.
3776
+ if ( $is_premium_version_activation ) {
3777
+ $this->_admin_notices->add(
3778
+ sprintf( __fs( 'successful-version-upgrade-message', $this->_slug ), sprintf( '<b>%s</b>', $this->_plugin->title ) ),
3779
+ __fs( 'woot', $this->_slug ) . '!'
3780
+ );
3781
+ }
3782
+ } else if ( $this->is_anonymous() ) {
3783
+ /**
3784
+ * Reset "skipped" click cache on the following:
3785
+ * 1. Development mode.
3786
+ * 2. If the user skipped the exact same version before.
3787
+ *
3788
+ * @todo 3. If explicitly asked to retry after every activation.
3789
+ */
3790
+ if ( WP_FS__DEV_MODE ||
3791
+ $this->get_plugin_version() == $this->_storage->is_anonymous['version']
3792
+ ) {
3793
+ $this->reset_anonymous_mode();
3794
+ }
3795
+ }
3796
+
3797
+ if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
3798
+ /**
3799
+ * If no previous version of plugin's version exist, it means that it's either
3800
+ * the first time that the plugin installed on the site, or the plugin was installed
3801
+ * before but didn't have Freemius integrated.
3802
+ *
3803
+ * Since register_activation_hook() do NOT fires on updates since 3.1, and only fires
3804
+ * on manual activation via the dashboard, is_plugin_activation() is TRUE
3805
+ * only after immediate activation.
3806
+ *
3807
+ * @since 1.1.4
3808
+ * @link https://make.wordpress.org/core/2010/10/27/plugin-activation-hooks-no-longer-fire-for-updates/
3809
+ */
3810
+ $this->_storage->is_plugin_new_install = empty( $this->_storage->plugin_last_version );
3811
+ }
3812
+
3813
+ if ( ! $this->_anonymous_mode && $this->has_api_connectivity( WP_FS__DEV_MODE ) ) {
3814
+ // Store hint that the plugin was just activated to enable auto-redirection to settings.
3815
+ add_option( "fs_{$this->_slug}_activated", true );
3816
+ }
3817
+
3818
+ /**
3819
+ * Activation hook is executed after the plugin's main file is loaded, therefore,
3820
+ * after the plugin was loaded. The logic is located at activate_plugin()
3821
+ * ./wp-admin/includes/plugin.php.
3822
+ *
3823
+ * @author Vova Feldman (@svovaf)
3824
+ * @since 1.1.9
3825
+ */
3826
+ $this->_storage->was_plugin_loaded = true;
3827
+ }
3828
+
3829
+ /**
3830
+ * Delete account.
3831
+ *
3832
+ * @author Vova Feldman (@svovaf)
3833
+ * @since 1.0.3
3834
+ *
3835
+ * @param bool $check_user Enforce checking if user have plugins activation privileges.
3836
+ */
3837
+ function delete_account_event( $check_user = true ) {
3838
+ $this->_logger->entrance( 'slug = ' . $this->_slug );
3839
+
3840
+ if ( $check_user && ! current_user_can( 'activate_plugins' ) ) {
3841
+ return;
3842
+ }
3843
+
3844
+ $this->do_action( 'before_account_delete' );
3845
+
3846
+ // Clear all admin notices.
3847
+ $this->_admin_notices->clear_all_sticky();
3848
+
3849
+ $this->_delete_site( false );
3850
+
3851
+ $this->_delete_plans( false );
3852
+
3853
+ $this->_delete_licenses( false );
3854
+
3855
+ // Delete add-ons related to plugin's account.
3856
+ $this->_delete_account_addons( false );
3857
+
3858
+ // @todo Delete plans and licenses of add-ons.
3859
+
3860
+ self::$_accounts->store();
3861
+
3862
+ /**
3863
+ * IMPORTANT:
3864
+ * Clear crons must be executed before clearing all storage.
3865
+ * Otherwise, the cron will not be cleared.
3866
+ */
3867
+ $this->clear_sync_cron();
3868
+ $this->clear_install_sync_cron();
3869
+
3870
+ // Clear all storage data.
3871
+ $this->_storage->clear_all( true, array(
3872
+ 'connectivity_test',
3873
+ 'is_on',
3874
+ ) );
3875
+
3876
+ // Send delete event.
3877
+ $this->get_api_site_scope()->call( '/', 'delete' );
3878
+
3879
+ $this->do_action( 'after_account_delete' );
3880
+ }
3881
+
3882
+ /**
3883
+ * Plugin deactivation hook.
3884
+ *
3885
+ * @author Vova Feldman (@svovaf)
3886
+ * @since 1.0.1
3887
+ */
3888
+ function _deactivate_plugin_hook() {
3889
+ $this->_logger->entrance( 'slug = ' . $this->_slug );
3890
+
3891
+ if ( ! current_user_can( 'activate_plugins' ) ) {
3892
+ return;
3893
+ }
3894
+
3895
+ $this->_admin_notices->clear_all_sticky();
3896
+ if ( isset( $this->_storage->sticky_optin_added ) ) {
3897
+ unset( $this->_storage->sticky_optin_added );
3898
+ }
3899
+
3900
+ if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
3901
+ // Remember that plugin was already installed.
3902
+ $this->_storage->is_plugin_new_install = false;
3903
+ }
3904
+
3905
+ // Hook to plugin uninstall.
3906
+ register_uninstall_hook( $this->_plugin_main_file_path, array( 'Freemius', '_uninstall_plugin_hook' ) );
3907
+
3908
+ $this->clear_module_main_file_cache();
3909
+ $this->clear_sync_cron();
3910
+ $this->clear_install_sync_cron();
3911
+
3912
+ if ( $this->is_registered() ) {
3913
+ // Send deactivation event.
3914
+ $this->sync_install( array(
3915
+ 'is_active' => false,
3916
+ ) );
3917
+ } else {
3918
+ if ( ! $this->has_api_connectivity() ) {
3919
+ // Reset connectivity test cache.
3920
+ unset( $this->_storage->connectivity_test );
3921
+ }
3922
+ }
3923
+
3924
+ // Clear API cache on deactivation.
3925
+ FS_Api::clear_cache();
3926
+
3927
+ $this->remove_sdk_reference();
3928
+ }
3929
+
3930
+ /**
3931
+ * @author Vova Feldman (@svovaf)
3932
+ * @since 1.1.6
3933
+ */
3934
+ private function remove_sdk_reference() {
3935
+ global $fs_active_plugins;
3936
+
3937
+ foreach ( $fs_active_plugins->plugins as $sdk_path => &$data ) {
3938
+ if ( $this->_plugin_basename == $data->plugin_path ) {
3939
+ unset( $fs_active_plugins->plugins[ $sdk_path ] );
3940
+ break;
3941
+ }
3942
+ }
3943
+
3944
+ fs_fallback_to_newest_active_sdk();
3945
+ }
3946
+
3947
+ /**
3948
+ * @author Vova Feldman (@svovaf)
3949
+ * @since 1.1.3
3950
+ *
3951
+ * @param bool $is_anonymous
3952
+ */
3953
+ private function set_anonymous_mode( $is_anonymous = true ) {
3954
+ // Store information regarding skip to try and opt-in the user
3955
+ // again in the future.
3956
+ $this->_storage->is_anonymous = array(
3957
+ 'is' => $is_anonymous,
3958
+ 'timestamp' => WP_FS__SCRIPT_START_TIME,
3959
+ 'version' => $this->get_plugin_version(),
3960
+ );
3961
+
3962
+ // Update anonymous mode cache.
3963
+ $this->_is_anonymous = $is_anonymous;
3964
+ }
3965
+
3966
+ /**
3967
+ * @author Vova Feldman (@svovaf)
3968
+ * @since 1.1.3
3969
+ */
3970
+ private function reset_anonymous_mode() {
3971
+ unset( $this->_storage->is_anonymous );
3972
+ }
3973
+
3974
+ /**
3975
+ * Clears the anonymous mode and redirects to the opt-in screen.
3976
+ *
3977
+ * @author Vova Feldman (@svovaf)
3978
+ * @since 1.1.7
3979
+ */
3980
+ function connect_again() {
3981
+ if ( ! $this->is_anonymous() ) {
3982
+ return;
3983
+ }
3984
+
3985
+ $this->reset_anonymous_mode();
3986
+
3987
+ fs_redirect( $this->get_activation_url() );
3988
+ }
3989
+
3990
+ /**
3991
+ * Skip account connect, and set anonymous mode.
3992
+ *
3993
+ * @author Vova Feldman (@svovaf)
3994
+ * @since 1.1.1
3995
+ */
3996
+ private function skip_connection() {
3997
+ $this->_logger->entrance();
3998
+
3999
+ $this->_admin_notices->remove_sticky( 'connect_account' );
4000
+
4001
+ $this->set_anonymous_mode();
4002
+
4003
+ // Send anonymous skip event.
4004
+ // No user identified info nor any tracking will be sent after the user skips the opt-in.
4005
+ $this->get_api_plugin_scope()->call( 'skip.json', 'put', array(
4006
+ 'uid' => $this->get_anonymous_id(),
4007
+ ) );
4008
+ }
4009
+
4010
+ /**
4011
+ * Plugin version update hook.
4012
+ *
4013
+ * @author Vova Feldman (@svovaf)
4014
+ * @since 1.0.4
4015
+ */
4016
+ private function update_plugin_version_event() {
4017
+ $this->_logger->entrance();
4018
+
4019
+ if ( ! $this->is_registered() ) {
4020
+ return;
4021
+ }
4022
+
4023
+ $this->schedule_install_sync();
4024
+ // $this->sync_install( array(), true );
4025
+ }
4026
+
4027
+ /**
4028
+ * Return a list of modified plugins since the last sync.
4029
+ *
4030
+ * Note:
4031
+ * There's no point to store a plugins counter since even if the number of
4032
+ * plugins didn't change, we still need to check if the versions are all the
4033
+ * same and the activity state is similar.
4034
+ *
4035
+ * @author Vova Feldman (@svovaf)
4036
+ * @since 1.1.8
4037
+ *
4038
+ * @return array|false
4039
+ */
4040
+ private function get_plugins_data_for_api() {
4041
+ // Alias.
4042
+ $option_name = 'all_plugins';
4043
+
4044
+ $all_cached_plugins = self::$_accounts->get_option( $option_name );
4045
+
4046
+ if ( ! is_object( $all_cached_plugins ) ) {
4047
+ $all_cached_plugins = (object) array(
4048
+ 'timestamp' => '',
4049
+ 'md5' => '',
4050
+ 'plugins' => array(),
4051
+ );
4052
+ }
4053
+
4054
+ $time = time();
4055
+
4056
+ if ( ! empty( $all_cached_plugins->timestamp ) &&
4057
+ ( $time - $all_cached_plugins->timestamp ) < WP_FS__TIME_5_MIN_IN_SEC
4058
+ ) {
4059
+ // Don't send plugin updates if last update was in the past 5 min.
4060
+ return false;
4061
+ }
4062
+
4063
+ // Write timestamp to lock the logic.
4064
+ $all_cached_plugins->timestamp = $time;
4065
+ self::$_accounts->set_option( $option_name, $all_cached_plugins, true );
4066
+
4067
+ // Reload options from DB.
4068
+ self::$_accounts->load( true );
4069
+ $all_cached_plugins = self::$_accounts->get_option( $option_name );
4070
+
4071
+ if ( $time != $all_cached_plugins->timestamp ) {
4072
+ // If timestamp is different, then another thread captured the lock.
4073
+ return false;
4074
+ }
4075
+
4076
+ // Check if there's a change in plugins.
4077
+ $all_plugins = self::get_all_plugins();
4078
+
4079
+ // Check if plugins changed.
4080
+ ksort( $all_plugins );
4081
+
4082
+ $plugins_signature = '';
4083
+ foreach ( $all_plugins as $basename => $data ) {
4084
+ $plugins_signature .= $data['slug'] . ',' .
4085
+ $data['Version'] . ',' .
4086
+ ( $data['is_active'] ? '1' : '0' ) . ';';
4087
+ }
4088
+
4089
+ // Check if plugins status changed (version or active/inactive).
4090
+ $plugins_changed = ( $all_cached_plugins->md5 !== md5( $plugins_signature ) );
4091
+
4092
+ $plugins_update_data = array();
4093
+
4094
+ if ( $plugins_changed ) {
4095
+ // Change in plugins, report changes.
4096
+
4097
+ // Update existing plugins info.
4098
+ foreach ( $all_cached_plugins->plugins as $basename => $data ) {
4099
+ if ( ! isset( $all_plugins[ $basename ] ) ) {
4100
+ // Plugin uninstalled.
4101
+ $uninstalled_plugin_data = $data;
4102
+ $uninstalled_plugin_data['is_active'] = false;
4103
+ $uninstalled_plugin_data['is_uninstalled'] = true;
4104
+ $plugins_update_data[] = $uninstalled_plugin_data;
4105
+
4106
+ unset( $all_plugins[ $basename ] );
4107
+ unset( $all_cached_plugins->plugins[ $basename ] );
4108
+ } else if ( $data['is_active'] !== $all_plugins[ $basename ]['is_active'] ||
4109
+ $data['version'] !== $all_plugins[ $basename ]['Version']
4110
+ ) {
4111
+ // Plugin activated or deactivated, or version changed.
4112
+ $all_cached_plugins->plugins[ $basename ]['is_active'] = $all_plugins[ $basename ]['is_active'];
4113
+ $all_cached_plugins->plugins[ $basename ]['version'] = $all_plugins[ $basename ]['Version'];
4114
+
4115
+ $plugins_update_data[] = $all_cached_plugins->plugins[ $basename ];
4116
+ }
4117
+ }
4118
+
4119
+ // Find new plugins that weren't yet seen before.
4120
+ foreach ( $all_plugins as $basename => $data ) {
4121
+ if ( ! isset( $all_cached_plugins->plugins[ $basename ] ) ) {
4122
+ // New plugin.
4123
+ $new_plugin = array(
4124
+ 'slug' => $data['slug'],
4125
+ 'version' => $data['Version'],
4126
+ 'title' => $data['Name'],
4127
+ 'is_active' => $data['is_active'],
4128
+ 'is_uninstalled' => false,
4129
+ );
4130
+
4131
+ $plugins_update_data[] = $new_plugin;
4132
+ $all_cached_plugins->plugins[ $basename ] = $new_plugin;
4133
+ }
4134
+ }
4135
+
4136
+ $all_cached_plugins->md5 = md5( $plugins_signature );
4137
+ $all_cached_plugins->timestamp = $time;
4138
+ self::$_accounts->set_option( $option_name, $all_cached_plugins, true );
4139
+ }
4140
+
4141
+ return $plugins_update_data;
4142
+ }
4143
+
4144
+ /**
4145
+ * Return a list of modified themes since the last sync.
4146
+ *
4147
+ * Note:
4148
+ * There's no point to store a themes counter since even if the number of
4149
+ * themes didn't change, we still need to check if the versions are all the
4150
+ * same and the activity state is similar.
4151
+ *
4152
+ * @author Vova Feldman (@svovaf)
4153
+ * @since 1.1.8
4154
+ *
4155
+ * @return array|false
4156
+ */
4157
+ private function get_themes_data_for_api() {
4158
+ // Alias.
4159
+ $option_name = 'all_themes';
4160
+
4161
+ $all_cached_themes = self::$_accounts->get_option( $option_name );
4162
+
4163
+ if ( ! is_object( $all_cached_themes ) ) {
4164
+ $all_cached_themes = (object) array(
4165
+ 'timestamp' => '',
4166
+ 'md5' => '',
4167
+ 'themes' => array(),
4168
+ );
4169
+ }
4170
+
4171
+ $time = time();
4172
+
4173
+ if ( ! empty( $all_cached_themes->timestamp ) &&
4174
+ ( $time - $all_cached_themes->timestamp ) < WP_FS__TIME_5_MIN_IN_SEC
4175
+ ) {
4176
+ // Don't send theme updates if last update was in the past 5 min.
4177
+ return false;
4178
+ }
4179
+
4180
+ // Write timestamp to lock the logic.
4181
+ $all_cached_themes->timestamp = $time;
4182
+ self::$_accounts->set_option( $option_name, $all_cached_themes, true );
4183
+
4184
+ // Reload options from DB.
4185
+ self::$_accounts->load( true );
4186
+ $all_cached_themes = self::$_accounts->get_option( $option_name );
4187
+
4188
+ if ( $time != $all_cached_themes->timestamp ) {
4189
+ // If timestamp is different, then another thread captured the lock.
4190
+ return false;
4191
+ }
4192
+
4193
+ // Get active theme.
4194
+ $active_theme = wp_get_theme();
4195
+ $active_theme_stylesheet = $active_theme->get_stylesheet();
4196
+
4197
+ // Check if there's a change in themes.
4198
+ $all_themes = wp_get_themes();
4199
+
4200
+ // Check if themes changed.
4201
+ ksort( $all_themes );
4202
+
4203
+ $themes_signature = '';
4204
+ foreach ( $all_themes as $slug => $data ) {
4205
+ $is_active = ( $slug === $active_theme_stylesheet );
4206
+ $themes_signature .= $slug . ',' .
4207
+ $data->version . ',' .
4208
+ ( $is_active ? '1' : '0' ) . ';';
4209
+ }
4210
+
4211
+ // Check if themes status changed (version or active/inactive).
4212
+ $themes_changed = ( $all_cached_themes->md5 !== md5( $themes_signature ) );
4213
+
4214
+ $themes_update_data = array();
4215
+
4216
+ if ( $themes_changed ) {
4217
+ // Change in themes, report changes.
4218
+
4219
+ // Update existing themes info.
4220
+ foreach ( $all_cached_themes->themes as $slug => $data ) {
4221
+ $is_active = ( $slug === $active_theme_stylesheet );
4222
+
4223
+ if ( ! isset( $all_themes[ $slug ] ) ) {
4224
+ // Plugin uninstalled.
4225
+ $uninstalled_theme_data = $data;
4226
+ $uninstalled_theme_data['is_active'] = false;
4227
+ $uninstalled_theme_data['is_uninstalled'] = true;
4228
+ $themes_update_data[] = $uninstalled_theme_data;
4229
+
4230
+ unset( $all_themes[ $slug ] );
4231
+ unset( $all_cached_themes->themes[ $slug ] );
4232
+ } else if ( $data['is_active'] !== $is_active ||
4233
+ $data['version'] !== $all_themes[ $slug ]->version
4234
+ ) {
4235
+ // Plugin activated or deactivated, or version changed.
4236
+
4237
+ $all_cached_themes->themes[ $slug ]['is_active'] = $is_active;
4238
+ $all_cached_themes->themes[ $slug ]['version'] = $all_themes[ $slug ]->version;
4239
+
4240
+ $themes_update_data[] = $all_cached_themes->themes[ $slug ];
4241
+ }
4242
+ }
4243
+
4244
+ // Find new themes that weren't yet seen before.
4245
+ foreach ( $all_themes as $slug => $data ) {
4246
+ if ( ! isset( $all_cached_themes->themes[ $slug ] ) ) {
4247
+ $is_active = ( $slug === $active_theme_stylesheet );
4248
+
4249
+ // New plugin.
4250
+ $new_plugin = array(
4251
+ 'slug' => $slug,
4252
+ 'version' => $data->version,
4253
+ 'title' => $data->name,
4254
+ 'is_active' => $is_active,
4255
+ 'is_uninstalled' => false,
4256
+ );
4257
+
4258
+ $themes_update_data[] = $new_plugin;
4259
+ $all_cached_themes->themes[ $slug ] = $new_plugin;
4260
+ }
4261
+ }
4262
+
4263
+ $all_cached_themes->md5 = md5( $themes_signature );
4264
+ $all_cached_themes->timestamp = time();
4265
+ self::$_accounts->set_option( $option_name, $all_cached_themes, true );
4266
+ }
4267
+
4268
+ return $themes_update_data;
4269
+ }
4270
+
4271
+ /**
4272
+ * Update install details.
4273
+ *
4274
+ * @author Vova Feldman (@svovaf)
4275
+ * @since 1.1.2
4276
+ *
4277
+ * @param string[] string $override
4278
+ * @param bool $include_plugins Since 1.1.8 by default include plugin changes.
4279
+ * @param bool $include_themes Since 1.1.8 by default include plugin changes.
4280
+ *
4281
+ * @return array
4282
+ */
4283
+ private function get_install_data_for_api(
4284
+ array $override,
4285
+ $include_plugins = true,
4286
+ $include_themes = true
4287
+ ) {
4288
+ /**
4289
+ * @since 1.1.8 Also send plugin updates.
4290
+ */
4291
+ if ( $include_plugins && ! isset( $override['plugins'] ) ) {
4292
+ $plugins = $this->get_plugins_data_for_api();
4293
+ if ( ! empty( $plugins ) ) {
4294
+ $override['plugins'] = $plugins;
4295
+ }
4296
+ }
4297
+ /**
4298
+ * @since 1.1.8 Also send themes updates.
4299
+ */
4300
+ if ( $include_themes && ! isset( $override['themes'] ) ) {
4301
+ $themes = $this->get_themes_data_for_api();
4302
+ if ( ! empty( $themes ) ) {
4303
+ $override['themes'] = $themes;
4304
+ }
4305
+ }
4306
+
4307
+ return array_merge( array(
4308
+ 'version' => $this->get_plugin_version(),
4309
+ 'is_premium' => $this->is_premium(),
4310
+ 'language' => get_bloginfo( 'language' ),
4311
+ 'charset' => get_bloginfo( 'charset' ),
4312
+ 'platform_version' => get_bloginfo( 'version' ),
4313
+ 'sdk_version' => $this->version,
4314
+ 'programming_language_version' => phpversion(),
4315
+ 'title' => get_bloginfo( 'name' ),
4316
+ 'url' => get_site_url(),
4317
+ // Special params.
4318
+ 'is_active' => true,
4319
+ 'is_disconnected' => $this->is_tracking_prohibited(),
4320
+ 'is_uninstalled' => false,
4321
+ ), $override );
4322
+ }
4323
+
4324
+ /**
4325
+ * Update install only if changed.
4326
+ *
4327
+ * @author Vova Feldman (@svovaf)
4328
+ * @since 1.0.9
4329
+ *
4330
+ * @param string[] string $override
4331
+ * @param bool $flush
4332
+ *
4333
+ * @return false|object|string
4334
+ */
4335
+ private function send_install_update( $override = array(), $flush = false ) {
4336
+ $this->_logger->entrance();
4337
+
4338
+ $check_properties = $this->get_install_data_for_api( $override );
4339
+
4340
+ if ( $flush ) {
4341
+ $params = $check_properties;
4342
+ } else {
4343
+ $params = array();
4344
+ $special = array();
4345
+ $special_override = false;
4346
+
4347
+ foreach ( $check_properties as $p => $v ) {
4348
+ if ( property_exists( $this->_site, $p ) ) {
4349
+ if ( ( is_bool( $this->_site->{$p} ) || ! empty( $this->_site->{$p} ) ) &&
4350
+ $this->_site->{$p} != $v
4351
+ ) {
4352
+ $this->_site->{$p} = $v;
4353
+ $params[ $p ] = $v;
4354
+ }
4355
+ } else {
4356
+ $special[ $p ] = $v;
4357
+
4358
+ if ( isset( $override[ $p ] ) ||
4359
+ 'plugins' === $p ||
4360
+ 'themes' === $p
4361
+ ) {
4362
+ $special_override = true;
4363
+ }
4364
+ }
4365
+ }
4366
+
4367
+ if ( $special_override || 0 < count( $params ) ) {
4368
+ // Add special params only if has at least one
4369
+ // standard param, or if explicitly requested to
4370
+ // override a special param or a param which is not exist
4371
+ // in the install object.
4372
+ $params = array_merge( $params, $special );
4373
+ }
4374
+ }
4375
+
4376
+ if ( 0 < count( $params ) ) {
4377
+ // Update last install sync timestamp.
4378
+ $this->_storage->install_sync_timestamp = time();
4379
+
4380
+ $params['uid'] = $this->get_anonymous_id();
4381
+
4382
+ // Send updated values to FS.
4383
+ $site = $this->get_api_site_scope()->call( '/', 'put', $params );
4384
+
4385
+ if ( $this->is_api_result_entity( $site ) ) {
4386
+ // I successfully sent install update, clear scheduled sync if exist.
4387
+ $this->clear_install_sync_cron();
4388
+ }
4389
+
4390
+ return $site;
4391
+ }
4392
+
4393
+ return false;
4394
+ }
4395
+
4396
+ /**
4397
+ * Update install only if changed.
4398
+ *
4399
+ * @author Vova Feldman (@svovaf)
4400
+ * @since 1.0.9
4401
+ *
4402
+ * @param string[] string $override
4403
+ * @param bool $flush
4404
+ */
4405
+ private function sync_install( $override = array(), $flush = false ) {
4406
+ $this->_logger->entrance();
4407
+
4408
+ $site = $this->send_install_update( $override, $flush );
4409
+
4410
+ if ( false === $site ) {
4411
+ // No sync required.
4412
+ return;
4413
+ }
4414
+
4415
+ if ( ! $this->is_api_result_entity( $site ) ) {
4416
+ // Failed to sync, don't update locally.
4417
+ return;
4418
+ }
4419
+
4420
+ $plan = $this->get_plan();
4421
+ $this->_site = new FS_Site( $site );
4422
+ $this->_site->plan = $plan;
4423
+
4424
+ $this->_store_site( true );
4425
+ }
4426
+
4427
+ /**
4428
+ * Track install's custom event.
4429
+ *
4430
+ * IMPORTANT:
4431
+ * Custom event tracking is currently only supported for specific clients.
4432
+ * If you are not one of them, please don't use this method. If you will,
4433
+ * the API will simply ignore your request based on the plugin ID.
4434
+ *
4435
+ * Need custom tracking for your plugin or theme?
4436
+ * If you are interested in custom event tracking please contact yo@freemius.com
4437
+ * for further details.
4438
+ *
4439
+ * @author Vova Feldman (@svovaf)
4440
+ * @since 1.2.1
4441
+ *
4442
+ * @param string $name Event name.
4443
+ * @param array $properties Associative key/value array with primitive values only
4444
+ * @param bool $process_at A valid future date-time in the following format Y-m-d H:i:s.
4445
+ * @param bool $once If true, event will be tracked only once. IMPORTANT: Still trigger the API call.
4446
+ *
4447
+ * @return object|false Event data or FALSE on failure.
4448
+ *
4449
+ * @throws \Freemius_InvalidArgumentException
4450
+ */
4451
+ public function track_event( $name, $properties = array(), $process_at = false, $once = false ) {
4452
+ $this->_logger->entrance( http_build_query( array( 'name' => $name, 'once' => $once ) ) );
4453
+
4454
+ if ( ! $this->is_registered() ) {
4455
+ return false;
4456
+ }
4457
+
4458
+ $event = array( 'type' => $name );
4459
+
4460
+ if ( is_numeric( $process_at ) && $process_at > time() ) {
4461
+ $event['process_at'] = $process_at;
4462
+ }
4463
+
4464
+ if ( $once ) {
4465
+ $event['once'] = true;
4466
+ }
4467
+
4468
+ if ( ! empty( $properties ) ) {
4469
+ // Verify associative array values are primitive.
4470
+ foreach ( $properties as $k => $v ) {
4471
+ if ( ! is_scalar( $v ) ) {
4472
+ throw new Freemius_InvalidArgumentException( 'The $properties argument must be an associative key/value array with primitive values only.' );
4473
+ }
4474
+ }
4475
+
4476
+ $event['properties'] = $properties;
4477
+ }
4478
+
4479
+ $result = $this->get_api_site_scope()->call( 'events.json', 'post', $event );
4480
+
4481
+ return $this->is_api_error( $result ) ?
4482
+ false :
4483
+ $result;
4484
+ }
4485
+
4486
+ /**
4487
+ * Track install's custom event only once, but it still triggers the API call.
4488
+ *
4489
+ * IMPORTANT:
4490
+ * Custom event tracking is currently only supported for specific clients.
4491
+ * If you are not one of them, please don't use this method. If you will,
4492
+ * the API will simply ignore your request based on the plugin ID.
4493
+ *
4494
+ * Need custom tracking for your plugin or theme?
4495
+ * If you are interested in custom event tracking please contact yo@freemius.com
4496
+ * for further details.
4497
+ *
4498
+ * @author Vova Feldman (@svovaf)
4499
+ * @since 1.2.1
4500
+ *
4501
+ * @param string $name Event name.
4502
+ * @param array $properties Associative key/value array with primitive values only
4503
+ * @param bool $process_at A valid future date-time in the following format Y-m-d H:i:s.
4504
+ *
4505
+ * @return object|false Event data or FALSE on failure.
4506
+ *
4507
+ * @throws \Freemius_InvalidArgumentException
4508
+ *
4509
+ * @user Freemius::track_event()
4510
+ */
4511
+ public function track_event_once( $name, $properties = array(), $process_at = false ) {
4512
+ return $this->track_event( $name, $properties, $process_at, true );
4513
+ }
4514
+
4515
+ /**
4516
+ * Plugin uninstall hook.
4517
+ *
4518
+ * @author Vova Feldman (@svovaf)
4519
+ * @since 1.0.1
4520
+ *
4521
+ * @param bool $check_user Enforce checking if user have plugins activation privileges.
4522
+ */
4523
+ function _uninstall_plugin_event( $check_user = true ) {
4524
+ $this->_logger->entrance( 'slug = ' . $this->_slug );
4525
+
4526
+ if ( $check_user && ! current_user_can( 'activate_plugins' ) ) {
4527
+ return;
4528
+ }
4529
+
4530
+ $params = array();
4531
+ $uninstall_reason = null;
4532
+ if ( isset( $this->_storage->uninstall_reason ) ) {
4533
+ $uninstall_reason = $this->_storage->uninstall_reason;
4534
+ $params['reason_id'] = $uninstall_reason->id;
4535
+ $params['reason_info'] = $uninstall_reason->info;
4536
+ }
4537
+
4538
+ if ( ! $this->is_registered() && isset( $uninstall_reason ) ) {
4539
+ // Send anonymous uninstall event only if user submitted a feedback.
4540
+ if ( isset( $uninstall_reason->is_anonymous ) && ! $uninstall_reason->is_anonymous ) {
4541
+ $this->opt_in( false, false, false, false, true );
4542
+ } else {
4543
+ $params['uid'] = $this->get_anonymous_id();
4544
+ $this->get_api_plugin_scope()->call( 'uninstall.json', 'put', $params );
4545
+ }
4546
+ } else {
4547
+ // Send uninstall event.
4548
+ $this->send_install_update( array_merge( $params, array(
4549
+ 'is_active' => false,
4550
+ 'is_uninstalled' => true,
4551
+ ) ) );
4552
+ }
4553
+
4554
+ // @todo Decide if we want to delete plugin information from db.
4555
+ }
4556
+
4557
+ /**
4558
+ * @author Vova Feldman (@svovaf)
4559
+ * @since 1.1.1
4560
+ *
4561
+ * @return string
4562
+ */
4563
+ private function premium_plugin_basename() {
4564
+ return preg_replace( '/\//', '-premium/', $this->_free_plugin_basename, 1 );
4565
+ }
4566
+
4567
+ /**
4568
+ * Uninstall plugin hook. Called only when connected his account with Freemius for active sites tracking.
4569
+ *
4570
+ * @author Vova Feldman (@svovaf)
4571
+ * @since 1.0.2
4572
+ */
4573
+ public static function _uninstall_plugin_hook() {
4574
+ self::_load_required_static();
4575
+
4576
+ self::$_static_logger->entrance();
4577
+
4578
+ if ( ! current_user_can( 'activate_plugins' ) ) {
4579
+ return;
4580
+ }
4581
+
4582
+ $plugin_file = substr( current_filter(), strlen( 'uninstall_' ) );
4583
+
4584
+ self::$_static_logger->info( 'plugin = ' . $plugin_file );
4585
+
4586
+ define( 'WP_FS__UNINSTALL_MODE', true );
4587
+
4588
+ $fs = self::get_instance_by_file( $plugin_file );
4589
+
4590
+ if ( is_object( $fs ) ) {
4591
+ self::require_plugin_essentials();
4592
+
4593
+ if ( is_plugin_active( $fs->_free_plugin_basename ) ||
4594
+ is_plugin_active( $fs->premium_plugin_basename() )
4595
+ ) {
4596
+ // Deleting Free or Premium plugin version while the other version still installed.
4597
+ return;
4598
+ }
4599
+
4600
+ $fs->_uninstall_plugin_event();
4601
+
4602
+ $fs->do_action( 'after_uninstall' );
4603
+ }
4604
+ }
4605
+
4606
+ #----------------------------------------------------------------------------------
4607
+ #region Plugin Information
4608
+ #----------------------------------------------------------------------------------
4609
+
4610
+ /**
4611
+ * Load WordPress core plugin.php essential module.
4612
+ *
4613
+ * @author Vova Feldman (@svovaf)
4614
+ * @since 1.1.1
4615
+ */
4616
+ private static function require_plugin_essentials() {
4617
+ if ( ! function_exists( 'get_plugins' ) ) {
4618
+ self::$_static_logger->log( 'Including wp-admin/includes/plugin.php...' );
4619
+
4620
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
4621
+ }
4622
+ }
4623
+
4624
+ /**
4625
+ * Load WordPress core pluggable.php module.
4626
+ *
4627
+ * @author Vova Feldman (@svovaf)
4628
+ * @since 1.1.2
4629
+ */
4630
+ private static function require_pluggable_essentials() {
4631
+ if ( ! function_exists( 'wp_get_current_user' ) ) {
4632
+ require_once( ABSPATH . 'wp-includes/pluggable.php' );
4633
+ }
4634
+ }
4635
+
4636
+ /**
4637
+ * Return plugin data.
4638
+ *
4639
+ * @author Vova Feldman (@svovaf)
4640
+ * @since 1.0.1
4641
+ *
4642
+ * @return array
4643
+ */
4644
+ function get_plugin_data() {
4645
+ if ( ! isset( $this->_plugin_data ) ) {
4646
+ self::require_plugin_essentials();
4647
+
4648
+ /**
4649
+ * @author Vova Feldman (@svovaf)
4650
+ * @since 1.2.0 When using get_plugin_data() do NOT translate plugin data.
4651
+ *
4652
+ * @link https://github.com/Freemius/wordpress-sdk/issues/77
4653
+ */
4654
+ $this->_plugin_data = get_plugin_data(
4655
+ $this->_plugin_main_file_path,
4656
+ false,
4657
+ false
4658
+ );
4659
+ }
4660
+
4661
+ return $this->_plugin_data;
4662
+ }
4663
+
4664
+ /**
4665
+ * @author Vova Feldman (@svovaf)
4666
+ * @since 1.0.1
4667
+ *
4668
+ * @return string Plugin slug.
4669
+ */
4670
+ function get_slug() {
4671
+ return $this->_slug;
4672
+ }
4673
+
4674
+ /**
4675
+ * @author Vova Feldman (@svovaf)
4676
+ * @since 1.0.1
4677
+ *
4678
+ * @return number Plugin ID.
4679
+ */
4680
+ function get_id() {
4681
+ return $this->_plugin->id;
4682
+ }
4683
+
4684
+ /**
4685
+ * @author Vova Feldman (@svovaf)
4686
+ * @since 1.2.1.5
4687
+ *
4688
+ * @return string Freemius SDK version
4689
+ */
4690
+ function get_sdk_version() {
4691
+ return $this->version;
4692
+ }
4693
+
4694
+ /**
4695
+ * @author Vova Feldman (@svovaf)
4696
+ * @since 1.2.1.5
4697
+ *
4698
+ * @return number Parent plugin ID (if parent exist).
4699
+ */
4700
+ function get_parent_id() {
4701
+ return $this->is_addon() ?
4702
+ $this->get_parent_instance()->get_id() :
4703
+ $this->_plugin->id;
4704
+ }
4705
+
4706
+ /**
4707
+ * @author Vova Feldman (@svovaf)
4708
+ * @since 1.0.1
4709
+ *
4710
+ * @return string Plugin public key.
4711
+ */
4712
+ function get_public_key() {
4713
+ return $this->_plugin->public_key;
4714
+ }
4715
+
4716
+ /**
4717
+ * Will be available only on sandbox mode.
4718
+ *
4719
+ * @author Vova Feldman (@svovaf)
4720
+ * @since 1.0.4
4721
+ *
4722
+ * @return mixed Plugin secret key.
4723
+ */
4724
+ function get_secret_key() {
4725
+ return $this->_plugin->secret_key;
4726
+ }
4727
+
4728
+ /**
4729
+ * @author Vova Feldman (@svovaf)
4730
+ * @since 1.1.1
4731
+ *
4732
+ * @return bool
4733
+ */
4734
+ function has_secret_key() {
4735
+ return ! empty( $this->_plugin->secret_key );
4736
+ }
4737
+
4738
+ /**
4739
+ * @author Vova Feldman (@svovaf)
4740
+ * @since 1.0.9
4741
+ *
4742
+ * @return string
4743
+ */
4744
+ function get_plugin_name() {
4745
+ $this->_logger->entrance();
4746
+
4747
+ if ( ! isset( $this->_plugin_name ) ) {
4748
+ $plugin_data = $this->get_plugin_data();
4749
+
4750
+ // Get name.
4751
+ $this->_plugin_name = $plugin_data['Name'];
4752
+
4753
+ // Check if plugin name contains [Premium] suffix and remove it.
4754
+ $suffix = '[premium]';
4755
+ $suffix_len = strlen( $suffix );
4756
+
4757
+ if ( strlen( $plugin_data['Name'] ) > $suffix_len &&
4758
+ $suffix === substr( strtolower( $plugin_data['Name'] ), - $suffix_len )
4759
+ ) {
4760
+ $this->_plugin_name = substr( $plugin_data['Name'], 0, - $suffix_len );
4761
+ }
4762
+
4763
+ $this->_logger->departure( 'Name = ' . $this->_plugin_name );
4764
+ }
4765
+
4766
+ return $this->_plugin_name;
4767
+ }
4768
+
4769
+ /**
4770
+ * @author Vova Feldman (@svovaf)
4771
+ * @since 1.0.0
4772
+ *
4773
+ * @return string
4774
+ */
4775
+ function get_plugin_version() {
4776
+ $this->_logger->entrance();
4777
+
4778
+ $plugin_data = $this->get_plugin_data();
4779
+
4780
+ $this->_logger->departure( 'Version = ' . $plugin_data['Version'] );
4781
+
4782
+ return $this->apply_filters( 'plugin_version', $plugin_data['Version'] );
4783
+ }
4784
+
4785
+ /**
4786
+ * @author Vova Feldman (@svovaf)
4787
+ * @since 1.0.4
4788
+ *
4789
+ * @return string
4790
+ */
4791
+ function get_plugin_basename() {
4792
+ return $this->_plugin_basename;
4793
+ }
4794
+
4795
+ function get_plugin_folder_name() {
4796
+ $this->_logger->entrance();
4797
+
4798
+ $plugin_folder = $this->_plugin_basename;
4799
+
4800
+ while ( '.' !== dirname( $plugin_folder ) ) {
4801
+ $plugin_folder = dirname( $plugin_folder );
4802
+ }
4803
+
4804
+ $this->_logger->departure( 'Folder Name = ' . $plugin_folder );
4805
+
4806
+ return $plugin_folder;
4807
+ }
4808
+
4809
+ #endregion ------------------------------------------------------------------
4810
+
4811
+ /* Account
4812
+ ------------------------------------------------------------------------------------------------------------------*/
4813
+
4814
+ /**
4815
+ * Find plugin's slug by plugin's basename.
4816
+ *
4817
+ * @author Vova Feldman (@svovaf)
4818
+ * @since 1.0.9
4819
+ *
4820
+ * @param string $plugin_base_name
4821
+ *
4822
+ * @return false|string
4823
+ */
4824
+ private static function find_slug_by_basename( $plugin_base_name ) {
4825
+ $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
4826
+
4827
+ if ( ! array( $file_slug_map ) || ! isset( $file_slug_map[ $plugin_base_name ] ) ) {
4828
+ return false;
4829
+ }
4830
+
4831
+ return $file_slug_map[ $plugin_base_name ];
4832
+ }
4833
+
4834
+ /**
4835
+ * Store the map between the plugin's basename to the slug.
4836
+ *
4837
+ * @author Vova Feldman (@svovaf)
4838
+ * @since 1.0.9
4839
+ */
4840
+ private function store_file_slug_map() {
4841
+ $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
4842
+
4843
+ if ( ! array( $file_slug_map ) ) {
4844
+ $file_slug_map = array();
4845
+ }
4846
+
4847
+ if ( ! isset( $file_slug_map[ $this->_plugin_basename ] ) ||
4848
+ $file_slug_map[ $this->_plugin_basename ] !== $this->_slug
4849
+ ) {
4850
+ $file_slug_map[ $this->_plugin_basename ] = $this->_slug;
4851
+ self::$_accounts->set_option( 'file_slug_map', $file_slug_map, true );
4852
+ }
4853
+ }
4854
+
4855
+ /**
4856
+ * @return FS_User[]
4857
+ */
4858
+ static function get_all_users() {
4859
+ $users = self::$_accounts->get_option( 'users', array() );
4860
+
4861
+ if ( ! is_array( $users ) ) {
4862
+ $users = array();
4863
+ }
4864
+
4865
+ return $users;
4866
+ }
4867
+
4868
+ /**
4869
+ * @return FS_Site[]
4870
+ */
4871
+ private static function get_all_sites() {
4872
+ $sites = self::$_accounts->get_option( 'sites', array() );
4873
+
4874
+ if ( ! is_array( $sites ) ) {
4875
+ $sites = array();
4876
+ }
4877
+
4878
+ return $sites;
4879
+ }
4880
+
4881
+ /**
4882
+ * @author Vova Feldman (@svovaf)
4883
+ * @since 1.0.6
4884
+ *
4885
+ * @return FS_Plugin_License[]
4886
+ */
4887
+ private static function get_all_licenses() {
4888
+ $licenses = self::$_accounts->get_option( 'licenses', array() );
4889
+
4890
+ if ( ! is_array( $licenses ) ) {
4891
+ $licenses = array();
4892
+ }
4893
+
4894
+ return $licenses;
4895
+ }
4896
+
4897
+ /**
4898
+ * @return FS_Plugin_Plan[]
4899
+ */
4900
+ private static function get_all_plans() {
4901
+ $plans = self::$_accounts->get_option( 'plans', array() );
4902
+
4903
+ if ( ! is_array( $plans ) ) {
4904
+ $plans = array();
4905
+ }
4906
+
4907
+ return $plans;
4908
+ }
4909
+
4910
+ /**
4911
+ * @author Vova Feldman (@svovaf)
4912
+ * @since 1.0.4
4913
+ *
4914
+ * @return FS_Plugin_Tag[]
4915
+ */
4916
+ private static function get_all_updates() {
4917
+ $updates = self::$_accounts->get_option( 'updates', array() );
4918
+
4919
+ if ( ! is_array( $updates ) ) {
4920
+ $updates = array();
4921
+ }
4922
+
4923
+ return $updates;
4924
+ }
4925
+
4926
+ /**
4927
+ * @author Vova Feldman (@svovaf)
4928
+ * @since 1.0.6
4929
+ *
4930
+ * @return array<number,FS_Plugin[]>|false
4931
+ */
4932
+ private static function get_all_addons() {
4933
+ $addons = self::$_accounts->get_option( 'addons', array() );
4934
+
4935
+ if ( ! is_array( $addons ) ) {
4936
+ $addons = array();
4937
+ }
4938
+
4939
+ return $addons;
4940
+ }
4941
+
4942
+ /**
4943
+ * @author Vova Feldman (@svovaf)
4944
+ * @since 1.0.6
4945
+ *
4946
+ * @return FS_Plugin[]|false
4947
+ */
4948
+ private static function get_all_account_addons() {
4949
+ $addons = self::$_accounts->get_option( 'account_addons', array() );
4950
+
4951
+ if ( ! is_array( $addons ) ) {
4952
+ $addons = array();
4953
+ }
4954
+
4955
+ return $addons;
4956
+ }
4957
+
4958
+ /**
4959
+ * Check if user is registered.
4960
+ *
4961
+ * @author Vova Feldman (@svovaf)
4962
+ * @since 1.0.1
4963
+ * @return bool
4964
+ */
4965
+ function is_registered() {
4966
+ return is_object( $this->_user );
4967
+ }
4968
+
4969
+ /**
4970
+ * Returns TRUE if the user opted-in and didn't disconnect (opt-out).
4971
+ *
4972
+ * @author Leo Fajardo (@leorw)
4973
+ * @since 1.2.1.5
4974
+ *
4975
+ * @return bool
4976
+ */
4977
+ function is_tracking_allowed() {
4978
+ return ( is_object( $this->_site ) && true !== $this->_site->is_disconnected );
4979
+ }
4980
+
4981
+ /**
4982
+ * @author Vova Feldman (@svovaf)
4983
+ * @since 1.0.4
4984
+ *
4985
+ * @return FS_Plugin
4986
+ */
4987
+ function get_plugin() {
4988
+ return $this->_plugin;
4989
+ }
4990
+
4991
+ /**
4992
+ * @author Vova Feldman (@svovaf)
4993
+ * @since 1.0.3
4994
+ *
4995
+ * @return FS_User
4996
+ */
4997
+ function get_user() {
4998
+ return $this->_user;
4999
+ }
5000
+
5001
+ /**
5002
+ * @author Vova Feldman (@svovaf)
5003
+ * @since 1.0.3
5004
+ *
5005
+ * @return FS_Site
5006
+ */
5007
+ function get_site() {
5008
+ return $this->_site;
5009
+ }
5010
+
5011
+ /**
5012
+ * Get plugin add-ons.
5013
+ *
5014
+ * @author Vova Feldman (@svovaf)
5015
+ * @since 1.0.6
5016
+ *
5017
+ * @since 1.1.7.3 If not yet loaded, fetch data from the API.
5018
+ *
5019
+ * @param bool $flush
5020
+ *
5021
+ * @return FS_Plugin[]|false
5022
+ */
5023
+ function get_addons( $flush = false ) {
5024
+ $this->_logger->entrance();
5025
+
5026
+ if ( ! $this->_has_addons ) {
5027
+ return false;
5028
+ }
5029
+
5030
+ $addons = $this->_sync_addons( $flush );
5031
+
5032
+ return ( ! is_array( $addons ) || empty( $addons ) ) ?
5033
+ false :
5034
+ $addons;
5035
+ }
5036
+
5037
+ /**
5038
+ * @author Vova Feldman (@svovaf)
5039
+ * @since 1.0.6
5040
+ *
5041
+ * @return FS_Plugin[]|false
5042
+ */
5043
+ function get_account_addons() {
5044
+ $this->_logger->entrance();
5045
+
5046
+ $addons = self::get_all_account_addons();
5047
+
5048
+ if ( ! is_array( $addons ) ||
5049
+ ! isset( $addons[ $this->_plugin->id ] ) ||
5050
+ ! is_array( $addons[ $this->_plugin->id ] ) ||
5051
+ 0 === count( $addons[ $this->_plugin->id ] )
5052
+ ) {
5053
+ return false;
5054
+ }
5055
+
5056
+ return $addons[ $this->_plugin->id ];
5057
+ }
5058
+
5059
+ /**
5060
+ * Check if user has any
5061
+ *
5062
+ * @author Vova Feldman (@svovaf)
5063
+ * @since 1.1.6
5064
+ *
5065
+ * @return bool
5066
+ */
5067
+ function has_account_addons() {
5068
+ $addons = $this->get_account_addons();
5069
+
5070
+ return is_array( $addons ) && ( 0 < count( $addons ) );
5071
+ }
5072
+
5073
+
5074
+ /**
5075
+ * Get add-on by ID (from local data).
5076
+ *
5077
+ * @author Vova Feldman (@svovaf)
5078
+ * @since 1.0.6
5079
+ *
5080
+ * @param number $id
5081
+ *
5082
+ * @return FS_Plugin|false
5083
+ */
5084
+ function get_addon( $id ) {
5085
+ $this->_logger->entrance();
5086
+
5087
+ $addons = $this->get_addons();
5088
+
5089
+ if ( is_array( $addons ) ) {
5090
+ foreach ( $addons as $addon ) {
5091
+ if ( $id == $addon->id ) {
5092
+ return $addon;
5093
+ }
5094
+ }
5095
+ }
5096
+
5097
+ return false;
5098
+ }
5099
+
5100
+ /**
5101
+ * Get add-on by slug (from local data).
5102
+ *
5103
+ * @author Vova Feldman (@svovaf)
5104
+ * @since 1.0.6
5105
+ *
5106
+ * @param string $slug
5107
+ *
5108
+ * @param bool $flush
5109
+ *
5110
+ * @return FS_Plugin|false
5111
+ */
5112
+ function get_addon_by_slug( $slug, $flush = false ) {
5113
+ $this->_logger->entrance();
5114
+
5115
+ $addons = $this->get_addons( $flush );
5116
+
5117
+ if ( is_array( $addons ) ) {
5118
+ foreach ( $addons as $addon ) {
5119
+ if ( $slug === $addon->slug ) {
5120
+ return $addon;
5121
+ }
5122
+ }
5123
+ }
5124
+
5125
+ return false;
5126
+ }
5127
+
5128
+ #----------------------------------------------------------------------------------
5129
+ #region Plans & Licensing
5130
+ #----------------------------------------------------------------------------------
5131
+
5132
+ /**
5133
+ * Check if running premium plugin code.
5134
+ *
5135
+ * @author Vova Feldman (@svovaf)
5136
+ * @since 1.0.5
5137
+ *
5138
+ * @return bool
5139
+ */
5140
+ function is_premium() {
5141
+ return $this->_plugin->is_premium;
5142
+ }
5143
+
5144
+ /**
5145
+ * Get site's plan ID.
5146
+ *
5147
+ * @author Vova Feldman (@svovaf)
5148
+ * @since 1.0.2
5149
+ *
5150
+ * @return number
5151
+ */
5152
+ function get_plan_id() {
5153
+ return $this->_site->plan->id;
5154
+ }
5155
+
5156
+ /**
5157
+ * Get site's plan title.
5158
+ *
5159
+ * @author Vova Feldman (@svovaf)
5160
+ * @since 1.0.2
5161
+ *
5162
+ * @return string
5163
+ */
5164
+ function get_plan_title() {
5165
+ return $this->_site->plan->title;
5166
+ }
5167
+
5168
+ /**
5169
+ * @author Vova Feldman (@svovaf)
5170
+ * @since 1.0.9
5171
+ *
5172
+ * @return FS_Plugin_Plan|false
5173
+ */
5174
+ function get_plan() {
5175
+ return is_object( $this->_site->plan ) ?
5176
+ $this->_site->plan :
5177
+ false;
5178
+ }
5179
+
5180
+ /**
5181
+ * @author Vova Feldman (@svovaf)
5182
+ * @since 1.0.3
5183
+ *
5184
+ * @return bool
5185
+ */
5186
+ function is_trial() {
5187
+ $this->_logger->entrance();
5188
+
5189
+ if ( ! $this->is_registered() ) {
5190
+ return false;
5191
+ }
5192
+
5193
+ return $this->_site->is_trial();
5194
+ }
5195
+
5196
+ /**
5197
+ * Check if currently in a trial with payment method (credit card or paypal).
5198
+ *
5199
+ * @author Vova Feldman (@svovaf)
5200
+ * @since 1.1.7
5201
+ *
5202
+ * @return bool
5203
+ */
5204
+ function is_paid_trial() {
5205
+ $this->_logger->entrance();
5206
+
5207
+ if ( ! $this->is_trial() ) {
5208
+ return false;
5209
+ }
5210
+
5211
+ return $this->has_active_valid_license() && ( $this->_site->trial_plan_id == $this->_license->plan_id );
5212
+ }
5213
+
5214
+ /**
5215
+ * Check if trial already utilized.
5216
+ *
5217
+ * @since 1.0.9
5218
+ *
5219
+ * @return bool
5220
+ */
5221
+ function is_trial_utilized() {
5222
+ $this->_logger->entrance();
5223
+
5224
+ if ( ! $this->is_registered() ) {
5225
+ return false;
5226
+ }
5227
+
5228
+ return $this->_site->is_trial_utilized();
5229
+ }
5230
+
5231
+ /**
5232
+ * Get trial plan information (if in trial).
5233
+ *
5234
+ * @author Vova Feldman (@svovaf)
5235
+ * @since 1.0.9
5236
+ *
5237
+ * @return bool|FS_Plugin_Plan
5238
+ */
5239
+ function get_trial_plan() {
5240
+ $this->_logger->entrance();
5241
+
5242
+ if ( ! $this->is_trial() ) {
5243
+ return false;
5244
+ }
5245
+
5246
+ return $this->_storage->trial_plan;
5247
+ }
5248
+
5249
+ /**
5250
+ * Check if the user has an activate, non-expired license on current plugin's install.
5251
+ *
5252
+ * @since 1.0.9
5253
+ *
5254
+ * @return bool
5255
+ */
5256
+ function is_paying() {
5257
+ $this->_logger->entrance();
5258
+
5259
+ if ( ! $this->is_registered() ) {
5260
+ return false;
5261
+ }
5262
+
5263
+ if ( ! $this->has_paid_plan() ) {
5264
+ return false;
5265
+ }
5266
+
5267
+ return (
5268
+ ! $this->is_trial() &&
5269
+ 'free' !== $this->_site->plan->name &&
5270
+ $this->has_active_valid_license()
5271
+ );
5272
+ }
5273
+
5274
+ /**
5275
+ * @author Vova Feldman (@svovaf)
5276
+ * @since 1.0.4
5277
+ *
5278
+ * @return bool
5279
+ */
5280
+ function is_free_plan() {
5281
+ if ( ! $this->is_registered() ) {
5282
+ return true;
5283
+ }
5284
+
5285
+ if ( ! $this->has_paid_plan() ) {
5286
+ return true;
5287
+ }
5288
+
5289
+ return (
5290
+ 'free' === $this->_site->plan->name ||
5291
+ ! $this->has_features_enabled_license()
5292
+ );
5293
+ }
5294
+
5295
+ /**
5296
+ * @author Vova Feldman (@svovaf)
5297
+ * @since 1.0.5
5298
+ *
5299
+ * @return bool
5300
+ */
5301
+ function _has_premium_license() {
5302
+ $this->_logger->entrance();
5303
+
5304
+ $premium_license = $this->_get_available_premium_license();
5305
+
5306
+ return ( false !== $premium_license );
5307
+ }
5308
+
5309
+ /**
5310
+ * Check if user has any licenses associated with the plugin (including expired or blocking).
5311
+ *
5312
+ * @author Vova Feldman (@svovaf)
5313
+ * @since 1.1.7.3
5314
+ *
5315
+ * @return bool
5316
+ */
5317
+ private function has_any_license() {
5318
+ return is_array( $this->_licenses ) && ( 0 < count( $this->_licenses ) );
5319
+ }
5320
+
5321
+ /**
5322
+ * @author Vova Feldman (@svovaf)
5323
+ * @since 1.0.5
5324
+ *
5325
+ * @return FS_Plugin_License|false
5326
+ */
5327
+ function _get_available_premium_license() {
5328
+ $this->_logger->entrance();
5329
+
5330
+ if ( ! $this->has_paid_plan() ) {
5331
+ return false;
5332
+ }
5333
+
5334
+ if ( is_array( $this->_licenses ) ) {
5335
+ foreach ( $this->_licenses as $license ) {
5336
+ if ( ! $license->is_utilized() && $license->is_features_enabled() ) {
5337
+ return $license;
5338
+ }
5339
+ }
5340
+ }
5341
+
5342
+ return false;
5343
+ }
5344
+
5345
+ /**
5346
+ * Sync local plugin plans with remote server.
5347
+ *
5348
+ * @author Vova Feldman (@svovaf)
5349
+ * @since 1.0.5
5350
+ *
5351
+ * @return FS_Plugin_Plan[]|object
5352
+ */
5353
+ function _sync_plans() {
5354
+ $plans = $this->_fetch_plugin_plans();
5355
+
5356
+ if ( $this->is_array_instanceof( $plans, 'FS_Plugin_Plan' ) ) {
5357
+ $this->_plans = $plans;
5358
+ $this->_store_plans();
5359
+ }
5360
+
5361
+ $this->do_action( 'after_plans_sync', $plans );
5362
+
5363
+ return $this->_plans;
5364
+ }
5365
+
5366
+ /**
5367
+ * @author Vova Feldman (@svovaf)
5368
+ * @since 1.0.5
5369
+ *
5370
+ * @param number $id
5371
+ *
5372
+ * @return FS_Plugin_Plan|false
5373
+ */
5374
+ function _get_plan_by_id( $id ) {
5375
+ $this->_logger->entrance();
5376
+
5377
+ if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) {
5378
+ $this->_sync_plans();
5379
+ }
5380
+
5381
+ foreach ( $this->_plans as $plan ) {
5382
+ if ( $id == $plan->id ) {
5383
+ return $plan;
5384
+ }
5385
+ }
5386
+
5387
+ return false;
5388
+ }
5389
+
5390
+ /**
5391
+ * @author Vova Feldman (@svovaf)
5392
+ * @since 1.1.8.1
5393
+ *
5394
+ * @param string $name
5395
+ *
5396
+ * @return FS_Plugin_Plan|false
5397
+ */
5398
+ private function get_plan_by_name( $name ) {
5399
+ $this->_logger->entrance();
5400
+
5401
+ if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) {
5402
+ $this->_sync_plans();
5403
+ }
5404
+
5405
+ foreach ( $this->_plans as $plan ) {
5406
+ if ( $name == $plan->name ) {
5407
+ return $plan;
5408
+ }
5409
+ }
5410
+
5411
+ return false;
5412
+ }
5413
+
5414
+ /**
5415
+ * Sync local plugin plans with remote server.
5416
+ *
5417
+ * @author Vova Feldman (@svovaf)
5418
+ * @since 1.0.6
5419
+ *
5420
+ * @param number|bool $site_license_id
5421
+ *
5422
+ * @return FS_Plugin_License[]|object
5423
+ */
5424
+ function _sync_licenses( $site_license_id = false ) {
5425
+ $licenses = $this->_fetch_licenses( false, $site_license_id );
5426
+
5427
+ if ( $this->is_array_instanceof( $licenses, 'FS_Plugin_License' ) ) {
5428
+ $this->_licenses = $licenses;
5429
+ $this->_store_licenses();
5430
+ }
5431
+
5432
+ // Update current license.
5433
+ if ( is_object( $this->_license ) ) {
5434
+ $this->_license = $this->_get_license_by_id( $this->_license->id );
5435
+ }
5436
+
5437
+ return $this->_licenses;
5438
+ }
5439
+
5440
+ /**
5441
+ * @author Vova Feldman (@svovaf)
5442
+ * @since 1.0.5
5443
+ *
5444
+ * @param number $id
5445
+ *
5446
+ * @return FS_Plugin_License|false
5447
+ */
5448
+ function _get_license_by_id( $id ) {
5449
+ $this->_logger->entrance();
5450
+
5451
+ if ( ! is_numeric( $id ) ) {
5452
+ return false;
5453
+ }
5454
+
5455
+ if ( ! $this->has_any_license() ) {
5456
+ $this->_sync_licenses();
5457
+ }
5458
+
5459
+ foreach ( $this->_licenses as $license ) {
5460
+ if ( $id == $license->id ) {
5461
+ return $license;
5462
+ }
5463
+ }
5464
+
5465
+ return false;
5466
+ }
5467
+
5468
+ /**
5469
+ * Sync site's license with user licenses.
5470
+ *
5471
+ * @author Vova Feldman (@svovaf)
5472
+ * @since 1.0.6
5473
+ *
5474
+ * @param FS_Plugin_License|null $new_license
5475
+ */
5476
+ function _update_site_license( $new_license ) {
5477
+ $this->_logger->entrance();
5478
+
5479
+ $this->_license = $new_license;
5480
+
5481
+ if ( ! is_object( $new_license ) ) {
5482
+ $this->_site->license_id = null;
5483
+ $this->_sync_site_subscription( null );
5484
+
5485
+ return;
5486
+ }
5487
+
5488
+ $this->_site->license_id = $this->_license->id;
5489
+
5490
+ if ( ! is_array( $this->_licenses ) ) {
5491
+ $this->_licenses = array();
5492
+ }
5493
+
5494
+ $is_license_found = false;
5495
+ for ( $i = 0, $len = count( $this->_licenses ); $i < $len; $i ++ ) {
5496
+ if ( $new_license->id == $this->_licenses[ $i ]->id ) {
5497
+ $this->_licenses[ $i ] = $new_license;
5498
+
5499
+ $is_license_found = true;
5500
+ break;
5501
+ }
5502
+ }
5503
+
5504
+ // If new license just append.
5505
+ if ( ! $is_license_found ) {
5506
+ $this->_licenses[] = $new_license;
5507
+ }
5508
+
5509
+ $this->_sync_site_subscription( $new_license );
5510
+ }
5511
+
5512
+ /**
5513
+ * Sync site's subscription.
5514
+ *
5515
+ * @author Vova Feldman (@svovaf)
5516
+ * @since 1.0.9
5517
+ *
5518
+ * @param FS_Plugin_License|null $license
5519
+ *
5520
+ * @return bool|\FS_Subscription
5521
+ */
5522
+ private function _sync_site_subscription( $license ) {
5523
+ if ( ! is_object( $license ) ) {
5524
+ unset( $this->_storage->subscription );
5525
+
5526
+ return false;
5527
+ }
5528
+
5529
+ // Load subscription details if not lifetime.
5530
+ $subscription = $license->is_lifetime() ?
5531
+ false :
5532
+ $this->_fetch_site_license_subscription();
5533
+
5534
+ if ( is_object( $subscription ) && ! isset( $subscription->error ) ) {
5535
+ $this->_storage->subscription = $subscription;
5536
+ } else {
5537
+ unset( $this->_storage->subscription );
5538
+ }
5539
+
5540
+ return $subscription;
5541
+ }
5542
+
5543
+ /**
5544
+ * @author Vova Feldman (@svovaf)
5545
+ * @since 1.0.6
5546
+ *
5547
+ * @return bool|\FS_Plugin_License
5548
+ */
5549
+ function _get_license() {
5550
+ return $this->_license;
5551
+ }
5552
+
5553
+ /**
5554
+ * @return bool|\FS_Subscription
5555
+ */
5556
+ function _get_subscription() {
5557
+ return isset( $this->_storage->subscription ) ?
5558
+ $this->_storage->subscription :
5559
+ false;
5560
+ }
5561
+
5562
+ /**
5563
+ * @author Vova Feldman (@svovaf)
5564
+ * @since 1.0.2
5565
+ *
5566
+ * @param string $plan Plan name
5567
+ * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
5568
+ *
5569
+ * @return bool
5570
+ */
5571
+ function is_plan( $plan, $exact = false ) {
5572
+ $this->_logger->entrance();
5573
+
5574
+ if ( ! $this->is_registered() ) {
5575
+ return false;
5576
+ }
5577
+
5578
+ $plan = strtolower( $plan );
5579
+
5580
+ if ( $this->_site->plan->name === $plan ) // Exact plan.
5581
+ {
5582
+ return true;
5583
+ } else if ( $exact ) // Required exact, but plans are different.
5584
+ {
5585
+ return false;
5586
+ }
5587
+
5588
+ $current_plan_order = - 1;
5589
+ $required_plan_order = - 1;
5590
+ for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
5591
+ if ( $plan === $this->_plans[ $i ]->name ) {
5592
+ $required_plan_order = $i;
5593
+ } else if ( $this->_site->plan->name === $this->_plans[ $i ]->name ) {
5594
+ $current_plan_order = $i;
5595
+ }
5596
+ }
5597
+
5598
+ return ( $current_plan_order > $required_plan_order );
5599
+ }
5600
+
5601
+ /**
5602
+ * Check if plan based on trial. If not in trial mode, should return false.
5603
+ *
5604
+ * @since 1.0.9
5605
+ *
5606
+ * @param string $plan Plan name
5607
+ * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
5608
+ *
5609
+ * @return bool
5610
+ */
5611
+ function is_trial_plan( $plan, $exact = false ) {
5612
+ $this->_logger->entrance();
5613
+
5614
+ if ( ! $this->is_registered() ) {
5615
+ return false;
5616
+ }
5617
+
5618
+ if ( ! $this->is_trial() ) {
5619
+ return false;
5620
+ }
5621
+
5622
+ if ( ! isset( $this->_storage->trial_plan ) ) {
5623
+ // Store trial plan information.
5624
+ $this->_enrich_site_trial_plan( true );
5625
+ }
5626
+
5627
+ if ( $this->_storage->trial_plan->name === $plan ) // Exact plan.
5628
+ {
5629
+ return true;
5630
+ } else if ( $exact ) // Required exact, but plans are different.
5631
+ {
5632
+ return false;
5633
+ }
5634
+
5635
+ $current_plan_order = - 1;
5636
+ $required_plan_order = - 1;
5637
+ for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
5638
+ if ( $plan === $this->_plans[ $i ]->name ) {
5639
+ $required_plan_order = $i;
5640
+ } else if ( $this->_storage->trial_plan->name === $this->_plans[ $i ]->name ) {
5641
+ $current_plan_order = $i;
5642
+ }
5643
+ }
5644
+
5645
+ return ( $current_plan_order > $required_plan_order );
5646
+ }
5647
+
5648
+ /**
5649
+ * Check if plugin has any paid plans.
5650
+ *
5651
+ * @author Vova Feldman (@svovaf)
5652
+ * @since 1.0.7
5653
+ *
5654
+ * @return bool
5655
+ */
5656
+ function has_paid_plan() {
5657
+ return $this->_has_paid_plans ||
5658
+ FS_Plan_Manager::instance()->has_paid_plan( $this->_plans );
5659
+ }
5660
+
5661
+ /**
5662
+ * Check if plugin has any plan with a trail.
5663
+ *
5664
+ * @author Vova Feldman (@svovaf)
5665
+ * @since 1.0.9
5666
+ *
5667
+ * @return bool
5668
+ */
5669
+ function has_trial_plan() {
5670
+ if ( ! $this->is_registered() ) {
5671
+ /**
5672
+ * @author Vova Feldman(@svovaf)
5673
+ * @since 1.2.1.5
5674
+ *
5675
+ * Allow setting a trial from the SDK without calling the API.
5676
+ * But, if the user did opt-in, continue using the real data from the API.
5677
+ */
5678
+ if ( $this->_trial_days >= 0 ) {
5679
+ return true;
5680
+ }
5681
+
5682
+ return false;
5683
+ }
5684
+
5685
+ return $this->_storage->get( 'has_trial_plan', false );
5686
+ }
5687
+
5688
+ /**
5689
+ * Check if plugin has any free plan, or is it premium only.
5690
+ *
5691
+ * Note: If no plans configured, assume plugin is free.
5692
+ *
5693
+ * @author Vova Feldman (@svovaf)
5694
+ * @since 1.0.7
5695
+ *
5696
+ * @return bool
5697
+ */
5698
+ function has_free_plan() {
5699
+ return ! $this->is_only_premium();
5700
+ }
5701
+
5702
+ /**
5703
+ * Displays a license activation dialog box when the user clicks on the "Activate License"
5704
+ * or "Change License" link on the plugins
5705
+ * page.
5706
+ *
5707
+ * @author Leo Fajardo (@leorw)
5708
+ * @since 1.1.9
5709
+ */
5710
+ function _add_license_activation_dialog_box() {
5711
+ $vars = array(
5712
+ 'slug' => $this->_slug,
5713
+ );
5714
+
5715
+ fs_require_template( 'forms/license-activation.php', $vars );
5716
+ fs_require_template( 'forms/resend-key.php', $vars );
5717
+ }
5718
+
5719
+ /**
5720
+ * Displays the opt-out dialog box when the user clicks on the "Opt Out" link on the "Plugins"
5721
+ * page.
5722
+ *
5723
+ * @author Leo Fajardo (@leorw)
5724
+ * @since 1.2.1.5
5725
+ */
5726
+ function _add_optout_dialog() {
5727
+ $vars = array(
5728
+ 'slug' => $this->_slug,
5729
+ );
5730
+
5731
+ fs_require_template( 'forms/optout.php', $vars );
5732
+ }
5733
+
5734
+ /**
5735
+ * Prepare page to include all required UI and logic for the license activation dialog.
5736
+ *
5737
+ * @author Vova Feldman (@svovaf)
5738
+ * @since 1.2.0
5739
+ */
5740
+ function _add_license_activation() {
5741
+ if ( ! current_user_can( 'activate_plugins' ) ) {
5742
+ // Only admins can activate a license.
5743
+ return;
5744
+ }
5745
+
5746
+ if ( ! $this->has_paid_plan() ) {
5747
+ // Module doesn't have any paid plans.
5748
+ return;
5749
+ }
5750
+
5751
+ if ( ! $this->is_premium() ) {
5752
+ // Only add license activation logic to the premium version.
5753
+ return;
5754
+ }
5755
+
5756
+ // Add license activation link and AJAX request handler.
5757
+ if ( $this->is_plugins_page() ) {
5758
+ /**
5759
+ * @since 1.2.0 Add license action link only on plugins page.
5760
+ */
5761
+ $this->_add_license_action_link();
5762
+ }
5763
+
5764
+ // Add license activation AJAX callback.
5765
+ $this->add_ajax_action( 'activate_license', array( &$this, '_activate_license_ajax_action' ) );
5766
+
5767
+ // Add resend license AJAX callback.
5768
+ $this->add_ajax_action( 'resend_license_key', array( &$this, '_resend_license_key_ajax_action' ) );
5769
+ }
5770
+
5771
+ /**
5772
+ * @author Leo Fajardo (@leorw)
5773
+ * @since 1.1.9
5774
+ */
5775
+ function _activate_license_ajax_action() {
5776
+ $license_key = trim( fs_request_get( 'license_key' ) );
5777
+
5778
+ if ( empty( $license_key ) ) {
5779
+ exit;
5780
+ }
5781
+
5782
+ $slug = $_POST['slug'];
5783
+ $fs = ( ( $slug === $this->_slug ) ? $this : self::instance( $slug ) );
5784
+ $error = false;
5785
+ $next_page = false;
5786
+
5787
+ if ( $this->is_registered() ) {
5788
+ $api = $fs->get_api_site_scope();
5789
+ $install = $api->call( '/', 'put', array(
5790
+ 'license_key' => $this->apply_filters( 'license_key', $license_key )
5791
+ ) );
5792
+
5793
+ if ( isset( $install->error ) ) {
5794
+ $error = $install->error->message;
5795
+ } else {
5796
+ $fs = $this->is_addon() ?
5797
+ $this->get_parent_instance() :
5798
+ $this;
5799
+
5800
+ $next_page = $fs->_get_sync_license_url( $this->get_id(), true );
5801
+
5802
+ $this->reconnect_locally();
5803
+ }
5804
+ } else {
5805
+ $next_page = $this->opt_in( false, false, false, $license_key );
5806
+
5807
+ if ( isset( $next_page->error ) ) {
5808
+ $error = $next_page->error;
5809
+ }
5810
+ }
5811
+
5812
+ $result = array(
5813
+ 'success' => ( false === $error )
5814
+ );
5815
+
5816
+ if ( false !== $error ) {
5817
+ $result['error'] = $error;
5818
+ } else {
5819
+ $result['next_page'] = $next_page;
5820
+ }
5821
+
5822
+ echo json_encode( $result );
5823
+
5824
+ exit;
5825
+ }
5826
+
5827
+ /**
5828
+ * Billing update AJAX callback.
5829
+ *
5830
+ * @author Vova Feldman (@svovaf)
5831
+ * @since 1.2.1.5
5832
+ */
5833
+ function _update_billing_ajax_action() {
5834
+ check_ajax_referer( $this->get_action_tag( 'update_billing' ), 'security' );
5835
+
5836
+ if ( ! current_user_can( 'activate_plugins' ) ) {
5837
+ // Only for admins.
5838
+ $this->shoot_ajax_failure();
5839
+ }
5840
+
5841
+ $billing = fs_request_get( 'billing' );
5842
+
5843
+ $api = $this->get_api_user_scope();
5844
+ $result = $api->call( '/billing.json', 'put', array_merge( $billing, array(
5845
+ 'plugin_id' => $this->get_parent_id(),
5846
+ ) ) );
5847
+
5848
+ if ( ! $this->is_api_result_entity( $result ) ) {
5849
+ $this->shoot_ajax_failure();
5850
+ }
5851
+
5852
+ // Purge cached billing.
5853
+ $this->get_api_user_scope()->purge_cache( 'billing.json' );
5854
+
5855
+ $this->shoot_ajax_success();
5856
+ }
5857
+
5858
+ /**
5859
+ * Trial start for anonymous users (AJAX callback).
5860
+ *
5861
+ * @author Vova Feldman (@svovaf)
5862
+ * @since 1.2.1.5
5863
+ */
5864
+ function _start_trial_ajax_action() {
5865
+ check_ajax_referer( $this->get_action_tag( 'start_trial' ), 'security' );
5866
+
5867
+ if ( ! current_user_can( 'activate_plugins' ) ) {
5868
+ // Only for admins.
5869
+ $this->shoot_ajax_failure();
5870
+ }
5871
+
5872
+ $trial_data = fs_request_get( 'trial' );
5873
+
5874
+ $next_page = $this->opt_in(
5875
+ false,
5876
+ false,
5877
+ false,
5878
+ false,
5879
+ false,
5880
+ $trial_data['plan_id']
5881
+ );
5882
+
5883
+ if ( is_object( $next_page ) && $this->is_api_error( $next_page ) ) {
5884
+ $this->shoot_ajax_failure(
5885
+ isset( $next_page->error ) ?
5886
+ $next_page->error->message :
5887
+ var_export( $next_page, true )
5888
+ );
5889
+ }
5890
+
5891
+ $this->shoot_ajax_success( array(
5892
+ 'next_page' => $next_page,
5893
+ ) );
5894
+ }
5895
+
5896
+ /**
5897
+ * @author Leo Fajardo (@leorw)
5898
+ * @since 1.2.0
5899
+ */
5900
+ function _resend_license_key_ajax_action() {
5901
+ if ( ! isset( $_POST['email'] ) ) {
5902
+ exit;
5903
+ }
5904
+
5905
+ $email_address = trim( $_POST['email'] );
5906
+ if ( empty( $email_address ) ) {
5907
+ exit;
5908
+ }
5909
+
5910
+ $error = false;
5911
+
5912
+ $api = $this->get_api_plugin_scope();
5913
+ $result = $api->call( '/licenses/resend.json', 'post',
5914
+ array(
5915
+ 'email' => $email_address,
5916
+ 'is_localhost' => WP_FS__IS_LOCALHOST
5917
+ )
5918
+ );
5919
+
5920
+ if ( is_object( $result ) && isset( $result->error ) ) {
5921
+ $error = $result->error;
5922
+
5923
+ if ( in_array( $error->code, array( 'invalid_email', 'no_user' ) ) ) {
5924
+ $error = __fs( 'email-not-found' );
5925
+ } else if ( 'no_license' === $error->code ) {
5926
+ $error = __fs( 'no-active-licenses' );
5927
+ } else {
5928
+ $error = $error->message;
5929
+ }
5930
+ }
5931
+
5932
+ $licenses = array(
5933
+ 'success' => ( false === $error )
5934
+ );
5935
+
5936
+ if ( false !== $error ) {
5937
+ $licenses['error'] = sprintf( '%s... %s', __fs( 'oops', $this->_slug ), strtolower( $error ) );
5938
+ }
5939
+
5940
+ echo json_encode( $licenses );
5941
+
5942
+ exit;
5943
+ }
5944
+
5945
+ /**
5946
+ * Helper method to check if user in the plugins page.
5947
+ *
5948
+ * @author Vova Feldman (@svovaf)
5949
+ * @since 1.2.1.5
5950
+ *
5951
+ * @return bool
5952
+ */
5953
+ private function is_plugins_page() {
5954
+ global $pagenow;
5955
+
5956
+ return ( 'plugins.php' === $pagenow );
5957
+ }
5958
+
5959
+ #----------------------------------------------------------------------------------
5960
+ #region URL Generators
5961
+ #----------------------------------------------------------------------------------
5962
+
5963
+ /**
5964
+ * Alias to pricing_url().
5965
+ *
5966
+ * @author Vova Feldman (@svovaf)
5967
+ * @since 1.0.2
5968
+ *
5969
+ * @uses pricing_url()
5970
+ *
5971
+ * @param string $period Billing cycle
5972
+ * @param bool $is_trial
5973
+ *
5974
+ * @return string
5975
+ */
5976
+ function get_upgrade_url( $period = WP_FS__PERIOD_ANNUALLY, $is_trial = false ) {
5977
+ return $this->pricing_url( $period, $is_trial );
5978
+ }
5979
+
5980
+ /**
5981
+ * @author Vova Feldman (@svovaf)
5982
+ * @since 1.0.9
5983
+ *
5984
+ * @uses get_upgrade_url()
5985
+ *
5986
+ * @return string
5987
+ */
5988
+ function get_trial_url() {
5989
+ return $this->get_upgrade_url( WP_FS__PERIOD_ANNUALLY, true );
5990
+ }
5991
+
5992
+ /**
5993
+ * Plugin's pricing URL.
5994
+ *
5995
+ * @author Vova Feldman (@svovaf)
5996
+ * @since 1.0.4
5997
+ *
5998
+ * @param string $billing_cycle Billing cycle
5999
+ *
6000
+ * @param bool $is_trial
6001
+ *
6002
+ * @return string
6003
+ */
6004
+ function pricing_url( $billing_cycle = WP_FS__PERIOD_ANNUALLY, $is_trial = false ) {
6005
+ $this->_logger->entrance();
6006
+
6007
+ $params = array(
6008
+ 'billing_cycle' => $billing_cycle
6009
+ );
6010
+
6011
+ if ( $is_trial ) {
6012
+ $params['trial'] = 'true';
6013
+ }
6014
+
6015
+ return $this->_get_admin_page_url( 'pricing', $params );
6016
+ }
6017
+
6018
+ /**
6019
+ * Checkout page URL.
6020
+ *
6021
+ * @author Vova Feldman (@svovaf)
6022
+ * @since 1.0.6
6023
+ *
6024
+ * @param string $billing_cycle Billing cycle
6025
+ * @param bool $is_trial
6026
+ * @param array $extra (optional) Extra parameters, override other query params.
6027
+ *
6028
+ * @return string
6029
+ */
6030
+ function checkout_url(
6031
+ $billing_cycle = WP_FS__PERIOD_ANNUALLY,
6032
+ $is_trial = false,
6033
+ $extra = array()
6034
+ ) {
6035
+ $this->_logger->entrance();
6036
+
6037
+ $params = array(
6038
+ 'checkout' => 'true',
6039
+ 'billing_cycle' => $billing_cycle,
6040
+ );
6041
+
6042
+ if ( $is_trial ) {
6043
+ $params['trial'] = 'true';
6044
+ }
6045
+
6046
+ /**
6047
+ * Params in extra override other params.
6048
+ */
6049
+ $params = array_merge( $params, $extra );
6050
+
6051
+ return $this->_get_admin_page_url( 'pricing', $params );
6052
+ }
6053
+
6054
+ /**
6055
+ * Add-on checkout URL.
6056
+ *
6057
+ * @author Vova Feldman (@svovaf)
6058
+ * @since 1.1.7
6059
+ *
6060
+ * @param number $addon_id
6061
+ * @param number $pricing_id
6062
+ * @param string $billing_cycle
6063
+ * @param bool $is_trial
6064
+ *
6065
+ * @return string
6066
+ */
6067
+ function addon_checkout_url(
6068
+ $addon_id,
6069
+ $pricing_id,
6070
+ $billing_cycle = WP_FS__PERIOD_ANNUALLY,
6071
+ $is_trial = false
6072
+ ) {
6073
+ return $this->checkout_url( $billing_cycle, $is_trial, array(
6074
+ 'plugin_id' => $addon_id,
6075
+ 'pricing_id' => $pricing_id,
6076
+ ) );
6077
+ }
6078
+
6079
+ #endregion
6080
+
6081
+ #endregion ------------------------------------------------------------------
6082
+
6083
+ /**
6084
+ * Check if plugin has any add-ons.
6085
+ *
6086
+ * @author Vova Feldman (@svovaf)
6087
+ * @since 1.0.5
6088
+ *
6089
+ * @since 1.1.7.3 Base logic only on the parameter provided by the developer in the init function.
6090
+ *
6091
+ * @return bool
6092
+ */
6093
+ function has_addons() {
6094
+ $this->_logger->entrance();
6095
+
6096
+ return $this->_has_addons;
6097
+ }
6098
+
6099
+ /**
6100
+ * Check if plugin can work in anonymous mode.
6101
+ *
6102
+ * @author Vova Feldman (@svovaf)
6103
+ * @since 1.0.9
6104
+ *
6105
+ * @return bool
6106
+ *
6107
+ * @deprecated Please use is_enable_anonymous() instead
6108
+ */
6109
+ function enable_anonymous() {
6110
+ return $this->_enable_anonymous;
6111
+ }
6112
+
6113
+ /**
6114
+ * Check if plugin can work in anonymous mode.
6115
+ *
6116
+ * @author Vova Feldman (@svovaf)
6117
+ * @since 1.1.9
6118
+ *
6119
+ * @return bool
6120
+ */
6121
+ function is_enable_anonymous() {
6122
+ return $this->_enable_anonymous;
6123
+ }
6124
+
6125
+ /**
6126
+ * Check if plugin is premium only (no free plans).
6127
+ *
6128
+ * @author Vova Feldman (@svovaf)
6129
+ * @since 1.1.9
6130
+ *
6131
+ * @return bool
6132
+ */
6133
+ function is_only_premium() {
6134
+ return $this->_is_premium_only;
6135
+ }
6136
+
6137
+ /**
6138
+ * Check if feature supported with current site's plan.
6139
+ *
6140
+ * @author Vova Feldman (@svovaf)
6141
+ * @since 1.0.1
6142
+ *
6143
+ * @todo IMPLEMENT
6144
+ *
6145
+ * @param number $feature_id
6146
+ *
6147
+ * @throws Exception
6148
+ */
6149
+ function is_feature_supported( $feature_id ) {
6150
+ throw new Exception( 'not implemented' );
6151
+ }
6152
+
6153
+ /**
6154
+ * @author Vova Feldman (@svovaf)
6155
+ * @since 1.0.1
6156
+ *
6157
+ * @return bool Is running in SSL/HTTPS
6158
+ */
6159
+ function is_ssl() {
6160
+ return WP_FS__IS_HTTPS;
6161
+ }
6162
+
6163
+ /**
6164
+ * @author Vova Feldman (@svovaf)
6165
+ * @since 1.0.9
6166
+ *
6167
+ * @return bool Is running in AJAX call.
6168
+ *
6169
+ * @link http://wordpress.stackexchange.com/questions/70676/how-to-check-if-i-am-in-admin-ajax
6170
+ */
6171
+ function is_ajax() {
6172
+ return ( defined( 'DOING_AJAX' ) && DOING_AJAX );
6173
+ }
6174
+
6175
+ /**
6176
+ * Check if it's an AJAX call targeted for the current module.
6177
+ *
6178
+ * @author Vova Feldman (@svovaf)
6179
+ * @since 1.2.0
6180
+ *
6181
+ * @param array|string $actions Collection of AJAX actions.
6182
+ *
6183
+ * @return bool
6184
+ */
6185
+ function is_ajax_action( $actions ) {
6186
+ // Verify it's an ajax call.
6187
+ if ( ! $this->is_ajax() ) {
6188
+ return false;
6189
+ }
6190
+
6191
+ // Verify the call is relevant for the plugin.
6192
+ if ( $this->_slug !== fs_request_get( 'slug' ) ) {
6193
+ return false;
6194
+ }
6195
+
6196
+ // Verify it's one of the specified actions.
6197
+ if ( is_string( $actions ) ) {
6198
+ $actions = explode( ',', $actions );
6199
+ }
6200
+
6201
+ if ( is_array( $actions ) && 0 < count( $actions ) ) {
6202
+ $ajax_action = fs_request_get( 'action' );
6203
+
6204
+ foreach ( $actions as $action ) {
6205
+ if ( $ajax_action === $this->get_action_tag( $action ) ) {
6206
+ return true;
6207
+ }
6208
+ }
6209
+ }
6210
+
6211
+ return false;
6212
+ }
6213
+
6214
+ /**
6215
+ * @author Vova Feldman (@svovaf)
6216
+ * @since 1.1.7
6217
+ *
6218
+ * @return bool
6219
+ */
6220
+ function is_cron() {
6221
+ return ( defined( 'DOING_CRON' ) && DOING_CRON );
6222
+ }
6223
+
6224
+ /**
6225
+ * Check if a real user is visiting the admin dashboard.
6226
+ *
6227
+ * @author Vova Feldman (@svovaf)
6228
+ * @since 1.1.7
6229
+ *
6230
+ * @return bool
6231
+ */
6232
+ function is_user_in_admin() {
6233
+ return is_admin() && ! $this->is_ajax() && ! $this->is_cron();
6234
+ }
6235
+
6236
+ /**
6237
+ * Check if running in HTTPS and if site's plan matching the specified plan.
6238
+ *
6239
+ * @param string $plan
6240
+ * @param bool $exact
6241
+ *
6242
+ * @return bool
6243
+ */
6244
+ function is_ssl_and_plan( $plan, $exact = false ) {
6245
+ return ( $this->is_ssl() && $this->is_plan( $plan, $exact ) );
6246
+ }
6247
+
6248
+ /**
6249
+ * Construct plugin's settings page URL.
6250
+ *
6251
+ * @author Vova Feldman (@svovaf)
6252
+ * @since 1.0.4
6253
+ *
6254
+ * @param string $page
6255
+ * @param array $params
6256
+ *
6257
+ * @return string
6258
+ */
6259
+ function _get_admin_page_url( $page = '', $params = array() ) {
6260
+ if ( 0 < count( $params ) ) {
6261
+ foreach ( $params as $k => $v ) {
6262
+ $params[ $k ] = urlencode( $v );
6263
+ }
6264
+ }
6265
+
6266
+ if ( ! $this->_menu->is_top_level() ) {
6267
+ $parent_slug = $this->_menu->get_parent_slug();
6268
+ $menu_file = ( false !== strpos( $parent_slug, '.php' ) ) ?
6269
+ $parent_slug :
6270
+ 'admin.php';
6271
+
6272
+ return add_query_arg( array_merge( $params, array(
6273
+ 'page' => $this->_menu->get_slug( $page ),
6274
+ ) ), admin_url( $menu_file, 'admin' ) );
6275
+ }
6276
+
6277
+ if ( $this->_menu->is_cpt() ) {
6278
+ if ( empty( $page ) && $this->is_activation_mode() ) {
6279
+ return add_query_arg( array_merge( $params, array(
6280
+ 'page' => $this->_menu->get_slug()
6281
+ ) ), admin_url( 'admin.php', 'admin' ) );
6282
+ } else {
6283
+ if ( ! empty( $page ) ) {
6284
+ $params['page'] = $this->_menu->get_slug( $page );
6285
+ }
6286
+
6287
+ return add_query_arg( $params, admin_url( $this->_menu->get_raw_slug(), 'admin' ) );
6288
+ }
6289
+ } else {
6290
+ return add_query_arg( array_merge( $params, array(
6291
+ 'page' => $this->_menu->get_slug( $page ),
6292
+ ) ), admin_url( 'admin.php', 'admin' ) );
6293
+ }
6294
+ }
6295
+
6296
+ /**
6297
+ * Plugin's account page + sync license URL.
6298
+ *
6299
+ * @author Vova Feldman (@svovaf)
6300
+ * @since 1.1.9.1
6301
+ *
6302
+ * @param bool|number $plugin_id
6303
+ * @param bool $add_action_nonce
6304
+ *
6305
+ * @return string
6306
+ */
6307
+ function _get_sync_license_url( $plugin_id = false, $add_action_nonce = true ) {
6308
+ $params = array();
6309
+
6310
+ if ( is_numeric( $plugin_id ) ) {
6311
+ $params['plugin_id'] = $plugin_id;
6312
+ }
6313
+
6314
+ return $this->get_account_url(
6315
+ $this->_slug . '_sync_license',
6316
+ $params,
6317
+ $add_action_nonce
6318
+ );
6319
+ }
6320
+
6321
+ /**
6322
+ * Plugin's account URL.
6323
+ *
6324
+ * @author Vova Feldman (@svovaf)
6325
+ * @since 1.0.4
6326
+ *
6327
+ * @param bool|string $action
6328
+ * @param array $params
6329
+ *
6330
+ * @param bool $add_action_nonce
6331
+ *
6332
+ * @return string
6333
+ */
6334
+ function get_account_url( $action = false, $params = array(), $add_action_nonce = true ) {
6335
+ if ( is_string( $action ) ) {
6336
+ $params['fs_action'] = $action;
6337
+ }
6338
+
6339
+ self::require_pluggable_essentials();
6340
+
6341
+ return ( $add_action_nonce && is_string( $action ) ) ?
6342
+ fs_nonce_url( $this->_get_admin_page_url( 'account', $params ), $action ) :
6343
+ $this->_get_admin_page_url( 'account', $params );
6344
+ }
6345
+
6346
+ /**
6347
+ * @author Vova Feldman (@svovaf)
6348
+ * @since 1.2.0
6349
+ *
6350
+ * @param string $tab
6351
+ * @param bool $action
6352
+ * @param array $params
6353
+ * @param bool $add_action_nonce
6354
+ *
6355
+ * @return string
6356
+ *
6357
+ * @uses get_account_url()
6358
+ */
6359
+ function get_account_tab_url( $tab, $action = false, $params = array(), $add_action_nonce = true ) {
6360
+ $params['tab'] = $tab;
6361
+
6362
+ return $this->get_account_url( $action, $params, $add_action_nonce );
6363
+ }
6364
+
6365
+ /**
6366
+ * Plugin's account URL.
6367
+ *
6368
+ * @author Vova Feldman (@svovaf)
6369
+ * @since 1.0.4
6370
+ *
6371
+ * @param bool|string $topic
6372
+ * @param bool|string $message
6373
+ *
6374
+ * @return string
6375
+ */
6376
+ function contact_url( $topic = false, $message = false ) {
6377
+ $params = array();
6378
+ if ( is_string( $topic ) ) {
6379
+ $params['topic'] = $topic;
6380
+ }
6381
+ if ( is_string( $message ) ) {
6382
+ $params['message'] = $message;
6383
+ }
6384
+
6385
+ if ( $this->is_addon() ) {
6386
+ $params['addon_id'] = $this->get_id();
6387
+
6388
+ return $this->get_parent_instance()->_get_admin_page_url( 'contact', $params );
6389
+ } else {
6390
+ return $this->_get_admin_page_url( 'contact', $params );
6391
+ }
6392
+ }
6393
+
6394
+ /**
6395
+ * Add-on direct info URL.
6396
+ *
6397
+ * @author Vova Feldman (@svovaf)
6398
+ * @since 1.1.0
6399
+ *
6400
+ * @param string $slug
6401
+ *
6402
+ * @return string
6403
+ */
6404
+ function addon_url( $slug ) {
6405
+ return $this->_get_admin_page_url( 'addons', array(
6406
+ 'slug' => $slug
6407
+ ) );
6408
+ }
6409
+
6410
+ /* Logger
6411
+ ------------------------------------------------------------------------------------------------------------------*/
6412
+ /**
6413
+ * @param string $id
6414
+ * @param bool $prefix_slug
6415
+ *
6416
+ * @return FS_Logger
6417
+ */
6418
+ function get_logger( $id = '', $prefix_slug = true ) {
6419
+ return FS_Logger::get_logger( ( $prefix_slug ? $this->_slug : '' ) . ( ( ! $prefix_slug || empty( $id ) ) ? '' : '_' ) . $id );
6420
+ }
6421
+
6422
+ /**
6423
+ * @param $id
6424
+ * @param bool $load_options
6425
+ * @param bool $prefix_slug
6426
+ *
6427
+ * @return FS_Option_Manager
6428
+ */
6429
+ function get_options_manager( $id, $load_options = false, $prefix_slug = true ) {
6430
+ return FS_Option_Manager::get_manager( ( $prefix_slug ? $this->_slug : '' ) . ( ( ! $prefix_slug || empty( $id ) ) ? '' : '_' ) . $id, $load_options );
6431
+ }
6432
+
6433
+ /* Security
6434
+ ------------------------------------------------------------------------------------------------------------------*/
6435
+ private function _encrypt( $str ) {
6436
+ if ( is_null( $str ) ) {
6437
+ return null;
6438
+ }
6439
+
6440
+ return base64_encode( $str );
6441
+ }
6442
+
6443
+ private function _decrypt( $str ) {
6444
+ if ( is_null( $str ) ) {
6445
+ return null;
6446
+ }
6447
+
6448
+ return base64_decode( $str );
6449
+ }
6450
+
6451
+ /**
6452
+ * @author Vova Feldman (@svovaf)
6453
+ * @since 1.0.5
6454
+ *
6455
+ * @param FS_Entity $entity
6456
+ *
6457
+ * @return FS_Entity Return an encrypted clone entity.
6458
+ */
6459
+ private function _encrypt_entity( FS_Entity $entity ) {
6460
+ $clone = clone $entity;
6461
+ $props = get_object_vars( $entity );
6462
+
6463
+ foreach ( $props as $key => $val ) {
6464
+ $clone->{$key} = $this->_encrypt( $val );
6465
+ }
6466
+
6467
+ return $clone;
6468
+ }
6469
+
6470
+ /**
6471
+ * @author Vova Feldman (@svovaf)
6472
+ * @since 1.0.5
6473
+ *
6474
+ * @param FS_Entity $entity
6475
+ *
6476
+ * @return FS_Entity Return an decrypted clone entity.
6477
+ */
6478
+ private function _decrypt_entity( FS_Entity $entity ) {
6479
+ $clone = clone $entity;
6480
+ $props = get_object_vars( $entity );
6481
+
6482
+ foreach ( $props as $key => $val ) {
6483
+ $clone->{$key} = $this->_decrypt( $val );
6484
+ }
6485
+
6486
+ return $clone;
6487
+ }
6488
+
6489
+ /**
6490
+ * Tries to activate account based on POST params.
6491
+ *
6492
+ * @author Vova Feldman (@svovaf)
6493
+ * @since 1.0.2
6494
+ */
6495
+ function _activate_account() {
6496
+ if ( $this->is_registered() ) {
6497
+ // Already activated.
6498
+ return;
6499
+ }
6500
+
6501
+ self::_clean_admin_content_section();
6502
+
6503
+ if ( fs_request_is_action( 'activate' ) && fs_request_is_post() ) {
6504
+ // check_admin_referer( 'activate_' . $this->_plugin->public_key );
6505
+
6506
+ // Verify matching plugin details.
6507
+ if ( $this->_plugin->id != fs_request_get( 'plugin_id' ) || $this->_slug != fs_request_get( 'plugin_slug' ) ) {
6508
+ return;
6509
+ }
6510
+
6511
+ $user = new FS_User();
6512
+ $user->id = fs_request_get( 'user_id' );
6513
+ $user->public_key = fs_request_get( 'user_public_key' );
6514
+ $user->secret_key = fs_request_get( 'user_secret_key' );
6515
+ $user->email = fs_request_get( 'user_email' );
6516
+ $user->first = fs_request_get( 'user_first' );
6517
+ $user->last = fs_request_get( 'user_last' );
6518
+ $user->is_verified = fs_request_get_bool( 'user_is_verified' );
6519
+
6520
+ $site = new FS_Site();
6521
+ $site->id = fs_request_get( 'install_id' );
6522
+ $site->public_key = fs_request_get( 'install_public_key' );
6523
+ $site->secret_key = fs_request_get( 'install_secret_key' );
6524
+ $site->plan->id = fs_request_get( 'plan_id' );
6525
+ $site->plan->title = fs_request_get( 'plan_title' );
6526
+ $site->plan->name = fs_request_get( 'plan_name' );
6527
+
6528
+ $plans = array();
6529
+ $plans_data = json_decode( urldecode( fs_request_get( 'plans' ) ) );
6530
+ foreach ( $plans_data as $p ) {
6531
+ $plans[] = new FS_Plugin_Plan( $p );
6532
+ }
6533
+
6534
+ $this->_set_account( $user, $site, $plans );
6535
+
6536
+ // Reload the page with the keys.
6537
+ fs_redirect( $this->_get_admin_page_url() );
6538
+ }
6539
+ }
6540
+
6541
+ /**
6542
+ * @author Vova Feldman (@svovaf)
6543
+ * @since 1.0.7
6544
+ *
6545
+ * @param string $email
6546
+ *
6547
+ * @return FS_User|bool
6548
+ */
6549
+ static function _get_user_by_email( $email ) {
6550
+ self::$_static_logger->entrance();
6551
+
6552
+ $email = trim( strtolower( $email ) );
6553
+ $users = self::get_all_users();
6554
+ if ( is_array( $users ) ) {
6555
+ foreach ( $users as $u ) {
6556
+ if ( $email === trim( strtolower( $u->email ) ) ) {
6557
+ return $u;
6558
+ }
6559
+ }
6560
+ }
6561
+
6562
+ return false;
6563
+ }
6564
+
6565
+ #----------------------------------------------------------------------------------
6566
+ #region Account (Loading, Updates & Activation)
6567
+ #----------------------------------------------------------------------------------
6568
+
6569
+ /***
6570
+ * Load account information (user + site).
6571
+ *
6572
+ * @author Vova Feldman (@svovaf)
6573
+ * @since 1.0.1
6574
+ */
6575
+ private function _load_account() {
6576
+ $this->_logger->entrance();
6577
+
6578
+ $this->do_action( 'before_account_load' );
6579
+
6580
+ $sites = self::get_all_sites();
6581
+ $users = self::get_all_users();
6582
+ $plans = self::get_all_plans();
6583
+ $licenses = self::get_all_licenses();
6584
+
6585
+ if ( $this->_logger->is_on() && is_admin() ) {
6586
+ $this->_logger->log( 'sites = ' . var_export( $sites, true ) );
6587
+ $this->_logger->log( 'users = ' . var_export( $users, true ) );
6588
+ $this->_logger->log( 'plans = ' . var_export( $plans, true ) );
6589
+ $this->_logger->log( 'licenses = ' . var_export( $licenses, true ) );
6590
+ }
6591
+
6592
+ $site = isset( $sites[ $this->_slug ] ) ? $sites[ $this->_slug ] : false;
6593
+
6594
+ if ( is_object( $site ) &&
6595
+ is_numeric( $site->id ) &&
6596
+ is_numeric( $site->user_id ) &&
6597
+ is_object( $site->plan )
6598
+ ) {
6599
+ // Load site.
6600
+ $this->_site = clone $site;
6601
+ $this->_site->plan = $this->_decrypt_entity( $this->_site->plan );
6602
+
6603
+ // Load relevant user.
6604
+ $this->_user = clone $users[ $this->_site->user_id ];
6605
+
6606
+ // Load plans.
6607
+ $this->_plans = $plans[ $this->_slug ];
6608
+ if ( ! is_array( $this->_plans ) || empty( $this->_plans ) ) {
6609
+ $this->_sync_plans();
6610
+ } else {
6611
+ for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
6612
+ if ( $this->_plans[ $i ] instanceof FS_Plugin_Plan ) {
6613
+ $this->_plans[ $i ] = $this->_decrypt_entity( $this->_plans[ $i ] );
6614
+ } else {
6615
+ unset( $this->_plans[ $i ] );
6616
+ }
6617
+ }
6618
+ }
6619
+
6620
+ // Load licenses.
6621
+ $this->_licenses = array();
6622
+ if ( is_array( $licenses ) &&
6623
+ isset( $licenses[ $this->_slug ] ) &&
6624
+ isset( $licenses[ $this->_slug ][ $this->_user->id ] )
6625
+ ) {
6626
+ $this->_licenses = $licenses[ $this->_slug ][ $this->_user->id ];
6627
+ }
6628
+
6629
+ $this->_license = $this->_get_license_by_id( $this->_site->license_id );
6630
+
6631
+ if ( $this->_site->version != $this->get_plugin_version() ) {
6632
+ // If stored install version is different than current installed plugin version,
6633
+ // then update plugin version event.
6634
+ $this->update_plugin_version_event();
6635
+ }
6636
+ }
6637
+
6638
+ $this->_register_account_hooks();
6639
+ }
6640
+
6641
+ /**
6642
+ * @author Vova Feldman (@svovaf)
6643
+ * @since 1.0.1
6644
+ *
6645
+ * @param FS_User $user
6646
+ * @param FS_Site $site
6647
+ * @param bool|array $plans
6648
+ */
6649
+ private function _set_account( FS_User $user, FS_Site $site, $plans = false ) {
6650
+ $site->slug = $this->_slug;
6651
+ $site->user_id = $user->id;
6652
+
6653
+ $this->_site = $site;
6654
+ $this->_user = $user;
6655
+ if ( false !== $plans ) {
6656
+ $this->_plans = $plans;
6657
+ }
6658
+
6659
+ $this->send_install_update();
6660
+
6661
+ $this->_store_account();
6662
+
6663
+ }
6664
+
6665
+ /**
6666
+ * @author Vova Feldman (@svovaf)
6667
+ * @since 1.1.7.4
6668
+ *
6669
+ * @param array $override_with
6670
+ *
6671
+ * @return array
6672
+ */
6673
+ function get_opt_in_params( $override_with = array() ) {
6674
+ $this->_logger->entrance();
6675
+
6676
+ $current_user = self::_get_current_wp_user();
6677
+
6678
+ $activation_action = $this->_slug . '_activate_new';
6679
+ $return_url = $this->is_anonymous() ?
6680
+ // If skipped already, then return to the account page.
6681
+ $this->get_account_url( $activation_action, array(), false ) :
6682
+ // Return to the module's main page.
6683
+ $this->_get_admin_page_url(
6684
+ '',
6685
+ array( 'fs_action' => $activation_action )
6686
+ );
6687
+
6688
+ $params = array(
6689
+ 'user_firstname' => $current_user->user_firstname,
6690
+ 'user_lastname' => $current_user->user_lastname,
6691
+ 'user_nickname' => $current_user->user_nicename,
6692
+ 'user_email' => $current_user->user_email,
6693
+ 'user_ip' => WP_FS__REMOTE_ADDR,
6694
+ 'plugin_slug' => $this->_slug,
6695
+ 'plugin_id' => $this->get_id(),
6696
+ 'plugin_public_key' => $this->get_public_key(),
6697
+ 'plugin_version' => $this->get_plugin_version(),
6698
+ 'return_url' => fs_nonce_url( $return_url, $activation_action ),
6699
+ 'account_url' => fs_nonce_url( $this->_get_admin_page_url(
6700
+ 'account',
6701
+ array( 'fs_action' => 'sync_user' )
6702
+ ), 'sync_user' ),
6703
+ 'site_uid' => $this->get_anonymous_id(),
6704
+ 'site_url' => get_site_url(),
6705
+ 'site_name' => get_bloginfo( 'name' ),
6706
+ 'platform_version' => get_bloginfo( 'version' ),
6707
+ 'sdk_version' => $this->version,
6708
+ 'programming_language_version' => phpversion(),
6709
+ 'language' => get_bloginfo( 'language' ),
6710
+ 'charset' => get_bloginfo( 'charset' ),
6711
+ 'is_premium' => $this->is_premium(),
6712
+ 'is_active' => true,
6713
+ 'is_uninstalled' => false,
6714
+ );
6715
+
6716
+ if ( $this->is_pending_activation() &&
6717
+ ! empty( $this->_storage->pending_license_key )
6718
+ ) {
6719
+ $params['license_key'] = $this->_storage->pending_license_key;
6720
+ }
6721
+
6722
+ if ( WP_FS__SKIP_EMAIL_ACTIVATION && $this->has_secret_key() ) {
6723
+ // Even though rand() is known for its security issues,
6724
+ // the timestamp adds another layer of protection.
6725
+ // It would be very hard for an attacker to get the secret key form here.
6726
+ // Plus, this should never run in production since the secret should never
6727
+ // be included in the production version.
6728
+ $params['ts'] = WP_FS__SCRIPT_START_TIME;
6729
+ $params['salt'] = md5( uniqid( rand() ) );
6730
+ $params['secure'] = md5(
6731
+ $params['ts'] .
6732
+ $params['salt'] .
6733
+ $this->get_secret_key()
6734
+ );
6735
+ }
6736
+
6737
+ return array_merge( $params, $override_with );
6738
+ }
6739
+
6740
+ /**
6741
+ * 1. If successful opt-in or pending activation returns the next page that the user should be redirected to.
6742
+ * 2. If there was an API error, return the API result.
6743
+ *
6744
+ * @author Vova Feldman (@svovaf)
6745
+ * @since 1.1.7.4
6746
+ *
6747
+ * @param string|bool $email
6748
+ * @param string|bool $first
6749
+ * @param string|bool $last
6750
+ * @param string|bool $license_key
6751
+ * @param bool $is_uninstall If "true", this means that the module is currently being uninstalled.
6752
+ * In this case, the user and site info will be sent to the server but no
6753
+ * data will be saved to the WP installation's database.
6754
+ * @param number|bool $trial_plan_id
6755
+ *
6756
+ * @return string|object
6757
+ * @use WP_Error
6758
+ */
6759
+ function opt_in(
6760
+ $email = false,
6761
+ $first = false,
6762
+ $last = false,
6763
+ $license_key = false,
6764
+ $is_uninstall = false,
6765
+ $trial_plan_id = false
6766
+ ) {
6767
+ $this->_logger->entrance();
6768
+
6769
+ if ( false === $email ) {
6770
+ $current_user = self::_get_current_wp_user();
6771
+ $email = $current_user->user_email;
6772
+ }
6773
+
6774
+ /**
6775
+ * @since 1.2.1 If activating with license key, ignore the context-user
6776
+ * since the user will be automatically loaded from the license.
6777
+ */
6778
+ if ( empty( $license_key ) ) {
6779
+ // Clean up pending license if opt-ing in again.
6780
+ $this->_storage->remove( 'pending_license_key' );
6781
+
6782
+ if ( ! $is_uninstall ) {
6783
+ $fs_user = Freemius::_get_user_by_email( $email );
6784
+ if ( is_object( $fs_user ) && ! $this->is_pending_activation() ) {
6785
+ return $this->install_with_current_user( false, $trial_plan_id );
6786
+ }
6787
+ }
6788
+ }
6789
+
6790
+ $user_info = array();
6791
+ if ( ! empty( $email ) ) {
6792
+ $user_info['user_email'] = $email;
6793
+ }
6794
+ if ( ! empty( $first ) ) {
6795
+ $user_info['user_firstname'] = $first;
6796
+ }
6797
+ if ( ! empty( $last ) ) {
6798
+ $user_info['user_lastname'] = $last;
6799
+ }
6800
+
6801
+ $params = $this->get_opt_in_params( $user_info );
6802
+
6803
+ $filtered_license_key = false;
6804
+ if ( is_string( $license_key ) ) {
6805
+ $filtered_license_key = $this->apply_filters( 'license_key', $license_key );
6806
+ $params['license_key'] = $filtered_license_key;
6807
+ } else if ( FS_Plugin_Plan::is_valid_id( $trial_plan_id ) ) {
6808
+ $params['trial_plan_id'] = $trial_plan_id;
6809
+ }
6810
+
6811
+ if ( $is_uninstall ) {
6812
+ $params['uninstall_params'] = array(
6813
+ 'reason_id' => $this->_storage->uninstall_reason->id,
6814
+ 'reason_info' => $this->_storage->uninstall_reason->info
6815
+ );
6816
+ }
6817
+
6818
+ $params['format'] = 'json';
6819
+
6820
+ $url = WP_FS__ADDRESS . '/action/service/user/install/';
6821
+ if ( isset( $_COOKIE['XDEBUG_SESSION'] ) ) {
6822
+ $url = add_query_arg( 'XDEBUG_SESSION', 'PHPSTORM', $url );
6823
+ }
6824
+
6825
+ $response = wp_remote_post( $url, array(
6826
+ 'method' => 'POST',
6827
+ 'body' => $params,
6828
+ 'timeout' => 15,
6829
+ ) );
6830
+
6831
+ if ( $response instanceof WP_Error ) {
6832
+ if ( 'https://' === substr( $url, 0, 8 ) &&
6833
+ isset( $response->errors ) &&
6834
+ isset( $response->errors['http_request_failed'] )
6835
+ ) {
6836
+ $http_error = strtolower( $response->errors['http_request_failed'][0] );
6837
+
6838
+ if ( false !== strpos( $http_error, 'ssl' ) ) {
6839
+ // Failed due to old version of cURL or Open SSL (SSLv3 is not supported by CloudFlare).
6840
+ $url = 'http://' . substr( $url, 8 );
6841
+
6842
+ $response = wp_remote_post( $url, array(
6843
+ 'method' => 'POST',
6844
+ 'body' => $params,
6845
+ 'timeout' => 15,
6846
+ ) );
6847
+ }
6848
+ }
6849
+ }
6850
+
6851
+ if ( is_wp_error( $response ) ) {
6852
+ /**
6853
+ * @var WP_Error $response
6854
+ */
6855
+ $result = new stdClass();
6856
+
6857
+ $error_code = $response->get_error_code();
6858
+ $error_type = str_replace( ' ', '', ucwords( str_replace( '_', ' ', $error_code ) ) );
6859
+
6860
+ $result->error = (object) array(
6861
+ 'type' => $error_type,
6862
+ 'message' => $response->get_error_message(),
6863
+ 'code' => $error_code,
6864
+ 'http' => 402
6865
+ );
6866
+
6867
+ return $result;
6868
+ }
6869
+
6870
+ // Module is being uninstalled, don't handle the returned data.
6871
+ if ( $is_uninstall ) {
6872
+ return true;
6873
+ }
6874
+
6875
+ $decoded = @json_decode( $response['body'] );
6876
+
6877
+ if ( empty( $decoded ) ) {
6878
+ return false;
6879
+ }
6880
+
6881
+ if ( ! $this->is_api_result_object( $decoded ) ) {
6882
+ if ( ! empty( $params['license_key'] ) ) {
6883
+ // Pass the fully entered license key to the failure handler.
6884
+ $params['license_key'] = $license_key;
6885
+ }
6886
+
6887
+ return $is_uninstall ?
6888
+ $decoded :
6889
+ $this->apply_filters( 'after_install_failure', $decoded, $params );
6890
+ } else if ( isset( $decoded->pending_activation ) && $decoded->pending_activation ) {
6891
+ // Pending activation, add message.
6892
+ return $this->set_pending_confirmation(
6893
+ true,
6894
+ false,
6895
+ $filtered_license_key,
6896
+ ! empty( $params['trial_plan_id'] )
6897
+ );
6898
+ } else if ( isset( $decoded->install_secret_key ) ) {
6899
+ return $this->install_with_new_user(
6900
+ $decoded->user_id,
6901
+ $decoded->user_public_key,
6902
+ $decoded->user_secret_key,
6903
+ $decoded->install_id,
6904
+ $decoded->install_public_key,
6905
+ $decoded->install_secret_key,
6906
+ false
6907
+ );
6908
+ }
6909
+
6910
+ return $decoded;
6911
+ }
6912
+
6913
+ /**
6914
+ * Set user and site identities.
6915
+ *
6916
+ * @author Vova Feldman (@svovaf)
6917
+ * @since 1.0.9
6918
+ *
6919
+ * @param FS_User $user
6920
+ * @param FS_Site $site
6921
+ * @param bool $redirect
6922
+ *
6923
+ * @return string If redirect is `false`, returns the next page the user should be redirected to.
6924
+ */
6925
+ function setup_account( FS_User $user, FS_Site $site, $redirect = true ) {
6926
+ $this->_user = $user;
6927
+ $this->_site = $site;
6928
+
6929
+ $this->_sync_plans();
6930
+
6931
+ $this->_enrich_site_plan( false );
6932
+
6933
+ $this->_set_account( $user, $site );
6934
+
6935
+ if ( $this->is_trial() ) {
6936
+ // Store trial plan information.
6937
+ $this->_enrich_site_trial_plan( true );
6938
+ }
6939
+
6940
+ // If Freemius was OFF before, turn it on.
6941
+ $this->turn_on();
6942
+
6943
+ $this->do_action( 'after_account_connection', $user, $site );
6944
+
6945
+ if ( is_numeric( $site->license_id ) ) {
6946
+ $this->_license = $this->_get_license_by_id( $site->license_id );
6947
+ }
6948
+
6949
+ $this->_admin_notices->remove_sticky( 'connect_account' );
6950
+
6951
+ if ( $this->is_pending_activation() ) {
6952
+ // Remove pending activation sticky notice (if still exist).
6953
+ $this->_admin_notices->remove_sticky( 'activation_pending' );
6954
+
6955
+ // Remove plugin from pending activation mode.
6956
+ unset( $this->_storage->is_pending_activation );
6957
+
6958
+ if ( ! $this->is_paying_or_trial() ) {
6959
+ $this->_admin_notices->add_sticky(
6960
+ sprintf( __fs( 'plugin-x-activation-message', $this->_slug ), '<b>' . $this->get_plugin_name() . '</b>' ),
6961
+ 'activation_complete'
6962
+ );
6963
+ }
6964
+ }
6965
+
6966
+ if ( $this->is_paying_or_trial() && ! $this->is_premium() ) {
6967
+ if ( $this->is_paying() ) {
6968
+ $this->_admin_notices->add_sticky(
6969
+ sprintf(
6970
+ __fs( 'activation-with-plan-x-message', $this->_slug ),
6971
+ $this->_site->plan->title
6972
+ ) . $this->get_complete_upgrade_instructions(),
6973
+ 'plan_upgraded',
6974
+ __fs( 'yee-haw', $this->_slug ) . '!'
6975
+ );
6976
+ } else {
6977
+ $this->_admin_notices->add_sticky(
6978
+ sprintf(
6979
+ __fs( 'trial-started-message', $this->_slug ),
6980
+ '<i>' . $this->get_plugin_name() . '</i>'
6981
+ ) . $this->get_complete_upgrade_instructions( $this->_storage->trial_plan->title ),
6982
+ 'trial_started',
6983
+ __fs( 'yee-haw', $this->_slug ) . '!'
6984
+ );
6985
+ }
6986
+
6987
+ $this->_admin_notices->remove_sticky( array(
6988
+ 'trial_promotion',
6989
+ ) );
6990
+ }
6991
+
6992
+ $plugin_id = fs_request_get( 'plugin_id', false );
6993
+
6994
+ // Store activation time ONLY for plugins (not add-ons).
6995
+ if ( ! is_numeric( $plugin_id ) || ( $plugin_id == $this->_plugin->id ) ) {
6996
+ $this->_storage->activation_timestamp = WP_FS__SCRIPT_START_TIME;
6997
+ }
6998
+
6999
+ $next_page = '';
7000
+
7001
+ if ( is_numeric( $plugin_id ) ) {
7002
+ if ( $plugin_id != $this->_plugin->id ) {
7003
+ // Add-on was installed - sync license right after install.
7004
+ $next_page = $this->_get_sync_license_url( $plugin_id );
7005
+ }
7006
+ } else {
7007
+ /**
7008
+ * @author Vova Feldman (@svovaf)
7009
+ * @since 1.1.9 If site installed with a valid license, sync license.
7010
+ */
7011
+ if ( $this->is_paying() ) {
7012
+ $this->_sync_plugin_license( true );
7013
+ }
7014
+
7015
+ // Reload the page with the keys.
7016
+ $next_page = $this->is_anonymous() ?
7017
+ // If user previously skipped, redirect to account page.
7018
+ $this->get_account_url() :
7019
+ $this->get_after_activation_url( 'after_connect_url' );
7020
+ }
7021
+
7022
+ if ( ! empty( $next_page ) && $redirect ) {
7023
+ fs_redirect( $next_page );
7024
+ }
7025
+
7026
+ return $next_page;
7027
+ }
7028
+
7029
+ /**
7030
+ * Install plugin with new user information after approval.
7031
+ *
7032
+ * @author Vova Feldman (@svovaf)
7033
+ * @since 1.0.7
7034
+ */
7035
+ function _install_with_new_user() {
7036
+ $this->_logger->entrance();
7037
+
7038
+ if ( $this->is_registered() ) {
7039
+ return;
7040
+ }
7041
+
7042
+ if ( fs_request_is_action( $this->_slug . '_activate_new' ) ) {
7043
+ // check_admin_referer( $this->_slug . '_activate_new' );
7044
+
7045
+ if ( fs_request_has( 'user_secret_key' ) ) {
7046
+ $this->install_with_new_user(
7047
+ fs_request_get( 'user_id' ),
7048
+ fs_request_get( 'user_public_key' ),
7049
+ fs_request_get( 'user_secret_key' ),
7050
+ fs_request_get( 'install_id' ),
7051
+ fs_request_get( 'install_public_key' ),
7052
+ fs_request_get( 'install_secret_key' )
7053
+ );
7054
+ } else if ( fs_request_has( 'pending_activation' ) ) {
7055
+ $this->set_pending_confirmation( fs_request_get( 'user_email' ), true );
7056
+ }
7057
+ }
7058
+ }
7059
+
7060
+ /**
7061
+ * Install plugin with new user.
7062
+ *
7063
+ * @author Vova Feldman (@svovaf)
7064
+ * @since 1.1.7.4
7065
+ *
7066
+ * @param number $user_id
7067
+ * @param string $user_public_key
7068
+ * @param string $user_secret_key
7069
+ * @param number $install_id
7070
+ * @param string $install_public_key
7071
+ * @param string $install_secret_key
7072
+ * @param bool $redirect
7073
+ *
7074
+ * @return string If redirect is `false`, returns the next page the user should be redirected to.
7075
+ */
7076
+ private function install_with_new_user(
7077
+ $user_id,
7078
+ $user_public_key,
7079
+ $user_secret_key,
7080
+ $install_id,
7081
+ $install_public_key,
7082
+ $install_secret_key,
7083
+ $redirect = true
7084
+ ) {
7085
+ $user = new FS_User();
7086
+ $user->id = $user_id;
7087
+ $user->public_key = $user_public_key;
7088
+ $user->secret_key = $user_secret_key;
7089
+
7090
+ $this->_user = $user;
7091
+ $user_result = $this->get_api_user_scope()->get();
7092
+ $user = new FS_User( $user_result );
7093
+ $this->_user = $user;
7094
+
7095
+ $site = new FS_Site();
7096
+ $site->id = $install_id;
7097
+ $site->public_key = $install_public_key;
7098
+ $site->secret_key = $install_secret_key;
7099
+
7100
+ $this->_site = $site;
7101
+ $site_result = $this->get_api_site_scope()->get();
7102
+ $site = new FS_Site( $site_result );
7103
+ $this->_site = $site;
7104
+
7105
+ return $this->setup_account( $this->_user, $this->_site, $redirect );
7106
+ }
7107
+
7108
+ /**
7109
+ * @author Vova Feldman (@svovaf)
7110
+ * @since 1.1.7.4
7111
+ *
7112
+ * @param string|bool $email
7113
+ * @param bool $redirect
7114
+ * @param string|bool $license_key Since 1.2.1.5
7115
+ * @param bool $is_pending_trial Since 1.2.1.5
7116
+ *
7117
+ * @return string Since 1.2.1.5 if $redirect is `false`, return the pending activation page.
7118
+ */
7119
+ private function set_pending_confirmation(
7120
+ $email = false,
7121
+ $redirect = true,
7122
+ $license_key = false,
7123
+ $is_pending_trial = false
7124
+ ) {
7125
+ // Install must be activated via email since
7126
+ // user with the same email already exist.
7127
+ $this->_storage->is_pending_activation = true;
7128
+ $this->_add_pending_activation_notice( $email, $is_pending_trial );
7129
+
7130
+ if ( ! empty( $license_key ) ) {
7131
+ $this->_storage->pending_license_key = $license_key;
7132
+ }
7133
+
7134
+ // Remove the opt-in sticky notice.
7135
+ $this->_admin_notices->remove_sticky( array(
7136
+ 'connect_account',
7137
+ 'trial_promotion',
7138
+ ) );
7139
+
7140
+ $next_page = $this->get_after_activation_url( 'after_pending_connect_url' );
7141
+
7142
+ // Reload the page with with pending activation message.
7143
+ if ( $redirect ) {
7144
+ fs_redirect( $next_page );
7145
+ }
7146
+
7147
+ return $next_page;
7148
+ }
7149
+
7150
+ /**
7151
+ * Install plugin with current logged WP user info.
7152
+ *
7153
+ * @author Vova Feldman (@svovaf)
7154
+ * @since 1.0.7
7155
+ */
7156
+ function _install_with_current_user() {
7157
+ $this->_logger->entrance();
7158
+
7159
+ if ( $this->is_registered() ) {
7160
+ return;
7161
+ }
7162
+
7163
+ if ( fs_request_is_action( $this->_slug . '_activate_existing' ) && fs_request_is_post() ) {
7164
+ // check_admin_referer( 'activate_existing_' . $this->_plugin->public_key );
7165
+
7166
+ /**
7167
+ * @author Vova Feldman (@svovaf)
7168
+ * @since 1.1.9 Add license key if given.
7169
+ */
7170
+ $license_key = fs_request_get( 'license_secret_key' );
7171
+
7172
+ $this->install_with_current_user( $license_key );
7173
+ }
7174
+ }
7175
+
7176
+
7177
+ /**
7178
+ * @author Vova Feldman (@svovaf)
7179
+ * @since 1.1.7.4
7180
+ *
7181
+ * @param string|bool $license_key
7182
+ * @param number|bool $trial_plan_id
7183
+ * @param bool $redirect
7184
+ *
7185
+ * @return string|object If redirect is `false`, returns the next page the user should be redirected to, or the
7186
+ * API error object if failed to install.
7187
+ */
7188
+ private function install_with_current_user(
7189
+ $license_key = false,
7190
+ $trial_plan_id = false,
7191
+ $redirect = true
7192
+ ) {
7193
+ // Get current logged WP user.
7194
+ $current_user = self::_get_current_wp_user();
7195
+
7196
+ // Find the relevant FS user by the email.
7197
+ $user = self::_get_user_by_email( $current_user->user_email );
7198
+
7199
+ // We have to set the user before getting user scope API handler.
7200
+ $this->_user = $user;
7201
+
7202
+ $extra_install_params = array(
7203
+ 'uid' => $this->get_anonymous_id(),
7204
+ );
7205
+
7206
+ if ( ! empty( $license_key ) ) {
7207
+ $filtered_license_key = $this->apply_filters( 'license_key', $license_key );
7208
+ $extra_install_params['license_key'] = $filtered_license_key;
7209
+ } else if ( FS_Plugin_Plan::is_valid_id( $trial_plan_id ) ) {
7210
+ $extra_install_params['trial_plan_id'] = $trial_plan_id;
7211
+ }
7212
+
7213
+ $args = $this->get_install_data_for_api( $extra_install_params, false, false );
7214
+
7215
+ // Install the plugin.
7216
+ $install = $this->get_api_user_scope()->call(
7217
+ "/plugins/{$this->get_id()}/installs.json",
7218
+ 'post',
7219
+ $args
7220
+ );
7221
+
7222
+ if ( ! $this->is_api_result_entity( $install ) ) {
7223
+ if ( ! empty( $args['license_key'] ) ) {
7224
+ // Pass full the fully entered license key to the failure handler.
7225
+ $args['license_key'] = $license_key;
7226
+ }
7227
+
7228
+ $install = $this->apply_filters( 'after_install_failure', $install, $args );
7229
+
7230
+ $this->_admin_notices->add(
7231
+ sprintf( __fs( 'could-not-activate-x', $this->_slug ), $this->get_plugin_name() ) . ' ' .
7232
+ __fs( 'contact-us-with-error-message', $this->_slug ) . ' ' . '<b>' . $install->error->message . '</b>',
7233
+ __fs( 'oops', $this->_slug ) . '...',
7234
+ 'error'
7235
+ );
7236
+
7237
+ if ( $redirect ) {
7238
+ fs_redirect( $this->get_activation_url( array( 'error' => $install->error->message ) ) );
7239
+ }
7240
+
7241
+ return $install;
7242
+ }
7243
+
7244
+ $site = new FS_Site( $install );
7245
+ $this->_site = $site;
7246
+
7247
+ return $this->setup_account( $this->_user, $this->_site, $redirect );
7248
+ }
7249
+
7250
+ /**
7251
+ * Tries to activate add-on account based on parent plugin info.
7252
+ *
7253
+ * @author Vova Feldman (@svovaf)
7254
+ * @since 1.0.6
7255
+ *
7256
+ * @param Freemius $parent_fs
7257
+ */
7258
+ private function _activate_addon_account( Freemius $parent_fs ) {
7259
+ if ( $this->is_registered() ) {
7260
+ // Already activated.
7261
+ return;
7262
+ }
7263
+
7264
+ // Activate add-on with parent plugin credentials.
7265
+ $addon_install = $parent_fs->get_api_site_scope()->call(
7266
+ "/addons/{$this->_plugin->id}/installs.json",
7267
+ 'post',
7268
+ $this->get_install_data_for_api( array(
7269
+ 'uid' => $this->get_anonymous_id(),
7270
+ ), false, false )
7271
+ );
7272
+
7273
+ if ( isset( $addon_install->error ) ) {
7274
+ $this->_admin_notices->add(
7275
+ sprintf( __fs( 'could-not-activate-x', $this->_slug ), $this->get_plugin_name() ) . ' ' .
7276
+ __fs( 'contact-us-with-error-message', $this->_slug ) . ' ' . '<b>' . $addon_install->error->message . '</b>',
7277
+ __fs( 'oops', $this->_slug ) . '...',
7278
+ 'error'
7279
+ );
7280
+
7281
+ return;
7282
+ }
7283
+
7284
+ // First of all, set site info - otherwise we won't
7285
+ // be able to invoke API calls.
7286
+ $this->_site = new FS_Site( $addon_install );
7287
+
7288
+ // Sync add-on plans.
7289
+ $this->_sync_plans();
7290
+
7291
+ // Get site's current plan.
7292
+ $this->_site->plan = $this->_get_plan_by_id( $this->_site->plan->id );
7293
+
7294
+ // Get user information based on parent's plugin.
7295
+ $user = $parent_fs->get_user();
7296
+
7297
+ $this->_set_account( $user, $this->_site );
7298
+
7299
+ // Sync licenses.
7300
+ $this->_sync_licenses();
7301
+
7302
+ // Try to activate premium license.
7303
+ $this->_activate_license( true );
7304
+ }
7305
+
7306
+ #endregion
7307
+
7308
+ #----------------------------------------------------------------------------------
7309
+ #region Admin Menu Items
7310
+ #----------------------------------------------------------------------------------
7311
+
7312
+ private $_menu_items = array();
7313
+
7314
+ /**
7315
+ * @author Vova Feldman (@svovaf)
7316
+ * @since 1.0.7
7317
+ *
7318
+ * @return string
7319
+ */
7320
+ function get_menu_slug() {
7321
+ return $this->_menu->get_slug();
7322
+ }
7323
+
7324
+ /**
7325
+ * @author Vova Feldman (@svovaf)
7326
+ * @since 1.0.9
7327
+ */
7328
+ function _prepare_admin_menu() {
7329
+ // if ( ! $this->is_on() ) {
7330
+ // return;
7331
+ // }
7332
+
7333
+ if ( ! $this->has_api_connectivity() && ! $this->is_enable_anonymous() ) {
7334
+ $this->_menu->remove_menu_item();
7335
+ } else {
7336
+ $this->do_action( 'before_admin_menu_init' );
7337
+
7338
+ $this->add_menu_action();
7339
+ $this->add_submenu_items();
7340
+ }
7341
+ }
7342
+
7343
+ /**
7344
+ * Admin dashboard menu items modifications.
7345
+ *
7346
+ * NOTE: admin_menu action executed before admin_init.
7347
+ *
7348
+ * @author Vova Feldman (@svovaf)
7349
+ * @since 1.0.7
7350
+ *
7351
+ */
7352
+ private function add_menu_action() {
7353
+ if ( $this->is_activation_mode() ) {
7354
+ $this->override_plugin_menu_with_activation();
7355
+ } else {
7356
+ // If not registered try to install user.
7357
+ if ( ! $this->is_registered() &&
7358
+ fs_request_is_action( $this->_slug . '_activate_new' )
7359
+ ) {
7360
+ $this->_install_with_new_user();
7361
+ }
7362
+ }
7363
+ }
7364
+
7365
+ /**
7366
+ * @author Vova Feldman (@svovaf)
7367
+ * @since 1.0.1
7368
+ */
7369
+ function _redirect_on_clicked_menu_link() {
7370
+ $this->_logger->entrance();
7371
+
7372
+ $page = strtolower( isset( $_REQUEST['page'] ) ? $_REQUEST['page'] : '' );
7373
+
7374
+ $this->_logger->log( 'page = ' . $page );
7375
+
7376
+ foreach ( $this->_menu_items as $priority => $items ) {
7377
+ foreach ( $items as $item ) {
7378
+ if ( isset( $item['url'] ) ) {
7379
+ if ( $page === $this->_menu->get_slug( strtolower( $item['menu_slug'] ) ) ) {
7380
+ $this->_logger->log( 'Redirecting to ' . $item['url'] );
7381
+
7382
+ fs_redirect( $item['url'] );
7383
+ }
7384
+ }
7385
+ }
7386
+ }
7387
+ }
7388
+
7389
+ /**
7390
+ * Remove plugin's all admin menu items & pages, and replace with activation page.
7391
+ *
7392
+ * @author Vova Feldman (@svovaf)
7393
+ * @since 1.0.1
7394
+ */
7395
+ private function override_plugin_menu_with_activation() {
7396
+ $this->_logger->entrance();
7397
+
7398
+ $hook = false;
7399
+
7400
+ if ( $this->_menu->is_top_level() ) {
7401
+ $hook = $this->_menu->override_menu_item( array( &$this, '_connect_page_render' ) );
7402
+
7403
+ if ( false === $hook ) {
7404
+ // Create new menu item just for the opt-in.
7405
+ $hook = add_menu_page(
7406
+ $this->get_plugin_name(),
7407
+ $this->get_plugin_name(),
7408
+ 'manage_options',
7409
+ $this->_menu->get_slug(),
7410
+ array( &$this, '_connect_page_render' )
7411
+ );
7412
+ }
7413
+ } else {
7414
+ $menus = array( $this->_menu->get_parent_slug() );
7415
+
7416
+ if ( $this->_menu->is_override_exact() ) {
7417
+ // Make sure the current page is matching the activation page.
7418
+ $activation_url = strtolower( $this->get_activation_url() );
7419
+ $request_url = strtolower( $_SERVER['REQUEST_URI'] );
7420
+
7421
+ if ( parse_url( $activation_url, PHP_URL_PATH ) !== parse_url( $request_url, PHP_URL_PATH ) ) {
7422
+ // Different path - DO NOT OVERRIDE PAGE.
7423
+ return;
7424
+ }
7425
+
7426
+ $activation_url_params = array();
7427
+ parse_str( parse_url( $activation_url, PHP_URL_QUERY ), $activation_url_params );
7428
+
7429
+ $request_url_params = array();
7430
+ parse_str( parse_url( $request_url, PHP_URL_QUERY ), $request_url_params );
7431
+
7432
+
7433
+ foreach ( $activation_url_params as $key => $val ) {
7434
+ if ( ! isset( $request_url_params[ $key ] ) || $val != $request_url_params[ $key ] ) {
7435
+ // Not matching query string - DO NOT OVERRIDE PAGE.
7436
+ return;
7437
+ }
7438
+ }
7439
+ }
7440
+
7441
+ foreach ( $menus as $parent_slug ) {
7442
+ $hook = $this->_menu->override_submenu_action(
7443
+ $parent_slug,
7444
+ $this->_menu->get_raw_slug(),
7445
+ array( &$this, '_connect_page_render' )
7446
+ );
7447
+
7448
+ if ( false !== $hook ) {
7449
+ // Found plugin's submenu item.
7450
+ break;
7451
+ }
7452
+ }
7453
+ }
7454
+
7455
+ if ( $this->_menu->is_activation_page() ) {
7456
+ // Clean admin page from distracting content.
7457
+ self::_clean_admin_content_section();
7458
+ }
7459
+
7460
+ if ( false !== $hook ) {
7461
+ if ( fs_request_is_action( $this->_slug . '_activate_existing' ) ) {
7462
+ add_action( "load-$hook", array( &$this, '_install_with_current_user' ) );
7463
+ } else if ( fs_request_is_action( $this->_slug . '_activate_new' ) ) {
7464
+ add_action( "load-$hook", array( &$this, '_install_with_new_user' ) );
7465
+ }
7466
+ }
7467
+ }
7468
+
7469
+ /**
7470
+ * @author Leo Fajardo (leorw)
7471
+ * @since 1.2.1
7472
+ *
7473
+ * return string
7474
+ */
7475
+ function get_top_level_menu_capability() {
7476
+ global $menu;
7477
+
7478
+ $top_level_menu_slug = $this->get_top_level_menu_slug();
7479
+
7480
+ foreach ( $menu as $menu_info ) {
7481
+ /**
7482
+ * The second element in the menu info array is the capability/role that has access to the menu and the
7483
+ * third element is the menu slug.
7484
+ */
7485
+ if ( $menu_info[2] === $top_level_menu_slug ) {
7486
+ return $menu_info[1];
7487
+ }
7488
+ }
7489
+
7490
+ return 'read';
7491
+ }
7492
+
7493
+ /**
7494
+ * @author Vova Feldman (@svovaf)
7495
+ * @since 1.0.0
7496
+ *
7497
+ * @return string
7498
+ */
7499
+ private function get_top_level_menu_slug() {
7500
+ return ( $this->is_addon() ?
7501
+ $this->get_parent_instance()->_menu->get_top_level_menu_slug() :
7502
+ $this->_menu->get_top_level_menu_slug() );
7503
+ }
7504
+
7505
+ /**
7506
+ * Add default Freemius menu items.
7507
+ *
7508
+ * @author Vova Feldman (@svovaf)
7509
+ * @since 1.0.0
7510
+ */
7511
+ private function add_submenu_items() {
7512
+ $this->_logger->entrance();
7513
+
7514
+ if ( ! $this->is_addon() ) {
7515
+ if ( ! $this->is_activation_mode() ) {
7516
+ if ( $this->is_registered() ) {
7517
+ // Add user account page.
7518
+ $this->add_submenu_item(
7519
+ __fs( 'account', $this->_slug ),
7520
+ array( &$this, '_account_page_render' ),
7521
+ $this->get_plugin_name() . ' &ndash; ' . __fs( 'account', $this->_slug ),
7522
+ 'manage_options',
7523
+ 'account',
7524
+ array( &$this, '_account_page_load' ),
7525
+ WP_FS__DEFAULT_PRIORITY,
7526
+ $this->_menu->is_submenu_item_visible( 'account' )
7527
+ );
7528
+ }
7529
+
7530
+ // Add contact page.
7531
+ $this->add_submenu_item(
7532
+ __fs( 'contact-us', $this->_slug ),
7533
+ array( &$this, '_contact_page_render' ),
7534
+ $this->get_plugin_name() . ' &ndash; ' . __fs( 'contact-us', $this->_slug ),
7535
+ 'manage_options',
7536
+ 'contact',
7537
+ 'Freemius::_clean_admin_content_section',
7538
+ WP_FS__DEFAULT_PRIORITY,
7539
+ $this->_menu->is_submenu_item_visible( 'contact' )
7540
+ );
7541
+
7542
+ if ( $this->has_addons() ) {
7543
+ $this->add_submenu_item(
7544
+ __fs( 'add-ons', $this->_slug ),
7545
+ array( &$this, '_addons_page_render' ),
7546
+ $this->get_plugin_name() . ' &ndash; ' . __fs( 'add-ons', $this->_slug ),
7547
+ 'manage_options',
7548
+ 'addons',
7549
+ array( &$this, '_addons_page_load' ),
7550
+ WP_FS__LOWEST_PRIORITY - 1,
7551
+ $this->_menu->is_submenu_item_visible( 'addons' )
7552
+ );
7553
+ }
7554
+
7555
+ $show_pricing = ( $this->has_paid_plan() && $this->_menu->is_submenu_item_visible( 'pricing' ) );
7556
+ // If user don't have paid plans, add pricing page
7557
+ // to support add-ons checkout but don't add the submenu item.
7558
+ // || (isset( $_GET['page'] ) && $this->_menu->get_slug( 'pricing' ) == $_GET['page']);
7559
+
7560
+ $pricing_cta_slug = 'upgrade';
7561
+ $pricing_class = 'upgrade-mode';
7562
+ if ( $show_pricing ) {
7563
+ if ( $this->_admin_notices->has_sticky( 'trial_promotion' ) &&
7564
+ ! $this->is_paying_or_trial()
7565
+ ) {
7566
+ // If running a trial promotion, modify the pricing to load the trial.
7567
+ $pricing_cta_slug = 'start-trial';
7568
+ $pricing_class = 'trial-mode';
7569
+ } else if ( $this->is_paying() ) {
7570
+ $pricing_cta_slug = 'pricing';
7571
+ $pricing_class = '';
7572
+ }
7573
+ }
7574
+
7575
+ // Add upgrade/pricing page.
7576
+ $this->add_submenu_item(
7577
+ __fs( $pricing_cta_slug, $this->_slug ) . '&nbsp;&nbsp;&#x27a4;',
7578
+ array( &$this, '_pricing_page_render' ),
7579
+ $this->get_plugin_name() . ' &ndash; ' . __fs( 'pricing', $this->_slug ),
7580
+ 'manage_options',
7581
+ 'pricing',
7582
+ 'Freemius::_clean_admin_content_section',
7583
+ WP_FS__LOWEST_PRIORITY,
7584
+ $show_pricing,
7585
+ $pricing_class
7586
+ );
7587
+ }
7588
+ }
7589
+
7590
+
7591
+ if ( 0 < count( $this->_menu_items ) ) {
7592
+ if ( ! $this->_menu->is_top_level() ) {
7593
+ fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
7594
+
7595
+ // Append submenu items right after the plugin's submenu item.
7596
+ $this->order_sub_submenu_items();
7597
+ } else {
7598
+ // Append submenu items.
7599
+ $this->embed_submenu_items();
7600
+ }
7601
+ }
7602
+ }
7603
+
7604
+ /**
7605
+ * Moved the actual submenu item additions to a separated function,
7606
+ * in order to support sub-submenu items when the plugin's settings
7607
+ * only have a submenu and not top-level menu item.
7608
+ *
7609
+ * @author Vova Feldman (@svovaf)
7610
+ * @since 1.1.4
7611
+ */
7612
+ private function embed_submenu_items() {
7613
+ $item_template = $this->_menu->is_top_level() ?
7614
+ '<span class="fs-submenu-item %s %s %s">%s</span>' :
7615
+ '<span class="fs-submenu-item fs-sub %s %s %s">%s</span>';
7616
+
7617
+ $top_level_menu_capability = $this->get_top_level_menu_capability();
7618
+
7619
+ ksort( $this->_menu_items );
7620
+
7621
+ foreach ( $this->_menu_items as $priority => $items ) {
7622
+ foreach ( $items as $item ) {
7623
+ $capability = ( ! empty( $item['capability'] ) ? $item['capability'] : $top_level_menu_capability );
7624
+
7625
+ $menu_item = sprintf(
7626
+ $item_template,
7627
+ $this->_slug,
7628
+ $item['menu_slug'],
7629
+ ! empty( $item['class'] ) ? $item['class'] : '',
7630
+ $item['menu_title']
7631
+ );
7632
+
7633
+ $menu_slug = $this->_menu->get_slug( $item['menu_slug'] );
7634
+
7635
+ if ( ! isset( $item['url'] ) ) {
7636
+ $hook = add_submenu_page(
7637
+ $item['show_submenu'] ?
7638
+ $this->get_top_level_menu_slug() :
7639
+ null,
7640
+ $item['page_title'],
7641
+ $menu_item,
7642
+ $capability,
7643
+ $menu_slug,
7644
+ $item['render_function']
7645
+ );
7646
+
7647
+ if ( false !== $item['before_render_function'] ) {
7648
+ add_action( "load-$hook", $item['before_render_function'] );
7649
+ }
7650
+ } else {
7651
+ add_submenu_page(
7652
+ $this->get_top_level_menu_slug(),
7653
+ $item['page_title'],
7654
+ $menu_item,
7655
+ $capability,
7656
+ $menu_slug,
7657
+ array( $this, '' )
7658
+ );
7659
+ }
7660
+ }
7661
+ }
7662
+ }
7663
+
7664
+ /**
7665
+ * Re-order the submenu items so all Freemius added new submenu items
7666
+ * are added right after the plugin's settings submenu item.
7667
+ *
7668
+ * @author Vova Feldman (@svovaf)
7669
+ * @since 1.1.4
7670
+ */
7671
+ private function order_sub_submenu_items() {
7672
+ global $submenu;
7673
+
7674
+ $menu_slug = $this->_menu->get_top_level_menu_slug();
7675
+
7676
+ /**
7677
+ * Before "admin_menu" fires, WordPress will loop over the default submenus and remove pages for which the user
7678
+ * does not have permissions. So in case a plugin does not have top-level menu but does have submenus under any
7679
+ * of the default menus, only users that have the right role can access its sub-submenus (Account, Contact Us,
7680
+ * Support Forum, etc.) since $submenu[ $menu_slug ] will be empty if the user doesn't have permission.
7681
+ *
7682
+ * In case a plugin does not have submenus under any of the default menus but does have submenus under the menu
7683
+ * of another plugin, only users that have the right role can access its sub-submenus since we will use the
7684
+ * capability needed to access the parent menu as the capability for the submenus that we will add.
7685
+ */
7686
+ if ( empty( $submenu[ $menu_slug ] ) ) {
7687
+ return;
7688
+ }
7689
+
7690
+ $top_level_menu = &$submenu[ $menu_slug ];
7691
+
7692
+ $all_submenu_items_after = array();
7693
+
7694
+ $found_submenu_item = false;
7695
+
7696
+ foreach ( $top_level_menu as $submenu_id => $meta ) {
7697
+ if ( $found_submenu_item ) {
7698
+ // Remove all submenu items after the plugin's submenu item.
7699
+ $all_submenu_items_after[] = $meta;
7700
+ unset( $top_level_menu[ $submenu_id ] );
7701
+ }
7702
+
7703
+ if ( $this->_menu->get_raw_slug() === $meta[2] ) {
7704
+ // Found the submenu item, put all below.
7705
+ $found_submenu_item = true;
7706
+ continue;
7707
+ }
7708
+ }
7709
+
7710
+ // Embed all plugin's new submenu items.
7711
+ $this->embed_submenu_items();
7712
+
7713
+ // Start with specially high number to make sure it's appended.
7714
+ $i = max( 10000, max( array_keys( $top_level_menu ) ) + 1 );
7715
+ foreach ( $all_submenu_items_after as $meta ) {
7716
+ $top_level_menu[ $i ] = $meta;
7717
+ $i ++;
7718
+ }
7719
+
7720
+ // Sort submenu items.
7721
+ ksort( $top_level_menu );
7722
+ }
7723
+
7724
+ /**
7725
+ * Displays the Support Forum link when enabled.
7726
+ *
7727
+ * Can be filtered like so:
7728
+ *
7729
+ * function _fs_show_support_menu( $is_visible, $menu_id ) {
7730
+ * if ( 'support' === $menu_id ) {
7731
+ * return _fs->is_registered();
7732
+ * }
7733
+ * return $is_visible;
7734
+ * }
7735
+ * _fs()->add_filter('is_submenu_visible', '_fs_show_support_menu', 10, 2);
7736
+ *
7737
+ */
7738
+ function _add_default_submenu_items() {
7739
+ if ( ! $this->is_on() ) {
7740
+ return;
7741
+ }
7742
+
7743
+ if ( ! $this->is_activation_mode() ) {
7744
+ if ( $this->_menu->is_submenu_item_visible( 'support' ) ) {
7745
+ $this->add_submenu_link_item(
7746
+ $this->apply_filters( 'support_forum_submenu', __fs( 'support-forum', $this->_slug ) ),
7747
+ $this->apply_filters( 'support_forum_url', 'https://wordpress.org/support/plugin/' . $this->_slug ),
7748
+ 'wp-support-forum',
7749
+ null,
7750
+ 50
7751
+ );
7752
+ }
7753
+ }
7754
+ }
7755
+
7756
+ /**
7757
+ * @author Vova Feldman (@svovaf)
7758
+ * @since 1.0.1
7759
+ *
7760
+ * @param string $menu_title
7761
+ * @param callable $render_function
7762
+ * @param bool|string $page_title
7763
+ * @param string $capability
7764
+ * @param bool|string $menu_slug
7765
+ * @param bool|callable $before_render_function
7766
+ * @param int $priority
7767
+ * @param bool $show_submenu
7768
+ * @param string $class Since 1.2.1.5 can add custom classes to menu items.
7769
+ */
7770
+ function add_submenu_item(
7771
+ $menu_title,
7772
+ $render_function,
7773
+ $page_title = false,
7774
+ $capability = 'manage_options',
7775
+ $menu_slug = false,
7776
+ $before_render_function = false,
7777
+ $priority = WP_FS__DEFAULT_PRIORITY,
7778
+ $show_submenu = true,
7779
+ $class = ''
7780
+ ) {
7781
+ $this->_logger->entrance( 'Title = ' . $menu_title );
7782
+
7783
+ if ( $this->is_addon() ) {
7784
+ $parent_fs = $this->get_parent_instance();
7785
+
7786
+ if ( is_object( $parent_fs ) ) {
7787
+ $parent_fs->add_submenu_item(
7788
+ $menu_title,
7789
+ $render_function,
7790
+ $page_title,
7791
+ $capability,
7792
+ $menu_slug,
7793
+ $before_render_function,
7794
+ $priority,
7795
+ $show_submenu,
7796
+ $class
7797
+ );
7798
+
7799
+ return;
7800
+ }
7801
+ }
7802
+
7803
+ if ( ! isset( $this->_menu_items[ $priority ] ) ) {
7804
+ $this->_menu_items[ $priority ] = array();
7805
+ }
7806
+
7807
+ $this->_menu_items[ $priority ][] = array(
7808
+ 'page_title' => is_string( $page_title ) ? $page_title : $menu_title,
7809
+ 'menu_title' => $menu_title,
7810
+ 'capability' => $capability,
7811
+ 'menu_slug' => is_string( $menu_slug ) ? $menu_slug : strtolower( $menu_title ),
7812
+ 'render_function' => $render_function,
7813
+ 'before_render_function' => $before_render_function,
7814
+ 'show_submenu' => $show_submenu,
7815
+ 'class' => $class,
7816
+ );
7817
+ }
7818
+
7819
+ /**
7820
+ * @author Vova Feldman (@svovaf)
7821
+ * @since 1.0.1
7822
+ *
7823
+ * @param string $menu_title
7824
+ * @param string $url
7825
+ * @param bool $menu_slug
7826
+ * @param string $capability
7827
+ * @param int $priority
7828
+ *
7829
+ */
7830
+ function add_submenu_link_item(
7831
+ $menu_title,
7832
+ $url,
7833
+ $menu_slug = false,
7834
+ $capability = 'read',
7835
+ $priority = WP_FS__DEFAULT_PRIORITY
7836
+ ) {
7837
+ $this->_logger->entrance( 'Title = ' . $menu_title . '; Url = ' . $url );
7838
+
7839
+ if ( $this->is_addon() ) {
7840
+ $parent_fs = $this->get_parent_instance();
7841
+
7842
+ if ( is_object( $parent_fs ) ) {
7843
+ $parent_fs->add_submenu_link_item(
7844
+ $menu_title,
7845
+ $url,
7846
+ $menu_slug,
7847
+ $capability,
7848
+ $priority
7849
+ );
7850
+
7851
+ return;
7852
+ }
7853
+ }
7854
+
7855
+ if ( ! isset( $this->_menu_items[ $priority ] ) ) {
7856
+ $this->_menu_items[ $priority ] = array();
7857
+ }
7858
+
7859
+ $this->_menu_items[ $priority ][] = array(
7860
+ 'menu_title' => $menu_title,
7861
+ 'capability' => $capability,
7862
+ 'menu_slug' => is_string( $menu_slug ) ? $menu_slug : strtolower( $menu_title ),
7863
+ 'url' => $url,
7864
+ 'page_title' => $menu_title,
7865
+ 'render_function' => 'fs_dummy',
7866
+ 'before_render_function' => '',
7867
+ );
7868
+ }
7869
+
7870
+ #endregion ------------------------------------------------------------------
7871
+
7872
+ /* Actions / Hooks / Filters
7873
+ ------------------------------------------------------------------------------------------------------------------*/
7874
+ /**
7875
+ * @author Vova Feldman (@svovaf)
7876
+ * @since 1.1.7
7877
+ *
7878
+ * @param string $tag
7879
+ *
7880
+ * @return string
7881
+ */
7882
+ public function get_action_tag( $tag ) {
7883
+ return "fs_{$tag}_{$this->_slug}";
7884
+ }
7885
+
7886
+ /**
7887
+ * @author Vova Feldman (@svovaf)
7888
+ * @since 1.2.1
7889
+ *
7890
+ * @param string $tag
7891
+ *
7892
+ * @return string
7893
+ */
7894
+ private function get_ajax_action_tag( $tag ) {
7895
+ return 'wp_ajax_' . $this->get_action_tag( $tag );
7896
+ }
7897
+
7898
+ /**
7899
+ * Do action, specific for the current context plugin.
7900
+ *
7901
+ * @author Vova Feldman (@svovaf)
7902
+ * @since 1.0.1
7903
+ *
7904
+ * @param string $tag The name of the action to be executed.
7905
+ * @param mixed $arg,... Optional. Additional arguments which are passed on to the
7906
+ * functions hooked to the action. Default empty.
7907
+ *
7908
+ * @uses do_action()
7909
+ */
7910
+ function do_action( $tag, $arg = '' ) {
7911
+ $this->_logger->entrance( $tag );
7912
+
7913
+ $args = func_get_args();
7914
+
7915
+ call_user_func_array( 'do_action', array_merge(
7916
+ array( $this->get_action_tag( $tag ) ),
7917
+ array_slice( $args, 1 ) )
7918
+ );
7919
+ }
7920
+
7921
+ /**
7922
+ * Add action, specific for the current context plugin.
7923
+ *
7924
+ * @author Vova Feldman (@svovaf)
7925
+ * @since 1.0.1
7926
+ *
7927
+ * @param string $tag
7928
+ * @param callable $function_to_add
7929
+ * @param int $priority
7930
+ * @param int $accepted_args
7931
+ *
7932
+ * @uses add_action()
7933
+ */
7934
+ function add_action( $tag, $function_to_add, $priority = WP_FS__DEFAULT_PRIORITY, $accepted_args = 1 ) {
7935
+ $this->_logger->entrance( $tag );
7936
+
7937
+ add_action( $this->get_action_tag( $tag ), $function_to_add, $priority, $accepted_args );
7938
+ }
7939
+
7940
+ /**
7941
+ * Add AJAX action, specific for the current context plugin.
7942
+ *
7943
+ * @author Vova Feldman (@svovaf)
7944
+ * @since 1.2.1
7945
+ *
7946
+ * @param string $tag
7947
+ * @param callable $function_to_add
7948
+ * @param int $priority
7949
+ * @param int $accepted_args
7950
+ *
7951
+ * @uses add_action()
7952
+ *
7953
+ * @return bool True if action added, false if no need to add the action since the AJAX call isn't matching.
7954
+ */
7955
+ function add_ajax_action( $tag, $function_to_add, $priority = WP_FS__DEFAULT_PRIORITY, $accepted_args = 1 ) {
7956
+ $this->_logger->entrance( $tag );
7957
+
7958
+ if ( ! $this->is_ajax_action( $tag ) ) {
7959
+ return false;
7960
+ }
7961
+
7962
+ add_action( $this->get_ajax_action_tag( $tag ), $function_to_add, $priority, $accepted_args );
7963
+
7964
+ $this->_logger->info( "$tag AJAX callback action added." );
7965
+
7966
+ return true;
7967
+ }
7968
+
7969
+ /**
7970
+ * Send a JSON response back to an Ajax request.
7971
+ *
7972
+ * @author Vova Feldman (@svovaf)
7973
+ * @since 1.2.1.5
7974
+ *
7975
+ * @param mixed $response
7976
+ */
7977
+ function shoot_ajax_response( $response ) {
7978
+ wp_send_json( $response );
7979
+ }
7980
+
7981
+ /**
7982
+ * Send a JSON response back to an Ajax request, indicating success.
7983
+ *
7984
+ * @author Vova Feldman (@svovaf)
7985
+ * @since 1.2.1.5
7986
+ *
7987
+ * @param mixed $data Data to encode as JSON, then print and exit.
7988
+ */
7989
+ function shoot_ajax_success( $data = null ) {
7990
+ wp_send_json_success( $data );
7991
+ }
7992
+
7993
+ /**
7994
+ * Send a JSON response back to an Ajax request, indicating failure.
7995
+ *
7996
+ * @author Vova Feldman (@svovaf)
7997
+ * @since 1.2.1.5
7998
+ *
7999
+ * @param mixed $error Optional error message.
8000
+ */
8001
+ function shoot_ajax_failure( $error = '' ) {
8002
+ $result = array( 'success' => false );
8003
+ if ( ! empty( $error ) ) {
8004
+ $result['error'] = $error;
8005
+ }
8006
+
8007
+ wp_send_json( $result );
8008
+ }
8009
+
8010
+ /**
8011
+ * Apply filter, specific for the current context plugin.
8012
+ *
8013
+ * @author Vova Feldman (@svovaf)
8014
+ * @since 1.0.9
8015
+ *
8016
+ * @param string $tag The name of the filter hook.
8017
+ * @param mixed $value The value on which the filters hooked to `$tag` are applied on.
8018
+ *
8019
+ * @return mixed The filtered value after all hooked functions are applied to it.
8020
+ *
8021
+ * @uses apply_filters()
8022
+ */
8023
+ function apply_filters( $tag, $value ) {
8024
+ $this->_logger->entrance( $tag );
8025
+
8026
+ $args = func_get_args();
8027
+ array_unshift( $args, $this->_slug );
8028
+
8029
+ return call_user_func_array( 'fs_apply_filter', $args );
8030
+ }
8031
+
8032
+ /**
8033
+ * Add filter, specific for the current context plugin.
8034
+ *
8035
+ * @author Vova Feldman (@svovaf)
8036
+ * @since 1.0.9
8037
+ *
8038
+ * @param string $tag
8039
+ * @param callable $function_to_add
8040
+ * @param int $priority
8041
+ * @param int $accepted_args
8042
+ *
8043
+ * @uses add_filter()
8044
+ */
8045
+ function add_filter( $tag, $function_to_add, $priority = WP_FS__DEFAULT_PRIORITY, $accepted_args = 1 ) {
8046
+ $this->_logger->entrance( $tag );
8047
+
8048
+ add_filter( $this->get_action_tag( $tag ), $function_to_add, $priority, $accepted_args );
8049
+ }
8050
+
8051
+ /**
8052
+ * Check if has filter.
8053
+ *
8054
+ * @author Vova Feldman (@svovaf)
8055
+ * @since 1.1.4
8056
+ *
8057
+ * @param string $tag
8058
+ * @param callable|bool $function_to_check Optional. The callback to check for. Default false.
8059
+ *
8060
+ * @return false|int
8061
+ *
8062
+ * @uses has_filter()
8063
+ */
8064
+ function has_filter( $tag, $function_to_check = false ) {
8065
+ $this->_logger->entrance( $tag );
8066
+
8067
+ return has_filter( $this->get_action_tag( $tag ), $function_to_check );
8068
+ }
8069
+
8070
+ /**
8071
+ * Override default i18n text phrases.
8072
+ *
8073
+ * @author Vova Feldman (@svovaf)
8074
+ * @since 1.1.6
8075
+ *
8076
+ * @param string[] string $key_value
8077
+ *
8078
+ * @uses fs_override_i18n()
8079
+ */
8080
+ function override_i18n( $key_value ) {
8081
+ fs_override_i18n( $key_value, $this->_slug );
8082
+ }
8083
+
8084
+ /* Account Page
8085
+ ------------------------------------------------------------------------------------------------------------------*/
8086
+ /**
8087
+ * Update site information.
8088
+ *
8089
+ * @author Vova Feldman (@svovaf)
8090
+ * @since 1.0.1
8091
+ *
8092
+ * @param bool $store Flush to Database if true.
8093
+ */
8094
+ private function _store_site( $store = true ) {
8095
+ $this->_logger->entrance();
8096
+
8097
+ if ( empty( $this->_site->id ) ) {
8098
+ $this->_logger->error( "Empty install ID, can't store site." );
8099
+
8100
+ return;
8101
+ }
8102
+
8103
+ $encrypted_site = clone $this->_site;
8104
+ $encrypted_site->plan = $this->_encrypt_entity( $this->_site->plan );
8105
+
8106
+ $sites = self::get_all_sites();
8107
+ $sites[ $this->_slug ] = $encrypted_site;
8108
+ self::$_accounts->set_option( 'sites', $sites, $store );
8109
+ }
8110
+
8111
+ /**
8112
+ * Update plugin's plans information.
8113
+ *
8114
+ * @author Vova Feldman (@svovaf)
8115
+ * @since 1.0.2
8116
+ *
8117
+ * @param bool $store Flush to Database if true.
8118
+ */
8119
+ private function _store_plans( $store = true ) {
8120
+ $this->_logger->entrance();
8121
+
8122
+ $plans = self::get_all_plans();
8123
+
8124
+ // Copy plans.
8125
+ $encrypted_plans = array();
8126
+ for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
8127
+ $encrypted_plans[] = $this->_encrypt_entity( $this->_plans[ $i ] );
8128
+ }
8129
+
8130
+ $plans[ $this->_slug ] = $encrypted_plans;
8131
+ self::$_accounts->set_option( 'plans', $plans, $store );
8132
+ }
8133
+
8134
+ /**
8135
+ * Update user's plugin licenses.
8136
+ *
8137
+ * @author Vova Feldman (@svovaf)
8138
+ * @since 1.0.5
8139
+ *
8140
+ * @param bool $store
8141
+ * @param string|bool $plugin_slug
8142
+ * @param FS_Plugin_License[] $licenses
8143
+ */
8144
+ private function _store_licenses( $store = true, $plugin_slug = false, $licenses = array() ) {
8145
+ $this->_logger->entrance();
8146
+
8147
+ $all_licenses = self::get_all_licenses();
8148
+
8149
+ if ( ! is_string( $plugin_slug ) ) {
8150
+ $plugin_slug = $this->_slug;
8151
+ $licenses = $this->_licenses;
8152
+ }
8153
+
8154
+ if ( ! isset( $all_licenses[ $plugin_slug ] ) ) {
8155
+ $all_licenses[ $plugin_slug ] = array();
8156
+ }
8157
+
8158
+ $all_licenses[ $plugin_slug ][ $this->_user->id ] = $licenses;
8159
+
8160
+ self::$_accounts->set_option( 'licenses', $all_licenses, $store );
8161
+ }
8162
+
8163
+ /**
8164
+ * Update user information.
8165
+ *
8166
+ * @author Vova Feldman (@svovaf)
8167
+ * @since 1.0.1
8168
+ *
8169
+ * @param bool $store Flush to Database if true.
8170
+ */
8171
+ private function _store_user( $store = true ) {
8172
+ $this->_logger->entrance();
8173
+
8174
+ if ( empty( $this->_user->id ) ) {
8175
+ $this->_logger->error( "Empty user ID, can't store user." );
8176
+
8177
+ return;
8178
+ }
8179
+
8180
+ $users = self::get_all_users();
8181
+ $users[ $this->_user->id ] = $this->_user;
8182
+ self::$_accounts->set_option( 'users', $users, $store );
8183
+ }
8184
+
8185
+ /**
8186
+ * Update new updates information.
8187
+ *
8188
+ * @author Vova Feldman (@svovaf)
8189
+ * @since 1.0.4
8190
+ *
8191
+ * @param FS_Plugin_Tag|null $update
8192
+ * @param bool $store Flush to Database if true.
8193
+ * @param bool|number $plugin_id
8194
+ */
8195
+ private function _store_update( $update, $store = true, $plugin_id = false ) {
8196
+ $this->_logger->entrance();
8197
+
8198
+ if ( $update instanceof FS_Plugin_Tag ) {
8199
+ $update->updated = time();
8200
+ }
8201
+
8202
+ if ( ! is_numeric( $plugin_id ) ) {
8203
+ $plugin_id = $this->_plugin->id;
8204
+ }
8205
+
8206
+ $updates = self::get_all_updates();
8207
+ $updates[ $plugin_id ] = $update;
8208
+ self::$_accounts->set_option( 'updates', $updates, $store );
8209
+ }
8210
+
8211
+ /**
8212
+ * Update new updates information.
8213
+ *
8214
+ * @author Vova Feldman (@svovaf)
8215
+ * @since 1.0.6
8216
+ *
8217
+ * @param FS_Plugin[] $plugin_addons
8218
+ * @param bool $store Flush to Database if true.
8219
+ */
8220
+ private function _store_addons( $plugin_addons, $store = true ) {
8221
+ $this->_logger->entrance();
8222
+
8223
+ $addons = self::get_all_addons();
8224
+ $addons[ $this->_plugin->id ] = $plugin_addons;
8225
+ self::$_accounts->set_option( 'addons', $addons, $store );
8226
+ }
8227
+
8228
+ /**
8229
+ * Delete plugin's associated add-ons.
8230
+ *
8231
+ * @author Vova Feldman (@svovaf)
8232
+ * @since 1.0.8
8233
+ *
8234
+ * @param bool $store
8235
+ *
8236
+ * @return bool
8237
+ */
8238
+ private function _delete_account_addons( $store = true ) {
8239
+ $all_addons = self::get_all_account_addons();
8240
+
8241
+ if ( ! isset( $all_addons[ $this->_plugin->id ] ) ) {
8242
+ return false;
8243
+ }
8244
+
8245
+ unset( $all_addons[ $this->_plugin->id ] );
8246
+
8247
+ self::$_accounts->set_option( 'account_addons', $all_addons, $store );
8248
+
8249
+ return true;
8250
+ }
8251
+
8252
+ /**
8253
+ * Update account add-ons list.
8254
+ *
8255
+ * @author Vova Feldman (@svovaf)
8256
+ * @since 1.0.6
8257
+ *
8258
+ * @param FS_Plugin[] $addons
8259
+ * @param bool $store Flush to Database if true.
8260
+ */
8261
+ private function _store_account_addons( $addons, $store = true ) {
8262
+ $this->_logger->entrance();
8263
+
8264
+ $all_addons = self::get_all_account_addons();
8265
+ $all_addons[ $this->_plugin->id ] = $addons;
8266
+ self::$_accounts->set_option( 'account_addons', $all_addons, $store );
8267
+ }
8268
+
8269
+ /**
8270
+ * Store account params in the Database.
8271
+ *
8272
+ * @author Vova Feldman (@svovaf)
8273
+ * @since 1.0.1
8274
+ */
8275
+ private function _store_account() {
8276
+ $this->_logger->entrance();
8277
+
8278
+ $this->_store_site( false );
8279
+ $this->_store_user( false );
8280
+ $this->_store_plans( false );
8281
+ $this->_store_licenses( false );
8282
+
8283
+ self::$_accounts->store();
8284
+ }
8285
+
8286
+ /**
8287
+ * Sync user's information.
8288
+ *
8289
+ * @author Vova Feldman (@svovaf)
8290
+ * @since 1.0.3
8291
+ * @uses FS_Api
8292
+ */
8293
+ private function _handle_account_user_sync() {
8294
+ $this->_logger->entrance();
8295
+
8296
+ $api = $this->get_api_user_scope();
8297
+
8298
+ // Get user's information.
8299
+ $user = $api->get( '/', true );
8300
+
8301
+ if ( isset( $user->id ) ) {
8302
+ $this->_user->first = $user->first;
8303
+ $this->_user->last = $user->last;
8304
+ $this->_user->email = $user->email;
8305
+
8306
+ $is_menu_item_account_visible = $this->_menu->is_submenu_item_visible( 'account' );
8307
+
8308
+ if ( $user->is_verified &&
8309
+ ( ! isset( $this->_user->is_verified ) || false === $this->_user->is_verified )
8310
+ ) {
8311
+ $this->_user->is_verified = true;
8312
+
8313
+ $this->do_action( 'account_email_verified', $user->email );
8314
+
8315
+ $this->_admin_notices->add(
8316
+ __fs( 'email-verified-message', $this->_slug ),
8317
+ __fs( 'right-on', $this->_slug ) . '!',
8318
+ 'success',
8319
+ // Make admin sticky if account menu item is invisible,
8320
+ // since the page will be auto redirected to the plugin's
8321
+ // main settings page, and the non-sticky message
8322
+ // will disappear.
8323
+ ! $is_menu_item_account_visible,
8324
+ false,
8325
+ 'email_verified'
8326
+ );
8327
+ }
8328
+
8329
+ // Flush user details to DB.
8330
+ $this->_store_user();
8331
+
8332
+ $this->do_action( 'after_account_user_sync', $user );
8333
+
8334
+ /**
8335
+ * If account menu item is hidden, redirect to plugin's main settings page.
8336
+ *
8337
+ * @author Vova Feldman (@svovaf)
8338
+ * @since 1.1.6
8339
+ *
8340
+ * @link https://github.com/Freemius/wordpress-sdk/issues/6
8341
+ */
8342
+ if ( ! $is_menu_item_account_visible ) {
8343
+ fs_redirect( $this->_get_admin_page_url() );
8344
+ }
8345
+ }
8346
+ }
8347
+
8348
+ /**
8349
+ * @param bool $store
8350
+ *
8351
+ * @return FS_Plugin_Plan|object|false
8352
+ */
8353
+ private function _enrich_site_plan( $store = true ) {
8354
+ // Try to load plan from local cache.
8355
+ $plan = $this->_get_plan_by_id( $this->_site->plan->id );
8356
+
8357
+ if ( false === $plan ) {
8358
+ $plan = $this->_fetch_site_plan();
8359
+ }
8360
+
8361
+ if ( $plan instanceof FS_Plugin_Plan ) {
8362
+ $this->_update_plan( $plan, $store );
8363
+ }
8364
+
8365
+ return $plan;
8366
+ }
8367
+
8368
+ /**
8369
+ * @author Vova Feldman (@svovaf)
8370
+ * @since 1.0.9
8371
+ * @uses FS_Api
8372
+ *
8373
+ * @param bool $store
8374
+ *
8375
+ * @return FS_Plugin_Plan|object|false
8376
+ */
8377
+ private function _enrich_site_trial_plan( $store = true ) {
8378
+ // Try to load plan from local cache.
8379
+ $trial_plan = $this->_get_plan_by_id( $this->_site->trial_plan_id );
8380
+
8381
+ if ( false === $trial_plan ) {
8382
+ $trial_plan = $this->_fetch_site_plan( $this->_site->trial_plan_id );
8383
+ }
8384
+
8385
+ if ( $trial_plan instanceof FS_Plugin_Plan ) {
8386
+ $this->_storage->store( 'trial_plan', $trial_plan, $store );
8387
+ }
8388
+
8389
+ return $trial_plan;
8390
+ }
8391
+
8392
+ /**
8393
+ * @author Vova Feldman (@svovaf)
8394
+ * @since 1.0.9
8395
+ * @uses FS_Api
8396
+ *
8397
+ * @param number|bool $license_id
8398
+ *
8399
+ * @return FS_Subscription|object|bool
8400
+ */
8401
+ private function _fetch_site_license_subscription( $license_id = false ) {
8402
+ $this->_logger->entrance();
8403
+ $api = $this->get_api_site_scope();
8404
+
8405
+ if ( ! is_numeric( $license_id ) ) {
8406
+ $license_id = $this->_license->id;
8407
+ }
8408
+
8409
+ $result = $api->get( "/licenses/{$license_id}/subscriptions.json", true );
8410
+
8411
+ return ! isset( $result->error ) ?
8412
+ ( ( is_array( $result->subscriptions ) && 0 < count( $result->subscriptions ) ) ?
8413
+ new FS_Subscription( $result->subscriptions[0] ) :
8414
+ false
8415
+ ) :
8416
+ $result;
8417
+ }
8418
+
8419
+ /**
8420
+ * @author Vova Feldman (@svovaf)
8421
+ * @since 1.0.4
8422
+ * @uses FS_Api
8423
+ *
8424
+ * @param number|bool $plan_id
8425
+ *
8426
+ * @return FS_Plugin_Plan|object
8427
+ */
8428
+ private function _fetch_site_plan( $plan_id = false ) {
8429
+ $this->_logger->entrance();
8430
+ $api = $this->get_api_site_scope();
8431
+
8432
+ if ( ! is_numeric( $plan_id ) ) {
8433
+ $plan_id = $this->_site->plan->id;
8434
+ }
8435
+
8436
+ $plan = $api->get( "/plans/{$plan_id}.json", true );
8437
+
8438
+ return ! isset( $plan->error ) ? new FS_Plugin_Plan( $plan ) : $plan;
8439
+ }
8440
+
8441
+ /**
8442
+ * @author Vova Feldman (@svovaf)
8443
+ * @since 1.0.5
8444
+ * @uses FS_Api
8445
+ *
8446
+ * @return FS_Plugin_Plan[]|object
8447
+ */
8448
+ private function _fetch_plugin_plans() {
8449
+ $this->_logger->entrance();
8450
+ $api = $this->get_api_site_scope();
8451
+
8452
+ $result = $api->get( '/plans.json', true );
8453
+
8454
+ if ( $this->is_api_result_object( $result, 'plans' ) && is_array( $result->plans ) ) {
8455
+ for ( $i = 0, $len = count( $result->plans ); $i < $len; $i ++ ) {
8456
+ $result->plans[ $i ] = new FS_Plugin_Plan( $result->plans[ $i ] );
8457
+ }
8458
+
8459
+ $result = $result->plans;
8460
+ }
8461
+
8462
+ return $result;
8463
+ }
8464
+
8465
+ /**
8466
+ * @author Vova Feldman (@svovaf)
8467
+ * @since 1.0.5
8468
+ * @uses FS_Api
8469
+ *
8470
+ * @param number|bool $plugin_id
8471
+ * @param number|bool $site_license_id
8472
+ *
8473
+ * @return FS_Plugin_License[]|object
8474
+ */
8475
+ private function _fetch_licenses( $plugin_id = false, $site_license_id = false ) {
8476
+ $this->_logger->entrance();
8477
+
8478
+ $api = $this->get_api_user_scope();
8479
+
8480
+ if ( ! is_numeric( $plugin_id ) ) {
8481
+ $plugin_id = $this->_plugin->id;
8482
+ }
8483
+
8484
+ $result = $api->get( "/plugins/{$plugin_id}/licenses.json", true );
8485
+
8486
+ $is_site_license_synced = false;
8487
+
8488
+ $api_errors = array();
8489
+
8490
+ if ( $this->is_api_result_object( $result, 'licenses' ) &&
8491
+ is_array( $result->licenses )
8492
+ ) {
8493
+ for ( $i = 0, $len = count( $result->licenses ); $i < $len; $i ++ ) {
8494
+ $result->licenses[ $i ] = new FS_Plugin_License( $result->licenses[ $i ] );
8495
+
8496
+ if ( ( ! $is_site_license_synced ) && is_numeric( $site_license_id ) ) {
8497
+ $is_site_license_synced = ( $site_license_id == $result->licenses[ $i ]->id );
8498
+ }
8499
+ }
8500
+
8501
+ $result = $result->licenses;
8502
+ } else {
8503
+ $api_errors[] = $result;
8504
+ $result = array();
8505
+ }
8506
+
8507
+ if ( ! $is_site_license_synced ) {
8508
+ $api = $this->get_api_site_scope();
8509
+
8510
+ if ( is_numeric( $site_license_id ) ) {
8511
+ // Try to retrieve a foreign license that is linked to the install.
8512
+ $api_result = $api->call( '/licenses.json' );
8513
+
8514
+ if ( $this->is_api_result_object( $api_result, 'licenses' ) &&
8515
+ is_array( $api_result->licenses )
8516
+ ) {
8517
+ $licenses = $api_result->licenses;
8518
+
8519
+ if ( ! empty( $licenses ) ) {
8520
+ $result[] = new FS_Plugin_License( $licenses[0] );
8521
+ }
8522
+ } else {
8523
+ $api_errors[] = $api_result;
8524
+ }
8525
+ } else if ( is_object( $this->_license ) ) {
8526
+ // Fetch foreign license by ID and license key.
8527
+ $license = $api->get( "/licenses/{$this->_license->id}.json?license_key=" .
8528
+ urlencode( $this->_license->secret_key ) );
8529
+
8530
+ if ( $this->is_api_result_entity( $license ) ) {
8531
+ $result[] = new FS_Plugin_License( $license );
8532
+ } else {
8533
+ $api_errors[] = $license;
8534
+ }
8535
+ }
8536
+ }
8537
+
8538
+ if ( is_array( $result ) && 0 < count( $result ) ) {
8539
+ // If found at least one license, return license collection even if there are errors.
8540
+ return $result;
8541
+ }
8542
+
8543
+ if ( ! empty( $api_errors ) ) {
8544
+ // If found any errors and no licenses, return first error.
8545
+ return $api_errors[0];
8546
+ }
8547
+
8548
+ // Fallback to empty licenses list.
8549
+ return $result;
8550
+ }
8551
+
8552
+ /**
8553
+ * @author Vova Feldman (@svovaf)
8554
+ * @since 1.2.0
8555
+ * @uses FS_Api
8556
+ *
8557
+ * @param number|bool $plugin_id
8558
+ *
8559
+ * @return FS_Payment[]|object
8560
+ */
8561
+ function _fetch_payments( $plugin_id = false ) {
8562
+ $this->_logger->entrance();
8563
+
8564
+ $api = $this->get_api_user_scope();
8565
+
8566
+ if ( ! is_numeric( $plugin_id ) ) {
8567
+ $plugin_id = $this->_plugin->id;
8568
+ }
8569
+
8570
+ $result = $api->get( "/plugins/{$plugin_id}/payments.json", true );
8571
+
8572
+ if ( ! isset( $result->error ) ) {
8573
+ for ( $i = 0, $len = count( $result->payments ); $i < $len; $i ++ ) {
8574
+ $result->payments[ $i ] = new FS_Payment( $result->payments[ $i ] );
8575
+ }
8576
+ $result = $result->payments;
8577
+ }
8578
+
8579
+ return $result;
8580
+ }
8581
+
8582
+ /**
8583
+ * @author Vova Feldman (@svovaf)
8584
+ * @since 1.2.1.5
8585
+ * @uses FS_Api
8586
+ *
8587
+ * @return \FS_Billing|mixed
8588
+ */
8589
+ function _fetch_billing() {
8590
+ require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-billing.php';
8591
+
8592
+ $billing = $this->get_api_user_scope()->call( 'billing.json' );
8593
+
8594
+ if ( $this->is_api_result_entity( $billing ) ) {
8595
+ $billing = new FS_Billing( $billing );
8596
+ }
8597
+
8598
+ return $billing;
8599
+ }
8600
+
8601
+ /**
8602
+ * @author Vova Feldman (@svovaf)
8603
+ * @since 1.0.4
8604
+ *
8605
+ * @param FS_Plugin_Plan $plan
8606
+ * @param bool $store
8607
+ */
8608
+ private function _update_plan( $plan, $store = false ) {
8609
+ $this->_logger->entrance();
8610
+
8611
+ $this->_site->plan = $plan;
8612
+ $this->_store_site( $store );
8613
+ }
8614
+
8615
+ /**
8616
+ * @author Vova Feldman (@svovaf)
8617
+ * @since 1.0.5
8618
+ *
8619
+ * @param FS_Plugin_License[] $licenses
8620
+ * @param string|bool $plugin_slug
8621
+ */
8622
+ private function _update_licenses( $licenses, $plugin_slug = false ) {
8623
+ $this->_logger->entrance();
8624
+
8625
+ if ( is_array( $licenses ) ) {
8626
+ for ( $i = 0, $len = count( $licenses ); $i < $len; $i ++ ) {
8627
+ $licenses[ $i ]->updated = time();
8628
+ }
8629
+ }
8630
+
8631
+ if ( ! is_string( $plugin_slug ) ) {
8632
+ $this->_licenses = $licenses;
8633
+ }
8634
+
8635
+ $this->_store_licenses( true, $plugin_slug, $licenses );
8636
+ }
8637
+
8638
+ /**
8639
+ * @author Vova Feldman (@svovaf)
8640
+ * @since 1.0.4
8641
+ *
8642
+ * @param bool|number $plugin_id
8643
+ * @param bool $flush Since 1.1.7.3
8644
+ *
8645
+ * @return object|false New plugin tag info if exist.
8646
+ */
8647
+ private function _fetch_newer_version( $plugin_id = false, $flush = true ) {
8648
+ $latest_tag = $this->_fetch_latest_version( $plugin_id, $flush );
8649
+
8650
+ if ( ! is_object( $latest_tag ) ) {
8651
+ return false;
8652
+ }
8653
+
8654
+ // Check if version is actually newer.
8655
+ $has_new_version =
8656
+ // If it's an non-installed add-on then always return latest.
8657
+ ( $this->_is_addon_id( $plugin_id ) && ! $this->is_addon_activated( $plugin_id ) ) ||
8658
+ // Compare versions.
8659
+ version_compare( $this->get_plugin_version(), $latest_tag->version, '<' );
8660
+
8661
+ $this->_logger->departure( $has_new_version ? 'Found newer plugin version ' . $latest_tag->version : 'No new version' );
8662
+
8663
+ return $has_new_version ? $latest_tag : false;
8664
+ }
8665
+
8666
+ /**
8667
+ * @author Vova Feldman (@svovaf)
8668
+ * @since 1.0.5
8669
+ *
8670
+ * @param bool|number $plugin_id
8671
+ * @param bool $flush Since 1.1.7.3
8672
+ *
8673
+ * @return bool|FS_Plugin_Tag
8674
+ */
8675
+ function get_update( $plugin_id = false, $flush = true ) {
8676
+ $this->_logger->entrance();
8677
+
8678
+ if ( ! is_numeric( $plugin_id ) ) {
8679
+ $plugin_id = $this->_plugin->id;
8680
+ }
8681
+
8682
+ $this->_check_updates( true, $plugin_id, $flush );
8683
+ $updates = $this->get_all_updates();
8684
+
8685
+ return isset( $updates[ $plugin_id ] ) && is_object( $updates[ $plugin_id ] ) ? $updates[ $plugin_id ] : false;
8686
+ }
8687
+
8688
+ /**
8689
+ * Check if site assigned with active license.
8690
+ *
8691
+ * @author Vova Feldman (@svovaf)
8692
+ * @since 1.0.6
8693
+ *
8694
+ * @deprecated Please use has_active_valid_license() instead because license can be cancelled.
8695
+ */
8696
+ function has_active_license() {
8697
+ return (
8698
+ is_object( $this->_license ) &&
8699
+ is_numeric( $this->_license->id ) &&
8700
+ ! $this->_license->is_expired()
8701
+ );
8702
+ }
8703
+
8704
+ /**
8705
+ * Check if site assigned with active & valid (not expired) license.
8706
+ *
8707
+ * @author Vova Feldman (@svovaf)
8708
+ * @since 1.2.1
8709
+ */
8710
+ function has_active_valid_license() {
8711
+ return (
8712
+ is_object( $this->_license ) &&
8713
+ is_numeric( $this->_license->id ) &&
8714
+ $this->_license->is_active() &&
8715
+ $this->_license->is_valid()
8716
+ );
8717
+ }
8718
+
8719
+ /**
8720
+ * Check if site assigned with license with enabled features.
8721
+ *
8722
+ * @author Vova Feldman (@svovaf)
8723
+ * @since 1.0.6
8724
+ *
8725
+ * @return bool
8726
+ */
8727
+ function has_features_enabled_license() {
8728
+ return (
8729
+ is_object( $this->_license ) &&
8730
+ is_numeric( $this->_license->id ) &&
8731
+ $this->_license->is_features_enabled()
8732
+ );
8733
+ }
8734
+
8735
+ /**
8736
+ * Check if user is a trial or have feature enabled license.
8737
+ *
8738
+ * @author Vova Feldman (@svovaf)
8739
+ * @since 1.1.7
8740
+ *
8741
+ * @return bool
8742
+ */
8743
+ function can_use_premium_code() {
8744
+ return $this->is_trial() || $this->has_features_enabled_license();
8745
+ }
8746
+
8747
+ /**
8748
+ * Sync site's plan.
8749
+ *
8750
+ * @author Vova Feldman (@svovaf)
8751
+ * @since 1.0.3
8752
+ *
8753
+ * @uses FS_Api
8754
+ *
8755
+ * @param bool $background Hints the method if it's a background sync. If false, it means that was initiated by
8756
+ * the admin.
8757
+ */
8758
+ private function _sync_license( $background = false ) {
8759
+ $this->_logger->entrance();
8760
+
8761
+ $plugin_id = fs_request_get( 'plugin_id', $this->get_id() );
8762
+
8763
+ $is_addon_sync = ( ! $this->_plugin->is_addon() && $plugin_id != $this->get_id() );
8764
+
8765
+ if ( $is_addon_sync ) {
8766
+ $this->_sync_addon_license( $plugin_id, $background );
8767
+ } else {
8768
+ $this->_sync_plugin_license( $background );
8769
+ }
8770
+
8771
+ $this->do_action( 'after_account_plan_sync', $this->_site->plan->name );
8772
+ }
8773
+
8774
+ /**
8775
+ * Sync plugin's add-on license.
8776
+ *
8777
+ * @author Vova Feldman (@svovaf)
8778
+ * @since 1.0.6
8779
+ * @uses FS_Api
8780
+ *
8781
+ * @param number $addon_id
8782
+ * @param bool $background
8783
+ */
8784
+ private function _sync_addon_license( $addon_id, $background ) {
8785
+ $this->_logger->entrance();
8786
+
8787
+ if ( $this->is_addon_activated( $addon_id ) ) {
8788
+ // If already installed, use add-on sync.
8789
+ $fs_addon = self::get_instance_by_id( $addon_id );
8790
+ $fs_addon->_sync_license( $background );
8791
+
8792
+ return;
8793
+ }
8794
+
8795
+ // Validate add-on exists.
8796
+ $addon = $this->get_addon( $addon_id );
8797
+
8798
+ if ( ! is_object( $addon ) ) {
8799
+ return;
8800
+ }
8801
+
8802
+ // Add add-on into account add-ons.
8803
+ $account_addons = $this->get_account_addons();
8804
+ if ( ! is_array( $account_addons ) ) {
8805
+ $account_addons = array();
8806
+ }
8807
+ $account_addons[] = $addon->id;
8808
+ $account_addons = array_unique( $account_addons );
8809
+ $this->_store_account_addons( $account_addons );
8810
+
8811
+ // Load add-on licenses.
8812
+ $licenses = $this->_fetch_licenses( $addon->id );
8813
+
8814
+ // Sync add-on licenses.
8815
+ if ( $this->is_array_instanceof( $licenses, 'FS_Plugin_License' ) ) {
8816
+ $this->_update_licenses( $licenses, $addon->slug );
8817
+
8818
+ if ( ! $this->is_addon_installed( $addon->slug ) && FS_License_Manager::has_premium_license( $licenses ) ) {
8819
+ $plans_result = $this->get_api_site_or_plugin_scope()->get( "/addons/{$addon_id}/plans.json" );
8820
+
8821
+ if ( ! isset( $plans_result->error ) ) {
8822
+ $plans = array();
8823
+ foreach ( $plans_result->plans as $plan ) {
8824
+ $plans[] = new FS_Plugin_Plan( $plan );
8825
+ }
8826
+
8827
+ $this->_admin_notices->add_sticky(
8828
+ FS_Plan_Manager::instance()->has_free_plan( $plans ) ?
8829
+ sprintf(
8830
+ __fs( 'addon-successfully-upgraded-message', $this->_slug ),
8831
+ $addon->title
8832
+ ) . ' ' . $this->_get_latest_download_link(
8833
+ __fs( 'download-latest-version', $this->_slug ),
8834
+ $addon_id
8835
+ )
8836
+ :
8837
+ sprintf(
8838
+ __fs( 'addon-successfully-purchased-message', $this->_slug ),
8839
+ $addon->title
8840
+ ) . ' ' . $this->_get_latest_download_link(
8841
+ __fs( 'download-latest-version', $this->_slug ),
8842
+ $addon_id
8843
+ ),
8844
+ 'addon_plan_upgraded_' . $addon->slug,
8845
+ __fs( 'yee-haw', $this->_slug ) . '!'
8846
+ );
8847
+ }
8848
+ }
8849
+ }
8850
+ }
8851
+
8852
+ /**
8853
+ * Sync site's plugin plan.
8854
+ *
8855
+ * @author Vova Feldman (@svovaf)
8856
+ * @since 1.0.6
8857
+ * @uses FS_Api
8858
+ *
8859
+ * @param bool $background Hints the method if it's a background sync. If false, it means that was initiated by
8860
+ * the admin.
8861
+ */
8862
+ private function _sync_plugin_license( $background = false ) {
8863
+ $this->_logger->entrance();
8864
+
8865
+ /**
8866
+ * Sync site info.
8867
+ *
8868
+ * @todo This line will execute install sync on a daily basis, even if running the free version (for opted-in users). The reason we want to keep it that way is for cases when the user was a paying customer, then there was a failure in subscription payment, and then after some time the payment was successful. This could be heavily optimized. For example, we can skip the $flush if the current install was never associated with a paid version.
8869
+ */
8870
+ $site = $this->send_install_update( array(), true );
8871
+
8872
+ $plan_change = 'none';
8873
+
8874
+ if ( ! $this->is_api_result_entity( $site ) ) {
8875
+ // Show API messages only if not background sync or if paying customer.
8876
+ if ( ! $background || $this->is_paying() ) {
8877
+ // Try to ping API to see if not blocked.
8878
+ if ( ! FS_Api::test() ) {
8879
+ /**
8880
+ * Failed to ping API - blocked!
8881
+ *
8882
+ * @author Vova Feldman (@svovaf)
8883
+ * @since 1.1.6 Only show message related to one of the Freemius powered plugins. Once it will be resolved it will fix the issue for all plugins anyways. There's no point to scare users with multiple error messages.
8884
+ */
8885
+ $api = $this->get_api_site_scope();
8886
+
8887
+ if ( ! self::$_global_admin_notices->has_sticky( 'api_blocked' ) ) {
8888
+ self::$_global_admin_notices->add(
8889
+ sprintf(
8890
+ __fs( 'server-blocking-access', $this->_slug ),
8891
+ $this->get_plugin_name(),
8892
+ '<a href="' . $api->get_url() . '" target="_blank">' . $api->get_url() . '</a>'
8893
+ ) . '<br> ' . __fs( 'server-error-message', $this->_slug ) . var_export( $site->error, true ),
8894
+ __fs( 'oops', $this->_slug ) . '...',
8895
+ 'error',
8896
+ $background,
8897
+ false,
8898
+ 'api_blocked'
8899
+ );
8900
+ }
8901
+ } else {
8902
+ // Authentication params are broken.
8903
+ $this->_admin_notices->add(
8904
+ __fs( 'wrong-authentication-param-message', $this->_slug ),
8905
+ __fs( 'oops', $this->_slug ) . '...',
8906
+ 'error'
8907
+ );
8908
+ }
8909
+ }
8910
+
8911
+ // No reason to continue with license sync while there are API issues.
8912
+ return;
8913
+ }
8914
+
8915
+ // Remove sticky API connectivity message.
8916
+ self::$_global_admin_notices->remove_sticky( 'api_blocked' );
8917
+
8918
+ $site = new FS_Site( $site );
8919
+
8920
+ // Sync plans.
8921
+ $this->_sync_plans();
8922
+
8923
+ if ( ! $this->has_paid_plan() ) {
8924
+ $this->_site = $site;
8925
+ $this->_enrich_site_plan( true );
8926
+ $this->_store_site();
8927
+ } else {
8928
+ /**
8929
+ * Sync licenses. Pass the site's license ID so that the foreign licenses will be fetched if the license
8930
+ * associated with that ID is not included in the user's licenses collection.
8931
+ */
8932
+ $this->_sync_licenses( $site->license_id );
8933
+
8934
+ // Check if plan / license changed.
8935
+ if ( ! FS_Entity::equals( $site->plan, $this->_site->plan ) ||
8936
+ // Check if trial started.
8937
+ $site->trial_plan_id != $this->_site->trial_plan_id ||
8938
+ $site->trial_ends != $this->_site->trial_ends ||
8939
+ // Check if license changed.
8940
+ $site->license_id != $this->_site->license_id
8941
+ ) {
8942
+ if ( $site->is_trial() && ( ! $this->_site->is_trial() || $site->trial_ends != $this->_site->trial_ends ) ) {
8943
+ // New trial started.
8944
+ $this->_site = $site;
8945
+ $plan_change = 'trial_started';
8946
+
8947
+ // Store trial plan information.
8948
+ $this->_enrich_site_trial_plan( true );
8949
+
8950
+ // For trial with subscription use-case.
8951
+ $new_license = is_null( $site->license_id ) ? null : $this->_get_license_by_id( $site->license_id );
8952
+
8953
+ if ( is_object( $new_license ) && $new_license->is_valid() ) {
8954
+ $this->_site = $site;
8955
+ $this->_update_site_license( $new_license );
8956
+ $this->_store_licenses();
8957
+ $this->_enrich_site_plan( true );
8958
+
8959
+ $this->_sync_site_subscription( $this->_license );
8960
+ }
8961
+ } else if ( $this->_site->is_trial() && ! $site->is_trial() && ! is_numeric( $site->license_id ) ) {
8962
+ // Was in trial, but now trial expired and no license ID.
8963
+ // New trial started.
8964
+ $this->_site = $site;
8965
+ $plan_change = 'trial_expired';
8966
+
8967
+ // Clear trial plan information.
8968
+ $this->_storage->trial_plan = null;
8969
+
8970
+ } else {
8971
+ $is_free = $this->is_free_plan();
8972
+
8973
+ // Make sure license exist and not expired.
8974
+ $new_license = is_null( $site->license_id ) ?
8975
+ null :
8976
+ $this->_get_license_by_id( $site->license_id );
8977
+
8978
+ if ( $is_free && is_null( $new_license ) && $this->has_any_license() && $this->_license->is_cancelled ) {
8979
+ // License cancelled.
8980
+ $this->_site = $site;
8981
+ $this->_update_site_license( $new_license );
8982
+ $this->_store_licenses();
8983
+ $this->_enrich_site_plan( true );
8984
+
8985
+ $plan_change = 'cancelled';
8986
+ } else if ( $is_free && ( ( ! is_object( $new_license ) || $new_license->is_expired() ) ) ) {
8987
+ // The license is expired, so ignore upgrade method.
8988
+ } else {
8989
+ // License changed.
8990
+ $this->_site = $site;
8991
+ $this->_update_site_license( $new_license );
8992
+ $this->_store_licenses();
8993
+ $this->_enrich_site_plan( true );
8994
+
8995
+ $plan_change = $is_free ?
8996
+ 'upgraded' :
8997
+ ( is_object( $new_license ) ?
8998
+ 'changed' :
8999
+ 'downgraded' );
9000
+ }
9001
+ }
9002
+
9003
+ // Store updated site info.
9004
+ $this->_store_site();
9005
+ } else {
9006
+ if ( is_object( $this->_license ) && $this->_license->is_expired() ) {
9007
+ if ( ! $this->has_features_enabled_license() ) {
9008
+ $this->_deactivate_license();
9009
+ $plan_change = 'downgraded';
9010
+ } else {
9011
+ $plan_change = 'expired';
9012
+ }
9013
+ }
9014
+
9015
+ if ( is_numeric( $site->license_id ) && is_object( $this->_license ) ) {
9016
+ $this->_sync_site_subscription( $this->_license );
9017
+ }
9018
+ }
9019
+ }
9020
+
9021
+ if ( $this->has_paid_plan() ) {
9022
+ switch ( $plan_change ) {
9023
+ case 'none':
9024
+ if ( ! $background && is_admin() ) {
9025
+ $plan = $this->is_trial() ?
9026
+ $this->_storage->trial_plan :
9027
+ $this->_site->plan;
9028
+
9029
+ $this->_admin_notices->add(
9030
+ sprintf(
9031
+ __fs( 'plan-did-not-change-message', $this->_slug ),
9032
+ '<i><b>' . $plan->title . ( $this->is_trial() ? ' ' . __fs( 'trial', $this->_slug ) : '' ) . '</b></i>'
9033
+ ) . ' ' . sprintf(
9034
+ '<a href="%s">%s</a>',
9035
+ $this->contact_url(
9036
+ 'bug',
9037
+ sprintf( __fs( 'plan-did-not-change-email-message', $this->_slug ),
9038
+ strtoupper( $plan->name )
9039
+ )
9040
+ ),
9041
+ __fs( 'contact-us-here', $this->_slug )
9042
+ ),
9043
+ __fs( 'hmm', $this->_slug ) . '...'
9044
+ );
9045
+ }
9046
+ break;
9047
+ case 'upgraded':
9048
+ $this->_admin_notices->add_sticky(
9049
+ sprintf(
9050
+ __fs( 'plan-upgraded-message', $this->_slug ),
9051
+ '<i>' . $this->get_plugin_name() . '</i>'
9052
+ ) . $this->get_complete_upgrade_instructions(),
9053
+ 'plan_upgraded',
9054
+ __fs( 'yee-haw', $this->_slug ) . '!'
9055
+ );
9056
+
9057
+ $this->_admin_notices->remove_sticky( array(
9058
+ 'trial_started',
9059
+ 'trial_promotion',
9060
+ 'trial_expired',
9061
+ 'activation_complete',
9062
+ ) );
9063
+ break;
9064
+ case 'changed':
9065
+ $this->_admin_notices->add_sticky(
9066
+ sprintf(
9067
+ __fs( 'plan-changed-to-x-message', $this->_slug ),
9068
+ $this->_site->plan->title
9069
+ ),
9070
+ 'plan_changed'
9071
+ );
9072
+
9073
+ $this->_admin_notices->remove_sticky( array(
9074
+ 'trial_started',
9075
+ 'trial_promotion',
9076
+ 'trial_expired',
9077
+ 'activation_complete',
9078
+ ) );
9079
+ break;
9080
+ case 'downgraded':
9081
+ $this->_admin_notices->add_sticky(
9082
+ sprintf( __fs( 'license-expired-blocking-message', $this->_slug ) ),
9083
+ 'license_expired',
9084
+ __fs( 'hmm', $this->_slug ) . '...'
9085
+ );
9086
+ $this->_admin_notices->remove_sticky( 'plan_upgraded' );
9087
+ break;
9088
+ case 'cancelled':
9089
+ $this->_admin_notices->add(
9090
+ __fs( 'license-cancelled', $this->_slug ) . ' ' .
9091
+ sprintf(
9092
+ '<a href="%s">%s</a>',
9093
+ $this->contact_url( 'bug' ),
9094
+ __fs( 'contact-us-here', $this->_slug )
9095
+ ),
9096
+ __fs( 'hmm', $this->_slug ) . '...',
9097
+ 'error'
9098
+ );
9099
+ $this->_admin_notices->remove_sticky( 'plan_upgraded' );
9100
+ break;
9101
+ case 'expired':
9102
+ $this->_admin_notices->add_sticky(
9103
+ sprintf( __fs( 'license-expired-non-blocking-message', $this->_slug ), $this->_site->plan->title ),
9104
+ 'license_expired',
9105
+ __fs( 'hmm', $this->_slug ) . '...'
9106
+ );
9107
+ $this->_admin_notices->remove_sticky( 'plan_upgraded' );
9108
+ break;
9109
+ case 'trial_started':
9110
+ $this->_admin_notices->add_sticky(
9111
+ sprintf(
9112
+ __fs( 'trial-started-message', $this->_slug ),
9113
+ '<i>' . $this->get_plugin_name() . '</i>'
9114
+ ) . $this->get_complete_upgrade_instructions( $this->_storage->trial_plan->title ),
9115
+ 'trial_started',
9116
+ __fs( 'yee-haw', $this->_slug ) . '!'
9117
+ );
9118
+
9119
+ $this->_admin_notices->remove_sticky( array(
9120
+ 'trial_promotion',
9121
+ ) );
9122
+ break;
9123
+ case 'trial_expired':
9124
+ $this->_admin_notices->add_sticky(
9125
+ __fs( 'trial-expired-message', $this->_slug ),
9126
+ 'trial_expired',
9127
+ __fs( 'hmm', $this->_slug ) . '...'
9128
+ );
9129
+ $this->_admin_notices->remove_sticky( array(
9130
+ 'trial_started',
9131
+ 'trial_promotion',
9132
+ 'plan_upgraded',
9133
+ ) );
9134
+ break;
9135
+ }
9136
+ }
9137
+
9138
+ if ( 'none' !== $plan_change ) {
9139
+ $this->do_action( 'after_license_change', $plan_change, $this->_site->plan );
9140
+ }
9141
+ }
9142
+
9143
+ /**
9144
+ * @author Vova Feldman (@svovaf)
9145
+ * @since 1.0.5
9146
+ *
9147
+ * @param bool $background
9148
+ */
9149
+ protected function _activate_license( $background = false ) {
9150
+ $this->_logger->entrance();
9151
+
9152
+ $license_id = fs_request_get( 'license_id' );
9153
+
9154
+ if ( FS_Plugin_License::is_valid_id( $license_id ) && $license_id == $this->_site->license_id ) {
9155
+ // License is already activated.
9156
+ return;
9157
+ }
9158
+
9159
+ $premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
9160
+ $this->_get_license_by_id( $license_id ) :
9161
+ $this->_get_available_premium_license();
9162
+
9163
+ if ( ! is_object( $premium_license ) ) {
9164
+ return;
9165
+ }
9166
+
9167
+ /**
9168
+ * If the premium license is already associated with the install, just
9169
+ * update the license reference (activation is not required).
9170
+ *
9171
+ * @since 1.1.9
9172
+ */
9173
+ if ( $premium_license->id == $this->_site->license_id ) {
9174
+ // License is already activated.
9175
+ $this->_update_site_license( $premium_license );
9176
+ $this->_enrich_site_plan( false );
9177
+ $this->_store_account();
9178
+
9179
+ return;
9180
+ }
9181
+
9182
+ if ( $this->_site->user_id != $premium_license->user_id ) {
9183
+ $api_request_params = array( 'license_key' => $premium_license->secret_key );
9184
+ } else {
9185
+ $api_request_params = array();
9186
+ }
9187
+
9188
+ $api = $this->get_api_site_scope();
9189
+ $license = $api->call( "/licenses/{$premium_license->id}.json", 'put', $api_request_params );
9190
+
9191
+ if ( ! $this->is_api_result_entity( $license ) ) {
9192
+ if ( ! $background ) {
9193
+ $this->_admin_notices->add( sprintf(
9194
+ '%s %s',
9195
+ __fs( 'license-activation-failed-message', $this->_slug ),
9196
+ ( is_object( $license ) && isset( $license->error ) ?
9197
+ $license->error->message :
9198
+ sprintf( '%s<br><code>%s</code>',
9199
+ __fs( 'server-error-message', $this->_slug ),
9200
+ var_export( $license, true )
9201
+ )
9202
+ )
9203
+ ),
9204
+ __fs( 'hmm', $this->_slug ) . '...',
9205
+ 'error'
9206
+ );
9207
+ }
9208
+
9209
+ return;
9210
+ }
9211
+
9212
+ $premium_license = new FS_Plugin_License( $license );
9213
+
9214
+ // Updated site plan.
9215
+ $site = $this->get_api_site_scope()->get( '/', true );
9216
+ if ( $this->is_api_result_entity( $site ) ) {
9217
+ $this->_site = new FS_Site( $site );
9218
+ }
9219
+ $this->_update_site_license( $premium_license );
9220
+ $this->_enrich_site_plan( false );
9221
+
9222
+ $this->_store_account();
9223
+
9224
+ if ( ! $background ) {
9225
+ $this->_admin_notices->add_sticky(
9226
+ __fs( 'license-activated-message', $this->_slug ) .
9227
+ $this->get_complete_upgrade_instructions(),
9228
+ 'license_activated',
9229
+ __fs( 'yee-haw', $this->_slug ) . '!'
9230
+ );
9231
+ }
9232
+
9233
+ $this->_admin_notices->remove_sticky( array(
9234
+ 'trial_promotion',
9235
+ 'license_expired',
9236
+ ) );
9237
+ }
9238
+
9239
+ /**
9240
+ * @author Vova Feldman (@svovaf)
9241
+ * @since 1.0.5
9242
+ *
9243
+ * @param bool $show_notice
9244
+ */
9245
+ protected function _deactivate_license( $show_notice = true ) {
9246
+ $this->_logger->entrance();
9247
+
9248
+ if ( ! is_object( $this->_license ) ) {
9249
+ $this->_admin_notices->add(
9250
+ sprintf( __fs( 'no-active-license-message', $this->_slug ), $this->_site->plan->title ),
9251
+ __fs( 'hmm', $this->_slug ) . '...'
9252
+ );
9253
+
9254
+ return;
9255
+ }
9256
+
9257
+ $api = $this->get_api_site_scope();
9258
+ $license = $api->call( "/licenses/{$this->_site->license_id}.json", 'delete' );
9259
+
9260
+ if ( isset( $license->error ) ) {
9261
+ $this->_admin_notices->add(
9262
+ __fs( 'license-deactivation-failed-message', $this->_slug ) . '<br> ' .
9263
+ __fs( 'server-error-message', $this->_slug ) . ' ' . var_export( $license->error, true ),
9264
+ __fs( 'hmm', $this->_slug ) . '...',
9265
+ 'error'
9266
+ );
9267
+
9268
+ return;
9269
+ }
9270
+
9271
+ // Update license cache.
9272
+ for ( $i = 0, $len = count( $this->_licenses ); $i < $len; $i ++ ) {
9273
+ if ( $license->id == $this->_licenses[ $i ]->id ) {
9274
+ $this->_licenses[ $i ] = new FS_Plugin_License( $license );
9275
+ }
9276
+ }
9277
+
9278
+ // Updated site plan to default.
9279
+ $this->_sync_plans();
9280
+ $this->_site->plan->id = $this->_plans[0]->id;
9281
+ // Unlink license from site.
9282
+ $this->_update_site_license( null );
9283
+ $this->_enrich_site_plan( false );
9284
+
9285
+ $this->_store_account();
9286
+
9287
+ if ( $show_notice ) {
9288
+ $this->_admin_notices->add(
9289
+ sprintf( __fs( 'license-deactivation-message', $this->_slug ), $this->_site->plan->title ),
9290
+ __fs( 'ok', $this->_slug )
9291
+ );
9292
+ }
9293
+
9294
+ $this->_admin_notices->remove_sticky( array(
9295
+ 'plan_upgraded',
9296
+ 'license_activated',
9297
+ ) );
9298
+ }
9299
+
9300
+ /**
9301
+ * Site plan downgrade.
9302
+ *
9303
+ * @author Vova Feldman (@svovaf)
9304
+ * @since 1.0.4
9305
+ *
9306
+ * @uses FS_Api
9307
+ */
9308
+ private function _downgrade_site() {
9309
+ $this->_logger->entrance();
9310
+
9311
+ $api = $this->get_api_site_scope();
9312
+ $site = $api->call( 'downgrade.json', 'put' );
9313
+
9314
+ $plan_downgraded = false;
9315
+ $plan = false;
9316
+ if ( $this->is_api_result_entity( $site ) ) {
9317
+ $prev_plan_id = $this->_site->plan->id;
9318
+
9319
+ // Update new site plan id.
9320
+ $this->_site->plan->id = $site->plan_id;
9321
+
9322
+ $plan = $this->_enrich_site_plan();
9323
+ $subscription = $this->_sync_site_subscription( $this->_license );
9324
+
9325
+ // Plan downgraded if plan was changed or subscription was cancelled.
9326
+ $plan_downgraded = ( $plan instanceof FS_Plugin_Plan && $prev_plan_id != $plan->id ) ||
9327
+ ( is_object( $subscription ) && ! isset( $subscription->error ) && ! $subscription->is_active() );
9328
+ } else {
9329
+ // handle different error cases.
9330
+
9331
+ }
9332
+
9333
+ if ( $plan_downgraded ) {
9334
+ // Remove previous sticky message about upgrade (if exist).
9335
+ $this->_admin_notices->remove_sticky( 'plan_upgraded' );
9336
+
9337
+ $this->_admin_notices->add(
9338
+ sprintf( __fs( 'plan-x-downgraded-message', $this->_slug ),
9339
+ $plan->title,
9340
+ human_time_diff( time(), strtotime( $this->_license->expiration ) )
9341
+ )
9342
+ );
9343
+
9344
+ // Store site updates.
9345
+ $this->_store_site();
9346
+ } else {
9347
+ $this->_admin_notices->add(
9348
+ __fs( 'plan-downgraded-failure-message', $this->_slug ),
9349
+ __fs( 'oops', $this->_slug ) . '...',
9350
+ 'error'
9351
+ );
9352
+ }
9353
+ }
9354
+
9355
+ /**
9356
+ * @author Vova Feldman (@svovaf)
9357
+ * @since 1.1.8.1
9358
+ *
9359
+ * @param bool|string $plan_name
9360
+ *
9361
+ * @return bool If trial was successfully started.
9362
+ */
9363
+ function start_trial( $plan_name = false ) {
9364
+ $this->_logger->entrance();
9365
+
9366
+ if ( $this->is_trial() ) {
9367
+ // Already in trial mode.
9368
+ $this->_admin_notices->add(
9369
+ __fs( 'in-trial-mode', $this->_slug ),
9370
+ __fs( 'oops', $this->_slug ) . '...',
9371
+ 'error'
9372
+ );
9373
+
9374
+ return false;
9375
+ }
9376
+
9377
+ if ( $this->_site->is_trial_utilized() ) {
9378
+ // Trial was already utilized.
9379
+ $this->_admin_notices->add(
9380
+ __fs( 'trial-utilized', $this->_slug ),
9381
+ __fs( 'oops', $this->_slug ) . '...',
9382
+ 'error'
9383
+ );
9384
+
9385
+ return false;
9386
+ }
9387
+
9388
+ if ( false !== $plan_name ) {
9389
+ $plan = $this->get_plan_by_name( $plan_name );
9390
+
9391
+ if ( false === $plan ) {
9392
+ // Plan doesn't exist.
9393
+ $this->_admin_notices->add(
9394
+ sprintf( __fs( 'trial-plan-x-not-exist', $this->_slug ), $plan_name ),
9395
+ __fs( 'oops', $this->_slug ) . '...',
9396
+ 'error'
9397
+ );
9398
+
9399
+ return false;
9400
+ }
9401
+
9402
+ if ( ! $plan->has_trial() ) {
9403
+ // Plan doesn't exist.
9404
+ $this->_admin_notices->add(
9405
+ sprintf( __fs( 'plan-x-no-trial', $this->_slug ), $plan_name ),
9406
+ __fs( 'oops', $this->_slug ) . '...',
9407
+ 'error'
9408
+ );
9409
+
9410
+ return false;
9411
+ }
9412
+ } else {
9413
+ if ( ! $this->has_trial_plan() ) {
9414
+ // None of the plans have a trial.
9415
+ $this->_admin_notices->add(
9416
+ __fs( 'no-trials', $this->_slug ),
9417
+ __fs( 'oops', $this->_slug ) . '...',
9418
+ 'error'
9419
+ );
9420
+
9421
+ return false;
9422
+ }
9423
+
9424
+ $plans_with_trial = FS_Plan_Manager::instance()->get_trial_plans( $this->_plans );
9425
+
9426
+ $plan = $plans_with_trial[0];
9427
+ }
9428
+
9429
+ $api = $this->get_api_site_scope();
9430
+ $plan = $api->call( "plans/{$plan->id}/trials.json", 'post' );
9431
+
9432
+ if ( ! $this->is_api_result_entity( $plan ) ) {
9433
+ // Some API error while trying to start the trial.
9434
+ $this->_admin_notices->add(
9435
+ __fs( 'unexpected-api-error', $this->_slug ) . ' ' . var_export( $plan, true ),
9436
+ __fs( 'oops', $this->_slug ) . '...',
9437
+ 'error'
9438
+ );
9439
+
9440
+ return false;
9441
+ }
9442
+
9443
+ // Sync license.
9444
+ $this->_sync_license();
9445
+
9446
+ return $this->is_trial();
9447
+ }
9448
+
9449
+ /**
9450
+ * Cancel site trial.
9451
+ *
9452
+ * @author Vova Feldman (@svovaf)
9453
+ * @since 1.0.9
9454
+ *
9455
+ * @uses FS_Api
9456
+ */
9457
+ private function _cancel_trial() {
9458
+ $this->_logger->entrance();
9459
+
9460
+ if ( ! $this->is_trial() ) {
9461
+ $this->_admin_notices->add(
9462
+ __fs( 'trial-cancel-no-trial-message', $this->_slug ),
9463
+ __fs( 'oops', $this->_slug ) . '...',
9464
+ 'error'
9465
+ );
9466
+
9467
+ return;
9468
+ }
9469
+
9470
+ $api = $this->get_api_site_scope();
9471
+ $site = $api->call( 'trials.json', 'delete' );
9472
+
9473
+ $trial_cancelled = false;
9474
+
9475
+ if ( $this->is_api_result_entity( $site ) ) {
9476
+ $prev_trial_ends = $this->_site->trial_ends;
9477
+
9478
+ if ( $this->is_paid_trial() ) {
9479
+ $this->_license->expiration = $site->trial_ends;
9480
+ $this->_license->is_cancelled = true;
9481
+ $this->_update_site_license( $this->_license );
9482
+ $this->_store_licenses();
9483
+
9484
+ // Clear subscription reference.
9485
+ $this->_sync_site_subscription( null );
9486
+ }
9487
+
9488
+ // Update site info.
9489
+ $this->_site = new FS_Site( $site );
9490
+ $this->_enrich_site_plan();
9491
+
9492
+ $trial_cancelled = ( $prev_trial_ends != $site->trial_ends );
9493
+ } else {
9494
+ // handle different error cases.
9495
+
9496
+ }
9497
+
9498
+ if ( $trial_cancelled ) {
9499
+ // Remove previous sticky messages about upgrade or trial (if exist).
9500
+ $this->_admin_notices->remove_sticky( array(
9501
+ 'trial_started',
9502
+ 'trial_promotion',
9503
+ 'plan_upgraded',
9504
+ ) );
9505
+
9506
+ // Store site updates.
9507
+ $this->_store_site();
9508
+
9509
+ if ( ! $this->is_addon() ||
9510
+ ! $this->deactivate_premium_only_addon_without_license( true )
9511
+ ) {
9512
+ $this->_admin_notices->add(
9513
+ sprintf( __fs( 'trial-cancel-message', $this->_slug ), $this->_storage->trial_plan->title )
9514
+ );
9515
+ }
9516
+
9517
+ // Clear trial plan information.
9518
+ unset( $this->_storage->trial_plan );
9519
+ } else {
9520
+ $this->_admin_notices->add(
9521
+ __fs( 'trial-cancel-failure-message', $this->_slug ),
9522
+ __fs( 'oops', $this->_slug ) . '...',
9523
+ 'error'
9524
+ );
9525
+ }
9526
+ }
9527
+
9528
+ /**
9529
+ * @author Vova Feldman (@svovaf)
9530
+ * @since 1.0.6
9531
+ *
9532
+ * @param bool|number $plugin_id
9533
+ *
9534
+ * @return bool
9535
+ */
9536
+ private function _is_addon_id( $plugin_id ) {
9537
+ return is_numeric( $plugin_id ) && ( $this->get_id() != $plugin_id );
9538
+ }
9539
+
9540
+ /**
9541
+ * Check if user eligible to download premium version updates.
9542
+ *
9543
+ * @author Vova Feldman (@svovaf)
9544
+ * @since 1.0.6
9545
+ *
9546
+ * @return bool
9547
+ */
9548
+ private function _can_download_premium() {
9549
+ return $this->has_active_valid_license() ||
9550
+ ( $this->is_trial() && ! $this->get_trial_plan()->is_free() );
9551
+ }
9552
+
9553
+ /**
9554
+ *
9555
+ * @author Vova Feldman (@svovaf)
9556
+ * @since 1.0.6
9557
+ *
9558
+ * @param bool|number $addon_id
9559
+ * @param string $type "json" or "zip"
9560
+ *
9561
+ * @return string
9562
+ */
9563
+ private function _get_latest_version_endpoint( $addon_id = false, $type = 'json' ) {
9564
+
9565
+ $is_addon = $this->_is_addon_id( $addon_id );
9566
+
9567
+ $is_premium = null;
9568
+ if ( ! $is_addon ) {
9569
+ $is_premium = $this->_can_download_premium();
9570
+ } else if ( $this->is_addon_activated( $addon_id ) ) {
9571
+ $is_premium = self::get_instance_by_id( $addon_id )->_can_download_premium();
9572
+ }
9573
+
9574
+ return // If add-on, then append add-on ID.
9575
+ ( $is_addon ? "/addons/$addon_id" : '' ) .
9576
+ '/updates/latest.' . $type .
9577
+ // If add-on and not yet activated, try to fetch based on server licensing.
9578
+ ( is_bool( $is_premium ) ? '?is_premium=' . json_encode( $is_premium ) : '' );
9579
+ }
9580
+
9581
+ /**
9582
+ * @author Vova Feldman (@svovaf)
9583
+ * @since 1.0.4
9584
+ *
9585
+ * @param bool|number $addon_id
9586
+ * @param bool $flush Since 1.1.7.3
9587
+ *
9588
+ * @return object|false Plugin latest tag info.
9589
+ */
9590
+ function _fetch_latest_version( $addon_id = false, $flush = true ) {
9591
+ $this->_logger->entrance();
9592
+
9593
+ /**
9594
+ * @since 1.1.7.3 Check for plugin updates from Freemius only if opted-in.
9595
+ * @since 1.1.7.4 Also check updates for add-ons.
9596
+ */
9597
+ if ( ! $this->is_registered() &&
9598
+ ! $this->_is_addon_id( $addon_id )
9599
+ ) {
9600
+ return false;
9601
+ }
9602
+
9603
+ $tag = $this->get_api_site_or_plugin_scope()->get(
9604
+ $this->_get_latest_version_endpoint( $addon_id, 'json' ),
9605
+ $flush
9606
+ );
9607
+
9608
+ $latest_version = ( is_object( $tag ) && isset( $tag->version ) ) ? $tag->version : 'couldn\'t get';
9609
+
9610
+ $this->_logger->departure( 'Latest version ' . $latest_version );
9611
+
9612
+ return ( is_object( $tag ) && isset( $tag->version ) ) ? $tag : false;
9613
+ }
9614
+
9615
+ #----------------------------------------------------------------------------------
9616
+ #region Download Plugin
9617
+ #----------------------------------------------------------------------------------
9618
+
9619
+ /**
9620
+ * Download latest plugin version, based on plan.
9621
+ *
9622
+ * Not like _download_latest(), this will redirect the page
9623
+ * to secure download url to prevent dual download (from FS to WP server,
9624
+ * and then from WP server to the client / browser).
9625
+ *
9626
+ * @author Vova Feldman (@svovaf)
9627
+ * @since 1.0.9
9628
+ *
9629
+ * @param bool|number $plugin_id
9630
+ *
9631
+ * @uses FS_Api
9632
+ * @uses wp_redirect()
9633
+ */
9634
+ private function _download_latest_directly( $plugin_id = false ) {
9635
+ $this->_logger->entrance();
9636
+
9637
+ wp_redirect( $this->_get_latest_download_api_url( $plugin_id ) );
9638
+ }
9639
+
9640
+ /**
9641
+ * Get latest plugin FS API download URL.
9642
+ *
9643
+ * @author Vova Feldman (@svovaf)
9644
+ * @since 1.0.9
9645
+ *
9646
+ * @param bool|number $plugin_id
9647
+ *
9648
+ * @return string
9649
+ */
9650
+ private function _get_latest_download_api_url( $plugin_id = false ) {
9651
+ $this->_logger->entrance();
9652
+
9653
+ return $this->get_api_site_scope()->get_signed_url(
9654
+ $this->_get_latest_version_endpoint( $plugin_id, 'zip' )
9655
+ );
9656
+ }
9657
+
9658
+ /**
9659
+ * Get payment invoice URL.
9660
+ *
9661
+ * @author Vova Feldman (@svovaf)
9662
+ * @since 1.2.0
9663
+ *
9664
+ * @param bool|number $payment_id
9665
+ *
9666
+ * @return string
9667
+ */
9668
+ function _get_invoice_api_url( $payment_id = false ) {
9669
+ $this->_logger->entrance();
9670
+
9671
+ return $this->get_api_user_scope()->get_signed_url(
9672
+ "/payments/{$payment_id}/invoice.pdf"
9673
+ );
9674
+ }
9675
+
9676
+ /**
9677
+ * Get latest plugin download link.
9678
+ *
9679
+ * @author Vova Feldman (@svovaf)
9680
+ * @since 1.0.9
9681
+ *
9682
+ * @param string $label
9683
+ * @param bool|number $plugin_id
9684
+ *
9685
+ * @return string
9686
+ */
9687
+ private function _get_latest_download_link( $label, $plugin_id = false ) {
9688
+ return sprintf(
9689
+ '<a target="_blank" href="%s">%s</a>',
9690
+ $this->_get_latest_download_local_url( $plugin_id ),
9691
+ $label
9692
+ );
9693
+ }
9694
+
9695
+ /**
9696
+ * Get latest plugin download local URL.
9697
+ *
9698
+ * @author Vova Feldman (@svovaf)
9699
+ * @since 1.0.9
9700
+ *
9701
+ * @param bool|number $plugin_id
9702
+ *
9703
+ * @return string
9704
+ */
9705
+ function _get_latest_download_local_url( $plugin_id = false ) {
9706
+ // Add timestamp to protect from caching.
9707
+ $params = array( 'ts' => WP_FS__SCRIPT_START_TIME );
9708
+
9709
+ if ( ! empty( $plugin_id ) ) {
9710
+ $params['plugin_id'] = $plugin_id;
9711
+ }
9712
+
9713
+ return $this->get_account_url( 'download_latest', $params );
9714
+ }
9715
+
9716
+ #endregion Download Plugin ------------------------------------------------------------------
9717
+
9718
+ /**
9719
+ * @author Vova Feldman (@svovaf)
9720
+ * @since 1.0.4
9721
+ *
9722
+ * @uses FS_Api
9723
+ *
9724
+ * @param bool $background Hints the method if it's a background updates check. If false, it means that
9725
+ * was initiated by the admin.
9726
+ * @param bool|number $plugin_id
9727
+ * @param bool $flush Since 1.1.7.3
9728
+ */
9729
+ private function _check_updates( $background = false, $plugin_id = false, $flush = true ) {
9730
+ $this->_logger->entrance();
9731
+
9732
+ // Check if there's a newer version for download.
9733
+ $new_version = $this->_fetch_newer_version( $plugin_id, $flush );
9734
+
9735
+ $update = null;
9736
+ if ( is_object( $new_version ) ) {
9737
+ $update = new FS_Plugin_Tag( $new_version );
9738
+
9739
+ if ( ! $background ) {
9740
+ $this->_admin_notices->add(
9741
+ sprintf(
9742
+ __fs( 'version-x-released', $this->_slug ) . ' ' . __fs( 'please-download-x', $this->_slug ),
9743
+ $update->version,
9744
+ sprintf(
9745
+ '<a href="%s" target="_blank">%s</a>',
9746
+ $this->get_account_url( 'download_latest' ),
9747
+ sprintf( __fs( 'latest-x-version', $this->_slug ), $this->_site->plan->title )
9748
+ )
9749
+ ),
9750
+ __fs( 'new', $this->_slug ) . '!'
9751
+ );
9752
+ }
9753
+ } else if ( false === $new_version && ! $background ) {
9754
+ $this->_admin_notices->add(
9755
+ __fs( 'you-have-latest', $this->_slug ),
9756
+ __fs( 'you-are-good', $this->_slug )
9757
+ );
9758
+ }
9759
+
9760
+ $this->_store_update( $update, true, $plugin_id );
9761
+ }
9762
+
9763
+ /**
9764
+ * @author Vova Feldman (@svovaf)
9765
+ * @since 1.0.4
9766
+ *
9767
+ * @param bool $flush Since 1.1.7.3 add 24 hour cache by default.
9768
+ *
9769
+ * @return FS_Plugin[]
9770
+ *
9771
+ * @uses FS_Api
9772
+ */
9773
+ private function _sync_addons( $flush = false ) {
9774
+ $this->_logger->entrance();
9775
+
9776
+ $api = $this->get_api_site_or_plugin_scope();
9777
+
9778
+ /**
9779
+ * @since 1.2.1
9780
+ *
9781
+ * If there's a cached version of the add-ons and not asking
9782
+ * for a flush, just use the currently stored add-ons.
9783
+ */
9784
+ if ( ! $flush && $api->is_cached( '/addons.json?enriched=true' ) ) {
9785
+ $addons = self::get_all_addons();
9786
+
9787
+ return $addons[ $this->_plugin->id ];
9788
+ }
9789
+
9790
+ $result = $api->get( '/addons.json?enriched=true', $flush );
9791
+
9792
+ $addons = array();
9793
+ if ( $this->is_api_result_object( $result, 'plugins' ) &&
9794
+ is_array( $result->plugins )
9795
+ ) {
9796
+ for ( $i = 0, $len = count( $result->plugins ); $i < $len; $i ++ ) {
9797
+ $addons[ $i ] = new FS_Plugin( $result->plugins[ $i ] );
9798
+ }
9799
+
9800
+ $this->_store_addons( $addons, true );
9801
+ }
9802
+
9803
+ return $addons;
9804
+ }
9805
+
9806
+ /**
9807
+ * Handle user email update.
9808
+ *
9809
+ * @author Vova Feldman (@svovaf)
9810
+ * @since 1.0.3
9811
+ * @uses FS_Api
9812
+ *
9813
+ * @param string $new_email
9814
+ *
9815
+ * @return object
9816
+ */
9817
+ private function _update_email( $new_email ) {
9818
+ $this->_logger->entrance();
9819
+
9820
+
9821
+ $api = $this->get_api_user_scope();
9822
+ $user = $api->call( "?plugin_id={$this->_plugin->id}&fields=id,email,is_verified", 'put', array(
9823
+ 'email' => $new_email,
9824
+ 'after_email_confirm_url' => $this->_get_admin_page_url(
9825
+ 'account',
9826
+ array( 'fs_action' => 'sync_user' )
9827
+ ),
9828
+ ) );
9829
+
9830
+ if ( ! isset( $user->error ) ) {
9831
+ $this->_user->email = $user->email;
9832
+ $this->_user->is_verified = $user->is_verified;
9833
+ $this->_store_user();
9834
+ } else {
9835
+ // handle different error cases.
9836
+
9837
+ }
9838
+
9839
+ return $user;
9840
+ }
9841
+
9842
+ #----------------------------------------------------------------------------------
9843
+ #region API Error Handling
9844
+ #----------------------------------------------------------------------------------
9845
+
9846
+ /**
9847
+ * @author Vova Feldman (@svovaf)
9848
+ * @since 1.1.1
9849
+ *
9850
+ * @param mixed $result
9851
+ *
9852
+ * @return bool Is API result contains an error.
9853
+ */
9854
+ private function is_api_error( $result ) {
9855
+ return FS_Api::is_api_error( $result );
9856
+ }
9857
+
9858
+ /**
9859
+ * Checks if given API result is a non-empty and not an error object.
9860
+ *
9861
+ * @author Vova Feldman (@svovaf)
9862
+ * @since 1.2.1.5
9863
+ *
9864
+ * @param mixed $result
9865
+ * @param string|null $required_property Optional property we want to verify that is set.
9866
+ *
9867
+ * @return bool
9868
+ */
9869
+ function is_api_result_object( $result, $required_property = null ) {
9870
+ return FS_Api::is_api_result_object( $result, $required_property );
9871
+ }
9872
+
9873
+ /**
9874
+ * Checks if given API result is a non-empty entity object with non-empty ID.
9875
+ *
9876
+ * @author Vova Feldman (@svovaf)
9877
+ * @since 1.2.1.5
9878
+ *
9879
+ * @param mixed $result
9880
+ *
9881
+ * @return bool
9882
+ */
9883
+ private function is_api_result_entity( $result ) {
9884
+ return FS_Api::is_api_result_entity( $result );
9885
+ }
9886
+
9887
+ #endregion
9888
+
9889
+ /**
9890
+ * Make sure a given argument is an array of a specific type.
9891
+ *
9892
+ * @author Vova Feldman (@svovaf)
9893
+ * @since 1.2.1.5
9894
+ *
9895
+ * @param mixed $array
9896
+ * @param string $class
9897
+ *
9898
+ * @return bool
9899
+ */
9900
+ private function is_array_instanceof( $array, $class ) {
9901
+ return ( is_array( $array ) && ( empty( $array ) || $array[0] instanceof $class ) );
9902
+ }
9903
+
9904
+ /**
9905
+ * Start install ownership change.
9906
+ *
9907
+ * @author Vova Feldman (@svovaf)
9908
+ * @since 1.1.1
9909
+ * @uses FS_Api
9910
+ *
9911
+ * @param string $candidate_email
9912
+ *
9913
+ * @return bool Is ownership change successfully initiated.
9914
+ */
9915
+ private function init_change_owner( $candidate_email ) {
9916
+ $this->_logger->entrance();
9917
+
9918
+ $api = $this->get_api_site_scope();
9919
+ $result = $api->call( "/users/{$this->_user->id}.json", 'put', array(
9920
+ 'email' => $candidate_email,
9921
+ 'after_confirm_url' => $this->_get_admin_page_url(
9922
+ 'account',
9923
+ array( 'fs_action' => 'change_owner' )
9924
+ ),
9925
+ ) );
9926
+
9927
+ return ! $this->is_api_error( $result );
9928
+ }
9929
+
9930
+ /**
9931
+ * Handle install ownership change.
9932
+ *
9933
+ * @author Vova Feldman (@svovaf)
9934
+ * @since 1.1.1
9935
+ * @uses FS_Api
9936
+ *
9937
+ * @return bool Was ownership change successfully complete.
9938
+ */
9939
+ private function complete_change_owner() {
9940
+ $this->_logger->entrance();
9941
+
9942
+ $site_result = $this->get_api_site_scope( true )->get();
9943
+ $site = new FS_Site( $site_result );
9944
+ $this->_site = $site;
9945
+
9946
+ $user = new FS_User();
9947
+ $user->id = fs_request_get( 'user_id' );
9948
+
9949
+ // Validate install's user and given user.
9950
+ if ( $user->id != $this->_site->user_id ) {
9951
+ return false;
9952
+ }
9953
+
9954
+ $user->public_key = fs_request_get( 'user_public_key' );
9955
+ $user->secret_key = fs_request_get( 'user_secret_key' );
9956
+
9957
+ // Fetch new user information.
9958
+ $this->_user = $user;
9959
+ $user_result = $this->get_api_user_scope( true )->get();
9960
+ $user = new FS_User( $user_result );
9961
+ $this->_user = $user;
9962
+
9963
+ $this->_set_account( $user, $site );
9964
+
9965
+ return true;
9966
+ }
9967
+
9968
+ /**
9969
+ * Handle user name update.
9970
+ *
9971
+ * @author Vova Feldman (@svovaf)
9972
+ * @since 1.0.9
9973
+ * @uses FS_Api
9974
+ *
9975
+ * @return object
9976
+ */
9977
+ private function update_user_name() {
9978
+ $this->_logger->entrance();
9979
+ $name = fs_request_get( 'fs_user_name_' . $this->_slug, '' );
9980
+
9981
+ $api = $this->get_api_user_scope();
9982
+ $user = $api->call( "?plugin_id={$this->_plugin->id}&fields=id,first,last", 'put', array(
9983
+ 'name' => $name,
9984
+ ) );
9985
+
9986
+ if ( ! isset( $user->error ) ) {
9987
+ $this->_user->first = $user->first;
9988
+ $this->_user->last = $user->last;
9989
+ $this->_store_user();
9990
+ } else {
9991
+ // handle different error cases.
9992
+
9993
+ }
9994
+
9995
+ return $user;
9996
+ }
9997
+
9998
+ /**
9999
+ * Verify user email.
10000
+ *
10001
+ * @author Vova Feldman (@svovaf)
10002
+ * @since 1.0.3
10003
+ * @uses FS_Api
10004
+ */
10005
+ private function verify_email() {
10006
+ $this->_handle_account_user_sync();
10007
+
10008
+ if ( $this->_user->is_verified() ) {
10009
+ return;
10010
+ }
10011
+
10012
+ $api = $this->get_api_site_scope();
10013
+ $result = $api->call( "/users/{$this->_user->id}/verify.json", 'put', array(
10014
+ 'after_email_confirm_url' => $this->_get_admin_page_url(
10015
+ 'account',
10016
+ array( 'fs_action' => 'sync_user' )
10017
+ )
10018
+ ) );
10019
+
10020
+ if ( ! isset( $result->error ) ) {
10021
+ $this->_admin_notices->add( sprintf(
10022
+ __fs( 'verification-email-sent-message', $this->_slug ),
10023
+ sprintf( '<a href="mailto:%1s">%2s</a>', esc_url( $this->_user->email ), $this->_user->email )
10024
+ ) );
10025
+ } else {
10026
+ // handle different error cases.
10027
+
10028
+ }
10029
+ }
10030
+
10031
+ /**
10032
+ * @author Vova Feldman (@svovaf)
10033
+ * @since 1.1.2
10034
+ *
10035
+ * @param array $params
10036
+ *
10037
+ * @return string
10038
+ */
10039
+ private function get_activation_url( $params = array() ) {
10040
+ return $this->apply_filters( 'connect_url', $this->_get_admin_page_url( '', $params ) );
10041
+ }
10042
+
10043
+ /**
10044
+ * @author Vova Feldman (@svovaf)
10045
+ * @since 1.2.1.5
10046
+ *
10047
+ * @param array $params
10048
+ *
10049
+ * @return string
10050
+ */
10051
+ function get_reconnect_url( $params = array() ) {
10052
+ $params['fs_action'] = 'reset_anonymous_mode';
10053
+ $params['fs_slug'] = $this->_slug;
10054
+
10055
+ return $this->apply_filters( 'connect_url', $this->_get_admin_page_url( '', $params ) );
10056
+ }
10057
+
10058
+ /**
10059
+ * Get the URL of the page that should be loaded after the user connect or skip in the opt-in screen.
10060
+ *
10061
+ * @author Vova Feldman (@svovaf)
10062
+ * @since 1.1.3
10063
+ *
10064
+ * @param string $filter Filter name.
10065
+ *
10066
+ * @return string
10067
+ */
10068
+ function get_after_activation_url( $filter ) {
10069
+ $first_time_path = $this->_menu->get_first_time_path();
10070
+
10071
+ return $this->apply_filters(
10072
+ $filter,
10073
+ empty( $first_time_path ) ?
10074
+ $this->_get_admin_page_url() :
10075
+ $first_time_path
10076
+ );
10077
+ }
10078
+
10079
+ /**
10080
+ * Handle account page updates / edits / actions.
10081
+ *
10082
+ * @author Vova Feldman (@svovaf)
10083
+ * @since 1.0.2
10084
+ *
10085
+ */
10086
+ private function _handle_account_edits() {
10087
+ if ( ! current_user_can( 'activate_plugins' ) ) {
10088
+ return;
10089
+ }
10090
+
10091
+ $plugin_id = fs_request_get( 'plugin_id', $this->get_id() );
10092
+ $action = fs_get_action();
10093
+
10094
+ switch ( $action ) {
10095
+ case 'delete_account':
10096
+ check_admin_referer( $action );
10097
+
10098
+ if ( $plugin_id == $this->get_id() ) {
10099
+ $this->delete_account_event();
10100
+
10101
+ // Clear user and site.
10102
+ $this->_site = null;
10103
+ $this->_user = null;
10104
+
10105
+ fs_redirect( $this->get_activation_url() );
10106
+ } else {
10107
+ if ( $this->is_addon_activated( $plugin_id ) ) {
10108
+ $fs_addon = self::get_instance_by_id( $plugin_id );
10109
+ $fs_addon->delete_account_event();
10110
+
10111
+ fs_redirect( $this->_get_admin_page_url( 'account' ) );
10112
+ }
10113
+ }
10114
+
10115
+ return;
10116
+
10117
+ case 'downgrade_account':
10118
+ check_admin_referer( $action );
10119
+
10120
+ if ( $plugin_id == $this->get_id() ) {
10121
+ $this->_downgrade_site();
10122
+ } else if ( $this->is_addon_activated( $plugin_id ) ) {
10123
+ $fs_addon = self::get_instance_by_id( $plugin_id );
10124
+ $fs_addon->_downgrade_site();
10125
+ }
10126
+
10127
+ return;
10128
+
10129
+ case 'activate_license':
10130
+ check_admin_referer( $action );
10131
+
10132
+ if ( $plugin_id == $this->get_id() ) {
10133
+ $this->_activate_license();
10134
+ } else {
10135
+ if ( $this->is_addon_activated( $plugin_id ) ) {
10136
+ $fs_addon = self::get_instance_by_id( $plugin_id );
10137
+ $fs_addon->_activate_license();
10138
+ }
10139
+ }
10140
+
10141
+ return;
10142
+
10143
+ case 'deactivate_license':
10144
+ check_admin_referer( $action );
10145
+
10146
+ if ( $plugin_id == $this->get_id() ) {
10147
+ $this->_deactivate_license();
10148
+ } else {
10149
+ if ( $this->is_addon_activated( $plugin_id ) ) {
10150
+ $fs_addon = self::get_instance_by_id( $plugin_id );
10151
+ $fs_addon->_deactivate_license();
10152
+ }
10153
+ }
10154
+
10155
+ return;
10156
+
10157
+ case 'check_updates':
10158
+ check_admin_referer( $action );
10159
+ $this->_check_updates();
10160
+
10161
+ return;
10162
+
10163
+ case 'change_owner':
10164
+ $state = fs_request_get( 'state', 'init' );
10165
+ switch ( $state ) {
10166
+ case 'init':
10167
+ $candidate_email = fs_request_get( 'candidate_email', '' );
10168
+
10169
+ if ( $this->init_change_owner( $candidate_email ) ) {
10170
+ $this->_admin_notices->add( sprintf( __fs( 'change-owner-request-sent-x', $this->_slug ), '<b>' . $this->_user->email . '</b>' ) );
10171
+ }
10172
+ break;
10173
+ case 'owner_confirmed':
10174
+ $candidate_email = fs_request_get( 'candidate_email', '' );
10175
+
10176
+ $this->_admin_notices->add( sprintf( __fs( 'change-owner-request_owner-confirmed', $this->_slug ), '<b>' . $candidate_email . '</b>' ) );
10177
+ break;
10178
+ case 'candidate_confirmed':
10179
+ if ( $this->complete_change_owner() ) {
10180
+ $this->_admin_notices->add_sticky(
10181
+ sprintf( __fs( 'change-owner-request_candidate-confirmed', $this->_slug ), '<b>' . $this->_user->email . '</b>' ),
10182
+ 'ownership_changed',
10183
+ __fs( 'congrats', $this->_slug ) . '!'
10184
+ );
10185
+ } else {
10186
+ // @todo Handle failed ownership change message.
10187
+ }
10188
+ break;
10189
+ }
10190
+
10191
+ return;
10192
+
10193
+ case 'update_email':
10194
+ check_admin_referer( 'update_email' );
10195
+
10196
+ $new_email = fs_request_get( 'fs_email_' . $this->_slug, '' );
10197
+ $result = $this->_update_email( $new_email );
10198
+
10199
+ if ( isset( $result->error ) ) {
10200
+ switch ( $result->error->code ) {
10201
+ case 'user_exist':
10202
+ $this->_admin_notices->add(
10203
+ __fs( 'user-exist-message', $this->_slug ) . ' ' .
10204
+ sprintf( __fs( 'user-exist-message_ownership', $this->_slug ), '<b>' . $new_email . '</b>' ) .
10205
+ sprintf(
10206
+ '<a style="margin-left: 10px;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
10207
+ $this->get_account_url( 'change_owner', array(
10208
+ 'state' => 'init',
10209
+ 'candidate_email' => $new_email
10210
+ ) ),
10211
+ __fs( 'change-ownership', $this->_slug )
10212
+ ),
10213
+ __fs( 'oops', $this->_slug ) . '...',
10214
+ 'error'
10215
+ );
10216
+ break;
10217
+ }
10218
+ } else {
10219
+ $this->_admin_notices->add( __fs( 'email-updated-message', $this->_slug ) );
10220
+ }
10221
+
10222
+ return;
10223
+
10224
+ case 'update_user_name':
10225
+ check_admin_referer( 'update_user_name' );
10226
+
10227
+ $result = $this->update_user_name();
10228
+
10229
+ if ( isset( $result->error ) ) {
10230
+ $this->_admin_notices->add(
10231
+ __fs( 'name-update-failed-message', $this->_slug ),
10232
+ __fs( 'oops', $this->_slug ) . '...',
10233
+ 'error'
10234
+ );
10235
+ } else {
10236
+ $this->_admin_notices->add( __fs( 'name-updated-message', $this->_slug ) );
10237
+ }
10238
+
10239
+ return;
10240
+
10241
+ #region Actions that might be called from external links (e.g. email)
10242
+
10243
+ case 'cancel_trial':
10244
+ if ( $plugin_id == $this->get_id() ) {
10245
+ $this->_cancel_trial();
10246
+ } else {
10247
+ if ( $this->is_addon_activated( $plugin_id ) ) {
10248
+ $fs_addon = self::get_instance_by_id( $plugin_id );
10249
+ $fs_addon->_cancel_trial();
10250
+ }
10251
+ }
10252
+
10253
+ return;
10254
+
10255
+ case 'verify_email':
10256
+ $this->verify_email();
10257
+
10258
+ return;
10259
+
10260
+ case 'sync_user':
10261
+ $this->_handle_account_user_sync();
10262
+
10263
+ return;
10264
+
10265
+ case $this->_slug . '_sync_license':
10266
+ $this->_sync_license();
10267
+
10268
+ return;
10269
+
10270
+ case 'download_latest':
10271
+ $this->_download_latest_directly( $plugin_id );
10272
+
10273
+ return;
10274
+
10275
+ #endregion
10276
+ }
10277
+
10278
+ if ( WP_FS__IS_POST_REQUEST ) {
10279
+ $properties = array( 'site_secret_key', 'site_id', 'site_public_key' );
10280
+ foreach ( $properties as $p ) {
10281
+ if ( 'update_' . $p === $action ) {
10282
+ check_admin_referer( $action );
10283
+
10284
+ $this->_logger->log( $action );
10285
+
10286
+ $site_property = substr( $p, strlen( 'site_' ) );
10287
+ $site_property_value = fs_request_get( 'fs_' . $p . '_' . $this->_slug, '' );
10288
+ $this->get_site()->{$site_property} = $site_property_value;
10289
+
10290
+ // Store account after modification.
10291
+ $this->_store_site();
10292
+
10293
+ $this->do_action( 'account_property_edit', 'site', $site_property, $site_property_value );
10294
+
10295
+ $this->_admin_notices->add( sprintf(
10296
+ __fs( 'x-updated', $this->_slug ),
10297
+ '<b>' . str_replace( '_', ' ', $p ) . '</b>' ) );
10298
+
10299
+ return;
10300
+ }
10301
+ }
10302
+ }
10303
+ }
10304
+
10305
+ /**
10306
+ * Account page resources load.
10307
+ *
10308
+ * @author Vova Feldman (@svovaf)
10309
+ * @since 1.0.6
10310
+ */
10311
+ function _account_page_load() {
10312
+ $this->_logger->entrance();
10313
+
10314
+ $this->_logger->info( var_export( $_REQUEST, true ) );
10315
+
10316
+ fs_enqueue_local_style( 'fs_account', '/admin/account.css' );
10317
+
10318
+ if ( $this->has_addons() ) {
10319
+ wp_enqueue_script( 'plugin-install' );
10320
+ add_thickbox();
10321
+
10322
+ function fs_addons_body_class( $classes ) {
10323
+ $classes .= ' plugins-php';
10324
+
10325
+ return $classes;
10326
+ }
10327
+
10328
+ add_filter( 'admin_body_class', 'fs_addons_body_class' );
10329
+ }
10330
+
10331
+ if ( $this->has_paid_plan() &&
10332
+ ! $this->has_any_license() &&
10333
+ ! $this->is_sync_executed() &&
10334
+ $this->is_tracking_allowed()
10335
+ ) {
10336
+ /**
10337
+ * If no licenses found and no sync job was executed during the last 24 hours,
10338
+ * just execute the sync job right away (blocking execution).
10339
+ *
10340
+ * @since 1.1.7.3
10341
+ */
10342
+ $this->run_manual_sync();
10343
+ }
10344
+
10345
+ $this->_handle_account_edits();
10346
+
10347
+ $this->do_action( 'account_page_load_before_departure' );
10348
+ }
10349
+
10350
+ /**
10351
+ * Render account page.
10352
+ *
10353
+ * @author Vova Feldman (@svovaf)
10354
+ * @since 1.0.0
10355
+ */
10356
+ function _account_page_render() {
10357
+ $this->_logger->entrance();
10358
+
10359
+ $vars = array( 'slug' => $this->_slug );
10360
+ if ( 'billing' === fs_request_get( 'tab' ) ) {
10361
+ fs_require_once_template( 'billing.php', $vars );
10362
+ } else {
10363
+ fs_require_once_template( 'account.php', $vars );
10364
+ }
10365
+ }
10366
+
10367
+ /**
10368
+ * Render account connect page.
10369
+ *
10370
+ * @author Vova Feldman (@svovaf)
10371
+ * @since 1.0.7
10372
+ */
10373
+ function _connect_page_render() {
10374
+ $this->_logger->entrance();
10375
+
10376
+ $vars = array( 'slug' => $this->_slug );
10377
+ fs_require_once_template( 'connect.php', $vars );
10378
+ }
10379
+
10380
+ /**
10381
+ * Load required resources before add-ons page render.
10382
+ *
10383
+ * @author Vova Feldman (@svovaf)
10384
+ * @since 1.0.6
10385
+ */
10386
+ function _addons_page_load() {
10387
+ $this->_logger->entrance();
10388
+
10389
+ fs_enqueue_local_style( 'fs_addons', '/admin/add-ons.css' );
10390
+
10391
+ wp_enqueue_script( 'plugin-install' );
10392
+ add_thickbox();
10393
+
10394
+ function fs_addons_body_class( $classes ) {
10395
+ $classes .= ' plugins-php';
10396
+
10397
+ return $classes;
10398
+ }
10399
+
10400
+ add_filter( 'admin_body_class', 'fs_addons_body_class' );
10401
+
10402
+ if ( ! $this->is_registered() && $this->is_org_repo_compliant() ) {
10403
+ $this->_admin_notices->add(
10404
+ sprintf( __fs( 'addons-info-external-message', $this->_slug ), '<b>' . $this->get_plugin_name() . '</b>' ),
10405
+ __fs( 'heads-up', $this->_slug ),
10406
+ 'update-nag'
10407
+ );
10408
+ }
10409
+ }
10410
+
10411
+ /**
10412
+ * Render add-ons page.
10413
+ *
10414
+ * @author Vova Feldman (@svovaf)
10415
+ * @since 1.0.6
10416
+ */
10417
+ function _addons_page_render() {
10418
+ $this->_logger->entrance();
10419
+
10420
+ $vars = array( 'slug' => $this->_slug );
10421
+ fs_require_once_template( 'add-ons.php', $vars );
10422
+ }
10423
+
10424
+ /* Pricing & Upgrade
10425
+ ------------------------------------------------------------------------------------------------------------------*/
10426
+ /**
10427
+ * Render pricing page.
10428
+ *
10429
+ * @author Vova Feldman (@svovaf)
10430
+ * @since 1.0.0
10431
+ */
10432
+ function _pricing_page_render() {
10433
+ $this->_logger->entrance();
10434
+
10435
+ $vars = array( 'slug' => $this->_slug );
10436
+
10437
+ if ( 'true' === fs_request_get( 'checkout', false ) ) {
10438
+ fs_require_once_template( 'checkout.php', $vars );
10439
+ } else {
10440
+ fs_require_once_template( 'pricing.php', $vars );
10441
+ }
10442
+ }
10443
+
10444
+ #----------------------------------------------------------------------------------
10445
+ #region Contact Us
10446
+ #----------------------------------------------------------------------------------
10447
+
10448
+ /**
10449
+ * Render contact-us page.
10450
+ *
10451
+ * @author Vova Feldman (@svovaf)
10452
+ * @since 1.0.3
10453
+ */
10454
+ function _contact_page_render() {
10455
+ $this->_logger->entrance();
10456
+
10457
+ $vars = array( 'slug' => $this->_slug );
10458
+ fs_require_once_template( 'contact.php', $vars );
10459
+ }
10460
+
10461
+ #endregion ------------------------------------------------------------------------
10462
+
10463
+ /**
10464
+ * Hide all admin notices to prevent distractions.
10465
+ *
10466
+ * @author Vova Feldman (@svovaf)
10467
+ * @since 1.0.3
10468
+ *
10469
+ * @uses remove_all_actions()
10470
+ */
10471
+ private static function _hide_admin_notices() {
10472
+ remove_all_actions( 'admin_notices' );
10473
+ remove_all_actions( 'network_admin_notices' );
10474
+ remove_all_actions( 'all_admin_notices' );
10475
+ remove_all_actions( 'user_admin_notices' );
10476
+ }
10477
+
10478
+ static function _clean_admin_content_section_hook() {
10479
+ self::_hide_admin_notices();
10480
+
10481
+ // Hide footer.
10482
+ echo '<style>#wpfooter { display: none !important; }</style>';
10483
+ }
10484
+
10485
+ /**
10486
+ * Attach to admin_head hook to hide all admin notices.
10487
+ *
10488
+ * @author Vova Feldman (@svovaf)
10489
+ * @since 1.0.3
10490
+ */
10491
+ static function _clean_admin_content_section() {
10492
+ add_action( 'admin_head', 'Freemius::_clean_admin_content_section_hook' );
10493
+ }
10494
+
10495
+ /* CSS & JavaScript
10496
+ ------------------------------------------------------------------------------------------------------------------*/
10497
+ /* function _enqueue_script($handle, $src) {
10498
+ $url = plugins_url( substr( WP_FS__DIR_JS, strlen( $this->_plugin_dir_path ) ) . '/assets/js/' . $src );
10499
+
10500
+ $this->_logger->entrance( 'script = ' . $url );
10501
+
10502
+ wp_enqueue_script( $handle, $url );
10503
+ }*/
10504
+
10505
+ /* SDK
10506
+ ------------------------------------------------------------------------------------------------------------------*/
10507
+ private $_user_api;
10508
+
10509
+ /**
10510
+ *
10511
+ * @author Vova Feldman (@svovaf)
10512
+ * @since 1.0.2
10513
+ *
10514
+ * @param bool $flush
10515
+ *
10516
+ * @return FS_Api
10517
+ */
10518
+ function get_api_user_scope( $flush = false ) {
10519
+ if ( ! isset( $this->_user_api ) || $flush ) {
10520
+ $this->_user_api = FS_Api::instance(
10521
+ $this->_slug,
10522
+ 'user',
10523
+ $this->_user->id,
10524
+ $this->_user->public_key,
10525
+ ! $this->is_live(),
10526
+ $this->_user->secret_key
10527
+ );
10528
+ }
10529
+
10530
+ return $this->_user_api;
10531
+ }
10532
+
10533
+ private $_site_api;
10534
+
10535
+ /**
10536
+ *
10537
+ * @author Vova Feldman (@svovaf)
10538
+ * @since 1.0.2
10539
+ *
10540
+ * @param bool $flush
10541
+ *
10542
+ * @return FS_Api
10543
+ */
10544
+ function get_api_site_scope( $flush = false ) {
10545
+ if ( ! isset( $this->_site_api ) || $flush ) {
10546
+ $this->_site_api = FS_Api::instance(
10547
+ $this->_slug,
10548
+ 'install',
10549
+ $this->_site->id,
10550
+ $this->_site->public_key,
10551
+ ! $this->is_live(),
10552
+ $this->_site->secret_key
10553
+ );
10554
+ }
10555
+
10556
+ return $this->_site_api;
10557
+ }
10558
+
10559
+ private $_plugin_api;
10560
+
10561
+ /**
10562
+ * Get plugin public API scope.
10563
+ *
10564
+ * @author Vova Feldman (@svovaf)
10565
+ * @since 1.0.7
10566
+ *
10567
+ * @return FS_Api
10568
+ */
10569
+ function get_api_plugin_scope() {
10570
+ if ( ! isset( $this->_plugin_api ) ) {
10571
+ $this->_plugin_api = FS_Api::instance(
10572
+ $this->_slug,
10573
+ 'plugin',
10574
+ $this->_plugin->id,
10575
+ $this->_plugin->public_key,
10576
+ ! $this->is_live()
10577
+ );
10578
+ }
10579
+
10580
+ return $this->_plugin_api;
10581
+ }
10582
+
10583
+ /**
10584
+ * Get site API scope object (fallback to public plugin scope when not registered).
10585
+ *
10586
+ * @author Vova Feldman (@svovaf)
10587
+ * @since 1.0.7
10588
+ *
10589
+ * @return FS_Api
10590
+ */
10591
+ function get_api_site_or_plugin_scope() {
10592
+ return $this->is_registered() ?
10593
+ $this->get_api_site_scope() :
10594
+ $this->get_api_plugin_scope();
10595
+ }
10596
+
10597
+ /**
10598
+ * Show trial promotional notice (if any trial exist).
10599
+ *
10600
+ * @author Vova Feldman (@svovaf)
10601
+ * @since 1.0.9
10602
+ *
10603
+ * @param $plans
10604
+ */
10605
+ function _check_for_trial_plans( $plans ) {
10606
+ $this->_storage->has_trial_plan = FS_Plan_Manager::instance()->has_trial_plan( $plans );
10607
+ }
10608
+
10609
+ /**
10610
+ * During trial promotion the "upgrade" submenu item turns to
10611
+ * "start trial" to encourage the trial. Since we want to keep
10612
+ * the same menu item handler and there's no robust way to
10613
+ * add new arguments to the menu item link's querystring,
10614
+ * use JavaScript to find the menu item and update the href of
10615
+ * the link.
10616
+ *
10617
+ * @author Vova Feldman (@svovaf)
10618
+ * @since 1.2.1.5
10619
+ */
10620
+ function _fix_start_trial_menu_item_url() {
10621
+ $template_args = array( 'slug' => $this->_slug );
10622
+ fs_require_template( 'add-trial-to-pricing.php', $template_args );
10623
+ }
10624
+
10625
+ /**
10626
+ * Show trial promotional notice (if any trial exist).
10627
+ *
10628
+ * @author Vova Feldman (@svovaf)
10629
+ * @since 1.0.9
10630
+ *
10631
+ * @return bool If trial notice added.
10632
+ */
10633
+ function _add_trial_notice() {
10634
+ if ( ! current_user_can( 'activate_plugins' ) ) {
10635
+ return false;
10636
+ }
10637
+
10638
+ if ( ! $this->is_user_in_admin() ) {
10639
+ return false;
10640
+ }
10641
+
10642
+ // Check if trial message is already shown.
10643
+ if ( $this->_admin_notices->has_sticky( 'trial_promotion' ) ) {
10644
+ add_action( 'admin_footer', array( &$this, '_fix_start_trial_menu_item_url' ) );
10645
+
10646
+ $this->_menu->add_counter_to_menu_item( 1, 'fs-trial' );
10647
+
10648
+ return false;
10649
+ }
10650
+
10651
+ if ( $this->is_premium() && ! WP_FS__DEV_MODE ) {
10652
+ // Don't show trial if running the premium code, unless running in DEV mode.
10653
+ return false;
10654
+ }
10655
+
10656
+ if ( ! $this->has_trial_plan() ) {
10657
+ // No plans with trial.
10658
+ return false;
10659
+ }
10660
+
10661
+ if ( ! $this->apply_filters( 'show_trial', true ) ) {
10662
+ // Developer explicitly asked not to show the trial promo.
10663
+ return false;
10664
+ }
10665
+
10666
+ if ( $this->is_registered() ) {
10667
+ // Check if trial already utilized.
10668
+ if ( $this->_site->is_trial_utilized() ) {
10669
+ return false;
10670
+ }
10671
+
10672
+ if ( $this->is_paying_or_trial() ) {
10673
+ // Don't show trial if paying or already in trial.
10674
+ return false;
10675
+ }
10676
+ }
10677
+
10678
+ if ( $this->is_activation_mode() || $this->is_pending_activation() ) {
10679
+ // If not yet opted-in/skipped, or pending activation, don't show trial.
10680
+ return false;
10681
+ }
10682
+
10683
+ $last_time_trial_promotion_shown = $this->_storage->get( 'trial_promotion_shown', false );
10684
+ $was_promotion_shown_before = ( false !== $last_time_trial_promotion_shown );
10685
+
10686
+ // Show promotion if never shown before and 24 hours after initial activation with FS.
10687
+ if ( ! $was_promotion_shown_before &&
10688
+ $this->_storage->install_timestamp > ( time() - WP_FS__TIME_24_HOURS_IN_SEC )
10689
+ ) {
10690
+ return false;
10691
+ }
10692
+
10693
+ // OR if promotion was shown before, try showing it every 30 days.
10694
+ if ( $was_promotion_shown_before &&
10695
+ 30 * WP_FS__TIME_24_HOURS_IN_SEC > time() - $last_time_trial_promotion_shown
10696
+ ) {
10697
+ return false;
10698
+ }
10699
+
10700
+ $trial_period = $this->_trial_days;
10701
+ $require_payment = $this->_is_trial_require_payment;
10702
+ $trial_url = $this->get_trial_url();
10703
+ $plans_string = strtolower( __fs( 'awesome', $this->_slug ) );
10704
+
10705
+ if ( $this->is_registered() ) {
10706
+ // If opted-in, override trial with up to date data from API.
10707
+ $trial_plans = FS_Plan_Manager::instance()->get_trial_plans( $this->_plans );
10708
+ $trial_plans_count = count( $trial_plans );
10709
+
10710
+ if ( 0 === $trial_plans_count ) {
10711
+ // If there's no plans with a trial just exit.
10712
+ return false;
10713
+ }
10714
+
10715
+ /**
10716
+ * @var FS_Plugin_Plan $paid_plan
10717
+ */
10718
+ $paid_plan = $trial_plans[0];
10719
+ $require_payment = $paid_plan->is_require_subscription;
10720
+ $trial_period = $paid_plan->trial_period;
10721
+
10722
+ $total_paid_plans = count( $this->_plans ) - ( FS_Plan_Manager::instance()->has_free_plan( $this->_plans ) ? 1 : 0 );
10723
+
10724
+ if ( $total_paid_plans !== $trial_plans_count ) {
10725
+ // Not all paid plans have a trial - generate a string of those that have it.
10726
+ for ( $i = 0; $i < $trial_plans_count; $i ++ ) {
10727
+ $plans_string .= sprintf(
10728
+ '<a href="%s">%s</a>',
10729
+ $trial_url,
10730
+ $trial_plans[ $i ]->title
10731
+ );
10732
+
10733
+ if ( $i < $trial_plans_count - 2 ) {
10734
+ $plans_string .= ', ';
10735
+ } else if ( $i == $trial_plans_count - 2 ) {
10736
+ $plans_string .= ' and ';
10737
+ }
10738
+ }
10739
+ }
10740
+ }
10741
+
10742
+ $message = sprintf(
10743
+ __fs( 'hey', $this->_slug ) . '! ' . __fs( 'trial-x-promotion-message', $this->_slug ),
10744
+ sprintf( '<b>%s</b>', $this->get_plugin_name() ),
10745
+ $plans_string,
10746
+ $trial_period
10747
+ );
10748
+
10749
+ // "No Credit-Card Required" or "No Commitment for N Days".
10750
+ $cc_string = $require_payment ?
10751
+ sprintf( __fs( 'no-commitment-for-x-days', $this->_slug ), $trial_period ) :
10752
+ __fs( 'no-cc-required', $this->_slug ) . '!';
10753
+
10754
+
10755
+ // Start trial button.
10756
+ $button = ' ' . sprintf(
10757
+ '<a style="margin-left: 10px; vertical-align: super;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
10758
+ $trial_url,
10759
+ __fs( 'start-free-trial', $this->_slug )
10760
+ );
10761
+
10762
+ $this->_admin_notices->add_sticky(
10763
+ $this->apply_filters( 'trial_promotion_message', "{$message} {$cc_string} {$button}" ),
10764
+ 'trial_promotion',
10765
+ '',
10766
+ 'promotion'
10767
+ );
10768
+
10769
+ $this->_storage->trial_promotion_shown = WP_FS__SCRIPT_START_TIME;
10770
+
10771
+ return true;
10772
+ }
10773
+
10774
+ /**
10775
+ * @author Vova Feldman (@svovaf)
10776
+ * @since 1.2.1.5
10777
+ */
10778
+ function _enqueue_common_css() {
10779
+ if ( $this->has_paid_plan() && ! $this->is_paying() ) {
10780
+ // Add basic CSS for admin-notices and menu-item colors.
10781
+ fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
10782
+ }
10783
+ }
10784
+
10785
+ /* Action Links
10786
+ ------------------------------------------------------------------------------------------------------------------*/
10787
+ private $_action_links_hooked = false;
10788
+ private $_action_links = array();
10789
+
10790
+ /**
10791
+ * Hook to plugin action links filter.
10792
+ *
10793
+ * @author Vova Feldman (@svovaf)
10794
+ * @since 1.0.0
10795
+ */
10796
+ private function hook_plugin_action_links() {
10797
+ $this->_logger->entrance();
10798
+
10799
+ $this->_action_links_hooked = true;
10800
+
10801
+ $this->_logger->log( 'Adding action links hooks.' );
10802
+
10803
+ // Add action link to settings page.
10804
+ add_filter( 'plugin_action_links_' . $this->_plugin_basename, array(
10805
+ &$this,
10806
+ '_modify_plugin_action_links_hook'
10807
+ ), WP_FS__DEFAULT_PRIORITY, 2 );
10808
+ add_filter( 'network_admin_plugin_action_links_' . $this->_plugin_basename, array(
10809
+ &$this,
10810
+ '_modify_plugin_action_links_hook'
10811
+ ), WP_FS__DEFAULT_PRIORITY, 2 );
10812
+ }
10813
+
10814
+ /**
10815
+ * Add plugin action link.
10816
+ *
10817
+ * @author Vova Feldman (@svovaf)
10818
+ * @since 1.0.0
10819
+ *
10820
+ * @param $label
10821
+ * @param $url
10822
+ * @param bool $external
10823
+ * @param int $priority
10824
+ * @param bool $key
10825
+ */
10826
+ function add_plugin_action_link( $label, $url, $external = false, $priority = WP_FS__DEFAULT_PRIORITY, $key = false ) {
10827
+ $this->_logger->entrance();
10828
+
10829
+ if ( ! isset( $this->_action_links[ $priority ] ) ) {
10830
+ $this->_action_links[ $priority ] = array();
10831
+ }
10832
+
10833
+ if ( false === $key ) {
10834
+ $key = preg_replace( "/[^A-Za-z0-9 ]/", '', strtolower( $label ) );
10835
+ }
10836
+
10837
+ $this->_action_links[ $priority ][] = array(
10838
+ 'label' => $label,
10839
+ 'href' => $url,
10840
+ 'key' => $key,
10841
+ 'external' => $external
10842
+ );
10843
+ }
10844
+
10845
+ /**
10846
+ * Adds Upgrade and Add-Ons links to the main Plugins page link actions collection.
10847
+ *
10848
+ * @author Vova Feldman (@svovaf)
10849
+ * @since 1.0.0
10850
+ */
10851
+ function _add_upgrade_action_link() {
10852
+ $this->_logger->entrance();
10853
+
10854
+ if ( $this->is_registered() ) {
10855
+ if ( ! $this->is_paying() && $this->has_paid_plan() ) {
10856
+ $this->add_plugin_action_link(
10857
+ __fs( 'upgrade', $this->_slug ),
10858
+ $this->get_upgrade_url(),
10859
+ false,
10860
+ 7,
10861
+ 'upgrade'
10862
+ );
10863
+ }
10864
+
10865
+ if ( $this->has_addons() ) {
10866
+ $this->add_plugin_action_link(
10867
+ __fs( 'add-ons', $this->_slug ),
10868
+ $this->_get_admin_page_url( 'addons' ),
10869
+ false,
10870
+ 9,
10871
+ 'addons'
10872
+ );
10873
+ }
10874
+ }
10875
+ }
10876
+
10877
+ /**
10878
+ * Adds "Activate License" or "Change License" link to the main Plugins page link actions collection.
10879
+ *
10880
+ * @author Leo Fajardo (@leorw)
10881
+ * @since 1.1.9
10882
+ */
10883
+ function _add_license_action_link() {
10884
+ $this->_logger->entrance();
10885
+
10886
+ if ( $this->is_free_plan() && $this->is_addon() ) {
10887
+ return;
10888
+ }
10889
+
10890
+ if ( ! $this->is_ajax() ) {
10891
+ // Inject license activation dialog UI and client side code.
10892
+ add_action( 'admin_footer', array( &$this, '_add_license_activation_dialog_box' ) );
10893
+ }
10894
+
10895
+ $link_text = __fs(
10896
+ $this->is_free_plan() ? 'activate-license' : 'change-license',
10897
+ $this->_slug
10898
+ );
10899
+
10900
+ $this->add_plugin_action_link(
10901
+ $link_text,
10902
+ '#',
10903
+ false,
10904
+ 11,
10905
+ ( 'activate-license ' . $this->_slug )
10906
+ );
10907
+ }
10908
+
10909
+ /**
10910
+ * Adds "Opt in" or "Opt out" link to the main "Plugins" page link actions collection.
10911
+ *
10912
+ * @author Leo Fajardo (@leorw)
10913
+ * @since 1.2.1.5
10914
+ */
10915
+ function _add_tracking_links() {
10916
+ if ( ! current_user_can( 'activate_plugins' ) ) {
10917
+ return;
10918
+ }
10919
+
10920
+ $this->_logger->entrance();
10921
+
10922
+ if ( ! $this->is_enable_anonymous() ) {
10923
+ // Don't allow to opt-out if anonymous mode is disabled.
10924
+ return;
10925
+ }
10926
+
10927
+ if ( ! $this->is_free_plan() ) {
10928
+ // Don't allow to opt-out if running in paid plan.
10929
+ return;
10930
+ }
10931
+
10932
+ if ( $this->add_ajax_action( 'stop_tracking', array( &$this, '_stop_tracking_callback' ) ) ) {
10933
+ return;
10934
+ }
10935
+
10936
+ if ( $this->add_ajax_action( 'allow_tracking', array( &$this, '_allow_tracking_callback' ) ) ) {
10937
+ return;
10938
+ }
10939
+
10940
+ if ( fs_request_is_action_secure( $this->_slug . '_reconnect' ) ) {
10941
+ if ( ! $this->is_registered() && $this->is_anonymous() ) {
10942
+ $this->connect_again();
10943
+
10944
+ return;
10945
+ }
10946
+ }
10947
+
10948
+ $url = '#';
10949
+
10950
+ if ( $this->is_registered() ) {
10951
+ if ( $this->is_tracking_allowed() ) {
10952
+ $link_text_id = 'opt-out';
10953
+ } else {
10954
+ $link_text_id = 'opt-in';
10955
+ }
10956
+
10957
+ add_action( 'admin_footer', array( &$this, '_add_optout_dialog' ) );
10958
+ } else {
10959
+ $link_text_id = 'opt-in';
10960
+
10961
+ $params = ! $this->is_anonymous() ?
10962
+ array() :
10963
+ array(
10964
+ 'nonce' => wp_create_nonce( $this->_slug . '_reconnect' ),
10965
+ 'fs_action' => ( $this->_slug . '_reconnect' ),
10966
+ );
10967
+
10968
+ $url = $this->get_activation_url( $params );
10969
+ }
10970
+
10971
+ $this->add_plugin_action_link(
10972
+ __fs( $link_text_id, $this->_slug ),
10973
+ $url,
10974
+ false,
10975
+ 13,
10976
+ "opt-in-or-opt-out {$this->_slug}"
10977
+ );
10978
+ }
10979
+
10980
+ /**
10981
+ * Get the URL of the page that should be loaded right after the plugin activation.
10982
+ *
10983
+ * @author Vova Feldman (@svovaf)
10984
+ * @since 1.1.7.4
10985
+ *
10986
+ * @return string
10987
+ */
10988
+ function get_after_plugin_activation_redirect_url() {
10989
+ $url = false;
10990
+ $plugin_fs = false;
10991
+
10992
+ if ( ! $this->is_addon() ) {
10993
+ $first_time_path = $this->_menu->get_first_time_path();
10994
+ $plugin_fs = $this;
10995
+ $url = $plugin_fs->is_activation_mode() ?
10996
+ $plugin_fs->get_activation_url() :
10997
+ ( empty( $first_time_path ) ?
10998
+ $this->_get_admin_page_url() :
10999
+ $first_time_path );
11000
+ } else {
11001
+ if ( $this->is_parent_plugin_installed() ) {
11002
+ $plugin_fs = self::get_parent_instance();
11003
+ }
11004
+
11005
+ if ( is_object( $plugin_fs ) ) {
11006
+ if ( ! $plugin_fs->is_registered() ) {
11007
+ // Forward to parent plugin connect when parent not registered.
11008
+ $url = $plugin_fs->get_activation_url();
11009
+ } else {
11010
+ // Forward to account page.
11011
+ $url = $plugin_fs->_get_admin_page_url( 'account' );
11012
+ }
11013
+ }
11014
+ }
11015
+
11016
+ return $url;
11017
+ }
11018
+
11019
+ /**
11020
+ * Forward page to activation page.
11021
+ *
11022
+ * @author Vova Feldman (@svovaf)
11023
+ * @since 1.0.3
11024
+ */
11025
+ function _redirect_on_activation_hook() {
11026
+ $url = $this->get_after_plugin_activation_redirect_url();
11027
+
11028
+ if ( is_string( $url ) ) {
11029
+ fs_redirect( $url );
11030
+ }
11031
+ }
11032
+
11033
+ /**
11034
+ * Modify plugin's page action links collection.
11035
+ *
11036
+ * @author Vova Feldman (@svovaf)
11037
+ * @since 1.0.0
11038
+ *
11039
+ * @param array $links
11040
+ * @param $file
11041
+ *
11042
+ * @return array
11043
+ */
11044
+ function _modify_plugin_action_links_hook( $links, $file ) {
11045
+ $this->_logger->entrance();
11046
+
11047
+ $passed_deactivate = false;
11048
+ $deactivate_link = '';
11049
+ $before_deactivate = array();
11050
+ $after_deactivate = array();
11051
+ foreach ( $links as $key => $link ) {
11052
+ if ( 'deactivate' === $key ) {
11053
+ $deactivate_link = $link;
11054
+ $passed_deactivate = true;
11055
+ continue;
11056
+ }
11057
+
11058
+ if ( ! $passed_deactivate ) {
11059
+ $before_deactivate[ $key ] = $link;
11060
+ } else {
11061
+ $after_deactivate[ $key ] = $link;
11062
+ }
11063
+ }
11064
+
11065
+ ksort( $this->_action_links );
11066
+
11067
+ foreach ( $this->_action_links as $new_links ) {
11068
+ foreach ( $new_links as $link ) {
11069
+ $before_deactivate[ $link['key'] ] = '<a href="' . $link['href'] . '"' . ( $link['external'] ? ' target="_blank"' : '' ) . '>' . $link['label'] . '</a>';
11070
+ }
11071
+ }
11072
+
11073
+ if ( ! empty( $deactivate_link ) ) {
11074
+ if ( ! $this->is_paying_or_trial() || $this->is_premium() ) {
11075
+ /*
11076
+ * This HTML element is used to identify the correct plugin when attaching an event to its Deactivate link.
11077
+ *
11078
+ * If user is paying or in trial and have the free version installed,
11079
+ * assume that the deactivation is for the upgrade process, so this is not needed.
11080
+ */
11081
+ $deactivate_link .= '<i class="fs-slug" data-slug="' . $this->_slug . '"></i>';
11082
+ }
11083
+
11084
+ // Append deactivation link.
11085
+ $before_deactivate['deactivate'] = $deactivate_link;
11086
+ }
11087
+
11088
+ return array_merge( $before_deactivate, $after_deactivate );
11089
+ }
11090
+
11091
+ /**
11092
+ * Adds admin message.
11093
+ *
11094
+ * @author Vova Feldman (@svovaf)
11095
+ * @since 1.0.4
11096
+ *
11097
+ * @param string $message
11098
+ * @param string $title
11099
+ * @param string $type
11100
+ */
11101
+ function add_admin_message( $message, $title = '', $type = 'success' ) {
11102
+ $this->_admin_notices->add( $message, $title, $type );
11103
+ }
11104
+
11105
+ /**
11106
+ * Adds sticky admin message.
11107
+ *
11108
+ * @author Vova Feldman (@svovaf)
11109
+ * @since 1.1.0
11110
+ *
11111
+ * @param string $message
11112
+ * @param string $id
11113
+ * @param string $title
11114
+ * @param string $type
11115
+ */
11116
+ function add_sticky_admin_message( $message, $id, $title = '', $type = 'success' ) {
11117
+ $this->_admin_notices->add_sticky( $message, $id, $title, $type );
11118
+ }
11119
+
11120
+ /**
11121
+ * Helper function that returns the final steps for the upgrade completion.
11122
+ *
11123
+ * If the module is already running the premium code, returns an empty string.
11124
+ *
11125
+ * @author Vova Feldman (@svovaf)
11126
+ * @since 1.2.1
11127
+ *
11128
+ * @param string $plan_title
11129
+ *
11130
+ * @return string
11131
+ */
11132
+ private function get_complete_upgrade_instructions( $plan_title = '' ) {
11133
+ if ( $this->is_premium() ) {
11134
+ return '';
11135
+ }
11136
+
11137
+ if ( empty( $plan_title ) ) {
11138
+ $plan_title = $this->_site->plan->title;
11139
+ }
11140
+
11141
+ // @since 1.2.1.5 The free version is auto deactivated.
11142
+ $deactivation_step = version_compare( $this->version, '1.2.1.5', '<' ) ?
11143
+ ( '<li>' . __fs( 'deactivate-free-version', $this->_slug ) . '.</li>' ) :
11144
+ '';
11145
+
11146
+ return sprintf(
11147
+ ' %s: <ol><li>%s.</li>%s<li>%s (<a href="%s" target="_blank">%s</a>).</li></ol>',
11148
+ __fs( 'follow-steps-to-complete-upgrade', $this->_slug ),
11149
+ $this->_get_latest_download_link( sprintf(
11150
+ __fs( 'download-latest-x-version', $this->_slug ),
11151
+ $plan_title
11152
+ ) ),
11153
+ $deactivation_step,
11154
+ __fs( 'upload-and-activate', $this->_slug ),
11155
+ '//bit.ly/upload-wp-plugin',
11156
+ __fs( 'howto-upload-activate', $this->_slug )
11157
+ );
11158
+ }
11159
+
11160
+ /* Plugin Auto-Updates (@since 1.0.4)
11161
+ ------------------------------------------------------------------------------------------------------------------*/
11162
+ /**
11163
+ * @var string[]
11164
+ */
11165
+ private static $_auto_updated_plugins;
11166
+
11167
+ /**
11168
+ * @todo TEST IF IT WORKS!!!
11169
+ *
11170
+ * Include plugins for automatic updates based on stored settings.
11171
+ *
11172
+ * @see http://wordpress.stackexchange.com/questions/131394/how-do-i-exclude-plugins-from-getting-automatically-updated/131404#131404
11173
+ *
11174
+ * @author Vova Feldman (@svovaf)
11175
+ * @since 1.0.4
11176
+ *
11177
+ * @param bool $update Whether to update (not used for plugins)
11178
+ * @param object $item The plugin's info
11179
+ *
11180
+ * @return bool
11181
+ */
11182
+ static function _include_plugins_in_auto_update( $update, $item ) {
11183
+ // Before version 3.8.2 the $item was the file name of the plugin,
11184
+ // while in 3.8.2 statistics were added (https://core.trac.wordpress.org/changeset/27905).
11185
+ $by_slug = ( (int) str_replace( '.', '', get_bloginfo( 'version' ) ) >= 382 );
11186
+
11187
+ if ( ! isset( self::$_auto_updated_plugins ) ) {
11188
+ $plugins = self::$_accounts->get_option( 'plugins', array() );
11189
+
11190
+ $identifiers = array();
11191
+ foreach ( $plugins as $p ) {
11192
+ /**
11193
+ * @var FS_Plugin $p
11194
+ */
11195
+ if ( isset( $p->auto_update ) && $p->auto_update ) {
11196
+ $identifiers[] = ( $by_slug ? $p->slug : plugin_basename( $p->file ) );
11197
+ }
11198
+ }
11199
+
11200
+ self::$_auto_updated_plugins = $identifiers;
11201
+ }
11202
+
11203
+ if ( in_array( $by_slug ? $item->slug : $item, self::$_auto_updated_plugins ) ) {
11204
+ return true;
11205
+ }
11206
+
11207
+ // Pass update decision to next filters
11208
+ return $update;
11209
+ }
11210
+
11211
+ #----------------------------------------------------------------------------------
11212
+ #region Versioning
11213
+ #----------------------------------------------------------------------------------
11214
+
11215
+ /**
11216
+ * Check if Freemius in SDK upgrade mode.
11217
+ *
11218
+ * @author Vova Feldman (@svovaf)
11219
+ * @since 1.0.9
11220
+ *
11221
+ * @return bool
11222
+ */
11223
+ function is_sdk_upgrade_mode() {
11224
+ return isset( $this->_storage->sdk_upgrade_mode ) ?
11225
+ $this->_storage->sdk_upgrade_mode :
11226
+ false;
11227
+ }
11228
+
11229
+ /**
11230
+ * Turn SDK upgrade mode off.
11231
+ *
11232
+ * @author Vova Feldman (@svovaf)
11233
+ * @since 1.0.9
11234
+ */
11235
+ function set_sdk_upgrade_complete() {
11236
+ $this->_storage->sdk_upgrade_mode = false;
11237
+ }
11238
+
11239
+ /**
11240
+ * Check if plugin upgrade mode.
11241
+ *
11242
+ * @author Vova Feldman (@svovaf)
11243
+ * @since 1.0.9
11244
+ *
11245
+ * @return bool
11246
+ */
11247
+ function is_plugin_upgrade_mode() {
11248
+ return isset( $this->_storage->plugin_upgrade_mode ) ?
11249
+ $this->_storage->plugin_upgrade_mode :
11250
+ false;
11251
+ }
11252
+
11253
+ /**
11254
+ * Turn plugin upgrade mode off.
11255
+ *
11256
+ * @author Vova Feldman (@svovaf)
11257
+ * @since 1.0.9
11258
+ *
11259
+ * @return bool
11260
+ */
11261
+ function set_plugin_upgrade_complete() {
11262
+ $this->_storage->plugin_upgrade_mode = false;
11263
+ }
11264
+
11265
+ #endregion
11266
+
11267
+ #----------------------------------------------------------------------------------
11268
+ #region Permissions
11269
+ #----------------------------------------------------------------------------------
11270
+
11271
+ /**
11272
+ * Check if specific permission requested.
11273
+ *
11274
+ * @author Vova Feldman (@svovaf)
11275
+ * @since 1.1.6
11276
+ *
11277
+ * @param string $permission
11278
+ *
11279
+ * @return bool
11280
+ */
11281
+ function is_permission_requested( $permission ) {
11282
+ return isset( $this->_permissions[ $permission ] ) && ( true === $this->_permissions[ $permission ] );
11283
+ }
11284
+
11285
+ #endregion
11286
+
11287
+ #----------------------------------------------------------------------------------
11288
+ #region Marketing
11289
+ #----------------------------------------------------------------------------------
11290
+
11291
+ /**
11292
+ * Check if current user purchased any other plugins before.
11293
+ *
11294
+ * @author Vova Feldman (@svovaf)
11295
+ * @since 1.0.9
11296
+ *
11297
+ * @return bool
11298
+ */
11299
+ function has_purchased_before() {
11300
+ // TODO: Implement has_purchased_before() method.
11301
+ throw new Exception( 'not implemented' );
11302
+ }
11303
+
11304
+ /**
11305
+ * Check if current user classified as an agency.
11306
+ *
11307
+ * @author Vova Feldman (@svovaf)
11308
+ * @since 1.0.9
11309
+ *
11310
+ * @return bool
11311
+ */
11312
+ function is_agency() {
11313
+ // TODO: Implement is_agency() method.
11314
+ throw new Exception( 'not implemented' );
11315
+ }
11316
+
11317
+ /**
11318
+ * Check if current user classified as a developer.
11319
+ *
11320
+ * @author Vova Feldman (@svovaf)
11321
+ * @since 1.0.9
11322
+ *
11323
+ * @return bool
11324
+ */
11325
+ function is_developer() {
11326
+ // TODO: Implement is_developer() method.
11327
+ throw new Exception( 'not implemented' );
11328
+ }
11329
+
11330
+ /**
11331
+ * Check if current user classified as a business.
11332
+ *
11333
+ * @author Vova Feldman (@svovaf)
11334
+ * @since 1.0.9
11335
+ *
11336
+ * @return bool
11337
+ */
11338
+ function is_business() {
11339
+ // TODO: Implement is_business() method.
11340
+ throw new Exception( 'not implemented' );
11341
+ }
11342
+
11343
+ #endregion
11344
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/class-fs-api.php CHANGED
@@ -1,558 +1,558 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
- * @since 1.0.4
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Class FS_Api
15
- *
16
- * Wraps Freemius API SDK to handle:
17
- * 1. Clock sync.
18
- * 2. Fallback to HTTP when HTTPS fails.
19
- * 3. Adds caching layer to GET requests.
20
- * 4. Adds consistency for failed requests by using last cached version.
21
- */
22
- class FS_Api {
23
- /**
24
- * @var FS_Api[]
25
- */
26
- private static $_instances = array();
27
-
28
- /**
29
- * @var FS_Option_Manager Freemius options, options-manager.
30
- */
31
- private static $_options;
32
-
33
- /**
34
- * @var FS_Cache_Manager API Caching layer
35
- */
36
- private static $_cache;
37
-
38
- /**
39
- * @var int Clock diff in seconds between current server to API server.
40
- */
41
- private static $_clock_diff;
42
-
43
- /**
44
- * @var Freemius_Api_WordPress
45
- */
46
- private $_api;
47
-
48
- /**
49
- * @var string
50
- */
51
- private $_slug;
52
-
53
- /**
54
- * @var FS_Logger
55
- * @since 1.0.4
56
- */
57
- private $_logger;
58
-
59
- /**
60
- * @param string $slug
61
- * @param string $scope 'app', 'developer', 'user' or 'install'.
62
- * @param number $id Element's id.
63
- * @param string $public_key Public key.
64
- * @param bool $is_sandbox
65
- * @param bool|string $secret_key Element's secret key.
66
- *
67
- * @return FS_Api
68
- */
69
- static function instance( $slug, $scope, $id, $public_key, $is_sandbox, $secret_key = false ) {
70
- $identifier = md5( $slug . $scope . $id . $public_key . ( is_string( $secret_key ) ? $secret_key : '' ) . json_encode( $is_sandbox ) );
71
-
72
- if ( ! isset( self::$_instances[ $identifier ] ) ) {
73
- self::_init();
74
-
75
- self::$_instances[ $identifier ] = new FS_Api( $slug, $scope, $id, $public_key, $secret_key, $is_sandbox );
76
- }
77
-
78
- return self::$_instances[ $identifier ];
79
- }
80
-
81
- private static function _init() {
82
- if ( isset( self::$_options ) ) {
83
- return;
84
- }
85
-
86
- if ( ! class_exists( 'Freemius_Api_WordPress' ) ) {
87
- require_once WP_FS__DIR_SDK . '/FreemiusWordPress.php';
88
- }
89
-
90
- self::$_options = FS_Option_Manager::get_manager( WP_FS__OPTIONS_OPTION_NAME, true );
91
- self::$_cache = FS_Cache_Manager::get_manager( WP_FS__API_CACHE_OPTION_NAME );
92
-
93
- self::$_clock_diff = self::$_options->get_option( 'api_clock_diff', 0 );
94
- Freemius_Api_WordPress::SetClockDiff( self::$_clock_diff );
95
-
96
- if ( self::$_options->get_option( 'api_force_http', false ) ) {
97
- Freemius_Api_WordPress::SetHttp();
98
- }
99
- }
100
-
101
- /**
102
- * @param string $slug
103
- * @param string $scope 'app', 'developer', 'user' or 'install'.
104
- * @param number $id Element's id.
105
- * @param string $public_key Public key.
106
- * @param bool|string $secret_key Element's secret key.
107
- * @param bool $is_sandbox
108
- */
109
- private function __construct( $slug, $scope, $id, $public_key, $secret_key, $is_sandbox ) {
110
- $this->_api = new Freemius_Api_WordPress( $scope, $id, $public_key, $secret_key, $is_sandbox );
111
-
112
- $this->_slug = $slug;
113
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug . '_api', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
114
- }
115
-
116
- /**
117
- * Find clock diff between server and API server, and store the diff locally.
118
- *
119
- * @param bool|int $diff
120
- *
121
- * @return bool|int False if clock diff didn't change, otherwise returns the clock diff in seconds.
122
- */
123
- private function _sync_clock_diff( $diff = false ) {
124
- $this->_logger->entrance();
125
-
126
- // Sync clock and store.
127
- $new_clock_diff = ( false === $diff ) ?
128
- Freemius_Api_WordPress::FindClockDiff() :
129
- $diff;
130
-
131
- if ( $new_clock_diff === self::$_clock_diff ) {
132
- return false;
133
- }
134
-
135
- self::$_clock_diff = $new_clock_diff;
136
-
137
- // Update API clock's diff.
138
- Freemius_Api_WordPress::SetClockDiff( self::$_clock_diff );
139
-
140
- // Store new clock diff in storage.
141
- self::$_options->set_option( 'api_clock_diff', self::$_clock_diff, true );
142
-
143
- return $new_clock_diff;
144
- }
145
-
146
- /**
147
- * Override API call to enable retry with servers' clock auto sync method.
148
- *
149
- * @param string $path
150
- * @param string $method
151
- * @param array $params
152
- * @param bool $retry Is in retry or first call attempt.
153
- *
154
- * @return array|mixed|string|void
155
- */
156
- private function _call( $path, $method = 'GET', $params = array(), $retry = false ) {
157
- $this->_logger->entrance( $method . ':' . $path );
158
-
159
- if ( self::is_temporary_down() ) {
160
- $result = $this->get_temporary_unavailable_error();
161
- } else {
162
- $result = $this->_api->Api( $path, $method, $params );
163
-
164
- if ( null !== $result &&
165
- isset( $result->error ) &&
166
- isset( $result->error->code ) &&
167
- 'request_expired' === $result->error->code
168
- ) {
169
- if ( ! $retry ) {
170
- $diff = isset( $result->error->timestamp ) ?
171
- ( time() - strtotime( $result->error->timestamp ) ) :
172
- false;
173
-
174
- // Try to sync clock diff.
175
- if ( false !== $this->_sync_clock_diff( $diff ) ) {
176
- // Retry call with new synced clock.
177
- return $this->_call( $path, $method, $params, true );
178
- }
179
- }
180
- }
181
- }
182
-
183
- if ( $this->_logger->is_on() && self::is_api_error( $result ) ) {
184
- // Log API errors.
185
- $this->_logger->api_error( $result );
186
- }
187
-
188
- return $result;
189
- }
190
-
191
- /**
192
- * Override API call to wrap it in servers' clock sync method.
193
- *
194
- * @param string $path
195
- * @param string $method
196
- * @param array $params
197
- *
198
- * @return array|mixed|string|void
199
- * @throws Freemius_Exception
200
- */
201
- function call( $path, $method = 'GET', $params = array() ) {
202
- return $this->_call( $path, $method, $params );
203
- }
204
-
205
- /**
206
- * Get API request URL signed via query string.
207
- *
208
- * @param string $path
209
- *
210
- * @return string
211
- */
212
- function get_signed_url( $path ) {
213
- return $this->_api->GetSignedUrl( $path );
214
- }
215
-
216
- /**
217
- * @param string $path
218
- * @param bool $flush
219
- * @param int $expiration (optional) Time until expiration in seconds from now, defaults to 24 hours
220
- *
221
- * @return stdClass|mixed
222
- */
223
- function get( $path = '/', $flush = false, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
224
- $this->_logger->entrance( $path );
225
-
226
- $cache_key = $this->get_cache_key( $path );
227
-
228
- // Always flush during development.
229
- if ( WP_FS__DEV_MODE || $this->_api->IsSandbox() ) {
230
- $flush = true;
231
- }
232
-
233
- $cached_result = self::$_cache->get( $cache_key );
234
-
235
- if ( $flush || ! self::$_cache->has_valid( $cache_key, $expiration ) ) {
236
- $result = $this->call( $path );
237
-
238
- if ( ! is_object( $result ) || isset( $result->error ) ) {
239
- // Api returned an error.
240
- if ( is_object( $cached_result ) &&
241
- ! isset( $cached_result )
242
- ) {
243
- // If there was an error during a newer data fetch,
244
- // fallback to older data version.
245
- $result = $cached_result;
246
-
247
- if ( $this->_logger->is_on() ) {
248
- $this->_logger->warn( 'Fallback to cached API result: ' . var_export( $cached_result, true ) );
249
- }
250
- } else {
251
- // If no older data version, return result without
252
- // caching the error.
253
- return $result;
254
- }
255
- }
256
-
257
- self::$_cache->set( $cache_key, $result, $expiration );
258
-
259
- $cached_result = $result;
260
- } else {
261
- $this->_logger->log( 'Using cached API result.' );
262
- }
263
-
264
- return $cached_result;
265
- }
266
-
267
- /**
268
- * Check if there's a cached version of the API request.
269
- *
270
- * @author Vova Feldman (@svovaf)
271
- * @since 1.2.1
272
- *
273
- * @param string $path
274
- * @param string $method
275
- * @param array $params
276
- *
277
- * @return bool
278
- */
279
- function is_cached( $path, $method = 'GET', $params = array() ) {
280
- $cache_key = $this->get_cache_key( $path, $method, $params );
281
-
282
- return self::$_cache->has_valid( $cache_key );
283
- }
284
-
285
- /**
286
- * Invalidate a cached version of the API request.
287
- *
288
- * @author Vova Feldman (@svovaf)
289
- * @since 1.2.1.5
290
- *
291
- * @param string $path
292
- * @param string $method
293
- * @param array $params
294
- */
295
- function purge_cache( $path, $method = 'GET', $params = array() ) {
296
- $this->_logger->entrance( "{$method}:{$path}" );
297
-
298
- $cache_key = $this->get_cache_key( $path, $method, $params );
299
-
300
- self::$_cache->purge( $cache_key );
301
- }
302
-
303
- /**
304
- * @param string $path
305
- * @param string $method
306
- * @param array $params
307
- *
308
- * @return string
309
- * @throws \Freemius_Exception
310
- */
311
- private function get_cache_key( $path, $method = 'GET', $params = array() ) {
312
- $canonized = $this->_api->CanonizePath( $path );
313
- // $exploded = explode('/', $canonized);
314
- // return $method . '_' . array_pop($exploded) . '_' . md5($canonized . json_encode($params));
315
- return strtolower( $method . ':' . $canonized ) . ( ! empty( $params ) ? '#' . md5( json_encode( $params ) ) : '' );
316
- }
317
-
318
- /**
319
- * Test API connectivity.
320
- *
321
- * @author Vova Feldman (@svovaf)
322
- * @since 1.0.9 If fails, try to fallback to HTTP.
323
- * @since 1.1.6 Added a 5-min caching mechanism, to prevent from overloading the server if the API if
324
- * temporary down.
325
- *
326
- * @return bool True if successful connectivity to the API.
327
- */
328
- static function test() {
329
- self::_init();
330
-
331
- $cache_key = 'ping_test';
332
-
333
- $test = self::$_cache->get_valid( $cache_key, null );
334
-
335
- if ( is_null( $test ) ) {
336
- $test = Freemius_Api_WordPress::Test();
337
-
338
- if ( false === $test && Freemius_Api_WordPress::IsHttps() ) {
339
- // Fallback to HTTP, since HTTPS fails.
340
- Freemius_Api_WordPress::SetHttp();
341
-
342
- self::$_options->set_option( 'api_force_http', true, true );
343
-
344
- $test = Freemius_Api_WordPress::Test();
345
-
346
- if ( false === $test ) {
347
- /**
348
- * API connectivity test fail also in HTTP request, therefore,
349
- * fallback to HTTPS to keep connection secure.
350
- *
351
- * @since 1.1.6
352
- */
353
- self::$_options->set_option( 'api_force_http', false, true );
354
- }
355
- }
356
-
357
- self::$_cache->set( $cache_key, $test, WP_FS__TIME_5_MIN_IN_SEC );
358
- }
359
-
360
- return $test;
361
- }
362
-
363
- /**
364
- * Check if API is temporary down.
365
- *
366
- * @author Vova Feldman (@svovaf)
367
- * @since 1.1.6
368
- *
369
- * @return bool
370
- */
371
- static function is_temporary_down() {
372
- self::_init();
373
-
374
- $test = self::$_cache->get_valid( 'ping_test', null );
375
-
376
- return ( false === $test );
377
- }
378
-
379
- /**
380
- * @author Vova Feldman (@svovaf)
381
- * @since 1.1.6
382
- *
383
- * @return object
384
- */
385
- private function get_temporary_unavailable_error() {
386
- return (object) array(
387
- 'error' => (object) array(
388
- 'type' => 'TemporaryUnavailable',
389
- 'message' => 'API is temporary unavailable, please retry in ' . ( self::$_cache->get_record_expiration( 'ping_test' ) - WP_FS__SCRIPT_START_TIME ) . ' sec.',
390
- 'code' => 'temporary_unavailable',
391
- 'http' => 503
392
- )
393
- );
394
- }
395
-
396
- /**
397
- * Ping API for connectivity test, and return result object.
398
- *
399
- * @author Vova Feldman (@svovaf)
400
- * @since 1.0.9
401
- *
402
- * @param null|string $unique_anonymous_id
403
- * @param array $params
404
- *
405
- * @return object
406
- */
407
- function ping( $unique_anonymous_id = null, $params = array() ) {
408
- $this->_logger->entrance();
409
-
410
- if ( self::is_temporary_down() ) {
411
- return $this->get_temporary_unavailable_error();
412
- }
413
-
414
- $pong = is_null( $unique_anonymous_id ) ?
415
- Freemius_Api_WordPress::Ping() :
416
- $this->_call( 'ping.json?' . http_build_query( array_merge(
417
- array( 'uid' => $unique_anonymous_id ),
418
- $params
419
- ) ) );
420
-
421
- if ( $this->is_valid_ping( $pong ) ) {
422
- return $pong;
423
- }
424
-
425
- if ( self::should_try_with_http( $pong ) ) {
426
- // Fallback to HTTP, since HTTPS fails.
427
- Freemius_Api_WordPress::SetHttp();
428
-
429
- self::$_options->set_option( 'api_force_http', true, true );
430
-
431
- $pong = is_null( $unique_anonymous_id ) ?
432
- Freemius_Api_WordPress::Ping() :
433
- $this->_call( 'ping.json?' . http_build_query( array_merge(
434
- array( 'uid' => $unique_anonymous_id ),
435
- $params
436
- ) ) );
437
-
438
- if ( ! $this->is_valid_ping( $pong ) ) {
439
- self::$_options->set_option( 'api_force_http', false, true );
440
- }
441
- }
442
-
443
- return $pong;
444
- }
445
-
446
- /**
447
- * Check if based on the API result we should try
448
- * to re-run the same request with HTTP instead of HTTPS.
449
- *
450
- * @author Vova Feldman (@svovaf)
451
- * @since 1.1.6
452
- *
453
- * @param $result
454
- *
455
- * @return bool
456
- */
457
- private static function should_try_with_http( $result ) {
458
- if ( ! Freemius_Api_WordPress::IsHttps() ) {
459
- return false;
460
- }
461
-
462
- return ( ! is_object( $result ) ||
463
- ! isset( $result->error ) ||
464
- ! isset( $result->error->code ) ||
465
- ! in_array( $result->error->code, array(
466
- 'curl_missing',
467
- 'cloudflare_ddos_protection',
468
- 'maintenance_mode',
469
- 'squid_cache_block',
470
- 'too_many_requests',
471
- ) ) );
472
-
473
- }
474
-
475
- /**
476
- * Check if valid ping request result.
477
- *
478
- * @author Vova Feldman (@svovaf)
479
- * @since 1.1.1
480
- *
481
- * @param mixed $pong
482
- *
483
- * @return bool
484
- */
485
- function is_valid_ping( $pong ) {
486
- return Freemius_Api_WordPress::Test( $pong );
487
- }
488
-
489
- function get_url( $path = '' ) {
490
- return Freemius_Api_WordPress::GetUrl( $path, $this->_api->IsSandbox() );
491
- }
492
-
493
- /**
494
- * Clear API cache.
495
- *
496
- * @author Vova Feldman (@svovaf)
497
- * @since 1.0.9
498
- */
499
- static function clear_cache() {
500
- self::_init();
501
-
502
- self::$_cache = FS_Cache_Manager::get_manager( WP_FS__API_CACHE_OPTION_NAME );
503
- self::$_cache->clear();
504
- }
505
-
506
- #----------------------------------------------------------------------------------
507
- #region Error Handling
508
- #----------------------------------------------------------------------------------
509
-
510
- /**
511
- * @author Vova Feldman (@svovaf)
512
- * @since 1.2.1.5
513
- *
514
- * @param mixed $result
515
- *
516
- * @return bool Is API result contains an error.
517
- */
518
- static function is_api_error( $result ) {
519
- return ( is_object( $result ) && isset( $result->error ) ) ||
520
- is_string( $result );
521
- }
522
-
523
- /**
524
- * Checks if given API result is a non-empty and not an error object.
525
- *
526
- * @author Vova Feldman (@svovaf)
527
- * @since 1.2.1.5
528
- *
529
- * @param mixed $result
530
- * @param string|null $required_property Optional property we want to verify that is set.
531
- *
532
- * @return bool
533
- */
534
- static function is_api_result_object( $result, $required_property = null ) {
535
- return (
536
- is_object( $result ) &&
537
- ! isset( $result->error ) &&
538
- ( empty( $required_property ) || isset( $result->{$required_property} ) )
539
- );
540
- }
541
-
542
- /**
543
- * Checks if given API result is a non-empty entity object with non-empty ID.
544
- *
545
- * @author Vova Feldman (@svovaf)
546
- * @since 1.2.1.5
547
- *
548
- * @param mixed $result
549
- *
550
- * @return bool
551
- */
552
- static function is_api_result_entity( $result ) {
553
- return self::is_api_result_object( $result, 'id' ) &&
554
- FS_Entity::is_valid_id( $result->id );
555
- }
556
-
557
- #endregion
558
  }
1
+ <?php
2
+ /**
3
+ * @package Freemius
4
+ * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
+ * @since 1.0.4
7
+ */
8
+
9
+ if ( ! defined( 'ABSPATH' ) ) {
10
+ exit;
11
+ }
12
+
13
+ /**
14
+ * Class FS_Api
15
+ *
16
+ * Wraps Freemius API SDK to handle:
17
+ * 1. Clock sync.
18
+ * 2. Fallback to HTTP when HTTPS fails.
19
+ * 3. Adds caching layer to GET requests.
20
+ * 4. Adds consistency for failed requests by using last cached version.
21
+ */
22
+ class FS_Api {
23
+ /**
24
+ * @var FS_Api[]
25
+ */
26
+ private static $_instances = array();
27
+
28
+ /**
29
+ * @var FS_Option_Manager Freemius options, options-manager.
30
+ */
31
+ private static $_options;
32
+
33
+ /**
34
+ * @var FS_Cache_Manager API Caching layer
35
+ */
36
+ private static $_cache;
37
+
38
+ /**
39
+ * @var int Clock diff in seconds between current server to API server.
40
+ */
41
+ private static $_clock_diff;
42
+
43
+ /**
44
+ * @var Freemius_Api
45
+ */
46
+ private $_api;
47
+
48
+ /**
49
+ * @var string
50
+ */
51
+ private $_slug;
52
+
53
+ /**
54
+ * @var FS_Logger
55
+ * @since 1.0.4
56
+ */
57
+ private $_logger;
58
+
59
+ /**
60
+ * @param string $slug
61
+ * @param string $scope 'app', 'developer', 'user' or 'install'.
62
+ * @param number $id Element's id.
63
+ * @param string $public_key Public key.
64
+ * @param bool $is_sandbox
65
+ * @param bool|string $secret_key Element's secret key.
66
+ *
67
+ * @return FS_Api
68
+ */
69
+ static function instance( $slug, $scope, $id, $public_key, $is_sandbox, $secret_key = false ) {
70
+ $identifier = md5( $slug . $scope . $id . $public_key . ( is_string( $secret_key ) ? $secret_key : '' ) . json_encode( $is_sandbox ) );
71
+
72
+ if ( ! isset( self::$_instances[ $identifier ] ) ) {
73
+ self::_init();
74
+
75
+ self::$_instances[ $identifier ] = new FS_Api( $slug, $scope, $id, $public_key, $secret_key, $is_sandbox );
76
+ }
77
+
78
+ return self::$_instances[ $identifier ];
79
+ }
80
+
81
+ private static function _init() {
82
+ if ( isset( self::$_options ) ) {
83
+ return;
84
+ }
85
+
86
+ if ( ! class_exists( 'Freemius_Api' ) ) {
87
+ require_once( WP_FS__DIR_SDK . '/Freemius.php' );
88
+ }
89
+
90
+ self::$_options = FS_Option_Manager::get_manager( WP_FS__OPTIONS_OPTION_NAME, true );
91
+ self::$_cache = FS_Cache_Manager::get_manager( WP_FS__API_CACHE_OPTION_NAME );
92
+
93
+ self::$_clock_diff = self::$_options->get_option( 'api_clock_diff', 0 );
94
+ Freemius_Api::SetClockDiff( self::$_clock_diff );
95
+
96
+ if ( self::$_options->get_option( 'api_force_http', false ) ) {
97
+ Freemius_Api::SetHttp();
98
+ }
99
+ }
100
+
101
+ /**
102
+ * @param string $slug
103
+ * @param string $scope 'app', 'developer', 'user' or 'install'.
104
+ * @param number $id Element's id.
105
+ * @param string $public_key Public key.
106
+ * @param bool|string $secret_key Element's secret key.
107
+ * @param bool $is_sandbox
108
+ */
109
+ private function __construct( $slug, $scope, $id, $public_key, $secret_key, $is_sandbox ) {
110
+ $this->_api = new Freemius_Api( $scope, $id, $public_key, $secret_key, $is_sandbox );
111
+
112
+ $this->_slug = $slug;
113
+ $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug . '_api', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
114
+ }
115
+
116
+ /**
117
+ * Find clock diff between server and API server, and store the diff locally.
118
+ *
119
+ * @param bool|int $diff
120
+ *
121
+ * @return bool|int False if clock diff didn't change, otherwise returns the clock diff in seconds.
122
+ */
123
+ private function _sync_clock_diff( $diff = false ) {
124
+ $this->_logger->entrance();
125
+
126
+ // Sync clock and store.
127
+ $new_clock_diff = ( false === $diff ) ?
128
+ Freemius_Api::FindClockDiff() :
129
+ $diff;
130
+
131
+ if ( $new_clock_diff === self::$_clock_diff ) {
132
+ return false;
133
+ }
134
+
135
+ self::$_clock_diff = $new_clock_diff;
136
+
137
+ // Update API clock's diff.
138
+ Freemius_Api::SetClockDiff( self::$_clock_diff );
139
+
140
+ // Store new clock diff in storage.
141
+ self::$_options->set_option( 'api_clock_diff', self::$_clock_diff, true );
142
+
143
+ return $new_clock_diff;
144
+ }
145
+
146
+ /**
147
+ * Override API call to enable retry with servers' clock auto sync method.
148
+ *
149
+ * @param string $path
150
+ * @param string $method
151
+ * @param array $params
152
+ * @param bool $retry Is in retry or first call attempt.
153
+ *
154
+ * @return array|mixed|string|void
155
+ */
156
+ private function _call( $path, $method = 'GET', $params = array(), $retry = false ) {
157
+ $this->_logger->entrance( $method . ':' . $path );
158
+
159
+ if ( self::is_temporary_down() ) {
160
+ $result = $this->get_temporary_unavailable_error();
161
+ } else {
162
+ $result = $this->_api->Api( $path, $method, $params );
163
+
164
+ if ( null !== $result &&
165
+ isset( $result->error ) &&
166
+ isset( $result->error->code ) &&
167
+ 'request_expired' === $result->error->code
168
+ ) {
169
+ if ( ! $retry ) {
170
+ $diff = isset( $result->error->timestamp ) ?
171
+ ( time() - strtotime( $result->error->timestamp ) ) :
172
+ false;
173
+
174
+ // Try to sync clock diff.
175
+ if ( false !== $this->_sync_clock_diff( $diff ) ) {
176
+ // Retry call with new synced clock.
177
+ return $this->_call( $path, $method, $params, true );
178
+ }
179
+ }
180
+ }
181
+ }
182
+
183
+ if ( $this->_logger->is_on() && self::is_api_error( $result ) ) {
184
+ // Log API errors.
185
+ $this->_logger->api_error( $result );
186
+ }
187
+
188
+ return $result;
189
+ }
190
+
191
+ /**
192
+ * Override API call to wrap it in servers' clock sync method.
193
+ *
194
+ * @param string $path
195
+ * @param string $method
196
+ * @param array $params
197
+ *
198
+ * @return array|mixed|string|void
199
+ * @throws Freemius_Exception
200
+ */
201
+ function call( $path, $method = 'GET', $params = array() ) {
202
+ return $this->_call( $path, $method, $params );
203
+ }
204
+
205
+ /**
206
+ * Get API request URL signed via query string.
207
+ *
208
+ * @param string $path
209
+ *
210
+ * @return string
211
+ */
212
+ function get_signed_url( $path ) {
213
+ return $this->_api->GetSignedUrl( $path );
214
+ }
215
+
216
+ /**
217
+ * @param string $path
218
+ * @param bool $flush
219
+ * @param int $expiration (optional) Time until expiration in seconds from now, defaults to 24 hours
220
+ *
221
+ * @return stdClass|mixed
222
+ */
223
+ function get( $path = '/', $flush = false, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
224
+ $this->_logger->entrance( $path );
225
+
226
+ $cache_key = $this->get_cache_key( $path );
227
+
228
+ // Always flush during development.
229
+ if ( WP_FS__DEV_MODE || $this->_api->IsSandbox() ) {
230
+ $flush = true;
231
+ }
232
+
233
+ $cached_result = self::$_cache->get( $cache_key );
234
+
235
+ if ( $flush || ! self::$_cache->has_valid( $cache_key ) ) {
236
+ $result = $this->call( $path );
237
+
238
+ if ( ! is_object( $result ) || isset( $result->error ) ) {
239
+ // Api returned an error.
240
+ if ( is_object( $cached_result ) &&
241
+ ! isset( $cached_result )
242
+ ) {
243
+ // If there was an error during a newer data fetch,
244
+ // fallback to older data version.
245
+ $result = $cached_result;
246
+
247
+ if ( $this->_logger->is_on() ) {
248
+ $this->_logger->warn( 'Fallback to cached API result: ' . var_export( $cached_result, true ) );
249
+ }
250
+ } else {
251
+ // If no older data version, return result without
252
+ // caching the error.
253
+ return $result;
254
+ }
255
+ }
256
+
257
+ self::$_cache->set( $cache_key, $result, $expiration );
258
+
259
+ $cached_result = $result;
260
+ } else {
261
+ $this->_logger->log( 'Using cached API result.' );
262
+ }
263
+
264
+ return $cached_result;
265
+ }
266
+
267
+ /**
268
+ * Check if there's a cached version of the API request.
269
+ *
270
+ * @author Vova Feldman (@svovaf)
271
+ * @since 1.2.1
272
+ *
273
+ * @param string $path
274
+ * @param string $method
275
+ * @param array $params
276
+ *
277
+ * @return bool
278
+ */
279
+ function is_cached( $path, $method = 'GET', $params = array() ) {
280
+ $cache_key = $this->get_cache_key( $path, $method, $params );
281
+
282
+ return self::$_cache->has_valid( $cache_key );
283
+ }
284
+
285
+ /**
286
+ * Invalidate a cached version of the API request.
287
+ *
288
+ * @author Vova Feldman (@svovaf)
289
+ * @since 1.2.1.5
290
+ *
291
+ * @param string $path
292
+ * @param string $method
293
+ * @param array $params
294
+ */
295
+ function purge_cache( $path, $method = 'GET', $params = array() ) {
296
+ $this->_logger->entrance( "{$method}:{$path}" );
297
+
298
+ $cache_key = $this->get_cache_key( $path, $method, $params );
299
+
300
+ self::$_cache->purge( $cache_key );
301
+ }
302
+
303
+ /**
304
+ * @param string $path
305
+ * @param string $method
306
+ * @param array $params
307
+ *
308
+ * @return string
309
+ * @throws \Freemius_Exception
310
+ */
311
+ private function get_cache_key( $path, $method = 'GET', $params = array() ) {
312
+ $canonized = $this->_api->CanonizePath( $path );
313
+ // $exploded = explode('/', $canonized);
314
+ // return $method . '_' . array_pop($exploded) . '_' . md5($canonized . json_encode($params));
315
+ return strtolower( $method . ':' . $canonized ) . ( ! empty( $params ) ? '#' . md5( json_encode( $params ) ) : '' );
316
+ }
317
+
318
+ /**
319
+ * Test API connectivity.
320
+ *
321
+ * @author Vova Feldman (@svovaf)
322
+ * @since 1.0.9 If fails, try to fallback to HTTP.
323
+ * @since 1.1.6 Added a 5-min caching mechanism, to prevent from overloading the server if the API if
324
+ * temporary down.
325
+ *
326
+ * @return bool True if successful connectivity to the API.
327
+ */
328
+ static function test() {
329
+ self::_init();
330
+
331
+ $cache_key = 'ping_test';
332
+
333
+ $test = self::$_cache->get_valid( $cache_key, null );
334
+
335
+ if ( is_null( $test ) ) {
336
+ $test = Freemius_Api::Test();
337
+
338
+ if ( false === $test && Freemius_Api::IsHttps() ) {
339
+ // Fallback to HTTP, since HTTPS fails.
340
+ Freemius_Api::SetHttp();
341
+
342
+ self::$_options->set_option( 'api_force_http', true, true );
343
+
344
+ $test = Freemius_Api::Test();
345
+
346
+ if ( false === $test ) {
347
+ /**
348
+ * API connectivity test fail also in HTTP request, therefore,
349
+ * fallback to HTTPS to keep connection secure.
350
+ *
351
+ * @since 1.1.6
352
+ */
353
+ self::$_options->set_option( 'api_force_http', false, true );
354
+ }
355
+ }
356
+
357
+ self::$_cache->set( $cache_key, $test, WP_FS__TIME_5_MIN_IN_SEC );
358
+ }
359
+
360
+ return $test;
361
+ }
362
+
363
+ /**
364
+ * Check if API is temporary down.
365
+ *
366
+ * @author Vova Feldman (@svovaf)
367
+ * @since 1.1.6
368
+ *
369
+ * @return bool
370
+ */
371
+ static function is_temporary_down() {
372
+ self::_init();
373
+
374
+ $test = self::$_cache->get_valid( 'ping_test', null );
375
+
376
+ return ( false === $test );
377
+ }
378
+
379
+ /**
380
+ * @author Vova Feldman (@svovaf)
381
+ * @since 1.1.6
382
+ *
383
+ * @return object
384
+ */
385
+ private function get_temporary_unavailable_error() {
386
+ return (object) array(
387
+ 'error' => (object) array(
388
+ 'type' => 'TemporaryUnavailable',
389
+ 'message' => 'API is temporary unavailable, please retry in ' . ( self::$_cache->get_record_expiration( 'ping_test' ) - WP_FS__SCRIPT_START_TIME ) . ' sec.',
390
+ 'code' => 'temporary_unavailable',
391
+ 'http' => 503
392
+ )
393
+ );
394
+ }
395
+
396
+ /**
397
+ * Ping API for connectivity test, and return result object.
398
+ *
399
+ * @author Vova Feldman (@svovaf)
400
+ * @since 1.0.9
401
+ *
402
+ * @param null|string $unique_anonymous_id
403
+ * @param array $params
404
+ *
405
+ * @return object
406
+ */
407
+ function ping( $unique_anonymous_id = null, $params = array() ) {
408
+ $this->_logger->entrance();
409
+
410
+ if ( self::is_temporary_down() ) {
411
+ return $this->get_temporary_unavailable_error();
412
+ }
413
+
414
+ $pong = is_null( $unique_anonymous_id ) ?
415
+ Freemius_Api::Ping() :
416
+ $this->_call( 'ping.json?' . http_build_query( array_merge(
417
+ array( 'uid' => $unique_anonymous_id ),
418
+ $params
419
+ ) ) );
420
+
421
+ if ( $this->is_valid_ping( $pong ) ) {
422
+ return $pong;
423
+ }
424
+
425
+ if ( self::should_try_with_http( $pong ) ) {
426
+ // Fallback to HTTP, since HTTPS fails.
427
+ Freemius_Api::SetHttp();
428
+
429
+ self::$_options->set_option( 'api_force_http', true, true );
430
+
431
+ $pong = is_null( $unique_anonymous_id ) ?
432
+ Freemius_Api::Ping() :
433
+ $this->_call( 'ping.json?' . http_build_query( array_merge(
434
+ array( 'uid' => $unique_anonymous_id ),
435
+ $params
436
+ ) ) );
437
+
438
+ if ( ! $this->is_valid_ping( $pong ) ) {
439
+ self::$_options->set_option( 'api_force_http', false, true );
440
+ }
441
+ }
442
+
443
+ return $pong;
444
+ }
445
+
446
+ /**
447
+ * Check if based on the API result we should try
448
+ * to re-run the same request with HTTP instead of HTTPS.
449
+ *
450
+ * @author Vova Feldman (@svovaf)
451
+ * @since 1.1.6
452
+ *
453
+ * @param $result
454
+ *
455
+ * @return bool
456
+ */
457
+ private static function should_try_with_http( $result ) {
458
+ if ( ! Freemius_Api::IsHttps() ) {
459
+ return false;
460
+ }
461
+
462
+ return ( ! is_object( $result ) ||
463
+ ! isset( $result->error ) ||
464
+ ! isset( $result->error->code ) ||
465
+ ! in_array( $result->error->code, array(
466
+ 'curl_missing',
467
+ 'cloudflare_ddos_protection',
468
+ 'maintenance_mode',
469
+ 'squid_cache_block',
470
+ 'too_many_requests',
471
+ ) ) );
472
+
473
+ }
474
+
475
+ /**
476
+ * Check if valid ping request result.
477
+ *
478
+ * @author Vova Feldman (@svovaf)
479
+ * @since 1.1.1
480
+ *
481
+ * @param mixed $pong
482
+ *
483
+ * @return bool
484
+ */
485
+ function is_valid_ping( $pong ) {
486
+ return Freemius_Api::Test( $pong );
487
+ }
488
+
489
+ function get_url( $path = '' ) {
490
+ return Freemius_Api::GetUrl( $path, $this->_api->IsSandbox() );
491
+ }
492
+
493
+ /**
494
+ * Clear API cache.
495
+ *
496
+ * @author Vova Feldman (@svovaf)
497
+ * @since 1.0.9
498
+ */
499
+ static function clear_cache() {
500
+ self::_init();
501
+
502
+ self::$_cache = FS_Cache_Manager::get_manager( WP_FS__API_CACHE_OPTION_NAME );
503
+ self::$_cache->clear();
504
+ }
505
+
506
+ #----------------------------------------------------------------------------------
507
+ #region Error Handling
508
+ #----------------------------------------------------------------------------------
509
+
510
+ /**
511
+ * @author Vova Feldman (@svovaf)
512
+ * @since 1.2.1.5
513
+ *
514
+ * @param mixed $result
515
+ *
516
+ * @return bool Is API result contains an error.
517
+ */
518
+ static function is_api_error( $result ) {
519
+ return ( is_object( $result ) && isset( $result->error ) ) ||
520
+ is_string( $result );
521
+ }
522
+
523
+ /**
524
+ * Checks if given API result is a non-empty and not an error object.
525
+ *
526
+ * @author Vova Feldman (@svovaf)
527
+ * @since 1.2.1.5
528
+ *
529
+ * @param mixed $result
530
+ * @param string|null $required_property Optional property we want to verify that is set.
531
+ *
532
+ * @return bool
533
+ */
534
+ static function is_api_result_object( $result, $required_property = null ) {
535
+ return (
536
+ is_object( $result ) &&
537
+ ! isset( $result->error ) &&
538
+ ( empty( $required_property ) || isset( $result->{$required_property} ) )
539
+ );
540
+ }
541
+
542
+ /**
543
+ * Checks if given API result is a non-empty entity object with non-empty ID.
544
+ *
545
+ * @author Vova Feldman (@svovaf)
546
+ * @since 1.2.1.5
547
+ *
548
+ * @param mixed $result
549
+ *
550
+ * @return bool
551
+ */
552
+ static function is_api_result_entity( $result ) {
553
+ return self::is_api_result_object( $result, 'id' ) &&
554
+ FS_Entity::is_valid_id( $result->id );
555
+ }
556
+
557
+ #endregion
558
  }
freemius/includes/class-fs-logger.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.3
7
  */
8
 
@@ -15,22 +15,6 @@
15
  private $_on = false;
16
  private $_echo = false;
17
  private $_file_start = 0;
18
- /**
19
- * @var int PHP Process ID.
20
- */
21
- private static $_processID;
22
- /**
23
- * @var string PHP Script user name.
24
- */
25
- private static $_ownerName;
26
- /**
27
- * @var bool Is storage logging turned on.
28
- */
29
- private static $_isStorageLoggingOn;
30
- /**
31
- * @var int ABSPATH length.
32
- */
33
- private static $_abspathLength;
34
 
35
  private static $LOGGERS = array();
36
  private static $LOG = array();
@@ -43,11 +27,7 @@
43
  $bt = debug_backtrace();
44
  $caller = $bt[2];
45
 
46
- if ( false !== strpos( $caller['file'], 'plugins' ) ) {
47
- $this->_file_start = strpos( $caller['file'], 'plugins' ) + strlen( 'plugins/' );
48
- } else {
49
- $this->_file_start = strpos( $caller['file'], 'themes' ) + strlen( 'themes/' );
50
- }
51
 
52
  if ( $on ) {
53
  $this->on();
@@ -67,10 +47,6 @@
67
  public static function get_logger( $id, $on = false, $echo = false ) {
68
  $id = strtolower( $id );
69
 
70
- if ( ! isset( self::$_processID ) ) {
71
- self::init();
72
- }
73
-
74
  if ( ! isset( self::$LOGGERS[ $id ] ) ) {
75
  self::$LOGGERS[ $id ] = new FS_Logger( $id, $on, $echo );
76
  }
@@ -78,27 +54,7 @@
78
  return self::$LOGGERS[ $id ];
79
  }
80
 
81
- /**
82
- * Initialize logging global info.
83
- *
84
- * @author Vova Feldman (@svovaf)
85
- * @since 1.2.1.6
86
- */
87
- private static function init() {
88
- self::$_ownerName = function_exists( 'get_current_user' ) ?
89
- get_current_user() :
90
- 'unknown';
91
- self::$_isStorageLoggingOn = ( 1 == get_option( 'fs_storage_logger', 0 ) );
92
- self::$_abspathLength = strlen( ABSPATH );
93
- self::$_processID = mt_rand( 0, 32000 );
94
-
95
- // Process ID may be `false` on errors.
96
- if ( ! is_numeric( self::$_processID ) ) {
97
- self::$_processID = 0;
98
- }
99
- }
100
-
101
- private static function hook_footer() {
102
  if ( self::$_HOOKED_FOOTER ) {
103
  return;
104
  }
@@ -117,11 +73,7 @@
117
  function on() {
118
  $this->_on = true;
119
 
120
- if ( ! function_exists( 'dbDelta' ) ) {
121
- require_once ABSPATH . 'wp-admin/includes/upgrade.php';
122
- }
123
-
124
- self::hook_footer();
125
  }
126
 
127
  function echo_on() {
@@ -155,40 +107,17 @@
155
 
156
  $caller = $bt[ $depth ];
157
 
158
- /**
159
- * Retrieve the correct call file & line number from backtrace
160
- * when logging from a wrapper method.
161
- *
162
- * @author Vova Feldman
163
- * @since 1.2.1.6
164
- */
165
- if ( empty( $caller['line'] ) ) {
166
- $depth --;
167
-
168
- while ( $depth >= 0 ) {
169
- if ( ! empty( $bt[ $depth ]['line'] ) ) {
170
- $caller['line'] = $bt[ $depth ]['line'];
171
- $caller['file'] = $bt[ $depth ]['file'];
172
- break;
173
- }
174
- }
175
- }
176
-
177
  $log = array_merge( $caller, array(
178
  'cnt' => self::$CNT ++,
179
  'logger' => $this,
180
- 'timestamp' => microtime( true ),
181
- 'log_type' => $type,
182
  'msg' => $message,
183
  ) );
184
 
185
- if ( self::$_isStorageLoggingOn ) {
186
- $this->db_log( $type, $message, self::$CNT, $caller );
187
- }
188
-
189
  self::$LOG[] = $log;
190
 
191
- if ( $this->is_echo_on() && ! Freemius::is_ajax() ) {
192
  echo self::format_html( $log ) . "\n";
193
  }
194
  }
@@ -247,442 +176,30 @@
247
  $this->_log( $msg, 'log', $wrapper );
248
  }
249
 
250
- #--------------------------------------------------------------------------------
251
- #region Log Formatting
252
- #--------------------------------------------------------------------------------
253
-
254
  private static function format( $log, $show_type = true ) {
255
- return '[' . str_pad( $log['cnt'], strlen( self::$CNT ), '0', STR_PAD_LEFT ) . '] [' . $log['logger']->_id . '] ' . ( $show_type ? '[' . $log['log_type'] . ']' : '' ) . ( ! empty( $log['class'] ) ? $log['class'] . $log['type'] : '' ) . $log['function'] . ' >> ' . $log['msg'] . ( isset( $log['file'] ) ? ' (' . substr( $log['file'], $log['logger']->_file_start ) . ' ' . $log['line'] . ') ' : '' ) . ' [' . $log['timestamp'] . ']';
256
  }
257
 
258
  private static function format_html( $log ) {
259
- return '<div style="font-size: 13px; font-family: monospace; color: #7da767; padding: 8px 3px; background: #000; border-bottom: 1px solid #555;">[' . $log['cnt'] . '] [' . $log['logger']->_id . '] [' . $log['log_type'] . '] <b><code style="color: #c4b1e0;">' . ( ! empty( $log['class'] ) ? $log['class'] . $log['type'] : '' ) . $log['function'] . '</code> >> <b style="color: #f59330;">' . esc_html( $log['msg'] ) . '</b></b>' . ( isset( $log['file'] ) ? ' (' . substr( $log['file'], $log['logger']->_file_start ) . ' ' . $log['line'] . ')' : '' ) . ' [' . $log['timestamp'] . ']</div>';
260
  }
261
 
262
- #endregion
263
-
264
  static function dump() {
265
  ?>
266
  <!-- BEGIN: Freemius PHP Console Log -->
267
  <script type="text/javascript">
268
  <?php
269
- foreach ( self::$LOG as $log ) {
270
- echo 'console.' . $log['log_type'] . '(' . json_encode( self::format( $log, false ) ) . ')' . "\n";
271
- }
 
272
  ?>
273
  </script>
274
  <!-- END: Freemius PHP Console Log -->
275
- <?php
276
  }
277
 
278
  static function get_log() {
279
  return self::$LOG;
280
  }
281
-
282
- #--------------------------------------------------------------------------------
283
- #region Database Logging
284
- #--------------------------------------------------------------------------------
285
-
286
- /**
287
- * @author Vova Feldman (@svovaf)
288
- * @since 1.2.1.6
289
- *
290
- * @return bool
291
- */
292
- public static function is_storage_logging_on() {
293
- if ( ! isset( self::$_isStorageLoggingOn ) ) {
294
- self::$_isStorageLoggingOn = ( 1 == get_option( 'fs_storage_logger', 0 ) );
295
- }
296
-
297
- return self::$_isStorageLoggingOn;
298
- }
299
-
300
- /**
301
- * Turns on/off database persistent debugging to capture
302
- * multi-session logs to debug complex flows like
303
- * plugin auto-deactivate on premium version activation.
304
- *
305
- * @todo Check if Theme Check has issues with DB tables for themes.
306
- *
307
- * @author Vova Feldman (@svovaf)
308
- * @since 1.2.1.6
309
- *
310
- * @param bool $is_on
311
- *
312
- * @return bool
313
- */
314
- public static function _set_storage_logging( $is_on = true ) {
315
- global $wpdb;
316
-
317
- $table = "{$wpdb->prefix}fs_logger";
318
-
319
- if ( $is_on ) {
320
- /**
321
- * Create logging table.
322
- *
323
- * NOTE:
324
- * dbDelta must use KEY and not INDEX for indexes.
325
- *
326
- * @link https://core.trac.wordpress.org/ticket/2695
327
- */
328
- $result = $wpdb->query( "CREATE TABLE {$table} (
329
- `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
330
- `process_id` INT UNSIGNED NOT NULL,
331
- `user_name` VARCHAR(64) NOT NULL,
332
- `logger` VARCHAR(128) NOT NULL,
333
- `log_order` INT UNSIGNED NOT NULL,
334
- `type` ENUM('log','info','warn','error') NOT NULL DEFAULT 'log',
335
- `message` TEXT NOT NULL,
336
- `file` VARCHAR(256) NOT NULL,
337
- `line` INT UNSIGNED NOT NULL,
338
- `function` VARCHAR(256) NOT NULL,
339
- `request_type` ENUM('call','ajax','cron') NOT NULL DEFAULT 'call',
340
- `request_url` VARCHAR(1024) NOT NULL,
341
- `created` DECIMAL(16, 6) NOT NULL,
342
- PRIMARY KEY (`id`),
343
- KEY `process_id` (`process_id` ASC),
344
- KEY `process_logger` (`process_id` ASC, `logger` ASC),
345
- KEY `function` (`function` ASC),
346
- KEY `type` (`type` ASC))" );
347
- } else {
348
- /**
349
- * Drop logging table.
350
- */
351
- $result = $wpdb->query( "DROP TABLE IF EXISTS $table;" );
352
- }
353
-
354
- if ( false !== $result ) {
355
- update_option( 'fs_storage_logger', ( $is_on ? 1 : 0 ) );
356
- }
357
-
358
- return ( false !== $result );
359
- }
360
-
361
- /**
362
- * @author Vova Feldman (@svovaf)
363
- * @since 1.2.1.6
364
- *
365
- * @param string $type
366
- * @param string $message
367
- * @param int $log_order
368
- * @param array $caller
369
- *
370
- * @return false|int
371
- */
372
- private function db_log(
373
- &$type,
374
- &$message,
375
- &$log_order,
376
- &$caller
377
- ) {
378
- global $wpdb;
379
-
380
- $request_type = 'call';
381
- if ( defined( 'DOING_CRON' ) && DOING_CRON ) {
382
- $request_type = 'cron';
383
- } else if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
384
- $request_type = 'ajax';
385
- }
386
-
387
- $request_url = WP_FS__IS_HTTP_REQUEST ?
388
- $_SERVER['REQUEST_URI'] :
389
- '';
390
-
391
- return $wpdb->insert(
392
- "{$wpdb->prefix}fs_logger",
393
- array(
394
- 'process_id' => self::$_processID,
395
- 'user_name' => self::$_ownerName,
396
- 'logger' => $this->_id,
397
- 'log_order' => $log_order,
398
- 'type' => $type,
399
- 'request_type' => $request_type,
400
- 'request_url' => $request_url,
401
- 'message' => $message,
402
- 'file' => isset( $caller['file'] ) ?
403
- substr( $caller['file'], self::$_abspathLength ) :
404
- '',
405
- 'line' => $caller['line'],
406
- 'function' => ( ! empty( $caller['class'] ) ? $caller['class'] . $caller['type'] : '' ) . $caller['function'],
407
- 'created' => microtime( true ),
408
- )
409
- );
410
- }
411
-
412
- /**
413
- * Persistent DB logger columns.
414
- *
415
- * @var array
416
- */
417
- private static $_log_columns = array(
418
- 'id',
419
- 'process_id',
420
- 'user_name',
421
- 'logger',
422
- 'log_order',
423
- 'type',
424
- 'message',
425
- 'file',
426
- 'line',
427
- 'function',
428
- 'request_type',
429
- 'request_url',
430
- 'created',
431
- );
432
-
433
- /**
434
- * Create DB logs query.
435
- *
436
- * @author Vova Feldman (@svovaf)
437
- * @since 1.2.1.6
438
- *
439
- * @param bool $filters
440
- * @param int $limit
441
- * @param int $offset
442
- * @param bool $order
443
- * @param bool $escape_eol
444
- *
445
- * @return string
446
- */
447
- private static function build_db_logs_query(
448
- $filters = false,
449
- $limit = 200,
450
- $offset = 0,
451
- $order = false,
452
- $escape_eol = false
453
- ) {
454
- global $wpdb;
455
-
456
- $select = '*';
457
-
458
- if ( $escape_eol ) {
459
- $select = '';
460
- for ( $i = 0, $len = count( self::$_log_columns ); $i < $len; $i ++ ) {
461
- if ( $i > 0 ) {
462
- $select .= ', ';
463
- }
464
-
465
- if ( 'message' !== self::$_log_columns[ $i ] ) {
466
- $select .= self::$_log_columns[ $i ];
467
- } else {
468
- $select .= 'REPLACE(message , \'\n\', \' \') AS message';
469
- }
470
- }
471
- }
472
-
473
- $query = "SELECT {$select} FROM {$wpdb->prefix}fs_logger";
474
- if ( is_array( $filters ) ) {
475
- $criteria = array();
476
-
477
- if ( ! empty( $filters['type'] ) && 'all' !== $filters['type'] ) {
478
- $filters['type'] = strtolower( $filters['type'] );
479
-
480
- switch ( $filters['type'] ) {
481
- case 'warn_error':
482
- $criteria[] = array( 'col' => 'type', 'val' => array( 'warn', 'error' ) );
483
- break;
484
- case 'error':
485
- case 'warn':
486
- $criteria[] = array( 'col' => 'type', 'val' => $filters['type'] );
487
- break;
488
- case 'info':
489
- default:
490
- $criteria[] = array( 'col' => 'type', 'val' => array( 'info', 'log' ) );
491
- break;
492
- }
493
- }
494
-
495
- if ( ! empty( $filters['request_type'] ) ) {
496
- $filters['request_type'] = strtolower( $filters['request_type'] );
497
-
498
- if ( in_array( $filters['request_type'], array( 'call', 'ajax', 'cron' ) ) ) {
499
- $criteria[] = array( 'col' => 'request_type', 'val' => $filters['request_type'] );
500
- }
501
- }
502
-
503
- if ( ! empty( $filters['file'] ) ) {
504
- $criteria[] = array(
505
- 'col' => 'file',
506
- 'op' => 'LIKE',
507
- 'val' => '%' . esc_sql( $filters['file'] ),
508
- );
509
- }
510
-
511
- if ( ! empty( $filters['function'] ) ) {
512
- $criteria[] = array(
513
- 'col' => 'function',
514
- 'op' => 'LIKE',
515
- 'val' => '%' . esc_sql( $filters['function'] ),
516
- );
517
- }
518
-
519
- if ( ! empty( $filters['process_id'] ) && is_numeric( $filters['process_id'] ) ) {
520
- $criteria[] = array( 'col' => 'process_id', 'val' => $filters['process_id'] );
521
- }
522
-
523
- if ( ! empty( $filters['logger'] ) ) {
524
- $criteria[] = array(
525
- 'col' => 'logger',
526
- 'op' => 'LIKE',
527
- 'val' => '%' . esc_sql( $filters['logger'] ) . '%',
528
- );
529
- }
530
-
531
- if ( ! empty( $filters['message'] ) ) {
532
- $criteria[] = array(
533
- 'col' => 'message',
534
- 'op' => 'LIKE',
535
- 'val' => '%' . esc_sql( $filters['message'] ) . '%',
536
- );
537
- }
538
-
539
- if ( 0 < count( $criteria ) ) {
540
- $query .= "\nWHERE\n";
541
-
542
- $first = true;
543
- foreach ( $criteria as $c ) {
544
- if ( ! $first ) {
545
- $query .= "AND\n";
546
- }
547
-
548
- if ( is_array( $c['val'] ) ) {
549
- $operator = 'IN';
550
-
551
- for ( $i = 0, $len = count( $c['val'] ); $i < $len; $i ++ ) {
552
- $c['val'][ $i ] = "'" . esc_sql( $c['val'][ $i ] ) . "'";
553
- }
554
-
555
- $val = '(' . implode( ',', $c['val'] ) . ')';
556
- } else {
557
- $operator = ! empty( $c['op'] ) ? $c['op'] : '=';
558
- $val = "'" . esc_sql( $c['val'] ) . "'";
559
- }
560
-
561
- $query .= "`{$c['col']}` {$operator} {$val}\n";
562
-
563
- $first = false;
564
- }
565
- }
566
- }
567
-
568
- if ( ! is_array( $order ) ) {
569
- $order = array(
570
- 'col' => 'id',
571
- 'order' => 'desc'
572
- );
573
- }
574
-
575
- $query .= " ORDER BY {$order['col']} {$order['order']} LIMIT {$offset},{$limit}";
576
-
577
- return $query;
578
- }
579
-
580
- /**
581
- * Load logs from DB.
582
- *
583
- * @author Vova Feldman (@svovaf)
584
- * @since 1.2.1.6
585
- *
586
- * @param bool $filters
587
- * @param int $limit
588
- * @param int $offset
589
- * @param bool $order
590
- *
591
- * @return object[]|null
592
- */
593
- public static function load_db_logs(
594
- $filters = false,
595
- $limit = 200,
596
- $offset = 0,
597
- $order = false
598
- ) {
599
- global $wpdb;
600
-
601
- $query = self::build_db_logs_query(
602
- $filters,
603
- $limit,
604
- $offset,
605
- $order
606
- );
607
-
608
- return $wpdb->get_results( $query );
609
- }
610
-
611
- /**
612
- * Load logs from DB.
613
- *
614
- * @author Vova Feldman (@svovaf)
615
- * @since 1.2.1.6
616
- *
617
- * @param bool $filters
618
- * @param string $filename
619
- * @param int $limit
620
- * @param int $offset
621
- * @param bool $order
622
- *
623
- * @return false|string File download URL or false on failure.
624
- */
625
- public static function download_db_logs(
626
- $filters = false,
627
- $filename = '',
628
- $limit = 10000,
629
- $offset = 0,
630
- $order = false
631
- ) {
632
- global $wpdb;
633
-
634
- $query = self::build_db_logs_query(
635
- $filters,
636
- $limit,
637
- $offset,
638
- $order,
639
- true
640
- );
641
-
642
- $upload_dir = wp_upload_dir();
643
- if ( empty( $filename ) ) {
644
- $filename = 'fs-logs-' . date( 'Y-m-d_H-i-s', WP_FS__SCRIPT_START_TIME ) . '.csv';
645
- }
646
- $filepath = rtrim( $upload_dir['path'], '/' ) . "/{$filename}";
647
-
648
- $query .= " INTO OUTFILE '{$filepath}' FIELDS TERMINATED BY '\t' ESCAPED BY '\\\\' OPTIONALLY ENCLOSED BY '\"' LINES TERMINATED BY '\\n'";
649
-
650
- $columns = '';
651
- for ( $i = 0, $len = count( self::$_log_columns ); $i < $len; $i ++ ) {
652
- if ( $i > 0 ) {
653
- $columns .= ', ';
654
- }
655
-
656
- $columns .= "'" . self::$_log_columns[ $i ] . "'";
657
- }
658
-
659
- $query = "SELECT {$columns} UNION ALL " . $query;
660
-
661
- $result = $wpdb->query( $query );
662
-
663
- if ( false === $result ) {
664
- return false;
665
- }
666
-
667
- return rtrim( $upload_dir['url'], '/' ) . '/' . $filename;
668
- }
669
-
670
- /**
671
- * @author Vova Feldman (@svovaf)
672
- * @since 1.2.1.6
673
- *
674
- * @param string $filename
675
- *
676
- * @return string
677
- */
678
- public static function get_logs_download_url( $filename = '' ) {
679
- $upload_dir = wp_upload_dir();
680
- if ( empty( $filename ) ) {
681
- $filename = 'fs-logs-' . date( 'Y-m-d_H-i-s', WP_FS__SCRIPT_START_TIME ) . '.csv';
682
- }
683
-
684
- return rtrim( $upload_dir['url'], '/' ) . $filename;
685
- }
686
-
687
- #endregion
688
  }
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.3
7
  */
8
 
15
  private $_on = false;
16
  private $_echo = false;
17
  private $_file_start = 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  private static $LOGGERS = array();
20
  private static $LOG = array();
27
  $bt = debug_backtrace();
28
  $caller = $bt[2];
29
 
30
+ $this->_file_start = strpos( $caller['file'], 'plugins' ) + strlen( 'plugins/' );
 
 
 
 
31
 
32
  if ( $on ) {
33
  $this->on();
47
  public static function get_logger( $id, $on = false, $echo = false ) {
48
  $id = strtolower( $id );
49
 
 
 
 
 
50
  if ( ! isset( self::$LOGGERS[ $id ] ) ) {
51
  self::$LOGGERS[ $id ] = new FS_Logger( $id, $on, $echo );
52
  }
54
  return self::$LOGGERS[ $id ];
55
  }
56
 
57
+ private static function _hook_footer() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  if ( self::$_HOOKED_FOOTER ) {
59
  return;
60
  }
73
  function on() {
74
  $this->_on = true;
75
 
76
+ self::_hook_footer();
 
 
 
 
77
  }
78
 
79
  function echo_on() {
107
 
108
  $caller = $bt[ $depth ];
109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  $log = array_merge( $caller, array(
111
  'cnt' => self::$CNT ++,
112
  'logger' => $this,
113
+ 'timestamp' => microtime(true),
114
+ 'type' => $type,
115
  'msg' => $message,
116
  ) );
117
 
 
 
 
 
118
  self::$LOG[] = $log;
119
 
120
+ if ( $this->is_echo_on() ) {
121
  echo self::format_html( $log ) . "\n";
122
  }
123
  }
176
  $this->_log( $msg, 'log', $wrapper );
177
  }
178
 
 
 
 
 
179
  private static function format( $log, $show_type = true ) {
180
+ return '[' . str_pad( $log['cnt'], strlen( self::$CNT ), '0', STR_PAD_LEFT ) . '] [' . $log['logger']->_id . '] ' . ( $show_type ? '[' . $log['type'] . ']' : '' ) . $log['function'] . ' >> ' . $log['msg'] . ( isset( $log['file'] ) ? ' (' . substr( $log['file'], $log['logger']->_file_start ) . ' ' . $log['line'] . ') ' : '' ) . ' [' . $log['timestamp'] . ']';
181
  }
182
 
183
  private static function format_html( $log ) {
184
+ return '<div style="font-size: 13px; font-family: monospace; color: #7da767; padding: 8px 3px; background: #000; border-bottom: 1px solid #555;">[' . $log['cnt'] . '] [' . $log['logger']->_id . '] [' . $log['type'] . '] <b><code style="color: #c4b1e0;">' . $log['function'] . '</code> >> <b style="color: #f59330;">' . esc_html($log['msg']) . '</b></b>' . ( isset( $log['file'] ) ? ' (' . substr( $log['file'], $log['logger']->_file_start ) . ' ' . $log['line'] . ')' : '' ) . ' [' . $log['timestamp'] . ']</div>';
185
  }
186
 
 
 
187
  static function dump() {
188
  ?>
189
  <!-- BEGIN: Freemius PHP Console Log -->
190
  <script type="text/javascript">
191
  <?php
192
+ foreach (self::$LOG as $log)
193
+ {
194
+ echo 'console.' . $log['type'] . '(' . json_encode(self::format($log, false)) . ')' . "\n";
195
+ }
196
  ?>
197
  </script>
198
  <!-- END: Freemius PHP Console Log -->
199
+ <?php
200
  }
201
 
202
  static function get_log() {
203
  return self::$LOG;
204
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  }
freemius/includes/class-fs-plugin-updater.php CHANGED
@@ -1,714 +1,337 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
- * @since 1.0.4
7
- *
8
- * @link https://github.com/easydigitaldownloads/EDD-License-handler/blob/master/EDD_SL_Plugin_Updater.php
9
- */
10
-
11
- if ( ! defined( 'ABSPATH' ) ) {
12
- exit;
13
- }
14
-
15
- // Uncomment this line for testing.
16
- // set_site_transient( 'update_plugins', null );
17
-
18
- class FS_Plugin_Updater {
19
-
20
- /**
21
- * @var Freemius
22
- * @since 1.0.4
23
- */
24
- private $_fs;
25
- /**
26
- * @var FS_Logger
27
- * @since 1.0.4
28
- */
29
- private $_logger;
30
- /**
31
- * @var object
32
- * @since 1.1.8.1
33
- */
34
- private $_update_details;
35
-
36
- function __construct( Freemius $freemius ) {
37
- $this->_fs = $freemius;
38
-
39
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $freemius->get_slug() . '_updater', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
40
-
41
- $this->_filters();
42
- }
43
-
44
- /**
45
- * Initiate required filters.
46
- *
47
- * @author Vova Feldman (@svovaf)
48
- * @since 1.0.4
49
- */
50
- private function _filters() {
51
- // Override request for plugin information
52
- add_filter( 'plugins_api', array( &$this, 'plugins_api_filter' ), 10, 3 );
53
-
54
- // WP 3.0+
55
- add_filter( 'pre_set_site_transient_update_plugins', array(
56
- &$this,
57
- 'pre_set_site_transient_update_plugins_filter'
58
- ) );
59
-
60
- add_filter( 'pre_set_site_transient_update_themes', array(
61
- &$this,
62
- 'pre_set_site_transient_update_plugins_filter'
63
- ) );
64
-
65
- if ( ! $this->_fs->has_active_valid_license() ) {
66
- /**
67
- * If user has the premium plugin's code but do NOT have an active license,
68
- * encourage him to upgrade by showing that there's a new release, but instead
69
- * of showing an update link, show upgrade link to the pricing page.
70
- *
71
- * @since 1.1.6
72
- *
73
- */
74
- // WP 2.9+
75
- add_action( "after_plugin_row_{$this->_fs->get_plugin_basename()}", array(
76
- &$this,
77
- 'catch_plugin_update_row'
78
- ), 9 );
79
- add_action( "after_plugin_row_{$this->_fs->get_plugin_basename()}", array(
80
- &$this,
81
- 'edit_and_echo_plugin_update_row'
82
- ), 11, 2 );
83
- }
84
-
85
- if ( ! WP_FS__IS_PRODUCTION_MODE ) {
86
- add_filter( 'http_request_host_is_external', array(
87
- $this,
88
- 'http_request_host_is_external_filter'
89
- ), 10, 3 );
90
- }
91
-
92
- if ( $this->_fs->is_premium() && $this->is_correct_folder_name() ) {
93
- add_filter( 'upgrader_post_install', array( &$this, '_maybe_update_folder_name' ), 10, 3 );
94
- }
95
- }
96
-
97
- /**
98
- * Capture plugin update row by turning output buffering.
99
- *
100
- * @author Vova Feldman (@svovaf)
101
- * @since 1.1.6
102
- */
103
- function catch_plugin_update_row() {
104
- ob_start();
105
- }
106
-
107
- /**
108
- * Overrides default update message format with "renew your license" message.
109
- *
110
- * @author Vova Feldman (@svovaf)
111
- * @since 1.1.6
112
- *
113
- * @param string $file
114
- * @param array $plugin_data
115
- */
116
- function edit_and_echo_plugin_update_row( $file, $plugin_data ) {
117
- $plugin_update_row = ob_get_clean();
118
-
119
- $current = get_site_transient( 'update_plugins' );
120
- if ( ! isset( $current->response[ $file ] ) ) {
121
- echo $plugin_update_row;
122
-
123
- return;
124
- }
125
-
126
- $r = $current->response[ $file ];
127
-
128
- $plugin_update_row = preg_replace(
129
- '/(\<div.+>)(.+)(\<a.+\<a.+)\<\/div\>/is',
130
- '$1 $2 ' . sprintf(
131
- $this->_fs->get_text( 'renew-license-now' ),
132
- '<a href="' . $this->_fs->pricing_url() . '">', '</a>',
133
- $r->new_version ) .
134
- '$4',
135
- $plugin_update_row
136
- );
137
-
138
- echo $plugin_update_row;
139
- }
140
-
141
- /**
142
- * Since WP version 3.6, a new security feature was added that denies access to repository with a local ip.
143
- * During development mode we want to be able updating plugin versions via our localhost repository. This
144
- * filter white-list all domains including "api.freemius".
145
- *
146
- * @link http://www.emanueletessore.com/wordpress-download-failed-valid-url-provided/
147
- *
148
- * @author Vova Feldman (@svovaf)
149
- * @since 1.0.4
150
- *
151
- * @param bool $allow
152
- * @param string $host
153
- * @param string $url
154
- *
155
- * @return bool
156
- */
157
- function http_request_host_is_external_filter( $allow, $host, $url ) {
158
- return ( false !== strpos( $host, 'freemius' ) ) ? true : $allow;
159
- }
160
-
161
- /**
162
- * Check for Updates at the defined API endpoint and modify the update array.
163
- *
164
- * This function dives into the update api just when WordPress creates its update array,
165
- * then adds a custom API call and injects the custom plugin data retrieved from the API.
166
- * It is reassembled from parts of the native WordPress plugin update code.
167
- * See wp-includes/update.php line 121 for the original wp_update_plugins() function.
168
- *
169
- * @author Vova Feldman (@svovaf)
170
- * @since 1.0.4
171
- *
172
- * @uses FS_Api
173
- *
174
- * @param object $transient_data Update array build by WordPress.
175
- *
176
- * @return object Modified update array with custom plugin data.
177
- */
178
- function pre_set_site_transient_update_plugins_filter( $transient_data ) {
179
- $this->_logger->entrance();
180
-
181
- /**
182
- * "plugins" or "themes".
183
- *
184
- * @author Leo Fajardo (@leorw)
185
- * @since 1.2.2
186
- */
187
- $module_type = $this->_fs->get_module_type() . 's';
188
-
189
- /**
190
- * Ensure that we don't mix plugins update info with themes update info.
191
- *
192
- * @author Leo Fajardo (@leorw)
193
- * @since 1.2.2
194
- */
195
- if ( "pre_set_site_transient_update_{$module_type}" !== current_filter() ) {
196
- return $transient_data;
197
- }
198
-
199
- if ( empty( $transient_data ) ||
200
- defined( 'WP_FS__UNINSTALL_MODE' )
201
- ) {
202
- return $transient_data;
203
- }
204
-
205
- if ( ! isset( $this->_update_details ) ) {
206
- // Get plugin's newest update.
207
- $new_version = $this->_fs->get_update(
208
- false,
209
- fs_request_get_bool( 'force-check' ),
210
- WP_FS__TIME_24_HOURS_IN_SEC / 24
211
- );
212
-
213
- $this->_update_details = false;
214
-
215
- if ( is_object( $new_version ) ) {
216
- $this->_logger->log( 'Found newer plugin version ' . $new_version->version );
217
-
218
- $plugin_details = new stdClass();
219
- $plugin_details->slug = $this->_fs->get_slug();
220
- $plugin_details->new_version = $new_version->version;
221
- $plugin_details->url = WP_FS__ADDRESS;
222
- $plugin_details->package = $new_version->url;
223
- $plugin_details->{ $this->_fs->get_module_type() } = $this->_fs->get_plugin_basename();
224
-
225
- /**
226
- * Cache plugin details locally since set_site_transient( 'update_plugins' )
227
- * called multiple times and the non wp.org plugins are filtered after the
228
- * call to .org.
229
- *
230
- * @since 1.1.8.1
231
- */
232
- $this->_update_details = $plugin_details;
233
- }
234
- }
235
-
236
- if ( is_object( $this->_update_details ) ) {
237
- // Add plugin to transient data.
238
- if ( $this->_fs->is_plugin() ) {
239
- $transient_data->response[ $this->_fs->get_plugin_basename() ] = $this->_update_details;
240
- } else {
241
- $transient_data->response[ $this->_update_details->theme ] = (array) $this->_update_details;
242
- }
243
- }
244
-
245
- return $transient_data;
246
- }
247
-
248
- /**
249
- * Try to fetch plugin's info from .org repository.
250
- *
251
- * @author Vova Feldman (@svovaf)
252
- * @since 1.0.5
253
- *
254
- * @param string $action
255
- * @param object $args
256
- *
257
- * @return bool|mixed
258
- */
259
- static function _fetch_plugin_info_from_repository( $action, $args ) {
260
- $url = $http_url = 'http://api.wordpress.org/plugins/info/1.0/';
261
- if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) {
262
- $url = set_url_scheme( $url, 'https' );
263
- }
264
-
265
- $args = array(
266
- 'timeout' => 15,
267
- 'body' => array(
268
- 'action' => $action,
269
- 'request' => serialize( $args )
270
- )
271
- );
272
-
273
- $request = wp_remote_post( $url, $args );
274
-
275
- if ( is_wp_error( $request ) ) {
276
- return false;
277
- }
278
-
279
- $res = maybe_unserialize( wp_remote_retrieve_body( $request ) );
280
-
281
- if ( ! is_object( $res ) && ! is_array( $res ) ) {
282
- return false;
283
- }
284
-
285
- return $res;
286
- }
287
-
288
- /**
289
- * Updates information on the "View version x.x details" page with custom data.
290
- *
291
- * @author Vova Feldman (@svovaf)
292
- * @since 1.0.4
293
- *
294
- * @uses FS_Api
295
- *
296
- * @param object $data
297
- * @param string $action
298
- * @param mixed $args
299
- *
300
- * @return object
301
- */
302
- function plugins_api_filter( $data, $action = '', $args = null ) {
303
- $this->_logger->entrance();
304
-
305
- if ( ( 'plugin_information' !== $action ) ||
306
- ! isset( $args->slug )
307
- ) {
308
- return $data;
309
- }
310
-
311
- $addon = false;
312
- $is_addon = false;
313
-
314
- if ( $this->_fs->get_slug() !== $args->slug ) {
315
- $addon = $this->_fs->get_addon_by_slug( $args->slug );
316
-
317
- if ( ! is_object( $addon ) ) {
318
- return $data;
319
- }
320
-
321
- $is_addon = true;
322
- }
323
-
324
- $plugin_in_repo = false;
325
- if ( ! $is_addon ) {
326
- // Try to fetch info from .org repository.
327
- $data = self::_fetch_plugin_info_from_repository( $action, $args );
328
-
329
- $plugin_in_repo = ( false !== $data );
330
- }
331
-
332
- if ( ! $plugin_in_repo ) {
333
- $data = $args;
334
-
335
- // Fetch as much as possible info from local files.
336
- $plugin_local_data = $this->_fs->get_plugin_data();
337
- $data->name = $plugin_local_data['Name'];
338
- $data->author = $plugin_local_data['Author'];
339
- $data->sections = array(
340
- 'description' => 'Upgrade ' . $plugin_local_data['Name'] . ' to latest.',
341
- );
342
-
343
- // @todo Store extra plugin info on Freemius or parse readme.txt markup.
344
- /*$info = $this->_fs->get_api_site_scope()->call('/information.json');
345
-
346
- if ( !isset($info->error) ) {
347
- $data = $info;
348
- }*/
349
- }
350
-
351
- // Get plugin's newest update.
352
- $new_version = $this->get_latest_download_details( $is_addon ? $addon->id : false );
353
-
354
- if ( ! is_object( $new_version ) || empty( $new_version->version ) ) {
355
- $data->version = $this->_fs->get_plugin_version();
356
- } else {
357
- if ( $is_addon ) {
358
- $data->name = $addon->title . ' ' . $this->_fs->get_text( 'addon' );
359
- $data->slug = $addon->slug;
360
- $data->url = WP_FS__ADDRESS;
361
- $data->package = $new_version->url;
362
- }
363
-
364
- if ( ! $plugin_in_repo ) {
365
- $data->last_updated = ! is_null( $new_version->updated ) ? $new_version->updated : $new_version->created;
366
- $data->requires = $new_version->requires_platform_version;
367
- $data->tested = $new_version->tested_up_to_version;
368
- }
369
-
370
- $data->version = $new_version->version;
371
- $data->download_link = $new_version->url;
372
- }
373
-
374
- return $data;
375
- }
376
-
377
- /**
378
- * @author Vova Feldman (@svovaf)
379
- * @since 1.2.1.7
380
- *
381
- * @param number|bool $addon_id
382
- *
383
- * @return object
384
- */
385
- private function get_latest_download_details( $addon_id = false ) {
386
- return $this->_fs->_fetch_latest_version( $addon_id );
387
- }
388
-
389
- /**
390
- * Checks if a given basename has a matching folder name
391
- * with the current context plugin.
392
- *
393
- * @author Vova Feldman (@svovaf)
394
- * @since 1.2.1.6
395
- *
396
- * @param string $basename Current plugin's basename.
397
- *
398
- * @return bool
399
- */
400
- private function is_correct_folder_name( $basename = '' ) {
401
- if ( empty( $basename ) ) {
402
- $basename = $this->_fs->get_plugin_basename();
403
- }
404
-
405
- return ( $this->_fs->get_target_folder_name() != trim( dirname( $basename ), '/\\' ) );
406
- }
407
-
408
- /**
409
- * This is a special after upgrade handler for migrating modules
410
- * that didn't use the '-premium' suffix folder structure before
411
- * the migration.
412
- *
413
- * @author Vova Feldman (@svovaf)
414
- * @since 1.2.1.6
415
- *
416
- * @param bool $response Install response.
417
- * @param array $hook_extra Extra arguments passed to hooked filters.
418
- * @param array $result Installation result data.
419
- *
420
- * @return bool
421
- */
422
- function _maybe_update_folder_name( $response, $hook_extra, $result ) {
423
- $basename = $this->_fs->get_plugin_basename();
424
-
425
- if ( true !== $response ||
426
- empty( $hook_extra ) ||
427
- empty( $hook_extra['plugin'] ) ||
428
- $basename !== $hook_extra['plugin']
429
- ) {
430
- return $response;
431
- }
432
-
433
- $active_plugins_basenames = get_option( 'active_plugins' );
434
-
435
- for ( $i = 0, $len = count( $active_plugins_basenames ); $i < $len; $i ++ ) {
436
- if ( $basename === $active_plugins_basenames[ $i ] ) {
437
- // Get filename including extension.
438
- $filename = basename( $basename );
439
-
440
- $new_basename = plugin_basename(
441
- trailingslashit( $this->_fs->get_slug() . ( $this->_fs->is_premium() ? '-premium' : '' ) ) .
442
- $filename
443
- );
444
-
445
- // Verify that the expected correct path exists.
446
- if ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $new_basename ) ) ) {
447
- // Override active plugin name.
448
- $active_plugins_basenames[ $i ] = $new_basename;
449
- update_option( 'active_plugins', $active_plugins_basenames );
450
- }
451
-
452
- break;
453
- }
454
- }
455
-
456
- return $response;
457
- }
458
-
459
- #----------------------------------------------------------------------------------
460
- #region Auto Activation
461
- #----------------------------------------------------------------------------------
462
-
463
- /**
464
- * Installs and active a plugin when explicitly requested that from a 3rd party service.
465
- *
466
- * This logic was inspired by the TGMPA GPL licensed library by Thomas Griffin.
467
- *
468
- * @link http://tgmpluginactivation.com/
469
- *
470
- * @author Vova Feldman
471
- * @since 1.2.1.7
472
- *
473
- * @link https://make.wordpress.org/plugins/2017/03/16/clarification-of-guideline-8-executable-code-and-installs/
474
- *
475
- * @uses WP_Filesystem
476
- * @uses WP_Error
477
- * @uses WP_Upgrader
478
- * @uses Plugin_Upgrader
479
- * @uses Plugin_Installer_Skin
480
- * @uses Plugin_Upgrader_Skin
481
- *
482
- * @param number|bool $plugin_id
483
- *
484
- * @return array
485
- */
486
- function install_and_activate_plugin( $plugin_id = false ) {
487
- if ( ! empty( $plugin_id ) && ! FS_Plugin::is_valid_id( $plugin_id ) ) {
488
- // Invalid plugin ID.
489
- return array(
490
- 'message' => $this->_fs->get_text( 'auto-install-error-invalid-id' ),
491
- 'code' => 'invalid_module_id',
492
- );
493
- }
494
-
495
- $is_addon = false;
496
- if ( FS_Plugin::is_valid_id( $plugin_id ) &&
497
- $plugin_id != $this->_fs->get_id()
498
- ) {
499
- $addon = $this->_fs->get_addon( $plugin_id );
500
-
501
- if ( ! is_object( $addon ) ) {
502
- // Invalid add-on ID.
503
- return array(
504
- 'message' => $this->_fs->get_text( 'auto-install-error-invalid-id' ),
505
- 'code' => 'invalid_module_id',
506
- );
507
- }
508
-
509
- $slug = $addon->slug;
510
- $title = $addon->title . ' ' . $this->_fs->get_text( 'addon' );
511
-
512
- $is_addon = true;
513
- } else {
514
- $slug = $this->_fs->get_slug();
515
- $title = $this->_fs->get_plugin_title() .
516
- ( $this->_fs->is_addon() ? ' ' . $this->_fs->get_text( 'addon' ) : '' );
517
- }
518
-
519
- if ( $this->is_premium_plugin_active( $plugin_id ) ) {
520
- // Premium version already activated.
521
- return array(
522
- 'message' => $this->_fs->get_text(
523
- $is_addon ?
524
- 'auto-install-error-premium-addon-activated' :
525
- 'auto-install-error-premium-activated'
526
- ),
527
- 'code' => 'premium_installed',
528
- );
529
- }
530
-
531
- $latest_version = $this->get_latest_download_details( $plugin_id );
532
- $target_folder = "{$slug}-premium";
533
-
534
- // Prep variables for Plugin_Installer_Skin class.
535
- $extra = array();
536
- $extra['slug'] = $target_folder;
537
- $source = $latest_version->url;
538
- $api = null;
539
-
540
- $install_url = add_query_arg(
541
- array(
542
- 'action' => 'install-plugin',
543
- 'plugin' => urlencode( $slug ),
544
- ),
545
- 'update.php'
546
- );
547
-
548
- if ( ! class_exists( 'Plugin_Upgrader', false ) ) {
549
- // Include required resources for the installation.
550
- require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
551
- }
552
-
553
- $skin_args = array(
554
- 'type' => 'web',
555
- 'title' => sprintf( $this->_fs->get_text( 'installing-plugin-x' ), $title ),
556
- 'url' => esc_url_raw( $install_url ),
557
- 'nonce' => 'install-plugin_' . $slug,
558
- 'plugin' => '',
559
- 'api' => $api,
560
- 'extra' => $extra,
561
- );
562
-
563
- // $skin = new Automatic_Upgrader_Skin( $skin_args );
564
- // $skin = new Plugin_Installer_Skin( $skin_args );
565
- $skin = new WP_Ajax_Upgrader_Skin( $skin_args );
566
-
567
- // Create a new instance of Plugin_Upgrader.
568
- $upgrader = new Plugin_Upgrader( $skin );
569
-
570
- // Perform the action and install the plugin from the $source urldecode().
571
- add_filter( 'upgrader_source_selection', array( &$this, '_maybe_adjust_source_dir' ), 1, 3 );
572
-
573
- $install_result = $upgrader->install( $source );
574
-
575
- remove_filter( 'upgrader_source_selection', array( &$this, '_maybe_adjust_source_dir' ), 1 );
576
-
577
- if ( is_wp_error( $install_result ) ) {
578
- return array(
579
- 'message' => $install_result->get_error_message(),
580
- 'code' => $install_result->get_error_code(),
581
- );
582
- } elseif ( is_wp_error( $skin->result ) ) {
583
- return array(
584
- 'message' => $skin->result->get_error_message(),
585
- 'code' => $skin->result->get_error_code(),
586
- );
587
- } elseif ( $skin->get_errors()->get_error_code() ) {
588
- return array(
589
- 'message' => $skin->get_error_messages(),
590
- 'code' => 'unknown',
591
- );
592
- } elseif ( is_null( $install_result ) ) {
593
- global $wp_filesystem;
594
-
595
- $error_code = 'unable_to_connect_to_filesystem';
596
- $error_message = $this->_fs->get_text( 'Unable to connect to the filesystem. Please confirm your credentials.' );
597
-
598
- // Pass through the error from WP_Filesystem if one was raised.
599
- if ( $wp_filesystem instanceof WP_Filesystem_Base &&
600
- is_wp_error( $wp_filesystem->errors ) &&
601
- $wp_filesystem->errors->get_error_code()
602
- ) {
603
- $error_message = $wp_filesystem->errors->get_error_message();
604
- }
605
-
606
- return array(
607
- 'message' => $error_message,
608
- 'code' => $error_code,
609
- );
610
- }
611
-
612
- // Grab the full path to the main plugin's file.
613
- $plugin_activate = $upgrader->plugin_info();
614
-
615
- // Try to activate the plugin.
616
- $activation_result = $this->try_activate_plugin( $plugin_activate );
617
-
618
- if ( is_wp_error( $activation_result ) ) {
619
- return array(
620
- 'message' => $activation_result->get_error_message(),
621
- 'code' => $activation_result->get_error_code(),
622
- );
623
- }
624
-
625
- return $skin->get_upgrade_messages();
626
- }
627
-
628
- /**
629
- * Tries to activate a plugin. If fails, returns the error.
630
- *
631
- * @author Vova Feldman
632
- * @since 1.2.1.7
633
- *
634
- * @param string $file_path Path within wp-plugins/ to main plugin file.
635
- * This determines the styling of the output messages.
636
- *
637
- * @return bool|WP_Error
638
- */
639
- protected function try_activate_plugin( $file_path ) {
640
- $activate = activate_plugin( $file_path );
641
-
642
- return is_wp_error( $activate ) ?
643
- $activate :
644
- true;
645
- }
646
-
647
- /**
648
- * Check if a premium module version is already active.
649
- *
650
- * @author Vova Feldman
651
- * @since 1.2.1.7
652
- *
653
- * @param number|bool $plugin_id
654
- *
655
- * @return bool
656
- */
657
- private function is_premium_plugin_active( $plugin_id = false ) {
658
- if ( $plugin_id != $this->_fs->get_id() ) {
659
- return $this->_fs->is_addon_activated( $plugin_id, true );
660
- }
661
-
662
- return is_plugin_active( $this->_fs->premium_plugin_basename() );
663
- }
664
-
665
- /**
666
- * Adjust the plugin directory name if necessary.
667
- * Assumes plugin has a folder (not a single file plugin).
668
- *
669
- * The final destination directory of a plugin is based on the subdirectory name found in the
670
- * (un)zipped source. In some cases this subdirectory name is not the same as the expected
671
- * slug and the plugin will not be recognized as installed. This is fixed by adjusting
672
- * the temporary unzipped source subdirectory name to the expected plugin slug.
673
- *
674
- * @author Vova Feldman
675
- * @since 1.2.1.7
676
- *
677
- * @param string $source Path to upgrade/zip-file-name.tmp/subdirectory/.
678
- * @param string $remote_source Path to upgrade/zip-file-name.tmp.
679
- * @param \WP_Upgrader $upgrader Instance of the upgrader which installs the plugin.
680
- *
681
- * @return string|WP_Error
682
- */
683
- function _maybe_adjust_source_dir( $source, $remote_source, $upgrader ) {
684
- if ( ! is_object( $GLOBALS['wp_filesystem'] ) ) {
685
- return $source;
686
- }
687
-
688
- // Figure out what the slug is supposed to be.
689
- $desired_slug = $upgrader->skin->options['extra']['slug'];
690
-
691
- $subdir_name = untrailingslashit( str_replace( trailingslashit( $remote_source ), '', $source ) );
692
-
693
- if ( ! empty( $subdir_name ) && $subdir_name !== $desired_slug ) {
694
- $from_path = untrailingslashit( $source );
695
- $to_path = trailingslashit( $remote_source ) . $desired_slug;
696
-
697
- if ( true === $GLOBALS['wp_filesystem']->move( $from_path, $to_path ) ) {
698
- return trailingslashit( $to_path );
699
- } else {
700
- return new WP_Error(
701
- 'rename_failed',
702
- $this->_fs->get_text( 'module-package-rename-failure' ),
703
- array(
704
- 'found' => $subdir_name,
705
- 'expected' => $desired_slug
706
- ) );
707
- }
708
- }
709
-
710
- return $source;
711
- }
712
-
713
- #endregion
714
  }
1
+ <?php
2
+ /**
3
+ * @package Freemius
4
+ * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
+ * @since 1.0.4
7
+ *
8
+ * @link https://github.com/easydigitaldownloads/EDD-License-handler/blob/master/EDD_SL_Plugin_Updater.php
9
+ */
10
+
11
+ if ( ! defined( 'ABSPATH' ) ) {
12
+ exit;
13
+ }
14
+
15
+ // Uncomment this line for testing.
16
+ // set_site_transient( 'update_plugins', null );
17
+
18
+ class FS_Plugin_Updater {
19
+
20
+ /**
21
+ * @var Freemius
22
+ * @since 1.0.4
23
+ */
24
+ private $_fs;
25
+ /**
26
+ * @var FS_Logger
27
+ * @since 1.0.4
28
+ */
29
+ private $_logger;
30
+ /**
31
+ * @var object
32
+ * @since 1.1.8.1
33
+ */
34
+ private $_update_details;
35
+
36
+ function __construct( Freemius $freemius ) {
37
+ $this->_fs = $freemius;
38
+
39
+ $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $freemius->get_slug() . '_updater', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
40
+
41
+ $this->_filters();
42
+ }
43
+
44
+ /**
45
+ * Initiate required filters.
46
+ *
47
+ * @author Vova Feldman (@svovaf)
48
+ * @since 1.0.4
49
+ */
50
+ private function _filters() {
51
+ // Override request for plugin information
52
+ add_filter( 'plugins_api', array( &$this, 'plugins_api_filter' ), 10, 3 );
53
+
54
+ // WP 3.0+
55
+ add_filter( 'pre_set_site_transient_update_plugins', array(
56
+ &$this,
57
+ 'pre_set_site_transient_update_plugins_filter'
58
+ ) );
59
+
60
+ if ( ! $this->_fs->has_active_valid_license() ) {
61
+ /**
62
+ * If user has the premium plugin's code but do NOT have an active license,
63
+ * encourage him to upgrade by showing that there's a new release, but instead
64
+ * of showing an update link, show upgrade link to the pricing page.
65
+ *
66
+ * @since 1.1.6
67
+ *
68
+ */
69
+ // WP 2.9+
70
+ add_action( "after_plugin_row_{$this->_fs->get_plugin_basename()}", array(
71
+ &$this,
72
+ 'catch_plugin_update_row'
73
+ ), 9 );
74
+ add_action( "after_plugin_row_{$this->_fs->get_plugin_basename()}", array(
75
+ &$this,
76
+ 'edit_and_echo_plugin_update_row'
77
+ ), 11, 2 );
78
+ }
79
+
80
+ if ( ! WP_FS__IS_PRODUCTION_MODE ) {
81
+ add_filter( 'http_request_host_is_external', array(
82
+ $this,
83
+ 'http_request_host_is_external_filter'
84
+ ), 10, 3 );
85
+ }
86
+ }
87
+
88
+ /**
89
+ * Capture plugin update row by turning output buffering.
90
+ *
91
+ * @author Vova Feldman (@svovaf)
92
+ * @since 1.1.6
93
+ */
94
+ function catch_plugin_update_row() {
95
+ ob_start();
96
+ }
97
+
98
+ /**
99
+ * Overrides default update message format with "renew your license" message.
100
+ *
101
+ * @author Vova Feldman (@svovaf)
102
+ * @since 1.1.6
103
+ *
104
+ * @param string $file
105
+ * @param array $plugin_data
106
+ */
107
+ function edit_and_echo_plugin_update_row( $file, $plugin_data ) {
108
+ $plugin_update_row = ob_get_clean();
109
+
110
+ $current = get_site_transient( 'update_plugins' );
111
+ if ( ! isset( $current->response[ $file ] ) ) {
112
+ echo $plugin_update_row;
113
+
114
+ return;
115
+ }
116
+
117
+ $r = $current->response[ $file ];
118
+
119
+ $plugin_update_row = preg_replace(
120
+ '/(\<div.+>)(.+)(\<a.+\<a.+)\<\/div\>/is',
121
+ '$1 $2 ' . sprintf(
122
+ __fs( 'renew-license-now' ),
123
+ '<a href="' . $this->_fs->pricing_url() . '">', '</a>',
124
+ $r->new_version ) .
125
+ '$4',
126
+ $plugin_update_row
127
+ );
128
+
129
+ echo $plugin_update_row;
130
+ }
131
+
132
+ /**
133
+ * Since WP version 3.6, a new security feature was added that denies access to repository with a local ip.
134
+ * During development mode we want to be able updating plugin versions via our localhost repository. This
135
+ * filter white-list all domains including "api.freemius".
136
+ *
137
+ * @link http://www.emanueletessore.com/wordpress-download-failed-valid-url-provided/
138
+ *
139
+ * @author Vova Feldman (@svovaf)
140
+ * @since 1.0.4
141
+ *
142
+ * @param bool $allow
143
+ * @param string $host
144
+ * @param string $url
145
+ *
146
+ * @return bool
147
+ */
148
+ function http_request_host_is_external_filter( $allow, $host, $url ) {
149
+ return ( false !== strpos( $host, 'freemius' ) ) ? true : $allow;
150
+ }
151
+
152
+ /**
153
+ * Check for Updates at the defined API endpoint and modify the update array.
154
+ *
155
+ * This function dives into the update api just when WordPress creates its update array,
156
+ * then adds a custom API call and injects the custom plugin data retrieved from the API.
157
+ * It is reassembled from parts of the native WordPress plugin update code.
158
+ * See wp-includes/update.php line 121 for the original wp_update_plugins() function.
159
+ *
160
+ * @author Vova Feldman (@svovaf)
161
+ * @since 1.0.4
162
+ *
163
+ * @uses FS_Api
164
+ *
165
+ * @param stdClass $transient_data Update array build by WordPress.
166
+ *
167
+ * @return array Modified update array with custom plugin data.
168
+ */
169
+ function pre_set_site_transient_update_plugins_filter( $transient_data ) {
170
+ $this->_logger->entrance();
171
+
172
+ if ( empty( $transient_data ) ||
173
+ defined( 'WP_FS__UNINSTALL_MODE' )
174
+ ) {
175
+ return $transient_data;
176
+ }
177
+
178
+ if ( ! isset( $this->_update_details ) ) {
179
+ // Get plugin's newest update.
180
+ $new_version = $this->_fs->get_update( false, false );
181
+
182
+ $this->_update_details = false;
183
+
184
+ if ( is_object( $new_version ) ) {
185
+ $this->_logger->log( 'Found newer plugin version ' . $new_version->version );
186
+
187
+ $plugin_details = new stdClass();
188
+ $plugin_details->slug = $this->_fs->get_slug();
189
+ $plugin_details->new_version = $new_version->version;
190
+ $plugin_details->url = WP_FS__ADDRESS;
191
+ $plugin_details->package = $new_version->url;
192
+ $plugin_details->plugin = $this->_fs->get_plugin_basename();
193
+
194
+ /**
195
+ * Cache plugin details locally since set_site_transient( 'update_plugins' )
196
+ * called multiple times and the non wp.org plugins are filtered after the
197
+ * call to .org.
198
+ *
199
+ * @since 1.1.8.1
200
+ */
201
+ $this->_update_details = $plugin_details;
202
+ }
203
+ }
204
+
205
+ if ( is_object( $this->_update_details ) ) {
206
+ // Add plugin to transient data.
207
+ $transient_data->response[ $this->_fs->get_plugin_basename() ] = $this->_update_details;
208
+ }
209
+
210
+ return $transient_data;
211
+ }
212
+
213
+ /**
214
+ * Try to fetch plugin's info from .org repository.
215
+ *
216
+ * @author Vova Feldman (@svovaf)
217
+ * @since 1.0.5
218
+ *
219
+ * @param string $action
220
+ * @param object $args
221
+ *
222
+ * @return bool|mixed
223
+ */
224
+ static function _fetch_plugin_info_from_repository( $action, $args ) {
225
+ $url = $http_url = 'http://api.wordpress.org/plugins/info/1.0/';
226
+ if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) {
227
+ $url = set_url_scheme( $url, 'https' );
228
+ }
229
+
230
+ $args = array(
231
+ 'timeout' => 15,
232
+ 'body' => array(
233
+ 'action' => $action,
234
+ 'request' => serialize( $args )
235
+ )
236
+ );
237
+
238
+ $request = wp_remote_post( $url, $args );
239
+
240
+ if ( is_wp_error( $request ) ) {
241
+ return false;
242
+ }
243
+
244
+ $res = maybe_unserialize( wp_remote_retrieve_body( $request ) );
245
+
246
+ if ( ! is_object( $res ) && ! is_array( $res ) ) {
247
+ return false;
248
+ }
249
+
250
+ return $res;
251
+ }
252
+
253
+ /**
254
+ * Updates information on the "View version x.x details" page with custom data.
255
+ *
256
+ * @author Vova Feldman (@svovaf)
257
+ * @since 1.0.4
258
+ *
259
+ * @uses FS_Api
260
+ *
261
+ * @param object $data
262
+ * @param string $action
263
+ * @param mixed $args
264
+ *
265
+ * @return object
266
+ */
267
+ function plugins_api_filter( $data, $action = '', $args = null ) {
268
+ $this->_logger->entrance();
269
+
270
+ if ( ( 'plugin_information' !== $action ) ||
271
+ ! isset( $args->slug )
272
+ ) {
273
+ return $data;
274
+ }
275
+
276
+ $addon = false;
277
+ $is_addon = false;
278
+
279
+ if ( $this->_fs->get_slug() !== $args->slug ) {
280
+ $addon = $this->_fs->get_addon_by_slug( $args->slug );
281
+
282
+ if ( ! is_object( $addon ) ) {
283
+ return $data;
284
+ }
285
+
286
+ $is_addon = true;
287
+ }
288
+
289
+ $plugin_in_repo = false;
290
+ if ( ! $is_addon ) {
291
+ // Try to fetch info from .org repository.
292
+ $data = self::_fetch_plugin_info_from_repository( $action, $args );
293
+
294
+ $plugin_in_repo = ( false !== $data );
295
+ }
296
+
297
+ if ( ! $plugin_in_repo ) {
298
+ $data = $args;
299
+
300
+ // Fetch as much as possible info from local files.
301
+ $plugin_local_data = $this->_fs->get_plugin_data();
302
+ $data->name = $plugin_local_data['Name'];
303
+ $data->author = $plugin_local_data['Author'];
304
+ $data->sections = array(
305
+ 'description' => 'Upgrade ' . $plugin_local_data['Name'] . ' to latest.',
306
+ );
307
+
308
+ // @todo Store extra plugin info on Freemius or parse readme.txt markup.
309
+ /*$info = $this->_fs->get_api_site_scope()->call('/information.json');
310
+
311
+ if ( !isset($info->error) ) {
312
+ $data = $info;
313
+ }*/
314
+ }
315
+
316
+ // Get plugin's newest update.
317
+ $new_version = $this->_fs->_fetch_latest_version( $is_addon ? $addon->id : false );
318
+
319
+ if ( $is_addon ) {
320
+ $data->name = $addon->title . ' ' . __fs( 'addon', $this->_fs->get_slug() );
321
+ $data->slug = $addon->slug;
322
+ $data->url = WP_FS__ADDRESS;
323
+ $data->package = $new_version->url;
324
+ }
325
+
326
+ if ( ! $plugin_in_repo ) {
327
+ $data->last_updated = ! is_null( $new_version->updated ) ? $new_version->updated : $new_version->created;
328
+ $data->requires = $new_version->requires_platform_version;
329
+ $data->tested = $new_version->tested_up_to_version;
330
+ }
331
+
332
+ $data->version = $new_version->version;
333
+ $data->download_link = $new_version->url;
334
+
335
+ return $data;
336
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
337
  }
freemius/includes/class-fs-security.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.3
7
  */
8
 
@@ -12,9 +12,6 @@
12
 
13
  define( 'WP_FS__SECURITY_PARAMS_PREFIX', 's_' );
14
 
15
- /**
16
- * Class FS_Security
17
- */
18
  class FS_Security {
19
  /**
20
  * @var FS_Security
@@ -27,9 +24,6 @@
27
  */
28
  private static $_logger;
29
 
30
- /**
31
- * @return \FS_Security
32
- */
33
  public static function instance() {
34
  if ( ! isset( self::$_instance ) ) {
35
  self::$_instance = new FS_Security();
@@ -82,4 +76,4 @@
82
  's_ctx_secure' => $this->get_secure_token( $entity, $timestamp, $action ),
83
  );
84
  }
85
- }
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.3
7
  */
8
 
12
 
13
  define( 'WP_FS__SECURITY_PARAMS_PREFIX', 's_' );
14
 
 
 
 
15
  class FS_Security {
16
  /**
17
  * @var FS_Security
24
  */
25
  private static $_logger;
26
 
 
 
 
27
  public static function instance() {
28
  if ( ! isset( self::$_instance ) ) {
29
  self::$_instance = new FS_Security();
76
  's_ctx_secure' => $this->get_secure_token( $entity, $timestamp, $action ),
77
  );
78
  }
79
+ }
freemius/includes/customizer/class-fs-customizer-support-section.php DELETED
@@ -1,102 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
- * @since 1.2.2.7
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Class Zerif_Customizer_Theme_Info_Main
15
- *
16
- * @since 1.0.0
17
- * @access public
18
- */
19
- class FS_Customizer_Support_Section extends WP_Customize_Section {
20
-
21
- function __construct( $manager, $id, $args = array() ) {
22
- $manager->register_section_type( 'FS_Customizer_Support_Section' );
23
-
24
- parent::__construct( $manager, $id, $args );
25
- }
26
-
27
- /**
28
- * The type of customize section being rendered.
29
- *
30
- * @since 1.0.0
31
- * @access public
32
- * @var string
33
- */
34
- public $type = 'freemius-support-section';
35
-
36
- /**
37
- * @var Freemius
38
- */
39
- public $fs = null;
40
-
41
- /**
42
- * Add custom parameters to pass to the JS via JSON.
43
- *
44
- * @since 1.0.0
45
- */
46
- public function json() {
47
- $json = parent::json();
48
-
49
- $is_contact_visible = $this->fs->is_page_visible( 'contact' );
50
- $is_support_visible = $this->fs->is_page_visible( 'support' );
51
-
52
- $json['theme_title'] = $this->fs->get_plugin_name();
53
-
54
- if ( $is_contact_visible && $is_support_visible ) {
55
- $json['theme_title'] .= ' ' . $this->fs->get_text( 'support' );
56
- }
57
-
58
- if ( $is_contact_visible ) {
59
- $json['contact'] = array(
60
- 'label' => $this->fs->get_text( 'contact-us' ),
61
- 'url' => $this->fs->contact_url(),
62
- );
63
- }
64
-
65
- if ( $is_support_visible ) {
66
- $json['support'] = array(
67
- 'label' => $this->fs->get_text( 'support-forum' ),
68
- 'url' => $this->fs->get_support_forum_url()
69
- );
70
- }
71
-
72
- return $json;
73
- }
74
-
75
- /**
76
- * Outputs the Underscore.js template.
77
- *
78
- * @since 1.0.0
79
- */
80
- protected function render_template() {
81
- ?>
82
- <li id="fs_customizer_support"
83
- class="accordion-section control-section control-section-{{ data.type }} cannot-expand">
84
- <h3 class="accordion-section-title">
85
- <span>{{ data.theme_title }}</span>
86
- <# if ( data.contact && data.support ) { #>
87
- <div class="button-group">
88
- <# } #>
89
- <# if ( data.contact ) { #>
90
- <a class="button" href="{{ data.contact.url }}" target="_blank">{{ data.contact.label }} </a>
91
- <# } #>
92
- <# if ( data.support ) { #>
93
- <a class="button" href="{{ data.support.url }}" target="_blank">{{ data.support.label }} </a>
94
- <# } #>
95
- <# if ( data.contact && data.support ) { #>
96
- </div>
97
- <# } #>
98
- </h3>
99
- </li>
100
- <?php
101
- }
102
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/customizer/class-fs-customizer-upsell-control.php DELETED
@@ -1,157 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
- * @since 1.2.2.7
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Class FS_Customizer_Upsell_Control
15
- */
16
- class FS_Customizer_Upsell_Control extends WP_Customize_Control {
17
-
18
- /**
19
- * Control type
20
- *
21
- * @var string control type
22
- */
23
- public $type = 'freemius-upsell-control';
24
-
25
- /**
26
- * @var Freemius
27
- */
28
- public $fs = null;
29
-
30
- /**
31
- * @param WP_Customize_Manager $manager the customize manager class.
32
- * @param string $id id.
33
- * @param array $args customizer manager parameters.
34
- */
35
- public function __construct( WP_Customize_Manager $manager, $id, array $args ) {
36
- $manager->register_control_type( 'FS_Customizer_Upsell_Control' );
37
-
38
- parent::__construct( $manager, $id, $args );
39
- }
40
-
41
- /**
42
- * Enqueue resources for the control.
43
- */
44
- public function enqueue() {
45
- fs_enqueue_local_style( 'fs_customizer', 'customizer.css' );
46
- }
47
-
48
- /**
49
- * Json conversion
50
- */
51
- public function to_json() {
52
- $pricing_cta = esc_html( $this->fs->get_text( $this->fs->get_pricing_cta_label() ) ) . '&nbsp;&nbsp;' . ( is_rtl() ? '&#x2190;' : '&#x27a4;' );
53
-
54
- parent::to_json();
55
-
56
- $this->json['button_text'] = $pricing_cta;
57
- $this->json['button_url'] = $this->fs->is_in_trial_promotion() ?
58
- $this->fs->get_trial_url() :
59
- $this->fs->get_upgrade_url();
60
-
61
- // Load features.
62
- $pricing = $this->fs->get_api_plugin_scope()->get( 'pricing.json' );
63
-
64
- if ( $this->fs->is_api_result_object( $pricing, 'plans' ) ) {
65
- // Add support features.
66
- if ( is_array( $pricing->plans ) && 0 < count( $pricing->plans ) ) {
67
- $support_features = array(
68
- 'kb' => 'Help Center',
69
- 'forum' => 'Support Forum',
70
- 'email' => 'Priority Email Support',
71
- 'phone' => 'Phone Support',
72
- 'skype' => 'Skype Support',
73
- 'is_success_manager' => 'Personal Success Manager',
74
- );
75
-
76
- for ( $i = 0, $len = count( $pricing->plans ); $i < $len; $i ++ ) {
77
- if ( 'free' == $pricing->plans[$i]->name ) {
78
- continue;
79
- }
80
-
81
- if ( ! isset( $pricing->plans[ $i ]->features ) ||
82
- ! is_array( $pricing->plans[ $i ]->features ) ) {
83
- $pricing->plans[$i]->features = array();
84
- }
85
-
86
- foreach ( $support_features as $key => $label ) {
87
- $key = ( 'is_success_manager' !== $key ) ?
88
- "support_{$key}" :
89
- $key;
90
-
91
- if ( ! empty( $pricing->plans[ $i ]->{$key} ) ) {
92
-
93
- $support_feature = new stdClass();
94
- $support_feature->title = $label;
95
-
96
- $pricing->plans[ $i ]->features[] = $support_feature;
97
- }
98
- }
99
- }
100
- }
101
- }
102
-
103
- $this->json['plans'] = $pricing->plans;
104
-
105
- $this->json['strings'] = array(
106
- 'plan' => $this->fs->get_text( 'plan' ),
107
- );
108
- }
109
-
110
- /**
111
- * Control content
112
- */
113
- public function content_template() {
114
- ?>
115
- <div id="fs_customizer_upsell">
116
- <# if ( data.plans ) { #>
117
- <ul class="fs-customizer-plans">
118
- <# for (i in data.plans) { #>
119
- <# if ( 'free' != data.plans[i].name && (null != data.plans[i].features && 0 < data.plans[i].features.length) ) { #>
120
- <li class="fs-customizer-plan">
121
- <div class="fs-accordion-section-open">
122
- <h2 class="fs-accordion-section-title menu-item">
123
- <span>{{ data.plans[i].title }}</span>
124
- <button type="button" class="button-link item-edit" aria-expanded="true">
125
- <span class="screen-reader-text">Toggle section: {{ data.plans[i].title }} {{ data.strings.plan }}</span>
126
- <span class="toggle-indicator" aria-hidden="true"></span>
127
- </button>
128
- </h2>
129
- <div class="fs-accordion-section-content">
130
- <# if ( data.plans[i].description ) { #>
131
- <h3>{{ data.plans[i].description }}</h3>
132
- <# } #>
133
- <# if ( data.plans[i].features ) { #>
134
- <ul>
135
- <# for ( j in data.plans[i].features ) { #>
136
- <li><div class="fs-feature">
137
- <span class="dashicons dashicons-yes"></span><span><# if ( data.plans[i].features[j].value ) { #>{{ data.plans[i].features[j].value }} <# } #>{{ data.plans[i].features[j].title }}</span>
138
- <# if ( data.plans[i].features[j].description ) { #>
139
- <span class="dashicons dashicons-editor-help"><span class="fs-feature-desc">{{ data.plans[i].features[j].description }}</span></span>
140
- <# } #>
141
- </div></li>
142
- <# } #>
143
- </ul>
144
- <# } #>
145
- <# if ( 'free' != data.plans[i].name ) { #>
146
- <a href="{{ data.button_url }}" class="button button-primary" target="_blank">{{{ data.button_text }}}</a>
147
- <# } #>
148
- </div>
149
- </div>
150
- </li>
151
- <# } #>
152
- <# } #>
153
- </ul>
154
- <# } #>
155
- </div>
156
- <?php }
157
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/debug/class-fs-debug-bar-panel.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.1.7.3
7
  */
8
 
@@ -24,8 +24,8 @@
24
  }
25
 
26
  static function requests_count() {
27
- if ( class_exists( 'Freemius_Api_WordPress' ) ) {
28
- $logger = Freemius_Api_WordPress::GetLogger();
29
  } else {
30
  $logger = array();
31
  }
@@ -34,8 +34,8 @@
34
  }
35
 
36
  static function total_time() {
37
- if ( class_exists( 'Freemius_Api_WordPress' ) ) {
38
- $logger = Freemius_Api_WordPress::GetLogger();
39
  } else {
40
  $logger = array();
41
  }
@@ -45,7 +45,7 @@
45
  $total_time += $l['total'];
46
  }
47
 
48
- return number_format( 100 * $total_time, 2 ) . ' ' . fs_text( 'ms' );
49
  }
50
 
51
  function render() {
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.1.7.3
7
  */
8
 
24
  }
25
 
26
  static function requests_count() {
27
+ if ( class_exists( 'Freemius_Api' ) ) {
28
+ $logger = Freemius_Api::GetLogger();
29
  } else {
30
  $logger = array();
31
  }
34
  }
35
 
36
  static function total_time() {
37
+ if ( class_exists( 'Freemius_Api' ) ) {
38
+ $logger = Freemius_Api::GetLogger();
39
  } else {
40
  $logger = array();
41
  }
45
  $total_time += $l['total'];
46
  }
47
 
48
+ return number_format( 100 * $total_time, 2 ) . ' ' . __fs( 'ms' );
49
  }
50
 
51
  function render() {
freemius/includes/debug/debug-bar-start.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.1.7.3
7
  */
8
 
@@ -38,8 +38,8 @@
38
  require_once dirname( __FILE__ ) . '/class-fs-debug-bar-panel.php';
39
  $statuses[] = array(
40
  'fs_api_requests',
41
- fs_text( 'Freemius API' ),
42
- Freemius_Debug_Bar_Panel::requests_count() . ' ' . fs_text( 'Requests' ) .
43
  ' (' . Freemius_Debug_Bar_Panel::total_time() . ')'
44
  );
45
  }
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.1.7.3
7
  */
8
 
38
  require_once dirname( __FILE__ ) . '/class-fs-debug-bar-panel.php';
39
  $statuses[] = array(
40
  'fs_api_requests',
41
+ __fs( 'Freemius API' ),
42
+ Freemius_Debug_Bar_Panel::requests_count() . ' ' . __fs( 'Requests' ) .
43
  ' (' . Freemius_Debug_Bar_Panel::total_time() . ')'
44
  );
45
  }
freemius/includes/debug/index.php DELETED
@@ -1,3 +0,0 @@
1
- <?php
2
- // Silence is golden.
3
- // Hide file structure from users on unprotected servers.
 
 
 
freemius/includes/entities/class-fs-billing.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius for EDD Add-On
4
  * @copyright Copyright (c) 2016, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.0
7
  */
8
 
2
  /**
3
  * @package Freemius for EDD Add-On
4
  * @copyright Copyright (c) 2016, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.0
7
  */
8
 
freemius/includes/entities/class-fs-entity.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.3
7
  */
8
 
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.3
7
  */
8
 
freemius/includes/entities/class-fs-payment.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2016, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.0
7
  */
8
 
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2016, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.0
7
  */
8
 
freemius/includes/entities/class-fs-plugin-info.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.3
7
  */
8
 
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.3
7
  */
8
 
freemius/includes/entities/class-fs-plugin-license.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.5
7
  */
8
 
@@ -10,9 +10,6 @@
10
  exit;
11
  }
12
 
13
- /**
14
- * Class FS_Plugin_License
15
- */
16
  class FS_Plugin_License extends FS_Entity {
17
 
18
  #region Properties
@@ -77,11 +74,6 @@
77
  parent::__construct( $license );
78
  }
79
 
80
- /**
81
- * Get entity type.
82
- *
83
- * @return string
84
- */
85
  static function get_type() {
86
  return 'license';
87
  }
@@ -221,4 +213,4 @@
221
  function is_first_payment_pending() {
222
  return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->expiration ) - strtotime( $this->created ) );
223
  }
224
- }
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.5
7
  */
8
 
10
  exit;
11
  }
12
 
 
 
 
13
  class FS_Plugin_License extends FS_Entity {
14
 
15
  #region Properties
74
  parent::__construct( $license );
75
  }
76
 
 
 
 
 
 
77
  static function get_type() {
78
  return 'license';
79
  }
213
  function is_first_payment_pending() {
214
  return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->expiration ) - strtotime( $this->created ) );
215
  }
216
+ }
freemius/includes/entities/class-fs-plugin-plan.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.5
7
  */
8
 
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.5
7
  */
8
 
freemius/includes/entities/class-fs-plugin-tag.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.4
7
  */
8
 
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.4
7
  */
8
 
freemius/includes/entities/class-fs-plugin.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.3
7
  */
8
 
@@ -25,8 +25,6 @@
25
  */
26
  public $slug;
27
  /**
28
- * @since 1.2.2
29
- *
30
  * @var string 'plugin' or 'theme'
31
  */
32
  public $type;
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.3
7
  */
8
 
25
  */
26
  public $slug;
27
  /**
 
 
28
  * @var string 'plugin' or 'theme'
29
  */
30
  public $type;
freemius/includes/entities/class-fs-pricing.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius for EDD Add-On
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.0
7
  */
8
 
2
  /**
3
  * @package Freemius for EDD Add-On
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.0
7
  */
8
 
freemius/includes/entities/class-fs-scope-entity.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.4
7
  */
8
 
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.4
7
  */
8
 
freemius/includes/entities/class-fs-site.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.3
7
  */
8
 
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.3
7
  */
8
 
freemius/includes/entities/class-fs-subscription.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.9
7
  */
8
 
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.9
7
  */
8
 
freemius/includes/entities/class-fs-user.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.3
7
  */
8
 
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.3
7
  */
8
 
freemius/includes/entities/index.php DELETED
@@ -1,3 +0,0 @@
1
- <?php
2
- // Silence is golden.
3
- // Hide file structure from users on unprotected servers.
 
 
 
freemius/includes/fs-core-functions.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.0.3
7
  */
8
 
@@ -10,6 +10,10 @@
10
  exit;
11
  }
12
 
 
 
 
 
13
  if ( ! function_exists( 'fs_dummy' ) ) {
14
  function fs_dummy() {
15
  }
@@ -30,29 +34,29 @@
30
 
31
  function fs_include_template( $path, &$params = null ) {
32
  $VARS = &$params;
33
- include fs_get_template_path( $path );
34
  }
35
 
36
  function fs_include_once_template( $path, &$params = null ) {
37
  $VARS = &$params;
38
- include_once fs_get_template_path( $path );
39
  }
40
 
41
  function fs_require_template( $path, &$params = null ) {
42
  $VARS = &$params;
43
- require fs_get_template_path( $path );
44
  }
45
 
46
  function fs_require_once_template( $path, &$params = null ) {
47
  $VARS = &$params;
48
- require_once fs_get_template_path( $path );
49
  }
50
 
51
  function fs_get_template( $path, &$params = null ) {
52
  ob_start();
53
 
54
  $VARS = &$params;
55
- require fs_get_template_path( $path );
56
 
57
  return ob_get_clean();
58
  }
@@ -60,78 +64,42 @@
60
 
61
  /* Scripts and styles including.
62
  --------------------------------------------------------------------------------------------*/
63
-
64
- /**
65
- * Generates an absolute URL to the given path. This function ensures that the URL will be correct whether the asset
66
- * is inside a plugin's folder or a theme's folder.
67
- *
68
- * Examples:
69
- * 1. "themes" folder
70
- * Path: C:/xampp/htdocs/fswp/wp-content/themes/twentytwelve/freemius/assets/css/admin/common.css
71
- * URL: http://fswp:8080/wp-content/themes/twentytwelve/freemius/assets/css/admin/common.css
72
- *
73
- * 2. "plugins" folder
74
- * Path: C:/xampp/htdocs/fswp/wp-content/plugins/rating-widget-premium/freemius/assets/css/admin/common.css
75
- * URL: http://fswp:8080/wp-content/plugins/rating-widget-premium/freemius/assets/css/admin/common.css
76
- *
77
- * @author Leo Fajardo (@leorw)
78
- * @since 1.2.2
79
- *
80
- * @param string $asset_abs_path Asset's absolute path.
81
- *
82
- * @return string Asset's URL.
83
- */
84
- function fs_asset_url( $asset_abs_path ) {
85
- $wp_content_dir = fs_normalize_path( WP_CONTENT_DIR );
86
- $asset_abs_path = fs_normalize_path( $asset_abs_path );
87
- $asset_rel_path = str_replace( $wp_content_dir, '', $asset_abs_path );
88
-
89
- $asset_url = content_url( fs_normalize_path( $asset_rel_path ) );
90
-
91
- return $asset_url;
92
- }
93
-
94
  function fs_enqueue_local_style( $handle, $path, $deps = array(), $ver = false, $media = 'all' ) {
95
- wp_enqueue_style( $handle, fs_asset_url( WP_FS__DIR_CSS . '/' . trim( $path, '/' ) ), $deps, $ver, $media );
 
 
 
 
 
 
 
96
  }
97
 
98
  function fs_enqueue_local_script( $handle, $path, $deps = array(), $ver = false, $in_footer = 'all' ) {
99
- wp_enqueue_script( $handle, fs_asset_url( WP_FS__DIR_JS . '/' . trim( $path, '/' ) ), $deps, $ver, $in_footer );
 
 
 
 
 
 
 
100
  }
101
 
102
  function fs_img_url( $path, $img_dir = WP_FS__DIR_IMG ) {
103
- return ( fs_asset_url( $img_dir . '/' . trim( $path, '/' ) ) );
104
  }
105
 
106
  /* Request handlers.
107
  --------------------------------------------------------------------------------------------*/
108
  /**
109
- * @param string $key
110
- * @param mixed $def
111
- * @param string|bool $type Since 1.2.1.7 - when set to 'get' will look for the value passed via querystring, when
112
- * set to 'post' will look for the value passed via the POST request's body, otherwise,
113
- * will check if the parameter was passed in any of the two.
114
  *
115
  * @return mixed
116
  */
117
- function fs_request_get( $key, $def = false, $type = false ) {
118
- if ( is_string( $type ) ) {
119
- $type = strtolower( $type );
120
- }
121
-
122
- switch ( $type ) {
123
- case 'post':
124
- $value = isset( $_POST[ $key ] ) ? $_POST[ $key ] : $def;
125
- break;
126
- case 'get':
127
- $value = isset( $_GET[ $key ] ) ? $_GET[ $key ] : $def;
128
- break;
129
- default:
130
- $value = isset( $_REQUEST[ $key ] ) ? $_REQUEST[ $key ] : $def;
131
- break;
132
- }
133
-
134
- return $value;
135
  }
136
 
137
  function fs_request_has( $key ) {
@@ -216,14 +184,14 @@
216
  return true;
217
  }
218
 
219
- function fs_is_plugin_page( $page_slug ) {
220
- return ( is_admin() && $page_slug === fs_request_get( 'page' ) );
221
  }
222
 
223
  /* Core UI.
224
  --------------------------------------------------------------------------------------------*/
225
  /**
226
- * @param number $module_id
227
  * @param string $page
228
  * @param string $action
229
  * @param string $title
@@ -236,7 +204,7 @@
236
  * @uses fs_ui_get_action_button()
237
  */
238
  function fs_ui_action_button(
239
- $module_id,
240
  $page,
241
  $action,
242
  $title,
@@ -247,7 +215,7 @@
247
  $method = 'GET'
248
  ) {
249
  echo fs_ui_get_action_button(
250
- $module_id,
251
  $page,
252
  $action,
253
  $title,
@@ -263,7 +231,7 @@
263
  * @author Vova Feldman (@svovaf)
264
  * @since 1.1.7
265
  *
266
- * @param number $module_id
267
  * @param string $page
268
  * @param string $action
269
  * @param string $title
@@ -276,7 +244,7 @@
276
  * @return string
277
  */
278
  function fs_ui_get_action_button(
279
- $module_id,
280
  $page,
281
  $action,
282
  $title,
@@ -291,7 +259,7 @@
291
 
292
  if ( is_string( $confirmation ) ) {
293
  return sprintf( '<form action="%s" method="%s"><input type="hidden" name="fs_action" value="%s">%s<a href="#" class="%s" onclick="if (confirm(\'%s\')) this.parentNode.submit(); return false;">%s</a></form>',
294
- freemius( $module_id )->_get_admin_page_url( $page, $params ),
295
  $method,
296
  $action,
297
  wp_nonce_field( $action, '_wpnonce', true, false ),
@@ -301,7 +269,7 @@
301
  );
302
  } else if ( 'GET' !== strtoupper( $method ) ) {
303
  return sprintf( '<form action="%s" method="%s"><input type="hidden" name="fs_action" value="%s">%s<a href="#" class="%s" onclick="this.parentNode.submit(); return false;">%s</a></form>',
304
- freemius( $module_id )->_get_admin_page_url( $page, $params ),
305
  $method,
306
  $action,
307
  wp_nonce_field( $action, '_wpnonce', true, false ),
@@ -310,16 +278,16 @@
310
  );
311
  } else {
312
  return sprintf( '<a href="%s" class="%s">%s</a></form>',
313
- wp_nonce_url( freemius( $module_id )->_get_admin_page_url( $page, array_merge( $params, array( 'fs_action' => $action ) ) ), $action ),
314
  'button' . ( $is_primary ? ' button-primary' : '' ),
315
  $title
316
  );
317
  }
318
  }
319
 
320
- function fs_ui_action_link( $module_id, $page, $action, $title, $params = array() ) {
321
  ?><a class=""
322
- href="<?php echo wp_nonce_url( freemius( $module_id )->_get_admin_page_url( $page, array_merge( $params, array( 'fs_action' => $action ) ) ), $action ) ?>"><?php echo $title ?></a><?php
323
  }
324
 
325
  /*function fs_error_handler($errno, $errstr, $errfile, $errline)
@@ -495,30 +463,14 @@
495
 
496
  #endregion Url Canonization ------------------------------------------------------------------
497
 
498
- /**
499
- * @author Vova Feldman (@svovaf)
500
- *
501
- * @since 1.2.2 Changed to usage of WP_Filesystem_Direct.
502
- *
503
- * @param string $from URL
504
- * @param string $to File path.
505
- */
506
  function fs_download_image( $from, $to ) {
507
- $dir = dirname( $to );
508
-
509
- if ( 'direct' !== get_filesystem_method( array(), $dir ) ) {
510
- return;
511
- }
512
-
513
- if ( ! class_exists( 'WP_Filesystem_Direct' ) ) {
514
- require_once ABSPATH . 'wp-admin/includes/class-wp-filesystem-base.php';
515
- require_once ABSPATH . 'wp-admin/includes/class-wp-filesystem-direct.php';
516
- }
517
-
518
- $fs = new WP_Filesystem_Direct( '' );
519
- $tmpfile = download_url( $from );
520
- $fs->copy( $tmpfile, $to );
521
- $fs->delete( $tmpfile );
522
  }
523
 
524
  /* General Utilities
@@ -551,124 +503,3 @@
551
  // If both have priority return the winner.
552
  return ( $a['priority'] < $b['priority'] ) ? - 1 : 1;
553
  }
554
-
555
- #--------------------------------------------------------------------------------
556
- #region Localization
557
- #--------------------------------------------------------------------------------
558
-
559
- if ( ! function_exists( 'fs_text' ) ) {
560
- /**
561
- * Retrieve a translated text by key.
562
- *
563
- * @author Vova Feldman (@svovaf)
564
- * @since 1.2.1.7
565
- *
566
- * @param string $key
567
- * @param string $slug
568
- *
569
- * @return string
570
- *
571
- * @global $fs_text, $fs_text_overrides
572
- */
573
- function fs_text( $key, $slug = 'freemius' ) {
574
- return __fs( $key, $slug );
575
- }
576
-
577
- /**
578
- * Output a translated text by key.
579
- *
580
- * @author Vova Feldman (@svovaf)
581
- * @since 1.2.1.7
582
- *
583
- * @param string $key
584
- * @param string $slug
585
- */
586
- function fs_echo( $key, $slug = 'freemius' ) {
587
- echo fs_text( $key, $slug );
588
- }
589
- }
590
-
591
- /**
592
- * @author Vova Feldman
593
- * @since 1.2.1.6
594
- *
595
- * @param string $key
596
- * @param string $slug
597
- *
598
- * @return string
599
- */
600
- function fs_esc_attr( $key, $slug ) {
601
- return esc_attr( fs_text( $key, $slug ) );
602
- }
603
-
604
- /**
605
- * @author Vova Feldman
606
- * @since 1.2.1.6
607
- *
608
- * @param string $key
609
- * @param string $slug
610
- */
611
- function fs_esc_attr_echo( $key, $slug ) {
612
- echo esc_attr( fs_text( $key, $slug ) );
613
- }
614
-
615
- /**
616
- * @author Vova Feldman
617
- * @since 1.2.1.6
618
- *
619
- * @param string $key
620
- * @param string $slug
621
- *
622
- * @return string
623
- */
624
- function fs_esc_js( $key, $slug ) {
625
- return esc_js( fs_text( $key, $slug ) );
626
- }
627
-
628
- /**
629
- * @author Vova Feldman
630
- * @since 1.2.1.6
631
- *
632
- * @param string $key
633
- * @param string $slug
634
- */
635
- function fs_esc_js_echo( $key, $slug ) {
636
- echo esc_js( fs_text( $key, $slug ) );
637
- }
638
-
639
- /**
640
- * @author Vova Feldman
641
- * @since 1.2.1.6
642
- *
643
- * @param string $key
644
- * @param string $slug
645
- */
646
- function fs_json_encode_echo( $key, $slug ) {
647
- echo json_encode( fs_text( $key, $slug ) );
648
- }
649
-
650
- /**
651
- * @author Vova Feldman
652
- * @since 1.2.1.6
653
- *
654
- * @param string $key
655
- * @param string $slug
656
- *
657
- * @return string
658
- */
659
- function fs_esc_html( $key, $slug ) {
660
- return esc_html( fs_text( $key, $slug ) );
661
- }
662
-
663
- /**
664
- * @author Vova Feldman
665
- * @since 1.2.1.6
666
- *
667
- * @param string $key
668
- * @param string $slug
669
- */
670
- function fs_esc_html_echo( $key, $slug ) {
671
- echo esc_html( fs_text( $key, $slug ) );
672
- }
673
-
674
- #endregion
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.0.3
7
  */
8
 
10
  exit;
11
  }
12
 
13
+ global $fs_core_logger;
14
+
15
+ $fs_core_logger = FS_Logger::get_logger( WP_FS__SLUG . '_core', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
16
+
17
  if ( ! function_exists( 'fs_dummy' ) ) {
18
  function fs_dummy() {
19
  }
34
 
35
  function fs_include_template( $path, &$params = null ) {
36
  $VARS = &$params;
37
+ include( fs_get_template_path( $path ) );
38
  }
39
 
40
  function fs_include_once_template( $path, &$params = null ) {
41
  $VARS = &$params;
42
+ include_once( fs_get_template_path( $path ) );
43
  }
44
 
45
  function fs_require_template( $path, &$params = null ) {
46
  $VARS = &$params;
47
+ require( fs_get_template_path( $path ) );
48
  }
49
 
50
  function fs_require_once_template( $path, &$params = null ) {
51
  $VARS = &$params;
52
+ require_once( fs_get_template_path( $path ) );
53
  }
54
 
55
  function fs_get_template( $path, &$params = null ) {
56
  ob_start();
57
 
58
  $VARS = &$params;
59
+ require( fs_get_template_path( $path ) );
60
 
61
  return ob_get_clean();
62
  }
64
 
65
  /* Scripts and styles including.
66
  --------------------------------------------------------------------------------------------*/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  function fs_enqueue_local_style( $handle, $path, $deps = array(), $ver = false, $media = 'all' ) {
68
+ global $fs_core_logger;
69
+ if ( $fs_core_logger->is_on() ) {
70
+ $fs_core_logger->info( 'handle = ' . $handle . '; path = ' . $path . ';' );
71
+ $fs_core_logger->info( 'plugin_basename = ' . plugins_url( WP_FS__DIR_CSS . trim( $path, '/' ) ) );
72
+ $fs_core_logger->info( 'plugins_url = ' . plugins_url( plugin_basename( WP_FS__DIR_CSS . '/' . trim( $path, '/' ) ) ) );
73
+ }
74
+
75
+ wp_enqueue_style( $handle, plugins_url( plugin_basename( WP_FS__DIR_CSS . '/' . trim( $path, '/' ) ) ), $deps, $ver, $media );
76
  }
77
 
78
  function fs_enqueue_local_script( $handle, $path, $deps = array(), $ver = false, $in_footer = 'all' ) {
79
+ global $fs_core_logger;
80
+ if ( $fs_core_logger->is_on() ) {
81
+ $fs_core_logger->info( 'handle = ' . $handle . '; path = ' . $path . ';' );
82
+ $fs_core_logger->info( 'plugin_basename = ' . plugins_url( WP_FS__DIR_JS . trim( $path, '/' ) ) );
83
+ $fs_core_logger->info( 'plugins_url = ' . plugins_url( plugin_basename( WP_FS__DIR_JS . '/' . trim( $path, '/' ) ) ) );
84
+ }
85
+
86
+ wp_enqueue_script( $handle, plugins_url( plugin_basename( WP_FS__DIR_JS . '/' . trim( $path, '/' ) ) ), $deps, $ver, $in_footer );
87
  }
88
 
89
  function fs_img_url( $path, $img_dir = WP_FS__DIR_IMG ) {
90
+ return plugins_url( plugin_basename( $img_dir . '/' . trim( $path, '/' ) ) );
91
  }
92
 
93
  /* Request handlers.
94
  --------------------------------------------------------------------------------------------*/
95
  /**
96
+ * @param string $key
97
+ * @param mixed $def
 
 
 
98
  *
99
  * @return mixed
100
  */
101
+ function fs_request_get( $key, $def = false ) {
102
+ return isset( $_REQUEST[ $key ] ) ? $_REQUEST[ $key ] : $def;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  }
104
 
105
  function fs_request_has( $key ) {
184
  return true;
185
  }
186
 
187
+ function fs_is_plugin_page( $menu_slug ) {
188
+ return ( is_admin() && $_REQUEST['page'] === $menu_slug );
189
  }
190
 
191
  /* Core UI.
192
  --------------------------------------------------------------------------------------------*/
193
  /**
194
+ * @param string $slug
195
  * @param string $page
196
  * @param string $action
197
  * @param string $title
204
  * @uses fs_ui_get_action_button()
205
  */
206
  function fs_ui_action_button(
207
+ $slug,
208
  $page,
209
  $action,
210
  $title,
215
  $method = 'GET'
216
  ) {
217
  echo fs_ui_get_action_button(
218
+ $slug,
219
  $page,
220
  $action,
221
  $title,
231
  * @author Vova Feldman (@svovaf)
232
  * @since 1.1.7
233
  *
234
+ * @param string $slug
235
  * @param string $page
236
  * @param string $action
237
  * @param string $title
244
  * @return string
245
  */
246
  function fs_ui_get_action_button(
247
+ $slug,
248
  $page,
249
  $action,
250
  $title,
259
 
260
  if ( is_string( $confirmation ) ) {
261
  return sprintf( '<form action="%s" method="%s"><input type="hidden" name="fs_action" value="%s">%s<a href="#" class="%s" onclick="if (confirm(\'%s\')) this.parentNode.submit(); return false;">%s</a></form>',
262
+ freemius( $slug )->_get_admin_page_url( $page, $params ),
263
  $method,
264
  $action,
265
  wp_nonce_field( $action, '_wpnonce', true, false ),
269
  );
270
  } else if ( 'GET' !== strtoupper( $method ) ) {
271
  return sprintf( '<form action="%s" method="%s"><input type="hidden" name="fs_action" value="%s">%s<a href="#" class="%s" onclick="this.parentNode.submit(); return false;">%s</a></form>',
272
+ freemius( $slug )->_get_admin_page_url( $page, $params ),
273
  $method,
274
  $action,
275
  wp_nonce_field( $action, '_wpnonce', true, false ),
278
  );
279
  } else {
280
  return sprintf( '<a href="%s" class="%s">%s</a></form>',
281
+ wp_nonce_url( freemius( $slug )->_get_admin_page_url( $page, array_merge( $params, array( 'fs_action' => $action ) ) ), $action ),
282
  'button' . ( $is_primary ? ' button-primary' : '' ),
283
  $title
284
  );
285
  }
286
  }
287
 
288
+ function fs_ui_action_link( $slug, $page, $action, $title, $params = array() ) {
289
  ?><a class=""
290
+ href="<?php echo wp_nonce_url( freemius( $slug )->_get_admin_page_url( $page, array_merge( $params, array( 'fs_action' => $action ) ) ), $action ) ?>"><?php echo $title ?></a><?php
291
  }
292
 
293
  /*function fs_error_handler($errno, $errstr, $errfile, $errline)
463
 
464
  #endregion Url Canonization ------------------------------------------------------------------
465
 
 
 
 
 
 
 
 
 
466
  function fs_download_image( $from, $to ) {
467
+ $ch = curl_init( $from );
468
+ $fp = fopen( fs_normalize_path( $to ), 'wb' );
469
+ curl_setopt( $ch, CURLOPT_FILE, $fp );
470
+ curl_setopt( $ch, CURLOPT_HEADER, 0 );
471
+ curl_exec( $ch );
472
+ curl_close( $ch );
473
+ fclose( $fp );
 
 
 
 
 
 
 
 
474
  }
475
 
476
  /* General Utilities
503
  // If both have priority return the winner.
504
  return ( $a['priority'] < $b['priority'] ) ? - 1 : 1;
505
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/fs-essential-functions.php CHANGED
@@ -1,13 +1,8 @@
1
  <?php
2
  /**
3
- * IMPORTANT:
4
- * This file will be loaded based on the order of the plugins/themes load.
5
- * If there's a theme and a plugin using Freemius, the plugin's essential
6
- * file will always load first.
7
- *
8
  * @package Freemius
9
  * @copyright Copyright (c) 2015, Freemius, Inc.
10
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
11
  * @since 1.1.5
12
  */
13
 
@@ -157,22 +152,22 @@
157
  /**
158
  * Retrieve a translated text by key.
159
  *
160
- * @deprecated Use `fs_text()` instead since methods starting with `__` trigger warnings in Php 7.
161
- *
162
- * @author Vova Feldman (@svovaf)
163
- * @since 1.1.4
164
  *
165
  * @param string $key
166
  * @param string $slug
167
  *
168
  * @return string
169
  *
170
- * @global $fs_text, $fs_text_overrides
171
  */
172
  function __fs( $key, $slug = 'freemius' ) {
173
- global $fs_text,
174
- $fs_module_info_text,
175
- $fs_text_overrides;
 
 
176
 
177
  if ( isset( $fs_text_overrides[ $slug ] ) ) {
178
  if ( isset( $fs_text_overrides[ $slug ][ $key ] ) ) {
@@ -185,42 +180,24 @@
185
  }
186
  }
187
 
188
- if ( ! isset( $fs_text ) ) {
189
- $dir = defined( 'WP_FS__DIR_INCLUDES' ) ?
190
- WP_FS__DIR_INCLUDES :
191
- dirname( __FILE__ );
192
-
193
- require_once $dir . '/i18n.php';
194
- }
195
-
196
- if ( isset( $fs_text[ $key ] ) ) {
197
- return $fs_text[ $key ];
198
- }
199
-
200
- if ( isset( $fs_module_info_text[ $key ] ) ) {
201
- return $fs_module_info_text[ $key ];
202
- }
203
-
204
- return $key;
205
  }
206
 
207
  /**
208
- * Output a translated text by key.
209
- *
210
- * @deprecated Use `fs_echo()` instead for consistency with `fs_text()`.
211
  *
212
- * @author Vova Feldman (@svovaf)
213
- * @since 1.1.4
214
  *
215
  * @param string $key
216
  * @param string $slug
217
  */
218
  function _efs( $key, $slug = 'freemius' ) {
219
- fs_echo( $key, $slug );
220
  }
221
- }
222
 
223
- if ( ! function_exists( 'fs_override_i18n' ) ) {
224
  /**
225
  * Override default i18n text phrases.
226
  *
@@ -290,7 +267,7 @@
290
  * will catch it.
291
  */
292
  if ( ! function_exists( 'get_plugins' ) ) {
293
- require_once ABSPATH . 'wp-admin/includes/plugin.php';
294
  }
295
 
296
  $all_plugins = get_plugins();
@@ -303,10 +280,6 @@
303
 
304
  $plugin_file = null;
305
  for ( $i = 1, $bt = debug_backtrace(), $len = count( $bt ); $i < $len; $i ++ ) {
306
- if ( empty( $bt[ $i ]['file'] ) ) {
307
- continue;
308
- }
309
-
310
  if ( in_array( fs_normalize_path( $bt[ $i ]['file'] ), $all_plugins_paths ) ) {
311
  $plugin_file = $bt[ $i ]['file'];
312
  break;
@@ -315,11 +288,7 @@
315
 
316
  if ( is_null( $plugin_file ) ) {
317
  // Throw an error to the developer in case of some edge case dev environment.
318
- wp_die(
319
- 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.',
320
- 'Error',
321
- array( 'back_link' => true )
322
- );
323
  }
324
 
325
  return $plugin_file;
@@ -339,40 +308,17 @@
339
  * @global $fs_active_plugins
340
  */
341
  function fs_update_sdk_newest_version( $sdk_relative_path, $plugin_file = false ) {
342
- /**
343
- * If there is a plugin running an older version of FS (1.2.1 or below), the `fs_update_sdk_newest_version()`
344
- * function in the older version will be used instead of this one. But since the older version is using
345
- * the `is_plugin_active` function to check if a plugin is active, passing the theme's `plugin_path` to the
346
- * `is_plugin_active` function will return false since the path is not a plugin path, so `in_activation` will be
347
- * `true` for theme modules and the upgrading of the SDK version to 1.2.2 or newer version will work fine.
348
- *
349
- * Future versions that will call this function will use the proper logic here instead of just relying on the
350
- * `is_plugin_active` function to fail for themes.
351
- *
352
- * @author Leo Fajardo (@leorw)
353
- * @since 1.2.2
354
- */
355
-
356
  global $fs_active_plugins;
357
 
358
- $newest_sdk = $fs_active_plugins->plugins[ $sdk_relative_path ];
359
-
360
  if ( ! is_string( $plugin_file ) ) {
361
  $plugin_file = plugin_basename( fs_find_caller_plugin_file() );
362
  }
363
 
364
- if ( ! isset( $newest_sdk->type ) || 'theme' !== $newest_sdk->type ) {
365
- $in_activation = ( ! is_plugin_active( $plugin_file ) );
366
- } else {
367
- $theme = wp_get_theme();
368
- $in_activation = ( $newest_sdk->plugin_path == $theme->stylesheet );
369
- }
370
-
371
  $fs_active_plugins->newest = (object) array(
372
  'plugin_path' => $plugin_file,
373
  'sdk_path' => $sdk_relative_path,
374
- 'version' => $newest_sdk->version,
375
- 'in_activation' => $in_activation,
376
  'timestamp' => time(),
377
  );
378
 
@@ -436,16 +382,9 @@
436
  if ( is_null( $newest_sdk_data ) || version_compare( $data->version, $newest_sdk_data->version, '>' )
437
  ) {
438
  // If plugin inactive or SDK starter file doesn't exist, remove SDK reference.
439
- if ( 'plugin' === $data->type ) {
440
- $is_module_active = is_plugin_active( $data->plugin_path );
441
- } else {
442
- $active_theme = wp_get_theme();
443
- $is_module_active = ( $data->plugin_path === $active_theme->get_template() );
444
- }
445
-
446
- $is_sdk_exists = file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $sdk_relative_path . '/start.php' ) );
447
-
448
- if ( ! $is_module_active || ! $is_sdk_exists ) {
449
  unset( $fs_active_plugins->plugins[ $sdk_relative_path ] );
450
 
451
  // No need to store the data since it will be stored in fs_update_sdk_newest_version()
@@ -474,19 +413,19 @@
474
  * @author Vova Feldman (@svovaf)
475
  * @since 1.0.9
476
  *
477
- * @param string $module_unique_affix Module's unique affix.
478
- * @param string $tag The name of the filter hook.
479
- * @param mixed $value The value on which the filters hooked to `$tag` are applied on.
480
  *
481
  * @return mixed The filtered value after all hooked functions are applied to it.
482
  *
483
  * @uses apply_filters()
484
  */
485
- function fs_apply_filter( $module_unique_affix, $tag, $value ) {
486
  $args = func_get_args();
487
 
488
  return call_user_func_array( 'apply_filters', array_merge(
489
- array( "fs_{$tag}_{$module_unique_affix}" ),
490
  array_slice( $args, 2 ) )
491
  );
492
  }
1
  <?php
2
  /**
 
 
 
 
 
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.1.5
7
  */
8
 
152
  /**
153
  * Retrieve a translated text by key.
154
  *
155
+ * @author Vova Feldman (@svovaf)
156
+ * @since 1.1.4
 
 
157
  *
158
  * @param string $key
159
  * @param string $slug
160
  *
161
  * @return string
162
  *
163
+ * @global $fs_text , $fs_text_overrides
164
  */
165
  function __fs( $key, $slug = 'freemius' ) {
166
+ global $fs_text, $fs_text_overrides;
167
+
168
+ if ( ! isset( $fs_text ) ) {
169
+ require_once( ( defined( 'WP_FS__DIR_INCLUDES' ) ? WP_FS__DIR_INCLUDES : dirname( __FILE__ ) ) . '/i18n.php' );
170
+ }
171
 
172
  if ( isset( $fs_text_overrides[ $slug ] ) ) {
173
  if ( isset( $fs_text_overrides[ $slug ][ $key ] ) ) {
180
  }
181
  }
182
 
183
+ return isset( $fs_text[ $key ] ) ?
184
+ $fs_text[ $key ] :
185
+ $key;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  }
187
 
188
  /**
189
+ * Display a translated text by key.
 
 
190
  *
191
+ * @author Vova Feldman (@svovaf)
192
+ * @since 1.1.4
193
  *
194
  * @param string $key
195
  * @param string $slug
196
  */
197
  function _efs( $key, $slug = 'freemius' ) {
198
+ echo __fs( $key, $slug );
199
  }
 
200
 
 
201
  /**
202
  * Override default i18n text phrases.
203
  *
267
  * will catch it.
268
  */
269
  if ( ! function_exists( 'get_plugins' ) ) {
270
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
271
  }
272
 
273
  $all_plugins = get_plugins();
280
 
281
  $plugin_file = null;
282
  for ( $i = 1, $bt = debug_backtrace(), $len = count( $bt ); $i < $len; $i ++ ) {
 
 
 
 
283
  if ( in_array( fs_normalize_path( $bt[ $i ]['file'] ), $all_plugins_paths ) ) {
284
  $plugin_file = $bt[ $i ]['file'];
285
  break;
288
 
289
  if ( is_null( $plugin_file ) ) {
290
  // Throw an error to the developer in case of some edge case dev environment.
291
+ wp_die( __fs( 'failed-finding-main-path' ), __fs( 'error' ), array( 'back_link' => true ) );
 
 
 
 
292
  }
293
 
294
  return $plugin_file;
308
  * @global $fs_active_plugins
309
  */
310
  function fs_update_sdk_newest_version( $sdk_relative_path, $plugin_file = false ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
311
  global $fs_active_plugins;
312
 
 
 
313
  if ( ! is_string( $plugin_file ) ) {
314
  $plugin_file = plugin_basename( fs_find_caller_plugin_file() );
315
  }
316
 
 
 
 
 
 
 
 
317
  $fs_active_plugins->newest = (object) array(
318
  'plugin_path' => $plugin_file,
319
  'sdk_path' => $sdk_relative_path,
320
+ 'version' => $fs_active_plugins->plugins[ $sdk_relative_path ]->version,
321
+ 'in_activation' => ! is_plugin_active( $plugin_file ),
322
  'timestamp' => time(),
323
  );
324
 
382
  if ( is_null( $newest_sdk_data ) || version_compare( $data->version, $newest_sdk_data->version, '>' )
383
  ) {
384
  // If plugin inactive or SDK starter file doesn't exist, remove SDK reference.
385
+ if ( ! is_plugin_active( $data->plugin_path ) ||
386
+ ! file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $sdk_relative_path . '/start.php' ) )
387
+ ) {
 
 
 
 
 
 
 
388
  unset( $fs_active_plugins->plugins[ $sdk_relative_path ] );
389
 
390
  // No need to store the data since it will be stored in fs_update_sdk_newest_version()
413
  * @author Vova Feldman (@svovaf)
414
  * @since 1.0.9
415
  *
416
+ * @param string $slug Plugin slug
417
+ * @param string $tag The name of the filter hook.
418
+ * @param mixed $value The value on which the filters hooked to `$tag` are applied on.
419
  *
420
  * @return mixed The filtered value after all hooked functions are applied to it.
421
  *
422
  * @uses apply_filters()
423
  */
424
+ function fs_apply_filter( $slug, $tag, $value ) {
425
  $args = func_get_args();
426
 
427
  return call_user_func_array( 'apply_filters', array_merge(
428
+ array( "fs_{$tag}_{$slug}" ),
429
  array_slice( $args, 2 ) )
430
  );
431
  }
freemius/includes/fs-plugin-info-dialog.php CHANGED
@@ -1,948 +1,930 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
- * @since 1.0.6
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Class FS_Plugin_Info_Dialog
15
- *
16
- * @author Vova Feldman (@svovaf)
17
- * @since 1.1.7
18
- */
19
- class FS_Plugin_Info_Dialog {
20
- /**
21
- * @since 1.1.7
22
- *
23
- * @var FS_Logger
24
- */
25
- private $_logger;
26
-
27
- /**
28
- * @since 1.1.7
29
- *
30
- * @var Freemius
31
- */
32
- private $_fs;
33
-
34
- function __construct( Freemius $fs ) {
35
- $this->_fs = $fs;
36
-
37
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $fs->get_slug() . '_info', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
38
-
39
- // Remove default plugin information action.
40
- remove_all_actions( 'install_plugins_pre_plugin-information' );
41
-
42
- // Override action with custom plugins function for add-ons.
43
- add_action( 'install_plugins_pre_plugin-information', array( &$this, 'install_plugin_information' ) );
44
-
45
- // Override request for plugin information for Add-ons.
46
- add_filter(
47
- 'fs_plugins_api',
48
- array( &$this, '_get_addon_info_filter' ),
49
- WP_FS__DEFAULT_PRIORITY, 3 );
50
- }
51
-
52
- /**
53
- * Generate add-on plugin information.
54
- *
55
- * @author Vova Feldman (@svovaf)
56
- * @since 1.0.6
57
- *
58
- * @param array $data
59
- * @param string $action
60
- * @param object|null $args
61
- *
62
- * @return array|null
63
- */
64
- function _get_addon_info_filter( $data, $action = '', $args = null ) {
65
- $this->_logger->entrance();
66
-
67
- $parent_plugin_id = fs_request_get( 'parent_plugin_id', false );
68
-
69
- if ( $this->_fs->get_id() != $parent_plugin_id ||
70
- ( 'plugin_information' !== $action ) ||
71
- ! isset( $args->slug )
72
- ) {
73
- return $data;
74
- }
75
-
76
- // Find add-on by slug.
77
- $selected_addon = $this->_fs->get_addon_by_slug($args->slug, WP_FS__DEV_MODE);
78
-
79
- if ( false === $selected_addon ) {
80
- return $data;
81
- }
82
-
83
- if ( ! isset( $selected_addon->info ) ) {
84
- // Setup some default info.
85
- $selected_addon->info = new stdClass();
86
- $selected_addon->info->selling_point_0 = 'Selling Point 1';
87
- $selected_addon->info->selling_point_1 = 'Selling Point 2';
88
- $selected_addon->info->selling_point_2 = 'Selling Point 3';
89
- $selected_addon->info->description = '<p>Tell your users all about your add-on</p>';
90
- }
91
-
92
- fs_enqueue_local_style( 'fs_addons', '/admin/add-ons.css' );
93
-
94
- $data = $args;
95
-
96
- $is_free = true;
97
-
98
- // Load add-on pricing.
99
- $has_pricing = false;
100
- $has_features = false;
101
- $plans = false;
102
-
103
- $result = $this->_fs->get_api_plugin_scope()->get( "/addons/{$selected_addon->id}/pricing.json?type=visible" );
104
-
105
- if ( ! isset( $result->error ) ) {
106
- $plans = $result->plans;
107
-
108
- if ( is_array( $plans ) ) {
109
- for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) {
110
- $pricing = isset( $plans[ $i ]->pricing ) ? $plans[ $i ]->pricing : null;
111
- $features = isset( $plans[ $i ]->features ) ? $plans[ $i ]->features : null;
112
-
113
- $plans[ $i ] = new FS_Plugin_Plan( $plans[ $i ] );
114
- $plan = $plans[ $i ];
115
-
116
- if ( is_array( $pricing ) && 0 < count( $pricing ) ) {
117
- $is_free = false;
118
-
119
- foreach ( $pricing as &$prices ) {
120
- $prices = new FS_Pricing( $prices );
121
- }
122
-
123
- $plan->pricing = $pricing;
124
-
125
- $has_pricing = true;
126
- }
127
-
128
- if ( is_array( $features ) && 0 < count( $features ) ) {
129
- $plan->features = $features;
130
-
131
- $has_features = true;
132
- }
133
- }
134
- }
135
- }
136
-
137
- // Fetch latest version from Freemius.
138
- $latest = $this->_fs->_fetch_latest_version( $selected_addon->id );
139
-
140
- if ( ! $is_free ) {
141
- // If paid add-on, then it's not on wordpress.org
142
- $is_wordpress_org = false;
143
- } else {
144
- // If no versions found, then assume it's a .org plugin.
145
- $is_wordpress_org = ( false === $latest );
146
- }
147
-
148
- if ( $is_wordpress_org ) {
149
- $repo_data = FS_Plugin_Updater::_fetch_plugin_info_from_repository(
150
- 'plugin_information', (object) array(
151
- 'slug' => $selected_addon->slug,
152
- 'is_ssl' => is_ssl(),
153
- 'fields' => array(
154
- 'banners' => true,
155
- 'reviews' => true,
156
- 'downloaded' => false,
157
- 'active_installs' => true
158
- )
159
- ) );
160
-
161
- if ( ! empty( $repo_data ) ) {
162
- $data = $repo_data;
163
- $data->wp_org_missing = false;
164
- } else {
165
- // Couldn't find plugin on .org.
166
- $is_wordpress_org = false;
167
-
168
- // Plugin is missing, not on Freemius nor WP.org.
169
- $data->wp_org_missing = true;
170
- }
171
- }
172
-
173
- if ( ! $is_wordpress_org ) {
174
- $data->checkout_link = $this->_fs->checkout_url();
175
- $data->fs_missing = ( false === $latest );
176
-
177
- if ( $is_free ) {
178
- $data->download_link = $this->_fs->_get_latest_download_local_url( $selected_addon->id );
179
- }
180
- }
181
-
182
- if ( ! $is_wordpress_org ) {
183
- // Fetch as much as possible info from local files.
184
- $plugin_local_data = $this->_fs->get_plugin_data();
185
- $data->name = $selected_addon->title;
186
- $data->author = $plugin_local_data['Author'];
187
- $view_vars = array( 'plugin' => $selected_addon );
188
- $data->sections = array(
189
- 'description' => fs_get_template( '/plugin-info/description.php', $view_vars ),
190
- );
191
-
192
- if ( ! empty( $selected_addon->info->banner_url ) ) {
193
- $data->banners = array(
194
- 'low' => $selected_addon->info->banner_url,
195
- );
196
- }
197
-
198
- if ( ! empty( $selected_addon->info->screenshots ) ) {
199
- $view_vars = array(
200
- 'screenshots' => $selected_addon->info->screenshots,
201
- 'plugin' => $selected_addon,
202
- );
203
- $data->sections['screenshots'] = fs_get_template( '/plugin-info/screenshots.php', $view_vars );
204
- }
205
-
206
- if ( is_object( $latest ) ) {
207
- $data->version = $latest->version;
208
- $data->last_updated = ! is_null( $latest->updated ) ? $latest->updated : $latest->created;
209
- $data->requires = $latest->requires_platform_version;
210
- $data->tested = $latest->tested_up_to_version;
211
- } else {
212
- // Add dummy version.
213
- $data->version = '1.0.0';
214
-
215
- // Add message to developer to deploy the plugin through Freemius.
216
- }
217
- }
218
-
219
- if ( $has_pricing ) {
220
- // Add plans to data.
221
- $data->plans = $plans;
222
-
223
- if ( $has_features ) {
224
- $view_vars = array(
225
- 'plans' => $plans,
226
- 'plugin' => $selected_addon,
227
- );
228
- $data->sections['features'] = fs_get_template( '/plugin-info/features.php', $view_vars );
229
- }
230
- }
231
-
232
- $data->is_paid = ! $is_free;
233
- $data->external = ! $is_wordpress_org;
234
-
235
- return $data;
236
- }
237
-
238
- /**
239
- * @author Vova Feldman (@svovaf)
240
- * @since 1.1.7
241
- *
242
- * @param FS_Plugin_Plan $plan
243
- *
244
- * @return string
245
- */
246
- private function get_billing_cycle( FS_Plugin_Plan $plan ) {
247
- $billing_cycle = null;
248
-
249
- if ( 1 === count( $plan->pricing ) && 1 == $plan->pricing[0]->licenses ) {
250
- $pricing = $plan->pricing[0];
251
- if ( isset( $pricing->annual_price ) ) {
252
- $billing_cycle = 'annual';
253
- } else if ( isset( $pricing->monthly_price ) ) {
254
- $billing_cycle = 'monthly';
255
- } else if ( isset( $pricing->lifetime_price ) ) {
256
- $billing_cycle = 'lifetime';
257
- }
258
- } else {
259
- foreach ( $plan->pricing as $pricing ) {
260
- if ( isset( $pricing->annual_price ) ) {
261
- $billing_cycle = 'annual';
262
- } else if ( isset( $pricing->monthly_price ) ) {
263
- $billing_cycle = 'monthly';
264
- } else if ( isset( $pricing->lifetime_price ) ) {
265
- $billing_cycle = 'lifetime';
266
- }
267
-
268
- if ( ! is_null( $billing_cycle ) ) {
269
- break;
270
- }
271
- }
272
- }
273
-
274
- return $billing_cycle;
275
- }
276
-
277
- /**
278
- * @author Vova Feldman (@svovaf)
279
- * @since 1.1.7
280
- *
281
- * @param FS_Plugin_Plan $plan
282
- * @param FS_Pricing $pricing
283
- *
284
- * @return float|null|string
285
- */
286
- private function get_price_tag( FS_Plugin_Plan $plan, FS_Pricing $pricing ) {
287
- $price_tag = '';
288
- if ( isset( $pricing->annual_price ) ) {
289
- $price_tag = $pricing->annual_price . ( $plan->is_block_features ? ' / year' : '' );
290
- } else if ( isset( $pricing->monthly_price ) ) {
291
- $price_tag = $pricing->monthly_price . ' / mo';
292
- } else if ( isset( $pricing->lifetime_price ) ) {
293
- $price_tag = $pricing->lifetime_price;
294
- }
295
-
296
- return '$' . $price_tag;
297
- }
298
-
299
- /**
300
- * @author Vova Feldman (@svovaf)
301
- * @since 1.1.7
302
- *
303
- * @param object $api
304
- * @param FS_Plugin_Plan|null $plan
305
- *
306
- * @return string
307
- */
308
- private function get_plugin_cta( $api, $plan = null ) {
309
- if ( ( current_user_can( 'install_plugins' ) || current_user_can( 'update_plugins' ) ) ) {
310
-
311
- if ( ! empty( $api->checkout_link ) && isset( $api->plans ) && 0 < is_array( $api->plans ) ) {
312
- if ( is_null( $plan ) ) {
313
- foreach ($api->plans as $p) {
314
- if (!empty($p->pricing)) {
315
- $plan = $p;
316
- break;
317
- }
318
- }
319
- }
320
-
321
- return ' <a class="button button-primary right" href="' . $this->_fs->addon_checkout_url(
322
- $plan->plugin_id,
323
- $plan->pricing[0]->id,
324
- $this->get_billing_cycle( $plan ),
325
- $plan->has_trial()
326
- ) . '" target="_parent">' .
327
- ( ! $plan->has_trial() ?
328
- fs_text( 'purchase', $api->slug ) :
329
- sprintf( fs_text( 'start-free-x', $api->slug ), $this->get_trial_period( $plan ) )
330
- ) .
331
- '</a>';
332
-
333
- // @todo Add Cart concept.
334
- // echo ' <a class="button right" href="' . $status['url'] . '" target="_parent">' . __( 'Add to Cart' ) . '</a>';
335
-
336
- } else if ( ! empty( $api->download_link ) ) {
337
- $status = install_plugin_install_status( $api );
338
-
339
- // Hosted on WordPress.org.
340
- switch ( $status['status'] ) {
341
- case 'install':
342
- if ( $api->external &&
343
- $this->_fs->is_org_repo_compliant() ||
344
- ! $this->_fs->is_premium()
345
- ) {
346
- /**
347
- * Add-on hosted on Freemius, not yet installed, and core
348
- * plugin is wordpress.org compliant. Therefore, require a download
349
- * since installing external plugins is not allowed by the wp.org guidelines.
350
- */
351
- return ' <a class="button button-primary right" href="' . esc_url( $api->download_link ) . '" target="_blank">' . fs_text( 'download-latest', $api->slug ) . '</a>';
352
- } else {
353
- if ( $status['url'] ) {
354
- return '<a class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . fs_text( 'install-now', $api->slug ) . '</a>';
355
- }
356
- }
357
- break;
358
- case 'update_available':
359
- if ( $status['url'] ) {
360
- return '<a class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . fs_text( 'install-update-now', $api->slug ) . '</a>';
361
- }
362
- break;
363
- case 'newer_installed':
364
- return '<a class="button button-primary right disabled">' . sprintf( fs_text( 'newer-installed', $api->slug ), $status['version'] ) . '</a>';
365
- break;
366
- case 'latest_installed':
367
- return '<a class="button button-primary right disabled">' . fs_text( 'latest-installed', $api->slug ) . '</a>';
368
- break;
369
- }
370
-
371
- }
372
- }
373
-
374
- return '';
375
- }
376
-
377
- /**
378
- * @author Vova Feldman (@svovaf)
379
- * @since 1.1.7
380
- *
381
- * @param FS_Plugin_Plan $plan
382
- *
383
- * @return string
384
- */
385
- private function get_trial_period( $plan ) {
386
- $trial_period = (int) $plan->trial_period;
387
-
388
- switch ( $trial_period ) {
389
- case 30:
390
- return 'month';
391
- case 60:
392
- return '2 months';
393
- default:
394
- return "{$plan->trial_period} days";
395
- }
396
- }
397
-
398
- /**
399
- * Display plugin information in dialog box form.
400
- *
401
- * Based on core install_plugin_information() function.
402
- *
403
- * @author Vova Feldman (@svovaf)
404
- * @since 1.0.6
405
- */
406
- function install_plugin_information() {
407
- global $tab;
408
-
409
- if ( empty( $_REQUEST['plugin'] ) ) {
410
- return;
411
- }
412
-
413
- $args = array(
414
- 'slug' => wp_unslash( $_REQUEST['plugin'] ),
415
- 'is_ssl' => is_ssl(),
416
- 'fields' => array(
417
- 'banners' => true,
418
- 'reviews' => true,
419
- 'downloaded' => false,
420
- 'active_installs' => true
421
- )
422
- );
423
-
424
- if ( is_array( $args ) ) {
425
- $args = (object) $args;
426
- }
427
-
428
- if ( ! isset( $args->per_page ) ) {
429
- $args->per_page = 24;
430
- }
431
-
432
- if ( ! isset( $args->locale ) ) {
433
- $args->locale = get_locale();
434
- }
435
-
436
- $api = apply_filters( 'fs_plugins_api', false, 'plugin_information', $args );
437
-
438
- if ( is_wp_error( $api ) ) {
439
- wp_die( $api );
440
- }
441
-
442
- $plugins_allowedtags = array(
443
- 'a' => array(
444
- 'href' => array(),
445
- 'title' => array(),
446
- 'target' => array(),
447
- // Add image style for screenshots.
448
- 'class' => array()
449
- ),
450
- 'style' => array(),
451
- 'abbr' => array( 'title' => array() ),
452
- 'acronym' => array( 'title' => array() ),
453
- 'code' => array(),
454
- 'pre' => array(),
455
- 'em' => array(),
456
- 'strong' => array(),
457
- 'div' => array( 'class' => array() ),
458
- 'span' => array( 'class' => array() ),
459
- 'p' => array(),
460
- 'ul' => array(),
461
- 'ol' => array(),
462
- 'li' => array( 'class' => array() ),
463
- 'i' => array( 'class' => array() ),
464
- 'h1' => array(),
465
- 'h2' => array(),
466
- 'h3' => array(),
467
- 'h4' => array(),
468
- 'h5' => array(),
469
- 'h6' => array(),
470
- 'img' => array( 'src' => array(), 'class' => array(), 'alt' => array() ),
471
- // 'table' => array(),
472
- // 'td' => array(),
473
- // 'tr' => array(),
474
- // 'th' => array(),
475
- // 'thead' => array(),
476
- // 'tbody' => array(),
477
- );
478
-
479
- $plugins_section_titles = array(
480
- 'description' => fs_text( 'description', $api->slug ),
481
- 'installation' => fs_text( 'installation', $api->slug ),
482
- 'faq' => fs_text( 'faq', $api->slug ),
483
- 'screenshots' => fs_text( 'screenshots', $api->slug ),
484
- 'changelog' => fs_text( 'changelog', $api->slug ),
485
- 'reviews' => fs_text( 'reviews', $api->slug ),
486
- 'other_notes' => fs_text( 'other_notes', $api->slug ),
487
- );
488
-
489
- // Sanitize HTML
490
- // foreach ( (array) $api->sections as $section_name => $content ) {
491
- // $api->sections[$section_name] = wp_kses( $content, $plugins_allowedtags );
492
- // }
493
-
494
- foreach ( array( 'version', 'author', 'requires', 'tested', 'homepage', 'downloaded', 'slug' ) as $key ) {
495
- if ( isset( $api->$key ) ) {
496
- $api->$key = wp_kses( $api->$key, $plugins_allowedtags );
497
- }
498
- }
499
-
500
- // Add after $api->slug is ready.
501
- $plugins_section_titles['features'] = fs_text( 'features-and-pricing', $api->slug );
502
-
503
- $_tab = esc_attr( $tab );
504
-
505
- $section = isset( $_REQUEST['section'] ) ? wp_unslash( $_REQUEST['section'] ) : 'description'; // Default to the Description tab, Do not translate, API returns English.
506
- if ( empty( $section ) || ! isset( $api->sections[ $section ] ) ) {
507
- $section_titles = array_keys( (array) $api->sections );
508
- $section = array_shift( $section_titles );
509
- }
510
-
511
- iframe_header( fs_text( 'plugin-install', $api->slug ) );
512
-
513
- $_with_banner = '';
514
-
515
- // var_dump($api->banners);
516
- if ( ! empty( $api->banners ) && ( ! empty( $api->banners['low'] ) || ! empty( $api->banners['high'] ) ) ) {
517
- $_with_banner = 'with-banner';
518
- $low = empty( $api->banners['low'] ) ? $api->banners['high'] : $api->banners['low'];
519
- $high = empty( $api->banners['high'] ) ? $api->banners['low'] : $api->banners['high'];
520
- ?>
521
- <style type="text/css">
522
- #plugin-information-title.with-banner
523
- {
524
- background-image: url( <?php echo esc_url( $low ); ?> );
525
- }
526
-
527
- @media only screen and ( -webkit-min-device-pixel-ratio: 1.5 )
528
- {
529
- #plugin-information-title.with-banner
530
- {
531
- background-image: url( <?php echo esc_url( $high ); ?> );
532
- }
533
- }
534
- </style>
535
- <?php
536
- }
537
-
538
- echo '<div id="plugin-information-scrollable">';
539
- echo "<div id='{$_tab}-title' class='{$_with_banner}'><div class='vignette'></div><h2>{$api->name}</h2></div>";
540
- echo "<div id='{$_tab}-tabs' class='{$_with_banner}'>\n";
541
-
542
- foreach ( (array) $api->sections as $section_name => $content ) {
543
- if ( 'reviews' === $section_name && ( empty( $api->ratings ) || 0 === array_sum( (array) $api->ratings ) ) ) {
544
- continue;
545
- }
546
-
547
- if ( isset( $plugins_section_titles[ $section_name ] ) ) {
548
- $title = $plugins_section_titles[ $section_name ];
549
- } else {
550
- $title = ucwords( str_replace( '_', ' ', $section_name ) );
551
- }
552
-
553
- $class = ( $section_name === $section ) ? ' class="current"' : '';
554
- $href = add_query_arg( array( 'tab' => $tab, 'section' => $section_name ) );
555
- $href = esc_url( $href );
556
- $san_section = esc_attr( $section_name );
557
- echo "\t<a name='$san_section' href='$href' $class>$title</a>\n";
558
- }
559
-
560
- echo "</div>\n";
561
-
562
- ?>
563
- <div id="<?php echo $_tab; ?>-content" class='<?php echo $_with_banner; ?>'>
564
- <div class="fyi">
565
- <?php if ( $api->is_paid ) : ?>
566
- <?php if ( isset( $api->plans ) ) : ?>
567
- <div class="plugin-information-pricing">
568
- <?php foreach ( $api->plans as $plan ) : ?>
569
- <?php
570
- if ( empty( $plan->pricing ) ) {
571
- continue;
572
- }
573
-
574
- /**
575
- * @var FS_Plugin_Plan $plan
576
- */
577
- ?>
578
- <?php $first_pricing = $plan->pricing[0] ?>
579
- <?php $is_multi_cycle = $first_pricing->is_multi_cycle() ?>
580
- <div class="fs-plan<?php if ( ! $is_multi_cycle ) {
581
- echo ' fs-single-cycle';
582
- } ?>" data-plan-id="<?php echo $plan->id ?>">
583
- <h3 data-plan="<?php echo $plan->id ?>"><?php printf( fs_text( 'x-plan', $api->slug ), $plan->title ) ?></h3>
584
- <?php $has_annual = $first_pricing->has_annual() ?>
585
- <?php $has_monthly = $first_pricing->has_monthly() ?>
586
- <div class="nav-tab-wrapper">
587
- <?php $billing_cycles = array( 'monthly', 'annual', 'lifetime' ) ?>
588
- <?php $i = 0;
589
- foreach ( $billing_cycles as $cycle ) : ?>
590
- <?php $prop = "{$cycle}_price";
591
- if ( isset( $first_pricing->{$prop} ) ) : ?>
592
- <?php $is_featured = ( 'annual' === $cycle && $is_multi_cycle ) ?>
593
- <?php
594
- $prices = array();
595
- foreach ( $plan->pricing as $pricing ) {
596
- if ( isset( $pricing->{$prop} ) ) {
597
- $prices[] = array(
598
- 'id' => $pricing->id,
599
- 'licenses' => $pricing->licenses,
600
- 'price' => $pricing->{$prop}
601
- );
602
- }
603
- }
604
- ?>
605
- <a class="nav-tab" data-billing-cycle="<?php echo $cycle ?>"
606
- data-pricing="<?php echo esc_attr( json_encode( $prices ) ) ?>">
607
- <?php if ( $is_featured ) : ?>
608
- <label>&#9733; <?php fs_echo( 'best', $api->slug ) ?> &#9733;</label>
609
- <?php endif ?>
610
- <?php fs_echo( $cycle, $api->slug ) ?>
611
- </a>
612
- <?php endif ?>
613
- <?php $i ++; endforeach ?>
614
- <?php wp_enqueue_script( 'jquery' ) ?>
615
- <script type="text/javascript">
616
- (function ($, undef) {
617
- var
618
- _formatBillingFrequency = function (cycle) {
619
- switch (cycle) {
620
- case 'monthly':
621
- return '<?php printf(fs_text('billed-x', $api->slug), fs_text('monthly', $api->slug)) ?>';
622
- case 'annual':
623
- return '<?php printf(fs_text('billed-x', $api->slug), fs_text('annually', $api->slug)) ?>';
624
- case 'lifetime':
625
- return '<?php printf(fs_text('billed-x', $api->slug), fs_text('once', $api->slug)) ?>';
626
- }
627
- },
628
- _formatLicensesTitle = function (pricing) {
629
- switch (pricing.licenses) {
630
- case 1:
631
- return '<?php fs_echo( 'license-single-site', $api->slug ) ?>';
632
- case null:
633
- return '<?php fs_echo( 'license-unlimited', $api->slug ) ?>';
634
- default:
635
- return '<?php fs_echo( 'license-x-sites', $api->slug ) ?>'.replace('%s', pricing.licenses);
636
- }
637
- },
638
- _formatPrice = function (pricing, cycle, multipleLicenses) {
639
- if (undef === multipleLicenses)
640
- multipleLicenses = true;
641
-
642
- var priceCycle;
643
- switch (cycle) {
644
- case 'monthly':
645
- priceCycle = ' / <?php fs_echo('mo', $api->slug) ?>';
646
- break;
647
- case 'lifetime':
648
- priceCycle = '';
649
- break;
650
- case 'annual':
651
- default:
652
- priceCycle = ' / <?php fs_echo('year', $api->slug) ?>';
653
- break;
654
- }
655
-
656
- if (!multipleLicenses && 1 == pricing.licenses) {
657
- return '$' + pricing.price + priceCycle;
658
- }
659
-
660
- return _formatLicensesTitle(pricing) + ' - <var class="fs-price">$' + pricing.price + priceCycle + '</var>';
661
- },
662
- _checkoutUrl = function (plan, pricing, cycle) {
663
- return '<?php echo esc_url_raw(remove_query_arg('billing_cycle', add_query_arg(array('plugin_id' => $plan->plugin_id), $api->checkout_link))) ?>' +
664
- '&plan_id=' + plan +
665
- '&pricing_id=' + pricing +
666
- '&billing_cycle=' + cycle<?php if ($plan->has_trial()) { echo " + '&trial=true'"; }?>;
667
- },
668
- _updateCtaUrl = function (plan, pricing, cycle) {
669
- $('.plugin-information-pricing .button, #plugin-information-footer .button').attr('href', _checkoutUrl(plan, pricing, cycle));
670
- };
671
-
672
- $(document).ready(function () {
673
- var $plan = $('.plugin-information-pricing .fs-plan[data-plan-id=<?php echo $plan->id ?>]');
674
- $plan.find('input[type=radio]').live('click', function () {
675
- _updateCtaUrl(
676
- $plan.attr('data-plan-id'),
677
- $(this).val(),
678
- $plan.find('.nav-tab-active').attr('data-billing-cycle')
679
- );
680
-
681
- $plan.find('.fs-trial-terms .fs-price').html(
682
- $(this).parents('label').find('.fs-price').html()
683
- );
684
- });
685
-
686
- $plan.find('.nav-tab').click(function () {
687
- if ($(this).hasClass('nav-tab-active'))
688
- return;
689
-
690
- var $this = $(this),
691
- billingCycle = $this.attr('data-billing-cycle'),
692
- pricing = JSON.parse($this.attr('data-pricing')),
693
- $pricesList = $this.parents('.fs-plan').find('.fs-pricing-body .fs-licenses'),
694
- html = '';
695
-
696
- // Un-select previously selected tab.
697
- $plan.find('.nav-tab').removeClass('nav-tab-active');
698
-
699
- // Select current tab.
700
- $this.addClass('nav-tab-active');
701
-
702
- // Render licenses prices.
703
- if (1 == pricing.length) {
704
- html = '<li><label><?php fs_echo( 'price', $api->slug ) ?>: ' + _formatPrice(pricing[0], billingCycle, false) + '</label></li>';
705
- } else {
706
- for (var i = 0; i < pricing.length; i++) {
707
- html += '<li><label><input name="pricing-<?php echo $plan->id ?>" type="radio" value="' + pricing[i].id + '">' + _formatPrice(pricing[i], billingCycle) + '</label></li>';
708
- }
709
- }
710
- $pricesList.html(html);
711
-
712
- if (1 < pricing.length) {
713
- // Select first license option.
714
- $pricesList.find('li:first input').click();
715
- }
716
- else {
717
- _updateCtaUrl(
718
- $plan.attr('data-plan-id'),
719
- pricing[0].id,
720
- billingCycle
721
- );
722
- }
723
-
724
- // Update billing frequency.
725
- $plan.find('.fs-billing-frequency').html(_formatBillingFrequency(billingCycle));
726
-
727
- if ('annual' === billingCycle) {
728
- $plan.find('.fs-annual-discount').show();
729
- } else {
730
- $plan.find('.fs-annual-discount').hide();
731
- }
732
- });
733
-
734
- <?php if ( $has_annual ) : ?>
735
- // Select annual by default.
736
- $plan.find('.nav-tab[data-billing-cycle=annual]').click();
737
- <?php else : ?>
738
- // Select first tab.
739
- $plan.find('.nav-tab:first').click();
740
- <?php endif ?>
741
- });
742
- }(jQuery));
743
- </script>
744
- </div>
745
- <div class="fs-pricing-body">
746
- <span class="fs-billing-frequency"></span>
747
- <?php $annual_discount = ( $has_annual && $has_monthly ) ? $plan->pricing[0]->annual_discount_percentage() : 0 ?>
748
- <?php if ( $annual_discount > 0 ) : ?>
749
- <span
750
- class="fs-annual-discount"><?php printf( fs_text( 'save-x', $api->slug ), $annual_discount . '%' ) ?></span>
751
- <?php endif ?>
752
- <ul class="fs-licenses">
753
- </ul>
754
- <?php echo $this->get_plugin_cta( $api, $plan ) ?>
755
- <div style="clear:both"></div>
756
- <?php if ( $plan->has_trial() ) : ?>
757
- <?php $trial_period = $this->get_trial_period( $plan ) ?>
758
- <ul class="fs-trial-terms">
759
- <li>
760
- <i class="dashicons dashicons-yes"></i><?php printf( fs_text( 'no-commitment-x', $api->slug ), $trial_period ) ?>
761
- </li>
762
- <li>
763
- <i class="dashicons dashicons-yes"></i><?php printf( fs_text( 'after-x-pay-as-little-y', $api->slug ), $trial_period, '<var class="fs-price">' . $this->get_price_tag( $plan, $plan->pricing[0] ) . '</var>' ) ?>
764
- </li>
765
- </ul>
766
- <?php endif ?>
767
- </div>
768
- </div>
769
- </div>
770
- <?php endforeach ?>
771
- <?php endif ?>
772
- <?php endif ?>
773
- <div>
774
- <h3><?php fs_echo( 'details', $api->slug ) ?></h3>
775
- <ul>
776
- <?php if ( ! empty( $api->version ) ) { ?>
777
- <li><strong><?php fs_echo( 'version', $api->slug ); ?>:</strong> <?php echo $api->version; ?></li>
778
- <?php
779
- }
780
- if ( ! empty( $api->author ) ) {
781
- ?>
782
- <li>
783
- <strong><?php fs_echo( 'author:', $api->slug ); ?></strong> <?php echo links_add_target( $api->author, '_blank' ); ?>
784
- </li>
785
- <?php
786
- }
787
- if ( ! empty( $api->last_updated ) ) {
788
- ?>
789
- <li><strong><?php fs_echo( 'last-updated:', $api->slug ); ?></strong> <span
790
- title="<?php echo $api->last_updated; ?>">
791
- <?php printf( fs_text( 'x-ago', $api->slug ), human_time_diff( strtotime( $api->last_updated ) ) ); ?>
792
- </span></li>
793
- <?php
794
- }
795
- if ( ! empty( $api->requires ) ) {
796
- ?>
797
- <li>
798
- <strong><?php fs_echo( 'requires-wordpress-version:', $api->slug ); ?></strong> <?php printf( fs_text( 'x-or-higher', $api->slug ), $api->requires ); ?>
799
- </li>
800
- <?php
801
- }
802
- if ( ! empty( $api->tested ) ) {
803
- ?>
804
- <li><strong><?php fs_echo( 'compatible-up-to:', $api->slug ); ?></strong> <?php echo $api->tested; ?>
805
- </li>
806
- <?php
807
- }
808
- if ( ! empty( $api->downloaded ) ) {
809
- ?>
810
- <li>
811
- <strong><?php fs_echo( 'downloaded:', $api->slug ); ?></strong> <?php printf(
812
- fs_text( ( 1 == $api->downloaded ) ? 'x-time' : 'x-times', $api->slug ),
813
- number_format_i18n( $api->downloaded )
814
- ); ?>
815
- </li>
816
- <?php
817
- }
818
- if ( ! empty( $api->slug ) && empty( $api->external ) ) {
819
- ?>
820
- <li><a target="_blank"
821
- href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php fs_echo( 'wp-org-plugin-page', $api->slug ); ?> &#187;</a>
822
- </li>
823
- <?php
824
- }
825
- if ( ! empty( $api->homepage ) ) {
826
- ?>
827
- <li><a target="_blank"
828
- href="<?php echo esc_url( $api->homepage ); ?>"><?php fs_echo( 'plugin-homepage', $api->slug ); ?> &#187;</a>
829
- </li>
830
- <?php
831
- }
832
- if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) {
833
- ?>
834
- <li><a target="_blank"
835
- href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_echo( 'donate-to-plugin', $api->slug ); ?> &#187;</a>
836
- </li>
837
- <?php } ?>
838
- </ul>
839
- </div>
840
- <?php if ( ! empty( $api->rating ) ) { ?>
841
- <h3><?php fs_echo( 'average-rating', $api->slug ); ?></h3>
842
- <?php wp_star_rating( array(
843
- 'rating' => $api->rating,
844
- 'type' => 'percent',
845
- 'number' => $api->num_ratings
846
- ) ); ?>
847
- <small>(<?php printf(
848
- fs_text( 'based-on-x', $api->slug ),
849
- sprintf(
850
- fs_text( ( 1 == $api->num_ratings ) ? 'x-rating' : 'x-ratings', $api->slug ),
851
- number_format_i18n( $api->num_ratings )
852
- ) ); ?>)</small>
853
- <?php
854
- }
855
-
856
- if ( ! empty( $api->ratings ) && array_sum( (array) $api->ratings ) > 0 ) {
857
- foreach ( $api->ratings as $key => $ratecount ) {
858
- // Avoid div-by-zero.
859
- $_rating = $api->num_ratings ? ( $ratecount / $api->num_ratings ) : 0;
860
- $stars_label = sprintf(
861
- fs_text( ( 1 == $key ) ? 'x-star' : 'x-stars', $api->slug ),
862
- number_format_i18n( $key )
863
- );
864
- ?>
865
- <div class="counter-container">
866
- <span class="counter-label"><a
867
- href="https://wordpress.org/support/view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>"
868
- target="_blank"
869
- title="<?php echo esc_attr( sprintf( fs_text('click-to-reviews', $api->slug), $stars_label) ) ?>"><?php echo $stars_label ?></a></span>
870
- <span class="counter-back">
871
- <span class="counter-bar" style="width: <?php echo 92 * $_rating; ?>px;"></span>
872
- </span>
873
- <span class="counter-count"><?php echo number_format_i18n( $ratecount ); ?></span>
874
- </div>
875
- <?php
876
- }
877
- }
878
- if ( ! empty( $api->contributors ) ) {
879
- ?>
880
- <h3><?php fs_echo( 'contributors', $api->slug ); ?></h3>
881
- <ul class="contributors">
882
- <?php
883
- foreach ( (array) $api->contributors as $contrib_username => $contrib_profile ) {
884
- if ( empty( $contrib_username ) && empty( $contrib_profile ) ) {
885
- continue;
886
- }
887
- if ( empty( $contrib_username ) ) {
888
- $contrib_username = preg_replace( '/^.+\/(.+)\/?$/', '\1', $contrib_profile );
889
- }
890
- $contrib_username = sanitize_user( $contrib_username );
891
- if ( empty( $contrib_profile ) ) {
892
- echo "<li><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</li>";
893
- } else {
894
- echo "<li><a href='{$contrib_profile}' target='_blank'><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</a></li>";
895
- }
896
- }
897
- ?>
898
- </ul>
899
- <?php if ( ! empty( $api->donate_link ) ) { ?>
900
- <a target="_blank"
901
- href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_echo( 'donate-to-plugin', $api->slug ) ?> &#187;</a>
902
- <?php } ?>
903
- <?php } ?>
904
- </div>
905
- <div id="section-holder" class="wrap">
906
- <?php
907
- if ( ! empty( $api->tested ) && version_compare( substr( $GLOBALS['wp_version'], 0, strlen( $api->tested ) ), $api->tested, '>' ) ) {
908
- echo '<div class="notice notice-warning"><p>' . '<strong>' . fs_text( 'warning:', $api->slug ) . '</strong> ' . fs_text( 'not-tested-warning', $api->slug ) . '</p></div>';
909
- } else if ( ! empty( $api->requires ) && version_compare( substr( $GLOBALS['wp_version'], 0, strlen( $api->requires ) ), $api->requires, '<' ) ) {
910
- echo '<div class="notice notice-warning"><p>' . '<strong>' . fs_text( 'warning:', $api->slug ) . '</strong> ' . fs_text( 'not-compatible-warning', $api->slug ) . '</p></div>';
911
- }
912
-
913
- foreach ( (array) $api->sections as $section_name => $content ) {
914
- $content = links_add_base_url( $content, 'https://wordpress.org/plugins/' . $api->slug . '/' );
915
- $content = links_add_target( $content, '_blank' );
916
-
917
- $san_section = esc_attr( $section_name );
918
-
919
- $display = ( $section_name === $section ) ? 'block' : 'none';
920
-
921
- if ( 'description' === $section_name &&
922
- ( ( ! $api->external && $api->wp_org_missing ) ||
923
- ( $api->external && $api->fs_missing ) )
924
- ) {
925
- $missing_notice = array(
926
- 'type' => 'error',
927
- 'id' => md5( microtime() ),
928
- 'message' => fs_text( ( $api->is_paid ? 'paid-addon-not-deployed' : 'free-addon-not-deployed' ), $api->slug ),
929
- );
930
- fs_require_template( 'admin-notice.php', $missing_notice );
931
- }
932
- echo "\t<div id='section-{$san_section}' class='section' style='display: {$display};'>\n";
933
- echo $content;
934
- echo "\t</div>\n";
935
- }
936
- echo "</div>\n";
937
- echo "</div>\n";
938
- echo "</div>\n"; // #plugin-information-scrollable
939
- echo "<div id='$tab-footer'>\n";
940
-
941
- echo $this->get_plugin_cta( $api );
942
-
943
- echo "</div>\n";
944
-
945
- iframe_footer();
946
- exit;
947
- }
948
- }
1
+ <?php
2
+ /**
3
+ * @package Freemius
4
+ * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
+ * @since 1.0.6
7
+ */
8
+
9
+ if ( ! defined( 'ABSPATH' ) ) {
10
+ exit;
11
+ }
12
+
13
+ /**
14
+ * Class FS_Plugin_Info_Dialog
15
+ *
16
+ * @author Vova Feldman (@svovaf)
17
+ * @since 1.1.7
18
+ */
19
+ class FS_Plugin_Info_Dialog {
20
+ /**
21
+ * @since 1.1.7
22
+ *
23
+ * @var FS_Logger
24
+ */
25
+ private $_logger;
26
+
27
+ /**
28
+ * @since 1.1.7
29
+ *
30
+ * @var Freemius
31
+ */
32
+ private $_fs;
33
+
34
+ function __construct( Freemius $fs ) {
35
+ $this->_fs = $fs;
36
+
37
+ $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $fs->get_slug() . '_info', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
38
+
39
+ // Remove default plugin information action.
40
+ remove_all_actions( 'install_plugins_pre_plugin-information' );
41
+
42
+ // Override action with custom plugins function for add-ons.
43
+ add_action( 'install_plugins_pre_plugin-information', array( &$this, 'install_plugin_information' ) );
44
+
45
+ // Override request for plugin information for Add-ons.
46
+ add_filter(
47
+ 'fs_plugins_api',
48
+ array( &$this, '_get_addon_info_filter' ),
49
+ WP_FS__DEFAULT_PRIORITY, 3 );
50
+ }
51
+
52
+ /**
53
+ * Generate add-on plugin information.
54
+ *
55
+ * @author Vova Feldman (@svovaf)
56
+ * @since 1.0.6
57
+ *
58
+ * @param array $data
59
+ * @param string $action
60
+ * @param object|null $args
61
+ *
62
+ * @return array|null
63
+ */
64
+ function _get_addon_info_filter( $data, $action = '', $args = null ) {
65
+ $this->_logger->entrance();
66
+
67
+ $parent_plugin_id = fs_request_get( 'parent_plugin_id', false );
68
+
69
+ if ( $this->_fs->get_id() != $parent_plugin_id ||
70
+ ( 'plugin_information' !== $action ) ||
71
+ ! isset( $args->slug )
72
+ ) {
73
+ return $data;
74
+ }
75
+
76
+ // Find add-on by slug.
77
+ $selected_addon = $this->_fs->get_addon_by_slug($args->slug, WP_FS__DEV_MODE);
78
+
79
+ if ( false === $selected_addon ) {
80
+ return $data;
81
+ }
82
+
83
+ if ( ! isset( $selected_addon->info ) ) {
84
+ // Setup some default info.
85
+ $selected_addon->info = new stdClass();
86
+ $selected_addon->info->selling_point_0 = 'Selling Point 1';
87
+ $selected_addon->info->selling_point_1 = 'Selling Point 2';
88
+ $selected_addon->info->selling_point_2 = 'Selling Point 3';
89
+ $selected_addon->info->description = '<p>Tell your users all about your add-on</p>';
90
+ }
91
+
92
+ fs_enqueue_local_style( 'fs_addons', '/admin/add-ons.css' );
93
+
94
+ $data = $args;
95
+
96
+ $is_free = true;
97
+
98
+ // Load add-on pricing.
99
+ $has_pricing = false;
100
+ $has_features = false;
101
+ $plans = false;
102
+ $plans_result = $this->_fs->get_api_site_or_plugin_scope()->get( "/addons/{$selected_addon->id}/plans.json?type=visible" );
103
+ if ( ! isset( $plans_result->error ) ) {
104
+ $plans = $plans_result->plans;
105
+ if ( is_array( $plans ) ) {
106
+ for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) {
107
+ $plans[ $i ] = new FS_Plugin_Plan( $plans[ $i ] );
108
+ $plan = $plans[ $i ];
109
+
110
+ $pricing_result = $this->_fs->get_api_site_or_plugin_scope()->get( "/addons/{$selected_addon->id}/plans/{$plan->id}/pricing.json" );
111
+ if ( ! isset( $pricing_result->error ) ) {
112
+ // Update plan's pricing.
113
+ $plan->pricing = $pricing_result->pricing;
114
+
115
+ if ( is_array( $plan->pricing ) && ! empty( $plan->pricing ) ) {
116
+ $is_free = false;
117
+
118
+ foreach ( $plan->pricing as &$pricing ) {
119
+ $pricing = new FS_Pricing( $pricing );
120
+ }
121
+ }
122
+
123
+ $has_pricing = true;
124
+ }
125
+
126
+ $features_result = $this->_fs->get_api_site_or_plugin_scope()->get( "/addons/{$selected_addon->id}/plans/{$plan->id}/features.json" );
127
+ if ( ! isset( $features_result->error ) &&
128
+ is_array( $features_result->features ) &&
129
+ 0 < count( $features_result->features )
130
+ ) {
131
+ // Update plan's pricing.
132
+ $plan->features = $features_result->features;
133
+
134
+ $has_features = true;
135
+ }
136
+ }
137
+ }
138
+ }
139
+
140
+ // Fetch latest version from Freemius.
141
+ $latest = $this->_fs->_fetch_latest_version( $selected_addon->id );
142
+
143
+ if ( ! $is_free ) {
144
+ // If paid add-on, then it's not on wordpress.org
145
+ $is_wordpress_org = false;
146
+ } else {
147
+ // If no versions found, then assume it's a .org plugin.
148
+ $is_wordpress_org = ( false === $latest );
149
+ }
150
+
151
+ if ( $is_wordpress_org ) {
152
+ $repo_data = FS_Plugin_Updater::_fetch_plugin_info_from_repository(
153
+ 'plugin_information', (object) array(
154
+ 'slug' => $selected_addon->slug,
155
+ 'is_ssl' => is_ssl(),
156
+ 'fields' => array(
157
+ 'banners' => true,
158
+ 'reviews' => true,
159
+ 'downloaded' => false,
160
+ 'active_installs' => true
161
+ )
162
+ ) );
163
+
164
+ if ( ! empty( $repo_data ) ) {
165
+ $data = $repo_data;
166
+ $data->wp_org_missing = false;
167
+ } else {
168
+ // Couldn't find plugin on .org.
169
+ $is_wordpress_org = false;
170
+
171
+ // Plugin is missing, not on Freemius nor WP.org.
172
+ $data->wp_org_missing = true;
173
+ }
174
+ }
175
+
176
+ if ( ! $is_wordpress_org ) {
177
+ $data->checkout_link = $this->_fs->checkout_url();
178
+ $data->fs_missing = ( false === $latest );
179
+
180
+ if ( $is_free ) {
181
+ $data->download_link = $this->_fs->_get_latest_download_local_url( $selected_addon->id );
182
+ }
183
+ }
184
+
185
+ if ( ! $is_wordpress_org ) {
186
+ // Fetch as much as possible info from local files.
187
+ $plugin_local_data = $this->_fs->get_plugin_data();
188
+ $data->name = $selected_addon->title;
189
+ $data->author = $plugin_local_data['Author'];
190
+ $view_vars = array( 'plugin' => $selected_addon );
191
+ $data->sections = array(
192
+ 'description' => fs_get_template( '/plugin-info/description.php', $view_vars ),
193
+ );
194
+
195
+ if ( ! empty( $selected_addon->info->banner_url ) ) {
196
+ $data->banners = array(
197
+ 'low' => $selected_addon->info->banner_url,
198
+ );
199
+ }
200
+
201
+ if ( ! empty( $selected_addon->info->screenshots ) ) {
202
+ $view_vars = array(
203
+ 'screenshots' => $selected_addon->info->screenshots,
204
+ 'plugin' => $selected_addon,
205
+ );
206
+ $data->sections['screenshots'] = fs_get_template( '/plugin-info/screenshots.php', $view_vars );
207
+ }
208
+
209
+ if ( is_object( $latest ) ) {
210
+ $data->version = $latest->version;
211
+ $data->last_updated = ! is_null( $latest->updated ) ? $latest->updated : $latest->created;
212
+ $data->requires = $latest->requires_platform_version;
213
+ $data->tested = $latest->tested_up_to_version;
214
+ } else {
215
+ // Add dummy version.
216
+ $data->version = '1.0.0';
217
+
218
+ // Add message to developer to deploy the plugin through Freemius.
219
+ }
220
+ }
221
+
222
+ if ( $has_pricing ) {
223
+ // Add plans to data.
224
+ $data->plans = $plans;
225
+
226
+ if ( $has_features ) {
227
+ $view_vars = array(
228
+ 'plans' => $plans,
229
+ 'plugin' => $selected_addon,
230
+ );
231
+ $data->sections['features'] = fs_get_template( '/plugin-info/features.php', $view_vars );
232
+ }
233
+ }
234
+
235
+ $data->is_paid = ! $is_free;
236
+ $data->external = ! $is_wordpress_org;
237
+
238
+ return $data;
239
+ }
240
+
241
+ /**
242
+ * @author Vova Feldman (@svovaf)
243
+ * @since 1.1.7
244
+ *
245
+ * @param FS_Plugin_Plan $plan
246
+ *
247
+ * @return string
248
+ */
249
+ private function get_billing_cycle( FS_Plugin_Plan $plan ) {
250
+ $billing_cycle = null;
251
+
252
+ if ( 1 === count( $plan->pricing ) && 1 == $plan->pricing[0]->licenses ) {
253
+ $pricing = $plan->pricing[0];
254
+ if ( isset( $pricing->annual_price ) ) {
255
+ $billing_cycle = 'annual';
256
+ } else if ( isset( $pricing->monthly_price ) ) {
257
+ $billing_cycle = 'monthly';
258
+ } else if ( isset( $pricing->lifetime_price ) ) {
259
+ $billing_cycle = 'lifetime';
260
+ }
261
+ } else {
262
+ foreach ( $plan->pricing as $pricing ) {
263
+ if ( isset( $pricing->annual_price ) ) {
264
+ $billing_cycle = 'annual';
265
+ } else if ( isset( $pricing->monthly_price ) ) {
266
+ $billing_cycle = 'monthly';
267
+ } else if ( isset( $pricing->lifetime_price ) ) {
268
+ $billing_cycle = 'lifetime';
269
+ }
270
+
271
+ if ( ! is_null( $billing_cycle ) ) {
272
+ break;
273
+ }
274
+ }
275
+ }
276
+
277
+ return $billing_cycle;
278
+ }
279
+
280
+ /**
281
+ * @author Vova Feldman (@svovaf)
282
+ * @since 1.1.7
283
+ *
284
+ * @param FS_Plugin_Plan $plan
285
+ * @param FS_Pricing $pricing
286
+ *
287
+ * @return float|null|string
288
+ */
289
+ private function get_price_tag( FS_Plugin_Plan $plan, FS_Pricing $pricing ) {
290
+ $price_tag = '';
291
+ if ( isset( $pricing->annual_price ) ) {
292
+ $price_tag = $pricing->annual_price . ( $plan->is_block_features ? ' / year' : '' );
293
+ } else if ( isset( $pricing->monthly_price ) ) {
294
+ $price_tag = $pricing->monthly_price . ' / mo';
295
+ } else if ( isset( $pricing->lifetime_price ) ) {
296
+ $price_tag = $pricing->lifetime_price;
297
+ }
298
+
299
+ return '$' . $price_tag;
300
+ }
301
+
302
+ /**
303
+ * @author Vova Feldman (@svovaf)
304
+ * @since 1.1.7
305
+ *
306
+ * @param object $api
307
+ * @param FS_Plugin_Plan|null $plan
308
+ *
309
+ * @return string
310
+ */
311
+ private function get_plugin_cta( $api, $plan = null ) {
312
+ if ( ( current_user_can( 'install_plugins' ) || current_user_can( 'update_plugins' ) ) ) {
313
+
314
+ if ( ! empty( $api->checkout_link ) && isset( $api->plans ) && 0 < is_array( $api->plans ) ) {
315
+ if ( is_null( $plan ) ) {
316
+ $plan = $api->plans[0];
317
+ }
318
+
319
+ return ' <a class="button button-primary right" href="' . $this->_fs->addon_checkout_url(
320
+ $plan->plugin_id,
321
+ $plan->pricing[0]->id,
322
+ $this->get_billing_cycle( $plan ),
323
+ $plan->has_trial()
324
+ ) . '" target="_parent">' .
325
+ ( ! $plan->has_trial() ?
326
+ __fs( 'purchase', $api->slug ) :
327
+ sprintf( __fs( 'start-free-x', $api->slug ), $this->get_trial_period( $plan ) )
328
+ ) .
329
+ '</a>';
330
+
331
+ // @todo Add Cart concept.
332
+ // echo ' <a class="button right" href="' . $status['url'] . '" target="_parent">' . __( 'Add to Cart' ) . '</a>';
333
+
334
+ } else if ( ! empty( $api->download_link ) ) {
335
+ $status = install_plugin_install_status( $api );
336
+
337
+ // Hosted on WordPress.org.
338
+ switch ( $status['status'] ) {
339
+ case 'install':
340
+ if ( $api->external &&
341
+ $this->_fs->is_org_repo_compliant() ||
342
+ ! $this->_fs->is_premium()
343
+ ) {
344
+ /**
345
+ * Add-on hosted on Freemius, not yet installed, and core
346
+ * plugin is wordpress.org compliant. Therefore, require a download
347
+ * since installing external plugins is not allowed by the wp.org guidelines.
348
+ */
349
+ return ' <a class="button button-primary right" href="' . esc_url( $api->download_link ) . '" target="_blank">' . __fs( 'download-latest', $api->slug ) . '</a>';
350
+ } else {
351
+ if ( $status['url'] ) {
352
+ return '<a class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . __( 'Install Now' ) . '</a>';
353
+ }
354
+ }
355
+ break;
356
+ case 'update_available':
357
+ if ( $status['url'] ) {
358
+ return '<a class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . __( 'Install Update Now' ) . '</a>';
359
+ }
360
+ break;
361
+ case 'newer_installed':
362
+ return '<a class="button button-primary right disabled">' . sprintf( __( 'Newer Version (%s) Installed' ), $status['version'] ) . '</a>';
363
+ break;
364
+ case 'latest_installed':
365
+ return '<a class="button button-primary right disabled">' . __( 'Latest Version Installed' ) . '</a>';
366
+ break;
367
+ }
368
+
369
+ }
370
+ }
371
+
372
+ return '';
373
+ }
374
+
375
+ /**
376
+ * @author Vova Feldman (@svovaf)
377
+ * @since 1.1.7
378
+ *
379
+ * @param FS_Plugin_Plan $plan
380
+ *
381
+ * @return string
382
+ */
383
+ private function get_trial_period( $plan ) {
384
+ $trial_period = (int) $plan->trial_period;
385
+
386
+ switch ( $trial_period ) {
387
+ case 30:
388
+ return 'month';
389
+ case 60:
390
+ return '2 months';
391
+ default:
392
+ return "{$plan->trial_period} days";
393
+ }
394
+ }
395
+
396
+ /**
397
+ * Display plugin information in dialog box form.
398
+ *
399
+ * Based on core install_plugin_information() function.
400
+ *
401
+ * @author Vova Feldman (@svovaf)
402
+ * @since 1.0.6
403
+ */
404
+ function install_plugin_information() {
405
+ global $tab;
406
+
407
+ if ( empty( $_REQUEST['plugin'] ) ) {
408
+ return;
409
+ }
410
+
411
+ $args = array(
412
+ 'slug' => wp_unslash( $_REQUEST['plugin'] ),
413
+ 'is_ssl' => is_ssl(),
414
+ 'fields' => array(
415
+ 'banners' => true,
416
+ 'reviews' => true,
417
+ 'downloaded' => false,
418
+ 'active_installs' => true
419
+ )
420
+ );
421
+
422
+ if ( is_array( $args ) ) {
423
+ $args = (object) $args;
424
+ }
425
+
426
+ if ( ! isset( $args->per_page ) ) {
427
+ $args->per_page = 24;
428
+ }
429
+
430
+ if ( ! isset( $args->locale ) ) {
431
+ $args->locale = get_locale();
432
+ }
433
+
434
+ $api = apply_filters( 'fs_plugins_api', false, 'plugin_information', $args );
435
+
436
+ if ( is_wp_error( $api ) ) {
437
+ wp_die( $api );
438
+ }
439
+
440
+ $plugins_allowedtags = array(
441
+ 'a' => array(
442
+ 'href' => array(),
443
+ 'title' => array(),
444
+ 'target' => array(),
445
+ // Add image style for screenshots.
446
+ 'class' => array()
447
+ ),
448
+ 'style' => array(),
449
+ 'abbr' => array( 'title' => array() ),
450
+ 'acronym' => array( 'title' => array() ),
451
+ 'code' => array(),
452
+ 'pre' => array(),
453
+ 'em' => array(),
454
+ 'strong' => array(),
455
+ 'div' => array( 'class' => array() ),
456
+ 'span' => array( 'class' => array() ),
457
+ 'p' => array(),
458
+ 'ul' => array(),
459
+ 'ol' => array(),
460
+ 'li' => array( 'class' => array() ),
461
+ 'i' => array( 'class' => array() ),
462
+ 'h1' => array(),
463
+ 'h2' => array(),
464
+ 'h3' => array(),
465
+ 'h4' => array(),
466
+ 'h5' => array(),
467
+ 'h6' => array(),
468
+ 'img' => array( 'src' => array(), 'class' => array(), 'alt' => array() ),
469
+ // 'table' => array(),
470
+ // 'td' => array(),
471
+ // 'tr' => array(),
472
+ // 'th' => array(),
473
+ // 'thead' => array(),
474
+ // 'tbody' => array(),
475
+ );
476
+
477
+ $plugins_section_titles = array(
478
+ 'description' => _x( 'Description', 'Plugin installer section title' ),
479
+ 'installation' => _x( 'Installation', 'Plugin installer section title' ),
480
+ 'faq' => _x( 'FAQ', 'Plugin installer section title' ),
481
+ 'screenshots' => _x( 'Screenshots', 'Plugin installer section title' ),
482
+ 'changelog' => _x( 'Changelog', 'Plugin installer section title' ),
483
+ 'reviews' => _x( 'Reviews', 'Plugin installer section title' ),
484
+ 'other_notes' => _x( 'Other Notes', 'Plugin installer section title' ),
485
+ );
486
+
487
+ // Sanitize HTML
488
+ // foreach ( (array) $api->sections as $section_name => $content ) {
489
+ // $api->sections[$section_name] = wp_kses( $content, $plugins_allowedtags );
490
+ // }
491
+
492
+ foreach ( array( 'version', 'author', 'requires', 'tested', 'homepage', 'downloaded', 'slug' ) as $key ) {
493
+ if ( isset( $api->$key ) ) {
494
+ $api->$key = wp_kses( $api->$key, $plugins_allowedtags );
495
+ }
496
+ }
497
+
498
+ // Add after $api->slug is ready.
499
+ $plugins_section_titles['features'] = __fs( 'features-and-pricing', $api->slug );
500
+
501
+ $_tab = esc_attr( $tab );
502
+
503
+ $section = isset( $_REQUEST['section'] ) ? wp_unslash( $_REQUEST['section'] ) : 'description'; // Default to the Description tab, Do not translate, API returns English.
504
+ if ( empty( $section ) || ! isset( $api->sections[ $section ] ) ) {
505
+ $section_titles = array_keys( (array) $api->sections );
506
+ $section = array_shift( $section_titles );
507
+ }
508
+
509
+ iframe_header( __( 'Plugin Install' ) );
510
+
511
+ $_with_banner = '';
512
+
513
+ // var_dump($api->banners);
514
+ if ( ! empty( $api->banners ) && ( ! empty( $api->banners['low'] ) || ! empty( $api->banners['high'] ) ) ) {
515
+ $_with_banner = 'with-banner';
516
+ $low = empty( $api->banners['low'] ) ? $api->banners['high'] : $api->banners['low'];
517
+ $high = empty( $api->banners['high'] ) ? $api->banners['low'] : $api->banners['high'];
518
+ ?>
519
+ <style type="text/css">
520
+ #plugin-information-title.with-banner
521
+ {
522
+ background-image: url( <?php echo esc_url( $low ); ?> );
523
+ }
524
+
525
+ @media only screen and ( -webkit-min-device-pixel-ratio: 1.5 )
526
+ {
527
+ #plugin-information-title.with-banner
528
+ {
529
+ background-image: url( <?php echo esc_url( $high ); ?> );
530
+ }
531
+ }
532
+ </style>
533
+ <?php
534
+ }
535
+
536
+ echo '<div id="plugin-information-scrollable">';
537
+ echo "<div id='{$_tab}-title' class='{$_with_banner}'><div class='vignette'></div><h2>{$api->name}</h2></div>";
538
+ echo "<div id='{$_tab}-tabs' class='{$_with_banner}'>\n";
539
+
540
+ foreach ( (array) $api->sections as $section_name => $content ) {
541
+ if ( 'reviews' === $section_name && ( empty( $api->ratings ) || 0 === array_sum( (array) $api->ratings ) ) ) {
542
+ continue;
543
+ }
544
+
545
+ if ( isset( $plugins_section_titles[ $section_name ] ) ) {
546
+ $title = $plugins_section_titles[ $section_name ];
547
+ } else {
548
+ $title = ucwords( str_replace( '_', ' ', $section_name ) );
549
+ }
550
+
551
+ $class = ( $section_name === $section ) ? ' class="current"' : '';
552
+ $href = add_query_arg( array( 'tab' => $tab, 'section' => $section_name ) );
553
+ $href = esc_url( $href );
554
+ $san_section = esc_attr( $section_name );
555
+ echo "\t<a name='$san_section' href='$href' $class>$title</a>\n";
556
+ }
557
+
558
+ echo "</div>\n";
559
+
560
+ ?>
561
+ <div id="<?php echo $_tab; ?>-content" class='<?php echo $_with_banner; ?>'>
562
+ <div class="fyi">
563
+ <?php if ( $api->is_paid ) : ?>
564
+ <?php if ( isset( $api->plans ) ) : ?>
565
+ <div class="plugin-information-pricing">
566
+ <?php foreach ( $api->plans as $plan ) : ?>
567
+ <?php
568
+ /**
569
+ * @var FS_Plugin_Plan $plan
570
+ */
571
+ ?>
572
+ <?php $first_pricing = $plan->pricing[0] ?>
573
+ <?php $is_multi_cycle = $first_pricing->is_multi_cycle() ?>
574
+ <div class="fs-plan<?php if ( ! $is_multi_cycle ) {
575
+ echo ' fs-single-cycle';
576
+ } ?>" data-plan-id="<?php echo $plan->id ?>">
577
+ <h3 data-plan="<?php echo $plan->id ?>"><?php printf( __fs( 'x-plan', $api->slug ), $plan->title ) ?></h3>
578
+ <?php $has_annual = $first_pricing->has_annual() ?>
579
+ <?php $has_monthly = $first_pricing->has_monthly() ?>
580
+ <div class="nav-tab-wrapper">
581
+ <?php $billing_cycles = array( 'monthly', 'annual', 'lifetime' ) ?>
582
+ <?php $i = 0;
583
+ foreach ( $billing_cycles as $cycle ) : ?>
584
+ <?php $prop = "{$cycle}_price";
585
+ if ( isset( $first_pricing->{$prop} ) ) : ?>
586
+ <?php $is_featured = ( 'annual' === $cycle && $is_multi_cycle ) ?>
587
+ <?php
588
+ $prices = array();
589
+ foreach ( $plan->pricing as $pricing ) {
590
+ if ( isset( $pricing->{$prop} ) ) {
591
+ $prices[] = array(
592
+ 'id' => $pricing->id,
593
+ 'licenses' => $pricing->licenses,
594
+ 'price' => $pricing->{$prop}
595
+ );
596
+ }
597
+ }
598
+ ?>
599
+ <a class="nav-tab" data-billing-cycle="<?php echo $cycle ?>"
600
+ data-pricing="<?php echo esc_attr( json_encode( $prices ) ) ?>">
601
+ <?php if ( $is_featured ) : ?>
602
+ <label>&#9733; <?php _efs( 'best', $api->slug ) ?> &#9733;</label>
603
+ <?php endif ?>
604
+ <?php _efs( $cycle, $api->slug ) ?>
605
+ </a>
606
+ <?php endif ?>
607
+ <?php $i ++; endforeach ?>
608
+ <?php wp_enqueue_script( 'jquery' ) ?>
609
+ <script type="text/javascript">
610
+ (function ($, undef) {
611
+ var
612
+ _formatBillingFrequency = function (cycle) {
613
+ switch (cycle) {
614
+ case 'monthly':
615
+ return '<?php printf(__fs('billed-x', $api->slug), __fs('monthly', $api->slug)) ?>';
616
+ case 'annual':
617
+ return '<?php printf(__fs('billed-x', $api->slug), __fs('annually', $api->slug)) ?>';
618
+ case 'lifetime':
619
+ return '<?php printf(__fs('billed-x', $api->slug), __fs('once', $api->slug)) ?>';
620
+ }
621
+ },
622
+ _formatLicensesTitle = function (pricing) {
623
+ switch (pricing.licenses) {
624
+ case 1:
625
+ return '<?php _efs( 'license-single-site', $api->slug ) ?>';
626
+ case null:
627
+ return '<?php _efs( 'license-unlimited', $api->slug ) ?>';
628
+ default:
629
+ return '<?php _efs( 'license-x-sites', $api->slug ) ?>'.replace('%s', pricing.licenses);
630
+ }
631
+ },
632
+ _formatPrice = function (pricing, cycle, multipleLicenses) {
633
+ if (undef === multipleLicenses)
634
+ multipleLicenses = true;
635
+
636
+ var priceCycle;
637
+ switch (cycle) {
638
+ case 'monthly':
639
+ priceCycle = ' / <?php _efs('mo', $api->slug) ?>';
640
+ break;
641
+ case 'lifetime':
642
+ priceCycle = '';
643
+ break;
644
+ case 'annual':
645
+ default:
646
+ priceCycle = ' / <?php _efs('year', $api->slug) ?>';
647
+ break;
648
+ }
649
+
650
+ if (!multipleLicenses && 1 == pricing.licenses) {
651
+ return '$' + pricing.price + priceCycle;
652
+ }
653
+
654
+ return _formatLicensesTitle(pricing) + ' - <var class="fs-price">$' + pricing.price + priceCycle + '</var>';
655
+ },
656
+ _checkoutUrl = function (plan, pricing, cycle) {
657
+ return '<?php echo esc_url_raw(remove_query_arg('billing_cycle', add_query_arg(array('plugin_id' => $plan->plugin_id), $api->checkout_link))) ?>' +
658
+ '&plan_id=' + plan +
659
+ '&pricing_id=' + pricing +
660
+ '&billing_cycle=' + cycle<?php if ($plan->has_trial()) { echo " + '&trial=true'"; }?>;
661
+ },
662
+ _updateCtaUrl = function (plan, pricing, cycle) {
663
+ $('.plugin-information-pricing .button, #plugin-information-footer .button').attr('href', _checkoutUrl(plan, pricing, cycle));
664
+ };
665
+
666
+ $(document).ready(function () {
667
+ var $plan = $('.plugin-information-pricing .fs-plan[data-plan-id=<?php echo $plan->id ?>]');
668
+ $plan.find('input[type=radio]').live('click', function () {
669
+ _updateCtaUrl(
670
+ $plan.attr('data-plan-id'),
671
+ $(this).val(),
672
+ $plan.find('.nav-tab-active').attr('data-billing-cycle')
673
+ );
674
+
675
+ $plan.find('.fs-trial-terms .fs-price').html(
676
+ $(this).parents('label').find('.fs-price').html()
677
+ );
678
+ });
679
+
680
+ $plan.find('.nav-tab').click(function () {
681
+ if ($(this).hasClass('nav-tab-active'))
682
+ return;
683
+
684
+ var $this = $(this),
685
+ billingCycle = $this.attr('data-billing-cycle'),
686
+ pricing = JSON.parse($this.attr('data-pricing')),
687
+ $pricesList = $this.parents('.fs-plan').find('.fs-pricing-body .fs-licenses'),
688
+ html = '';
689
+
690
+ // Un-select previously selected tab.
691
+ $plan.find('.nav-tab').removeClass('nav-tab-active');
692
+
693
+ // Select current tab.
694
+ $this.addClass('nav-tab-active');
695
+
696
+ // Render licenses prices.
697
+ if (1 == pricing.length) {
698
+ html = '<li><label><?php _efs( 'price', $api->slug ) ?>: ' + _formatPrice(pricing[0], billingCycle, false) + '</label></li>';
699
+ } else {
700
+ for (var i = 0; i < pricing.length; i++) {
701
+ html += '<li><label><input name="pricing-<?php echo $plan->id ?>" type="radio" value="' + pricing[i].id + '">' + _formatPrice(pricing[i], billingCycle) + '</label></li>';
702
+ }
703
+ }
704
+ $pricesList.html(html);
705
+
706
+ if (1 < pricing.length) {
707
+ // Select first license option.
708
+ $pricesList.find('li:first input').click();
709
+ }
710
+ else {
711
+ _updateCtaUrl(
712
+ $plan.attr('data-plan-id'),
713
+ pricing[0].id,
714
+ billingCycle
715
+ );
716
+ }
717
+
718
+ // Update billing frequency.
719
+ $plan.find('.fs-billing-frequency').html(_formatBillingFrequency(billingCycle));
720
+
721
+ if ('annual' === billingCycle) {
722
+ $plan.find('.fs-annual-discount').show();
723
+ } else {
724
+ $plan.find('.fs-annual-discount').hide();
725
+ }
726
+ });
727
+
728
+ <?php if ( $has_annual ) : ?>
729
+ // Select annual by default.
730
+ $plan.find('.nav-tab[data-billing-cycle=annual]').click();
731
+ <?php else : ?>
732
+ // Select first tab.
733
+ $plan.find('.nav-tab:first').click();
734
+ <?php endif ?>
735
+ });
736
+ }(jQuery));
737
+ </script>
738
+ </div>
739
+ <div class="fs-pricing-body">
740
+ <span class="fs-billing-frequency"></span>
741
+ <?php $annual_discount = ( $has_annual && $has_monthly ) ? $plan->pricing[0]->annual_discount_percentage() : 0 ?>
742
+ <?php if ( $annual_discount > 0 ) : ?>
743
+ <span
744
+ class="fs-annual-discount"><?php printf( __fs( 'save-x', $api->slug ), $annual_discount . '%' ) ?></span>
745
+ <?php endif ?>
746
+ <ul class="fs-licenses">
747
+ </ul>
748
+ <?php echo $this->get_plugin_cta( $api, $plan ) ?>
749
+ <div style="clear:both"></div>
750
+ <?php if ( $plan->has_trial() ) : ?>
751
+ <?php $trial_period = $this->get_trial_period( $plan ) ?>
752
+ <ul class="fs-trial-terms">
753
+ <li>
754
+ <i class="dashicons dashicons-yes"></i><?php printf( __fs( 'no-commitment-x', $api->slug ), $trial_period ) ?>
755
+ </li>
756
+ <li>
757
+ <i class="dashicons dashicons-yes"></i><?php printf( __fs( 'after-x-pay-as-little-y', $api->slug ), $trial_period, '<var class="fs-price">' . $this->get_price_tag( $plan, $plan->pricing[0] ) . '</var>' ) ?>
758
+ </li>
759
+ </ul>
760
+ <?php endif ?>
761
+ </div>
762
+ </div>
763
+ </div>
764
+ <?php endforeach ?>
765
+ <?php endif ?>
766
+ <?php endif ?>
767
+ <div>
768
+ <h3><?php _efs( 'details', $api->slug ) ?></h3>
769
+ <ul>
770
+ <?php if ( ! empty( $api->version ) ) { ?>
771
+ <li><strong><?php _e( 'Version:' ); ?></strong> <?php echo $api->version; ?></li>
772
+ <?php
773
+ }
774
+ if ( ! empty( $api->author ) ) {
775
+ ?>
776
+ <li>
777
+ <strong><?php _e( 'Author:' ); ?></strong> <?php echo links_add_target( $api->author, '_blank' ); ?>
778
+ </li>
779
+ <?php
780
+ }
781
+ if ( ! empty( $api->last_updated ) ) {
782
+ ?>
783
+ <li><strong><?php _e( 'Last Updated:' ); ?></strong> <span
784
+ title="<?php echo $api->last_updated; ?>">
785
+ <?php printf( __( '%s ago' ), human_time_diff( strtotime( $api->last_updated ) ) ); ?>
786
+ </span></li>
787
+ <?php
788
+ }
789
+ if ( ! empty( $api->requires ) ) {
790
+ ?>
791
+ <li>
792
+ <strong><?php _e( 'Requires WordPress Version:' ); ?></strong> <?php printf( __( '%s or higher' ), $api->requires ); ?>
793
+ </li>
794
+ <?php
795
+ }
796
+ if ( ! empty( $api->tested ) ) {
797
+ ?>
798
+ <li><strong><?php _e( 'Compatible up to:' ); ?></strong> <?php echo $api->tested; ?>
799
+ </li>
800
+ <?php
801
+ }
802
+ if ( ! empty( $api->downloaded ) ) {
803
+ ?>
804
+ <li>
805
+ <strong><?php _e( 'Downloaded:' ); ?></strong> <?php printf( _n( '%s time', '%s times', $api->downloaded ), number_format_i18n( $api->downloaded ) ); ?>
806
+ </li>
807
+ <?php
808
+ }
809
+ if ( ! empty( $api->slug ) && empty( $api->external ) ) {
810
+ ?>
811
+ <li><a target="_blank"
812
+ href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php _e( 'WordPress.org Plugin Page &#187;' ); ?></a>
813
+ </li>
814
+ <?php
815
+ }
816
+ if ( ! empty( $api->homepage ) ) {
817
+ ?>
818
+ <li><a target="_blank"
819
+ href="<?php echo esc_url( $api->homepage ); ?>"><?php _e( 'Plugin Homepage &#187;' ); ?></a>
820
+ </li>
821
+ <?php
822
+ }
823
+ if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) {
824
+ ?>
825
+ <li><a target="_blank"
826
+ href="<?php echo esc_url( $api->donate_link ); ?>"><?php _e( 'Donate to this plugin &#187;' ); ?></a>
827
+ </li>
828
+ <?php } ?>
829
+ </ul>
830
+ </div>
831
+ <?php if ( ! empty( $api->rating ) ) { ?>
832
+ <h3><?php _e( 'Average Rating' ); ?></h3>
833
+ <?php wp_star_rating( array(
834
+ 'rating' => $api->rating,
835
+ 'type' => 'percent',
836
+ 'number' => $api->num_ratings
837
+ ) ); ?>
838
+ <small><?php printf( _n( '(based on %s rating)', '(based on %s ratings)', $api->num_ratings ), number_format_i18n( $api->num_ratings ) ); ?></small>
839
+ <?php
840
+ }
841
+
842
+ if ( ! empty( $api->ratings ) && array_sum( (array) $api->ratings ) > 0 ) {
843
+ foreach ( $api->ratings as $key => $ratecount ) {
844
+ // Avoid div-by-zero.
845
+ $_rating = $api->num_ratings ? ( $ratecount / $api->num_ratings ) : 0;
846
+ ?>
847
+ <div class="counter-container">
848
+ <span class="counter-label"><a
849
+ href="https://wordpress.org/support/view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>"
850
+ target="_blank"
851
+ title="<?php echo esc_attr( sprintf( _n( 'Click to see reviews that provided a rating of %d star', 'Click to see reviews that provided a rating of %d stars', $key ), $key ) ); ?>"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></a></span>
852
+ <span class="counter-back">
853
+ <span class="counter-bar" style="width: <?php echo 92 * $_rating; ?>px;"></span>
854
+ </span>
855
+ <span class="counter-count"><?php echo number_format_i18n( $ratecount ); ?></span>
856
+ </div>
857
+ <?php
858
+ }
859
+ }
860
+ if ( ! empty( $api->contributors ) ) {
861
+ ?>
862
+ <h3><?php _e( 'Contributors' ); ?></h3>
863
+ <ul class="contributors">
864
+ <?php
865
+ foreach ( (array) $api->contributors as $contrib_username => $contrib_profile ) {
866
+ if ( empty( $contrib_username ) && empty( $contrib_profile ) ) {
867
+ continue;
868
+ }
869
+ if ( empty( $contrib_username ) ) {
870
+ $contrib_username = preg_replace( '/^.+\/(.+)\/?$/', '\1', $contrib_profile );
871
+ }
872
+ $contrib_username = sanitize_user( $contrib_username );
873
+ if ( empty( $contrib_profile ) ) {
874
+ echo "<li><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</li>";
875
+ } else {
876
+ echo "<li><a href='{$contrib_profile}' target='_blank'><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</a></li>";
877
+ }
878
+ }
879
+ ?>
880
+ </ul>
881
+ <?php if ( ! empty( $api->donate_link ) ) { ?>
882
+ <a target="_blank"
883
+ href="<?php echo esc_url( $api->donate_link ); ?>"><?php _e( 'Donate to this plugin &#187;' ); ?></a>
884
+ <?php } ?>
885
+ <?php } ?>
886
+ </div>
887
+ <div id="section-holder" class="wrap">
888
+ <?php
889
+ if ( ! empty( $api->tested ) && version_compare( substr( $GLOBALS['wp_version'], 0, strlen( $api->tested ) ), $api->tested, '>' ) ) {
890
+ echo '<div class="notice notice-warning"><p>' . '<strong>' . __( 'Warning:' ) . '</strong> ' . __( 'This plugin has not been tested with your current version of WordPress.' ) . '</p></div>';
891
+ } else if ( ! empty( $api->requires ) && version_compare( substr( $GLOBALS['wp_version'], 0, strlen( $api->requires ) ), $api->requires, '<' ) ) {
892
+ echo '<div class="notice notice-warning"><p>' . '<strong>' . __( 'Warning:' ) . '</strong> ' . __( 'This plugin has not been marked as compatible with your version of WordPress.' ) . '</p></div>';
893
+ }
894
+
895
+ foreach ( (array) $api->sections as $section_name => $content ) {
896
+ $content = links_add_base_url( $content, 'https://wordpress.org/plugins/' . $api->slug . '/' );
897
+ $content = links_add_target( $content, '_blank' );
898
+
899
+ $san_section = esc_attr( $section_name );
900
+
901
+ $display = ( $section_name === $section ) ? 'block' : 'none';
902
+
903
+ if ( 'description' === $section_name &&
904
+ ( ( ! $api->external && $api->wp_org_missing ) ||
905
+ ( $api->external && $api->fs_missing ) )
906
+ ) {
907
+ $missing_notice = array(
908
+ 'type' => 'error',
909
+ 'id' => md5( microtime() ),
910
+ 'message' => __fs( ( $api->is_paid ? 'paid-addon-not-deployed' : 'free-addon-not-deployed' ), $api->slug ),
911
+ );
912
+ fs_require_template( 'admin-notice.php', $missing_notice );
913
+ }
914
+ echo "\t<div id='section-{$san_section}' class='section' style='display: {$display};'>\n";
915
+ echo $content;
916
+ echo "\t</div>\n";
917
+ }
918
+ echo "</div>\n";
919
+ echo "</div>\n";
920
+ echo "</div>\n"; // #plugin-information-scrollable
921
+ echo "<div id='$tab-footer'>\n";
922
+
923
+ echo $this->get_plugin_cta( $api );
924
+
925
+ echo "</div>\n";
926
+
927
+ iframe_footer();
928
+ exit;
929
+ }
930
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/i18n.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
  * @since 1.1.4
7
  */
8
 
@@ -10,8 +10,6 @@
10
  exit;
11
  }
12
 
13
- require_once dirname( __FILE__ ) . '/l10n.php';
14
-
15
  /**
16
  * All strings can now be overridden.
17
  *
@@ -34,516 +32,503 @@
34
  global $fs_text;
35
 
36
  $fs_text = array(
37
- 'account' => _fs_text( 'Account' ),
38
- 'addon' => _fs_text( 'Add-On' ),
39
- 'contact-us' => _fs_text( 'Contact Us' ),
40
- 'contact-support' => _fs_text( 'Contact Support' ),
41
- 'change-ownership' => _fs_text( 'Change Ownership' ),
42
- 'support' => _fs_text( 'Support' ),
43
- 'support-forum' => _fs_text( 'Support Forum' ),
44
- 'add-ons' => _fs_text( 'Add-Ons' ),
45
- 'upgrade' => _fs_x( 'Upgrade', 'verb' ),
46
- 'awesome' => _fs_text( 'Awesome' ),
47
- 'pricing' => _fs_x( 'Pricing', 'noun' ),
48
- 'price' => _fs_x( 'Price', 'noun' ),
49
- 'unlimited-updates' => _fs_text( 'Unlimited Updates' ),
50
- 'downgrade' => _fs_x( 'Downgrade', 'verb' ),
51
- 'cancel-subscription' => _fs_x( 'Cancel Subscription', 'verb' ),
52
- 'cancel-trial' => _fs_text( 'Cancel Trial' ),
53
- 'free-trial' => _fs_text( 'Free Trial' ),
54
- 'start-free-x' => _fs_text( 'Start my free %s' ),
55
- 'no-commitment-x' => _fs_text( 'No commitment for %s - cancel anytime' ),
56
- 'after-x-pay-as-little-y' => _fs_text( 'After your free %s, pay as little as %s' ),
57
- 'details' => _fs_text( 'Details' ),
58
- 'account-details' => _fs_text( 'Account Details' ),
59
- 'delete' => _fs_x( 'Delete', 'verb' ),
60
- 'show' => _fs_x( 'Show', 'verb' ),
61
- 'hide' => _fs_x( 'Hide', 'verb' ),
62
- 'edit' => _fs_x( 'Edit', 'verb' ),
63
- 'update' => _fs_x( 'Update', 'verb' ),
64
- 'date' => _fs_text( 'Date' ),
65
- 'amount' => _fs_text( 'Amount' ),
66
- 'invoice' => _fs_text( 'Invoice' ),
67
- 'billing' => _fs_text( 'Billing' ),
68
- 'payments' => _fs_text( 'Payments' ),
69
- 'delete-account' => _fs_text( 'Delete Account' ),
70
- 'dismiss' => _fs_x( 'Dismiss', 'as close a window' ),
71
- 'plan' => _fs_x( 'Plan', 'as product pricing plan' ),
72
- 'change-plan' => _fs_text( 'Change Plan' ),
73
- 'download-x-version' => _fs_x( 'Download %s Version', 'as download professional version' ),
74
- 'download-x-version-now' => _fs_x( 'Download %s version now', 'as download professional version now' ),
75
- 'download-latest' => _fs_x( 'Download Latest', 'as download latest version' ),
76
- 'you-have-x-license' => _fs_x( 'You have a %s license.', 'E.g. you have a professional license.' ),
77
- 'new' => _fs_text( 'New' ),
78
- 'free' => _fs_text( 'Free' ),
79
- 'trial' => _fs_x( 'Trial', 'as trial plan' ),
80
- 'start-trial' => _fs_x( 'Start Trial', 'as starting a trial plan' ),
81
- 'purchase' => _fs_x( 'Purchase', 'verb' ),
82
- 'purchase-license' => _fs_text( 'Purchase License' ),
83
- 'buy' => _fs_x( 'Buy', 'verb' ),
84
- 'buy-license' => _fs_text( 'Buy License' ),
85
- 'license-single-site' => _fs_text( 'Single Site License' ),
86
- 'license-unlimited' => _fs_text( 'Unlimited Licenses' ),
87
- 'license-x-sites' => _fs_text( 'Up to %s Sites' ),
88
- 'renew-license-now' => _fs_text( '%sRenew your license now%s to access version %s features and support.' ),
89
- 'ask-for-upgrade-email-address' => _fs_text( "Enter the email address you've used for the upgrade below and we will resend you the license key." ),
90
- 'x-plan' => _fs_x( '%s Plan', 'e.g. Professional Plan' ),
91
- 'you-are-step-away' => _fs_text( 'You are just one step away - %s' ),
92
- 'activate-x-now' => _fs_x( 'Complete "%s" Activation Now',
93
- '%s - plugin name. As complete "Jetpack" activation now' ),
94
- 'few-plugin-tweaks' => _fs_text( 'We made a few tweaks to the %s, %s' ),
95
- 'optin-x-now' => _fs_text( 'Opt in to make "%s" Better!' ),
96
- 'error' => _fs_text( 'Error' ),
97
- 'failed-finding-main-path' => _fs_text( 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.' ),
 
 
 
 
98
  #region Account
99
 
100
- 'expiration' => _fs_x( 'Expiration', 'as expiration date' ),
101
- 'license' => _fs_x( 'License', 'as software license' ),
102
- 'not-verified' => _fs_text( 'not verified' ),
103
- 'verify-email' => _fs_text( 'Verify Email' ),
104
- 'expires-in' => _fs_x( 'Expires in %s', 'e.g. expires in 2 months' ),
105
- 'renews-in' => _fs_x( 'Auto renews in %s', 'e.g. auto renews in 2 months' ),
106
- 'no-expiration' => _fs_text( 'No expiration' ),
107
- 'expired' => _fs_text( 'Expired' ),
108
- 'cancelled' => _fs_text( 'Cancelled' ),
109
- 'in-x' => _fs_x( 'In %s', 'e.g. In 2 hours' ),
110
- 'x-ago' => _fs_x( '%s ago', 'e.g. 2 min ago' ),
111
- /* translators: %s: Version number (e.g. 4.6 or higher) */
112
- 'x-or-higher' => _fs_text( '%s or higher' ),
113
- 'version' => _fs_x( 'Version', 'as plugin version' ),
114
- 'name' => _fs_text( 'Name' ),
115
- 'email' => _fs_text( 'Email' ),
116
- 'email-address' => _fs_text( 'Email address' ),
117
- 'verified' => _fs_text( 'Verified' ),
118
- 'module' => _fs_text( 'Module' ),
119
- 'module-type' => _fs_text( 'Module Type' ),
120
- 'plugin' => _fs_text( 'Plugin' ),
121
- 'plugins' => _fs_text( 'Plugins' ),
122
- 'theme' => _fs_text( 'Theme' ),
123
- 'themes' => _fs_text( 'Themes' ),
124
- 'path' => _fs_x( 'Path', 'as file/folder path' ),
125
- 'title' => _fs_text( 'Title' ),
126
- 'free-version' => _fs_text( 'Free version' ),
127
- 'premium-version' => _fs_text( 'Premium version' ),
128
- 'slug' => _fs_x( 'Slug', 'as WP plugin slug' ),
129
- 'id' => _fs_text( 'ID' ),
130
- 'users' => _fs_text( 'Users' ),
131
- 'module-installs' => _fs_text( '%s Installs' ),
132
- 'sites' => _fs_x( 'Sites', 'like websites' ),
133
- 'user-id' => _fs_text( 'User ID' ),
134
- 'site-id' => _fs_text( 'Site ID' ),
135
- 'public-key' => _fs_text( 'Public Key' ),
136
- 'secret-key' => _fs_text( 'Secret Key' ),
137
- 'no-secret' => _fs_x( 'No Secret', 'as secret encryption key missing' ),
138
- 'no-id' => _fs_text( 'No ID' ),
139
- 'sync-license' => _fs_x( 'Sync License', 'as synchronize license' ),
140
- 'sync' => _fs_x( 'Sync', 'as synchronize' ),
141
- 'activate-license' => _fs_text( 'Activate License' ),
142
- 'activate-free-version' => _fs_text( 'Activate Free Version' ),
143
- 'activate-license-message' => _fs_text( 'Please enter the license key that you received in the email right after the purchase:' ),
144
- 'activating-license' => _fs_text( 'Activating license...' ),
145
- 'change-license' => _fs_text( 'Change License' ),
146
- 'update-license' => _fs_text( 'Update License' ),
147
- 'deactivate-license' => _fs_text( 'Deactivate License' ),
148
- 'activate' => _fs_text( 'Activate' ),
149
- 'deactivate' => _fs_text( 'Deactivate' ),
150
- 'skip-deactivate' => _fs_text( 'Skip & Deactivate' ),
151
- 'skip-and-x' => _fs_text( 'Skip & %s' ),
152
- 'no-deactivate' => _fs_text( 'No - just deactivate' ),
153
- 'yes-do-your-thing' => _fs_text( 'Yes - do your thing' ),
154
- 'active' => _fs_x( 'Active', 'active mode' ),
155
- 'is-active' => _fs_x( 'Is Active', 'is active mode?' ),
156
- 'install-now' => _fs_text( 'Install Now' ),
157
- 'install-update-now' => _fs_text( 'Install Update Now' ),
158
- 'more-information-about-x' => _fs_text( 'More information about %s' ),
159
- 'localhost' => _fs_text( 'Localhost' ),
160
- 'activate-x-plan' => _fs_x( 'Activate %s Plan', 'as activate Professional plan' ),
161
- 'x-left' => _fs_x( '%s left', 'as 5 licenses left' ),
162
- 'last-license' => _fs_text( 'Last license' ),
163
- 'what-is-your-x' => _fs_text( 'What is your %s?' ),
164
- 'activate-this-addon' => _fs_text( 'Activate this add-on' ),
165
- 'deactivate-license-confirm' => _fs_text( 'Deactivating your license will block all premium features, but will enable you to activate the license on another site. Are you sure you want to proceed?' ),
166
- 'delete-account-x-confirm' => _fs_text( 'Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the "Cancel" button, and first "Downgrade" your account. Are you sure you would like to continue with the deletion?' ),
167
- 'delete-account-confirm' => _fs_text( 'Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?' ),
168
- 'downgrade-x-confirm' => _fs_text( 'Downgrading your plan will immediately stop all future recurring payments and your %s plan license will expire in %s.' ),
169
- 'cancel-trial-confirm' => _fs_text( 'Cancelling the trial will immediately block access to all premium features. Are you sure?' ),
170
- 'after-downgrade-non-blocking' => _fs_text( 'You can still enjoy all %s features but you will not have access to %s updates and support.' ),
171
- 'after-downgrade-blocking' => _fs_text( 'Once your license expires you can still use the Free version but you will NOT have access to the %s features.' ),
172
- 'proceed-confirmation' => _fs_text( 'Are you sure you want to proceed?' ),
 
 
173
  #endregion Account
174
 
175
- 'add-ons-for-x' => _fs_text( 'Add Ons for %s' ),
176
- 'add-ons-missing' => _fs_text( 'We could\'nt load the add-ons list. It\'s probably an issue on our side, please try to come back in few minutes.' ),
 
177
  #region Plugin Deactivation
178
- 'anonymous-feedback' => _fs_text( 'Anonymous feedback' ),
179
- 'quick-feedback' => _fs_text( 'Quick feedback' ),
180
- 'deactivation-share-reason' => _fs_text( 'If you have a moment, please let us know why you are %s' ),
181
- 'deactivating' => _fs_text( 'deactivating' ),
182
- 'deactivation' => _fs_text( 'Deactivation' ),
183
- 'theme-switch' => _fs_text( 'Theme Switch' ),
184
- 'switching' => _fs_text( 'switching' ),
185
- 'switch' => _fs_text( 'Switch' ),
186
- 'activate-x' => _fs_text( 'Activate %s' ),
187
- 'deactivation-modal-button-confirm' => _fs_text( 'Yes - %s' ),
188
- 'deactivation-modal-button-submit' => _fs_text( 'Submit & %s' ),
189
- 'cancel' => _fs_text( 'Cancel' ),
190
- 'reason-no-longer-needed' => _fs_text( 'I no longer need the %s' ),
191
- 'reason-found-a-better-plugin' => _fs_text( 'I found a better %s' ),
192
- 'reason-needed-for-a-short-period' => _fs_text( 'I only needed the %s for a short period' ),
193
- 'reason-broke-my-site' => _fs_text( 'The %s broke my site' ),
194
- 'reason-suddenly-stopped-working' => _fs_text( 'The %s suddenly stopped working' ),
195
- 'reason-cant-pay-anymore' => _fs_text( "I can't pay for it anymore" ),
196
- 'reason-temporary-deactivation' => _fs_text( "It's a temporary deactivation. I'm just debugging an issue." ),
197
- 'reason-temporary-x' => _fs_text( "It's a temporary %s. I'm just debugging an issue." ),
198
- 'reason-other' => _fs_x( 'Other',
199
- 'the text of the "other" reason for deactivating the module that is shown in the modal box.' ),
200
- 'ask-for-reason-message' => _fs_text( 'Kindly tell us the reason so we can improve.' ),
201
- 'placeholder-plugin-name' => _fs_text( "What's the %s's name?" ),
202
- 'placeholder-comfortable-price' => _fs_text( 'What price would you feel comfortable paying?' ),
203
- 'reason-couldnt-make-it-work' => _fs_text( "I couldn't understand how to make it work" ),
204
- 'reason-great-but-need-specific-feature' => _fs_text( "The %s is great, but I need specific feature that you don't support" ),
205
- 'reason-not-working' => _fs_text( 'The %s is not working' ),
206
- 'reason-not-what-i-was-looking-for' => _fs_text( "It's not what I was looking for" ),
207
- 'reason-didnt-work-as-expected' => _fs_text( "The %s didn't work as expected" ),
208
- 'placeholder-feature' => _fs_text( 'What feature?' ),
209
- 'placeholder-share-what-didnt-work' => _fs_text( "Kindly share what didn't work so we can fix it for future users..." ),
210
- 'placeholder-what-youve-been-looking-for' => _fs_text( "What you've been looking for?" ),
211
- 'placeholder-what-did-you-expect' => _fs_text( "What did you expect?" ),
212
- 'reason-didnt-work' => _fs_text( "The %s didn't work" ),
213
- 'reason-dont-like-to-share-my-information' => _fs_text( "I don't like to share my information with you" ),
214
- 'dont-have-to-share-any-data' => _fs_text( "You might have missed it, but you don't have to share any data and can just %s the opt-in." ),
215
  #endregion Plugin Deactivation
216
 
217
  #region Connect
218
- 'hey-x' => _fs_x( 'Hey %s,', 'greeting' ),
219
- 'thanks-x' => _fs_x( 'Thanks %s!', 'a greeting. E.g. Thanks John!' ),
220
- 'connect-message' => _fs_text( 'Never miss an important update - o
2
  /**
3
  * @package Freemius
4
  * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
  * @since 1.1.4
7
  */
8
 
10
  exit;
11
  }
12
 
 
 
13
  /**
14
  * All strings can now be overridden.
15
  *
32
  global $fs_text;
33
 
34
  $fs_text = array(
35
+ 'account' => __( 'Account', 'freemius' ),
36
+ 'addon' => __( 'Add On', 'freemius' ),
37
+ 'contact-us' => __( 'Contact Us', 'freemius' ),
38
+ 'contact-support' => __( 'Contact Support', 'freemius' ),
39
+ 'change-ownership' => __( 'Change Ownership', 'freemius' ),
40
+ 'support' => __( 'Support', 'freemius' ),
41
+ 'support-forum' => __( 'Support Forum', 'freemius' ),
42
+ 'add-ons' => __( 'Add Ons', 'freemius' ),
43
+ 'upgrade' => _x( 'Upgrade', 'verb', 'freemius' ),
44
+ 'awesome' => __( 'Awesome', 'freemius' ),
45
+ 'pricing' => _x( 'Pricing', 'noun', 'freemius' ),
46
+ 'price' => _x( 'Price', 'noun', 'freemius' ),
47
+ 'unlimited-updates' => __( 'Unlimited Updates', 'freemius' ),
48
+ 'downgrade' => _x( 'Downgrade', 'verb', 'freemius' ),
49
+ 'cancel-trial' => __( 'Cancel Trial', 'freemius' ),
50
+ 'free-trial' => __( 'Free Trial', 'freemius' ),
51
+ 'start-free-x' => __( 'Start my free %s', 'freemius' ),
52
+ 'no-commitment-x' => __( 'No commitment for %s - cancel anytime', 'freemius' ),
53
+ 'after-x-pay-as-little-y' => __( 'After your free %s, pay as little as %s', 'freemius' ),
54
+ 'details' => __( 'Details', 'freemius' ),
55
+ 'account-details' => __( 'Account Details', 'freemius' ),
56
+ 'delete' => _x( 'Delete', 'verb', 'freemius' ),
57
+ 'show' => _x( 'Show', 'verb', 'freemius' ),
58
+ 'hide' => _x( 'Hide', 'verb', 'freemius' ),
59
+ 'edit' => _x( 'Edit', 'verb', 'freemius' ),
60
+ 'update' => _x( 'Update', 'verb', 'freemius' ),
61
+ 'date' => __( 'Date', 'freemius' ),
62
+ 'amount' => __( 'Amount', 'freemius' ),
63
+ 'invoice' => __( 'Invoice', 'freemius' ),
64
+ 'billing' => __( 'Billing', 'freemius' ),
65
+ 'payments' => __( 'Payments', 'freemius' ),
66
+ 'delete-account' => __( 'Delete Account', 'freemius' ),
67
+ 'dismiss' => _x( 'Dismiss', 'as close a window', 'freemius' ),
68
+ 'plan' => _x( 'Plan', 'as product pricing plan', 'freemius' ),
69
+ 'change-plan' => __( 'Change Plan', 'freemius' ),
70
+ 'download-x-version' => _x( 'Download %s Version', 'as download professional version', 'freemius' ),
71
+ 'download-x-version-now' => _x( 'Download %s version now', 'as download professional version now',
72
+ 'freemius' ),
73
+ 'download-latest' => _x( 'Download Latest', 'as download latest version', 'freemius' ),
74
+ 'you-have-x-license' => _x( 'You have a %s license.', 'E.g. you have a professional license.',
75
+ 'freemius' ),
76
+ 'new' => __( 'New', 'freemius' ),
77
+ 'free' => __( 'Free', 'freemius' ),
78
+ 'trial' => _x( 'Trial', 'as trial plan', 'freemius' ),
79
+ 'start-trial' => _x( 'Start Trial', 'as starting a trial plan', 'freemius' ),
80
+ 'purchase' => _x( 'Purchase', 'verb', 'freemius' ),
81
+ 'purchase-license' => __( 'Purchase License', 'freemius' ),
82
+ 'buy' => _x( 'Buy', 'verb', 'freemius' ),
83
+ 'buy-license' => __( 'Buy License', 'freemius' ),
84
+ 'license-single-site' => __( 'Single Site License', 'freemius' ),
85
+ 'license-unlimited' => __( 'Unlimited Licenses', 'freemius' ),
86
+ 'license-x-sites' => __( 'Up to %s Sites', 'freemius' ),
87
+ 'renew-license-now' => __( '%sRenew your license now%s to access version %s features and support.',
88
+ 'freemius' ),
89
+ 'ask-for-upgrade-email-address' => __( "Enter the email address you've used for the upgrade below and we will resend you the license key.",
90
+ 'freemius' ),
91
+ 'x-plan' => _x( '%s Plan', 'e.g. Professional Plan', 'freemius' ),
92
+ 'you-are-step-away' => __( 'You are just one step away - %s', 'freemius' ),
93
+ 'activate-x-now' => _x( 'Complete "%s" Activation Now',
94
+ '%s - plugin name. As complete "Jetpack" activation now', 'freemius' ),
95
+ 'few-plugin-tweaks' => __( 'We made a few tweaks to the plugin, %s', 'freemius' ),
96
+ 'optin-x-now' => __( 'Opt-in to make "%s" Better!', 'freemius' ),
97
+ 'error' => __( 'Error', 'freemius' ),
98
+ 'failed-finding-main-path' => __( 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.',
99
+ 'freemius' ),
100
  #region Account
101
 
102
+ 'expiration' => _x( 'Expiration', 'as expiration date', 'freemius' ),
103
+ 'license' => _x( 'License', 'as software license', 'freemius' ),
104
+ 'not-verified' => __( 'not verified', 'freemius' ),
105
+ 'verify-email' => __( 'Verify Email', 'freemius' ),
106
+ 'expires-in' => _x( 'Expires in %s', 'e.g. expires in 2 months', 'freemius' ),
107
+ 'renews-in' => _x( 'Auto renews in %s', 'e.g. auto renews in 2 months', 'freemius' ),
108
+ 'no-expiration' => __( 'No expiration', 'freemius' ),
109
+ 'expired' => __( 'Expired', 'freemius' ),
110
+ 'cancelled' => __( 'Cancelled', 'freemius' ),
111
+ 'in-x' => _x( 'In %s', 'e.g. In 2 hours', 'freemius' ),
112
+ 'x-ago' => _x( '%s ago', 'e.g. 2 min ago', 'freemius' ),
113
+ 'version' => _x( 'Version', 'as plugin version', 'freemius' ),
114
+ 'name' => __( 'Name', 'freemius' ),
115
+ 'email' => __( 'Email', 'freemius' ),
116
+ 'email-address' => __( 'Email address', 'freemius' ),
117
+ 'verified' => __( 'Verified', 'freemius' ),
118
+ 'plugin' => __( 'Plugin', 'freemius' ),
119
+ 'plugins' => __( 'Plugins', 'freemius' ),
120
+ 'themes' => __( 'Themes', 'freemius' ),
121
+ 'path' => _x( 'Path', 'as file/folder path', 'freemius' ),
122
+ 'title' => __( 'Title', 'freemius' ),
123
+ 'free-version' => __( 'Free version', 'freemius' ),
124
+ 'premium-version' => __( 'Premium version', 'freemius' ),
125
+ 'slug' => _x( 'Slug', 'as WP plugin slug', 'freemius' ),
126
+ 'id' => __( 'ID', 'freemius' ),
127
+ 'users' => __( 'Users', 'freemius' ),
128
+ 'plugin-installs' => __( 'Plugin Installs', 'freemius' ),
129
+ 'sites' => _x( 'Sites', 'like websites', 'freemius' ),
130
+ 'user-id' => __( 'User ID', 'freemius' ),
131
+ 'site-id' => __( 'Site ID', 'freemius' ),
132
+ 'public-key' => __( 'Public Key', 'freemius' ),
133
+ 'secret-key' => __( 'Secret Key', 'freemius' ),
134
+ 'no-secret' => _x( 'No Secret', 'as secret encryption key missing', 'freemius' ),
135
+ 'no-id' => __( 'No ID', 'freemius' ),
136
+ 'sync-license' => _x( 'Sync License', 'as synchronize license', 'freemius' ),
137
+ 'sync' => _x( 'Sync', 'as synchronize', 'freemius' ),
138
+ 'activate-license' => __( 'Activate License', 'freemius' ),
139
+ 'activate-free-version' => __( 'Activate Free Version', 'freemius' ),
140
+ 'activate-license-message' => __( 'Please enter the license key that you received in the email right after the purchase:',
141
+ 'freemius' ),
142
+ 'activating-license' => __( 'Activating license...', 'freemius' ),
143
+ 'change-license' => __( 'Change License', 'freemius' ),
144
+ 'update-license' => __( 'Update License', 'freemius' ),
145
+ 'deactivate-license' => __( 'Deactivate License', 'freemius' ),
146
+ 'activate' => __( 'Activate', 'freemius' ),
147
+ 'deactivate' => __( 'Deactivate', 'freemius' ),
148
+ 'skip-deactivate' => __( 'Skip & Deactivate', 'freemius' ),
149
+ 'no-deactivate' => __( 'No - just deactivate', 'freemius' ),
150
+ 'yes-do-your-thing' => __( 'Yes - do your thing', 'freemius' ),
151
+ 'active' => _x( 'Active', 'active mode', 'freemius' ),
152
+ 'is-active' => _x( 'Is Active', 'is active mode?', 'freemius' ),
153
+ 'install-now' => __( 'Install Now', 'freemius' ),
154
+ 'install-update-now' => __( 'Install Update Now', 'freemius' ),
155
+ 'more-information-about-x' => __( 'More information about %s', 'freemius' ),
156
+ 'localhost' => __( 'Localhost', 'freemius' ),
157
+ 'activate-x-plan' => _x( 'Activate %s Plan', 'as activate Professional plan', 'freemius' ),
158
+ 'x-left' => _x( '%s left', 'as 5 licenses left', 'freemius' ),
159
+ 'last-license' => __( 'Last license', 'freemius' ),
160
+ 'what-is-your-x' => __( 'What is your %s?', 'freemius' ),
161
+ 'activate-this-addon' => __( 'Activate this add-on', 'freemius' ),
162
+ 'deactivate-license-confirm' => __( 'Deactivating your license will block all premium features, but will enable you to activate the license on another site. Are you sure you want to proceed?',
163
+ 'freemius' ),
164
+ 'delete-account-x-confirm' => __( 'Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the "Cancel" button, and first "Downgrade" your account. Are you sure you would like to continue with the deletion?',
165
+ 'freemius' ),
166
+ 'delete-account-confirm' => __( 'Deletion is not temporary. Only delete if you no longer want to use this plugin anymore. Are you sure you would like to continue with the deletion?',
167
+ 'freemius' ),
168
+ 'downgrade-x-confirm' => __( 'Downgrading your plan will immediately stop all future recurring payments and your %s plan license will expire in %s.',
169
+ 'freemius' ),
170
+ 'cancel-trial-confirm' => __( 'Cancelling the trial will immediately block access to all premium features. Are you sure?',
171
+ 'freemius' ),
172
+ 'after-downgrade-non-blocking' => __( 'You can still enjoy all %s features but you will not have access to plugin updates and support.',
173
+ 'freemius' ),
174
+ 'after-downgrade-blocking' => __( 'Once your license expire you can still use the Free version but you will NOT have access to the %s features.',
175
+ 'freemius' ),
176
+ 'proceed-confirmation' => __( 'Are you sure you want to proceed?', 'freemius' ),
177
  #endregion Account
178
 
179
+ 'add-ons-for-x' => __( 'Add Ons for %s', 'freemius' ),
180
+ 'add-ons-missing' => __( 'We could\'nt load the add-ons list. It\'s probably an issue on our side, please try to come back in few minutes.',
181
+ 'freemius' ),
182
  #region Plugin Deactivation
183
+ 'anonymous-feedback' => __( 'Anonymous feedback', 'freemius' ),
184
+ 'quick-feedback' => __( 'Quick feedback', 'freemius' ),
185
+ 'deactivation-share-reason' => __( 'If you have a moment, please let us know why you are deactivating',
186
+ 'freemius' ),
187
+ 'deactivation-modal-button-confirm' => __( 'Yes - Deactivate', 'freemius' ),
188
+ 'deactivation-modal-button-submit' => __( 'Submit & Deactivate', 'freemius' ),
189
+ 'cancel' => __( 'Cancel', 'freemius' ),
190
+ 'reason-no-longer-needed' => __( 'I no longer need the plugin', 'freemius' ),
191
+ 'reason-found-a-better-plugin' => __( 'I found a better plugin', 'freemius' ),
192
+ 'reason-needed-for-a-short-period' => __( 'I only needed the plugin for a short period', 'freemius' ),
193
+ 'reason-broke-my-site' => __( 'The plugin broke my site', 'freemius' ),
194
+ 'reason-suddenly-stopped-working' => __( 'The plugin suddenly stopped working', 'freemius' ),
195
+ 'reason-cant-pay-anymore' => __( "I can't pay for it anymore", 'freemius' ),
196
+ 'reason-temporary-deactivation' => __( "It's a temporary deactivation. I'm just debugging an issue.",
197
+ 'freemius' ),
198
+ 'reason-other' => _x( 'Other',
199
+ 'the text of the "other" reason for deactivating the plugin that is shown in the modal box.', 'freemius' ),
200
+ 'ask-for-reason-message' => __( 'Kindly tell us the reason so we can improve.', 'freemius' ),
201
+ 'placeholder-plugin-name' => __( "What's the plugin's name?", 'freemius' ),
202
+ 'placeholder-comfortable-price' => __( 'What price would you feel comfortable paying?', 'freemius' ),
203
+ 'reason-couldnt-make-it-work' => __( "I couldn't understand how to make it work", 'freemius' ),
204
+ 'reason-great-but-need-specific-feature' => __( "The plugin is great, but I need specific feature that you don't support",
205
+ 'freemius' ),
206
+ 'reason-not-working' => __( 'The plugin is not working', 'freemius' ),
207
+ 'reason-not-what-i-was-looking-for' => __( "It's not what I was looking for", 'freemius' ),
208
+ 'reason-didnt-work-as-expected' => __( "The plugin didn't work as expected", 'freemius' ),
209
+ 'placeholder-feature' => __( 'What feature?', 'freemius' ),
210
+ 'placeholder-share-what-didnt-work' => __( "Kindly share what didn't work so we can fix it for future users...",
211
+ 'freemius' ),
212
+ 'placeholder-what-youve-been-looking-for' => __( "What you've been looking for?", 'freemius' ),
213
+ 'placeholder-what-did-you-expect' => __( "What did you expect?", 'freemius' ),
214
+ 'reason-didnt-work' => __( "The plugin didn't work", 'freemius' ),
215
+ 'reason-dont-like-to-share-my-information' => __( "I don't like to share my information with you", 'freemius' ),
216
+ 'dont-have-to-share-any-data' => __( "You might have missed it, but you don't have to share any data and can just %s the opt-in.",
217
+ 'freemius' ),
 
 
218
  #endregion Plugin Deactivation
219
 
220
  #region Connect