Social Share Icons & Social Share Buttons - Version 3.0.4

Version Description

  • Updated: Security patch.
  • Update: solved Undefined constant notice resolved.
  • Update: ROUND SHORTCODE sharing error solved.
  • Update: curl errors in backend solved.
  • Update: ajax_object conflict solved and updated sfsi_plus_ajax.
Download this release

Release Info

Developer socialdude
Plugin Icon 128x128 Social Share Icons & Social Share Buttons
Version 3.0.4
Comparing to
See all releases

Code changes from version 3.0.3 to 3.0.4

Files changed (50) hide show
  1. freemius/.github/ISSUE_TEMPLATE.md +29 -0
  2. freemius/.gitignore +11 -0
  3. freemius/LICENSE.txt +620 -286
  4. freemius/assets/css/admin/account.css +1 -1
  5. freemius/assets/css/admin/affiliation.css +1 -0
  6. freemius/assets/css/admin/common.css +2 -2
  7. freemius/assets/css/admin/connect.css +1 -1
  8. freemius/assets/css/admin/deactivation-feedback.css +0 -1
  9. freemius/assets/css/admin/dialog-boxes.css +2 -2
  10. freemius/assets/css/admin/gdpr-optin-notice.css +1 -0
  11. freemius/assets/css/admin/index.php +3 -0
  12. freemius/assets/css/admin/license-activation.css +0 -1
  13. freemius/assets/css/common.css +0 -1
  14. freemius/assets/css/customizer.css +1 -0
  15. freemius/assets/css/index.php +3 -0
  16. freemius/assets/img/index.php +3 -0
  17. freemius/assets/img/theme-icon.png +0 -0
  18. freemius/assets/img/ultimate-social-media-plus.png +0 -0
  19. freemius/assets/js/index.php +3 -0
  20. freemius/assets/scss/_colors.scss +24 -3
  21. freemius/assets/scss/_load.scss +4 -4
  22. freemius/assets/scss/_mixins.scss +63 -20
  23. freemius/assets/scss/_start.scss +3 -3
  24. freemius/assets/scss/_vars.scss +5 -5
  25. freemius/assets/scss/admin/_ajax-loader.scss +49 -0
  26. freemius/assets/scss/admin/_auto-install.scss +33 -0
  27. freemius/assets/scss/admin/_buttons.scss +28 -0
  28. freemius/assets/scss/admin/_gdpr-consent.scss +81 -0
  29. freemius/assets/scss/admin/_license-activation.scss +40 -0
  30. freemius/assets/scss/admin/_modal-common.scss +39 -0
  31. freemius/assets/scss/admin/_multisite-options.scss +40 -0
  32. freemius/assets/scss/admin/_plugin-upgrade-notice.scss +8 -0
  33. freemius/assets/scss/admin/_subscription-cancellation.scss +30 -0
  34. freemius/assets/scss/admin/_themes.scss +21 -0
  35. freemius/assets/scss/admin/_tooltip.scss +66 -0
  36. freemius/assets/scss/admin/account.scss +57 -5
  37. freemius/assets/scss/admin/affiliation.scss +97 -0
  38. freemius/assets/scss/admin/common.scss +220 -173
  39. freemius/assets/scss/admin/connect.scss +548 -471
  40. freemius/assets/scss/admin/dialog-boxes.scss +6 -1
  41. freemius/assets/scss/admin/gdpr-optin-notice.scss +17 -0
  42. freemius/assets/scss/admin/index.php +3 -0
  43. freemius/assets/scss/customizer.scss +125 -0
  44. freemius/assets/scss/index.php +3 -0
  45. freemius/composer.json +1 -1
  46. freemius/composer.lock +19 -0
  47. freemius/config.php +382 -313
  48. freemius/gulpfile.js +128 -19
  49. freemius/includes/class-freemius-abstract.php +48 -4
  50. freemius/includes/class-freemius.php +13550 -11626
freemius/.github/ISSUE_TEMPLATE.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Actual Behavior**:
2
+ - `What is the issue? (*)`
3
+ - `What is the expected behavior?`
4
+
5
+ **Versions**: (*)
6
+ - `Freemius SDK Version:`
7
+ - `WordPress Version:`
8
+ - `PHP Version:`
9
+
10
+ **Plugin / Theme**: (*)
11
+ - `Name:`
12
+ - `Slug:`
13
+ - `Freemius ID:`
14
+
15
+ **Additional Information**:
16
+ - `Browser Type: (*)`
17
+ - `Browser Version: (*)`
18
+ - `OS: (*)`
19
+ - `Stack Traces:`
20
+
21
+ ----
22
+ **Note:** `(*)` indicates required information. Without this information, your issue may be auto-closed.
23
+
24
+ > You can find your Freemius SDK version at `/freemius/start.php`
25
+
26
+ > You can find your Freemius product ID in the Freemius dashboard: `SETTINGS -> INTEGRATION`.
27
+
28
+ > Do not modify the titles or questions. Simply add your responses to the ends of the questions.
29
+ Add more lines if needed.
freemius/.gitignore ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ output/
2
+ assets/img/*.*
3
+ !assets/img/plugin-icon.png
4
+ !assets/img/theme-icon.png
5
+ !assets/img/index.php
6
+ .idea
7
+ node_modules
8
+ transifex-config.json
9
+ *.orig
10
+ npm-debug.log
11
+ package-lock.json
freemius/LICENSE.txt CHANGED
@@ -1,281 +1,622 @@
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,15 +628,15 @@ free software which everyone can redistribute and change under these terms.
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,38 +644,31 @@ the "copyright" line and a pointer to where the full notice is found.
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
-
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
 
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
  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>.
 
 
 
 
 
 
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 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 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 .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_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:grey;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#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/affiliation.css ADDED
@@ -0,0 +1 @@
 
1
+ @charset "UTF-8";#fs_affiliation_content_wrapper #messages{margin-top:25px}#fs_affiliation_content_wrapper h3{font-size:24px;padding:0;margin-left:0}#fs_affiliation_content_wrapper ul li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;list-style-type:none}#fs_affiliation_content_wrapper ul li:before{content:'✓';margin-right:10px;font-weight:bold}#fs_affiliation_content_wrapper p:not(.description),#fs_affiliation_content_wrapper li,#fs_affiliation_content_wrapper label{font-size:16px !important;line-height:26px !important}#fs_affiliation_content_wrapper .button{margin-top:20px;margin-bottom:7px;line-height:35px;height:40px;font-size:16px}#fs_affiliation_content_wrapper .button#cancel_button{margin-right:5px}#fs_affiliation_content_wrapper form .input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form .input-container .input-label{font-weight:bold;display:block;width:100%}#fs_affiliation_content_wrapper form .input-container.input-container-text label,#fs_affiliation_content_wrapper form .input-container.input-container-text input,#fs_affiliation_content_wrapper form .input-container.input-container-text textarea{display:block}#fs_affiliation_content_wrapper form .input-container #add_domain,#fs_affiliation_content_wrapper form .input-container .remove-domain{text-decoration:none;display:inline-block;margin-top:3px}#fs_affiliation_content_wrapper form .input-container #add_domain:focus,#fs_affiliation_content_wrapper form .input-container .remove-domain:focus{box-shadow:none}#fs_affiliation_content_wrapper form .input-container #add_domain.disabled,#fs_affiliation_content_wrapper form .input-container .remove-domain.disabled{color:#aaa;cursor:default}#fs_affiliation_content_wrapper form #extra_domains_container .description{margin-top:0;position:relative;top:-4px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain{display:inline-block;margin-right:5px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain:last-of-type{margin-bottom:0}
freemius/assets/css/admin/common.css CHANGED
@@ -1,2 +1,2 @@
1
- #iframe{line-height:0;font-size:0}.fs-full-size-wrapper{margin:0 0 -65px -20px}@media (max-width: 782px){.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}.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}
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}#fs_frame{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}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}
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}.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.require-license-key #sites_list_container td{cursor:pointer}#fs_connect #delegate_to_site_admins{margin-right:15px;float:right;height:26px;vertical-align:middle;line-height:37px;font-weight:bold;border-bottom:1px dashed;text-decoration:none}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#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}#multisite_options_container{margin-top:10px;border:1px solid #ccc;padding:5px}#multisite_options_container a{text-decoration:none}#multisite_options_container a:focus{box-shadow:none}#multisite_options_container a.selected{font-weight:bold}#multisite_options_container.apply-on-all-sites{border:0 none;padding:0}#multisite_options_container.apply-on-all-sites #all_sites_options{border-spacing:0}#multisite_options_container.apply-on-all-sites #all_sites_options td:not(:first-child){display:none}#multisite_options_container #sites_list_container{display:none;overflow:auto}#multisite_options_container #sites_list_container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .fs-tooltip{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:rgba(0,0,0,0.8);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-tooltip-trigger .fs-tooltip{text-align:right}.fs-tooltip-trigger .fs-tooltip::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,0.8) transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}#fs_marketing_optin{display:none;margin-top:10px;border:1px solid #ccc;padding:10px;line-height:1.5em}#fs_marketing_optin .fs-message{display:block;margin-bottom:5px;font-size:1.05em;font-weight:600}#fs_marketing_optin.error{border:1px solid #d3135a;background:#fee}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{margin-top:5px;display:block}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.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}
freemius/assets/css/admin/deactivation-feedback.css DELETED
@@ -1 +0,0 @@
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 .fs-modal-dialog li.reason{margin-bottom:10px}.fs-modal .fs-modal-dialog li.reason .reason-input,.fs-modal .fs-modal-dialog li.reason .internal-message{margin-left:29px}.fs-modal .fs-modal-dialog li.reason label{display:table}.fs-modal .fs-modal-dialog li.reason label>span{display:table-cell;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-body{border-bottom:0}.fs-modal .fs-modal-body h2{font-size:20px}.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:not(.active){display:none}.fs-modal .reason-input,.fs-modal .internal-message{margin:3px 0 3px 22px}.fs-modal .reason-input input,.fs-modal .reason-input textarea,.fs-modal .internal-message input,.fs-modal .internal-message textarea{width:100%}.fs-modal li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}body.has-fs-modal{overflow:hidden}#the-list .deactivate>.fs-slug{display:none}
 
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-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}
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-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.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-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:bold;padding:0 25px;margin-bottom:0}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;top:5px;position:relative}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-modal.fs-modal-license-activation .fs-modal-body input.license_key{width:100%}#license_options_container table,#license_options_container table select,#license_options_container table #available_license_key{width:100%}#license_options_container table td:first-child{width:1%}#license_options_container table #other_license_key_container label{position:relative;top:6px;float:left;margin-right:5px}#license_options_container table #other_license_key_container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}#license_options_container table #other_license_key_container div input{margin:0}#sites_list_container td{cursor:pointer}#multisite_options_container{margin-top:10px;border:1px solid #ccc;padding:5px}#multisite_options_container a{text-decoration:none}#multisite_options_container a:focus{box-shadow:none}#multisite_options_container a.selected{font-weight:bold}#multisite_options_container.apply-on-all-sites{border:0 none;padding:0}#multisite_options_container.apply-on-all-sites #all_sites_options{border-spacing:0}#multisite_options_container.apply-on-all-sites #all_sites_options td:not(:first-child){display:none}#multisite_options_container #sites_list_container{display:none;overflow:auto}#multisite_options_container #sites_list_container table td{border-top:1px solid #ccc;padding:4px 2px}.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}.button-primary.warn{box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1 !important;background:#e76444 !important;border-color:#d85e40 !important;text-shadow:0 -1px 0 rgba(0,0,0,0.1) !important}
freemius/assets/css/admin/gdpr-optin-notice.css ADDED
@@ -0,0 +1 @@
 
1
+ .fs-notice[data-id^="gdpr_optin_actions"] .underlined{text-decoration:underline}.fs-notice[data-id^="gdpr_optin_actions"] ul .button,.fs-notice[data-id^="gdpr_optin_actions"] ul .action-description{vertical-align:middle}.fs-notice[data-id^="gdpr_optin_actions"] ul .action-description{display:inline-block;margin-left:3px}
freemius/assets/css/admin/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ // Hide file structure from users on unprotected servers.
freemius/assets/css/admin/license-activation.css DELETED
@@ -1 +0,0 @@
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-body{border-bottom:0}.fs-modal .fs-modal-body .license-activation-message{margin:0;display:none}.fs-modal .fs-modal-body input.license_key{width:100%}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px}.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:not(.active){display:none}body.has-fs-modal{overflow:hidden}
 
freemius/assets/css/common.css DELETED
@@ -1 +0,0 @@
1
- .fs-notice.success{color:green;font-weight:700}
 
freemius/assets/css/customizer.css ADDED
@@ -0,0 +1 @@
 
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/css/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ // Hide file structure from users on unprotected servers.
freemius/assets/img/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ // Hide file structure from users on unprotected servers.
freemius/assets/img/theme-icon.png ADDED
Binary file
freemius/assets/img/ultimate-social-media-plus.png DELETED
Binary file
freemius/assets/js/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ // Hide file structure from users on unprotected servers.
freemius/assets/scss/_colors.scss CHANGED
@@ -20,9 +20,6 @@ $fs-logo-blue-color: #29abe1;
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,6 +27,16 @@ $text-dark-color: #333;
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;
@@ -37,6 +44,17 @@ $button-secondary-bkg: #333;
37
  $button-secondary-color: $fms-white;
38
  $featured-color: #6bc406;
39
  $wp-selected-color: #0074a3;
 
 
 
 
 
 
 
 
 
 
 
40
 
41
  $wordpress_color: #01749A;
42
  $blogger_color: #ff8100;
@@ -56,3 +74,6 @@ $linkedin_color: #4875b4;
56
  $youtube_color: #ff3333;
57
  $gplus_color: #c63d2d;
58
 
 
 
 
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
  $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;
44
  $button-secondary-color: $fms-white;
45
  $featured-color: #6bc406;
46
  $wp-selected-color: #0074a3;
47
+ $wp-button-alert-border-color: #d2593c;
48
+ $wp-button-alert-border-top-color: #ec6544;
49
+ $wp-button-alert-shadow-color: #d2593c;
50
+ $wp-button-alert-focused-shadow1-color: #dd6041;
51
+ $wp-button-alert-focused-shadow2-color: #e4a796;
52
+ $wp-button-alert-background-color: #f56a48;
53
+ $wp-button-alert-hovered-background-color: #fd6d4a;
54
+ $wp-button-alert-active-background-color: #dd6041;
55
+ $wp-button-alert-disabled-color: #f5b3a1;
56
+ $wp-button-alert-disabled-background-color: #e76444;
57
+ $wp-button-alert-disabled-border-color: #d85e40;
58
 
59
  $wordpress_color: #01749A;
60
  $blogger_color: #ff8100;
74
  $youtube_color: #ff3333;
75
  $gplus_color: #c63d2d;
76
 
77
+ // Tooltip
78
+ $tooltip-color: #fff;
79
+ $tooltip-bkg-color: rgba(0,0,0,0.8);
freemius/assets/scss/_load.scss CHANGED
@@ -1,4 +1,4 @@
1
- @import 'mixins';
2
- @import "vars";
3
- @import "functions";
4
- @import "colors";
1
+ @import 'mixins';
2
+ @import "vars";
3
+ @import "functions";
4
+ @import "colors";
freemius/assets/scss/_mixins.scss CHANGED
@@ -78,13 +78,13 @@ $useIEFilters: 0;
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; }
@@ -132,19 +132,6 @@ $useIEFilters: 0;
132
  }
133
  }
134
 
135
- /*@mixin rgba-bg ($hex, $alpha, $ie: $useIEFilters) {
136
- @if $ie == 1 {
137
- background-color: none;
138
- $hexopac: ie-hex-str(rgba($hex, $alpha));
139
- filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#{$hexopac}',EndColorStr='#{$hexopac}}');
140
- -ms-filter: quote(progid:DXImageTransform.Microsoft.gradient(startColorStr='#{$hexopac}',EndColorStr='#{$hexopac}'));
141
- }
142
- @else {
143
- background-color: $hex;
144
- background-color: rgba($hex, $alpha);
145
- }
146
- }*/
147
-
148
  @mixin perspective($perspective) {
149
  -moz-perspective: $perspective;
150
  -ms-perspective: $perspective;
@@ -192,6 +179,62 @@ $useIEFilters: 0;
192
  transition: $value;
193
  }
194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  // ==== /CSS3 SASS MIXINS ====
196
 
197
  @mixin opacity($opacity) {
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; }
132
  }
133
  }
134
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  @mixin perspective($perspective) {
136
  -moz-perspective: $perspective;
137
  -ms-perspective: $perspective;
179
  transition: $value;
180
  }
181
 
182
+ @mixin animation($str) {
183
+ -webkit-animation: #{$str};
184
+ -moz-animation: #{$str};
185
+ -ms-animation: #{$str};
186
+ -o-animation: #{$str};
187
+ animation: #{$str};
188
+ }
189
+
190
+ @mixin animation-name($str) {
191
+ -webkit-animation-name: #{$str};
192
+ -moz-animation-name: #{$str};
193
+ -ms-animation-name: #{$str};
194
+ -o-animation-name: #{$str};
195
+ animation-name: #{$str};
196
+ }
197
+
198
+ @mixin animation-duration($str) {
199
+ -webkit-animation-duration: #{$str};
200
+ -moz-animation-duration: #{$str};
201
+ -ms-animation-duration: #{$str};
202
+ -o-animation-duration: #{$str};
203
+ animation-duration: #{$str};
204
+ }
205
+
206
+ @mixin animation-direction($str) {
207
+ -webkit-animation-direction: #{$str};
208
+ -moz-animation-direction: #{$str};
209
+ -ms-animation-direction: #{$str};
210
+ -o-animation-direction: #{$str};
211
+ animation-direction: #{$str};
212
+ }
213
+
214
+ @mixin animation-delay($str) {
215
+ animation-delay:#{$str};
216
+ -o-animation-delay:#{$str};
217
+ -ms-animation-delay:#{$str};
218
+ -webkit-animation-delay:#{$str};
219
+ -moz-animation-delay:#{$str};
220
+ }
221
+
222
+ @mixin animation-iteration-count($str) {
223
+ animation-iteration-count:#{$str};
224
+ -o-animation-iteration-count:#{$str};
225
+ -ms-animation-iteration-count:#{$str};
226
+ -webkit-animation-iteration-count:#{$str};
227
+ -moz-animation-iteration-count:#{$str};
228
+ }
229
+
230
+ @mixin animation-timing-function($str) {
231
+ -webkit-animation-timing-function: #{$str};
232
+ -moz-animation-timing-function: #{$str};
233
+ -ms-animation-timing-function: #{$str};
234
+ -o-animation-timing-function: #{$str};
235
+ animation-timing-function: #{$str};
236
+ }
237
+
238
  // ==== /CSS3 SASS MIXINS ====
239
 
240
  @mixin opacity($opacity) {
freemius/assets/scss/_start.scss CHANGED
@@ -1,4 +1,4 @@
1
- @import "vars";
2
- @import "colors";
3
- @import "mixins";
4
  @import "functions";
1
+ @import "vars";
2
+ @import "colors";
3
+ @import "mixins";
4
  @import "functions";
freemius/assets/scss/_vars.scss CHANGED
@@ -1,6 +1,6 @@
1
- $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;
1
+ $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;
freemius/assets/scss/admin/_ajax-loader.scss ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/_buttons.scss ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .button-primary.warn {
2
+ box-shadow: 0 1px 0 $wp-button-alert-shadow-color;
3
+ text-shadow: 0 -1px 1px $wp-button-alert-shadow-color, 1px 0 1px $wp-button-alert-shadow-color, 0 1px 1px $wp-button-alert-shadow-color, -1px 0 1px $wp-button-alert-shadow-color;
4
+ background: $wp-button-alert-background-color;
5
+ border-color: $wp-button-alert-border-top-color $wp-button-alert-border-color $wp-button-alert-border-color;
6
+
7
+ &:hover {
8
+ background: $wp-button-alert-hovered-background-color;
9
+ border-color: $wp-button-alert-border-color;
10
+ }
11
+
12
+ &:focus {
13
+ box-shadow: 0 1px 0 $wp-button-alert-focused-shadow1-color, 0 0 2px 1px $wp-button-alert-focused-shadow2-color;
14
+ }
15
+
16
+ &:active {
17
+ background: $wp-button-alert-active-background-color;
18
+ border-color: $wp-button-alert-border-color;
19
+ box-shadow: inset 0 2px 0 $wp-button-alert-shadow-color;
20
+ }
21
+
22
+ &.disabled {
23
+ color: $wp-button-alert-disabled-color !important;
24
+ background: $wp-button-alert-disabled-background-color !important;
25
+ border-color: $wp-button-alert-disabled-border-color !important;
26
+ text-shadow: 0 -1px 0 rgba(0,0,0,.1) !important;
27
+ }
28
+ }
freemius/assets/scss/admin/_gdpr-consent.scss ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #fs_marketing_optin
2
+ {
3
+ display: none;
4
+ margin-top: 10px;
5
+ border: 1px solid #ccc;
6
+ padding: 10px;
7
+ line-height: 1.5em;
8
+
9
+ .fs-message
10
+ {
11
+ display: block;
12
+ margin-bottom: 5px;
13
+ font-size: 1.05em;
14
+ font-weight: 600;
15
+ }
16
+
17
+ &.error
18
+ {
19
+ border: 1px solid $fs-logo-magenta-color;
20
+ background: #fee;
21
+
22
+ .fs-message
23
+ {
24
+ color: $fs-logo-magenta-color;
25
+ }
26
+ }
27
+
28
+ .fs-input-container
29
+ {
30
+ margin-top: 5px;
31
+
32
+ label
33
+ {
34
+ margin-top: 5px;
35
+ display: block;
36
+
37
+ input
38
+ {
39
+ float: left;
40
+ margin: 1px 0 0 0;
41
+ }
42
+
43
+ &:first-child
44
+ {
45
+ display: block;
46
+ margin-bottom: 2px;
47
+ }
48
+ }
49
+ }
50
+
51
+ .fs-input-label
52
+ {
53
+ display: block;
54
+ margin-left: 20px;
55
+
56
+ .underlined
57
+ {
58
+ text-decoration: underline;
59
+ }
60
+ }
61
+ }
62
+
63
+ .rtl
64
+ {
65
+ #fs_marketing_optin
66
+ {
67
+ .fs-input-container
68
+ {
69
+ label input
70
+ {
71
+ float: right;
72
+ }
73
+ }
74
+
75
+ .fs-input-label
76
+ {
77
+ margin-left: 0;
78
+ margin-right: 20px;
79
+ }
80
+ }
81
+ }
freemius/assets/scss/admin/_license-activation.scss CHANGED
@@ -4,4 +4,44 @@
4
  width: 100%;
5
  }
6
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
4
  width: 100%;
5
  }
6
  }
7
+ }
8
+
9
+ #license_options_container {
10
+ table {
11
+ &, select, #available_license_key {
12
+ width: 100%;
13
+ }
14
+
15
+ td:first-child {
16
+ width: 1%;
17
+ }
18
+
19
+ #other_license_key_container {
20
+ label {
21
+ position: relative;
22
+ top: 6px;
23
+ float: left;
24
+ margin-right: 5px;
25
+ }
26
+
27
+ div {
28
+ overflow: hidden;
29
+ width: auto;
30
+ height: 30px;
31
+ display: block;
32
+ top: 2px;
33
+ position: relative;
34
+
35
+ input {
36
+ margin: 0;
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
42
+
43
+ #sites_list_container {
44
+ td {
45
+ cursor: pointer;
46
+ }
47
  }
freemius/assets/scss/admin/_modal-common.scss CHANGED
@@ -46,6 +46,37 @@
46
  }
47
  }
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  .fs-modal-body,
50
  .fs-modal-footer {
51
  border: 0;
@@ -87,6 +118,14 @@
87
  color: #fff;
88
  background: #aaa;
89
  }
 
 
 
 
 
 
 
 
90
  }
91
  }
92
 
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;
118
  color: #fff;
119
  background: #aaa;
120
  }
121
+
122
+ &, &:hover
123
+ {
124
+ .dashicons
125
+ {
126
+ text-decoration: none;
127
+ }
128
+ }
129
  }
130
  }
131
 
freemius/assets/scss/admin/_multisite-options.scss ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #multisite_options_container {
2
+ margin-top: 10px;
3
+ border: 1px solid #ccc;
4
+ padding: 5px;
5
+
6
+ a {
7
+ text-decoration: none;
8
+
9
+ &:focus {
10
+ box-shadow: none;
11
+ }
12
+
13
+ &.selected {
14
+ font-weight: bold;
15
+ }
16
+ }
17
+
18
+ &.apply-on-all-sites {
19
+ border: 0 none;
20
+ padding: 0;
21
+
22
+ #all_sites_options {
23
+ border-spacing: 0;
24
+
25
+ td:not(:first-child) {
26
+ display: none;
27
+ }
28
+ }
29
+ }
30
+
31
+ #sites_list_container {
32
+ display: none;
33
+ overflow: auto;
34
+
35
+ table td {
36
+ border-top: 1px solid #ccc;
37
+ padding: 4px 2px;
38
+ }
39
+ }
40
+ }
freemius/assets/scss/admin/_plugin-upgrade-notice.scss ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ .plugins p.fs-upgrade-notice
2
+ {
3
+ border: 0;
4
+ background-color: #d54e21;
5
+ padding: 10px;
6
+ color: #f9f9f9;
7
+ margin-top: 10px;
8
+ }
freemius/assets/scss/admin/_subscription-cancellation.scss ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .fs-modal.fs-modal-subscription-cancellation {
2
+ .fs-price-increase-warning {
3
+ color: red;
4
+ font-weight: bold;
5
+ padding: 0 25px;
6
+ margin-bottom: 0;
7
+ }
8
+
9
+ ul.subscription-actions label {
10
+ input {
11
+ float: left;
12
+ top: 5px;
13
+ position: relative;
14
+
15
+ .rtl & {
16
+ float: right;
17
+ }
18
+ }
19
+
20
+ span {
21
+ display: block;
22
+ margin-left: 24px;
23
+
24
+ .rtl & {
25
+ margin-left: 0;
26
+ margin-right: 24px;
27
+ }
28
+ }
29
+ }
30
+ }
freemius/assets/scss/admin/_themes.scss ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/_tooltip.scss ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .fs-tooltip-trigger
2
+ {
3
+ &:not(a)
4
+ {
5
+ cursor: help;
6
+ }
7
+
8
+ position: relative;
9
+
10
+ .fs-tooltip
11
+ {
12
+ opacity: 0;
13
+ visibility: hidden;
14
+ @include transition(opacity 0.3s ease-in-out);
15
+ position: absolute;
16
+ background: $tooltip-bkg-color;
17
+ color: $tooltip-color;
18
+ font-family: 'arial', serif;
19
+ font-size: 12px;
20
+ padding: 10px;
21
+ z-index: 999999;
22
+ bottom: 100%;
23
+ margin-bottom: 5px;
24
+ left: 0;
25
+ right: 0;
26
+ @include border-radius(5px);
27
+ @include box-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
28
+ line-height: 1.3em;
29
+ font-weight: bold;
30
+ text-align: left;
31
+
32
+ .rtl &
33
+ {
34
+ text-align: right;
35
+ }
36
+
37
+ &::after
38
+ {
39
+ content: ' ';
40
+ display: block;
41
+ width: 0;
42
+ height: 0;
43
+ border-style: solid;
44
+ border-width: 5px 5px 0 5px;
45
+ border-color: $tooltip-bkg-color transparent transparent transparent;
46
+ position: absolute;
47
+ top: 100%;
48
+ left: 21px;
49
+
50
+ .rtl &
51
+ {
52
+ right: 21px;
53
+ left: auto;
54
+ }
55
+ }
56
+ }
57
+
58
+ &:hover
59
+ {
60
+ .fs-tooltip
61
+ {
62
+ visibility: visible;
63
+ opacity: 1;
64
+ }
65
+ }
66
+ }
freemius/assets/scss/admin/account.scss CHANGED
@@ -15,6 +15,12 @@
15
  margin: 0 0 12px 0;
16
  line-height: 1.4;
17
  border-bottom: 1px solid #F1F1F1;
 
 
 
 
 
 
18
  }
19
 
20
  i.dashicons
@@ -24,12 +30,9 @@
24
  width: 1.2em;
25
  }
26
 
27
- .button
28
  {
29
- i.dashicons
30
- {
31
- vertical-align: middle;
32
- }
33
  }
34
 
35
  .fs-header-actions
@@ -154,6 +157,55 @@ label.fs-tag
154
  }
155
  }
156
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  #fs_addons
158
  {
159
  h3
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
30
  width: 1.2em;
31
  }
32
 
33
+ .dashicons
34
  {
35
+ vertical-align: middle;
 
 
 
36
  }
37
 
38
  .fs-header-actions
157
  }
158
  }
159
 
160
+ #fs_sites
161
+ {
162
+ .fs-scrollable-table
163
+ {
164
+ .fs-table-body {
165
+ max-height: 200px;
166
+ overflow: auto;
167
+ border: 1px solid #e5e5e5;
168
+
169
+ & > table.widefat {
170
+ border: none !important;
171
+ }
172
+ }
173
+
174
+ .fs-main-column {
175
+ width: 100%;
176
+ }
177
+
178
+ .fs-site-details
179
+ {
180
+ td:first-of-type
181
+ {
182
+ text-align: right;
183
+ color: grey;
184
+ width: 1px;
185
+ }
186
+
187
+ td:last-of-type
188
+ {
189
+ text-align: right;
190
+ }
191
+ }
192
+
193
+ .fs-install-details table
194
+ {
195
+ tr td
196
+ {
197
+ width: 1px;
198
+ white-space: nowrap;
199
+
200
+ &:last-of-type
201
+ {
202
+ width: auto;
203
+ }
204
+ }
205
+ }
206
+ }
207
+ }
208
+
209
  #fs_addons
210
  {
211
  h3
freemius/assets/scss/admin/affiliation.scss ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import "../start";
2
+
3
+ #fs_affiliation_content_wrapper {
4
+ #messages {
5
+ margin-top: 25px;
6
+ }
7
+
8
+ h3 {
9
+ font-size: 24px;
10
+ padding: 0;
11
+ margin-left: 0;
12
+ }
13
+
14
+ ul {
15
+ li {
16
+ @include box-sizing(border-box);
17
+ list-style-type: none;
18
+
19
+ &:before {
20
+ content: '✓';
21
+ margin-right: 10px;
22
+ font-weight: bold;
23
+ }
24
+ }
25
+ }
26
+
27
+ p:not(.description), li, label {
28
+ font-size: 16px !important;
29
+ line-height: 26px !important;
30
+ }
31
+
32
+ .button {
33
+ margin-top: 20px;
34
+ margin-bottom: 7px;
35
+ line-height: 35px;
36
+ height: 40px;
37
+ font-size: 16px;
38
+
39
+ &#cancel_button {
40
+ margin-right: 5px;
41
+ }
42
+ }
43
+
44
+ form {
45
+ .input-container {
46
+ .input-label {
47
+ font-weight: bold;
48
+ display: block;
49
+ width: 100%;
50
+ }
51
+
52
+ &.input-container-text {
53
+ label, input, textarea {
54
+ display: block;
55
+ }
56
+ }
57
+
58
+ margin-bottom: 15px;
59
+
60
+ #add_domain, .remove-domain {
61
+ text-decoration: none;
62
+ display: inline-block;
63
+ margin-top: 3px;
64
+
65
+ &:focus {
66
+ box-shadow: none;
67
+ }
68
+
69
+ &.disabled {
70
+ color: #aaa;
71
+ cursor: default;
72
+ }
73
+ }
74
+ }
75
+
76
+ #extra_domains_container {
77
+ .description {
78
+ margin-top: 0;
79
+ position: relative;
80
+ top: -4px;
81
+ }
82
+
83
+ .extra-domain-input-container {
84
+ margin-bottom: 15px;
85
+
86
+ .domain {
87
+ display: inline-block;
88
+ margin-right: 5px;
89
+
90
+ &:last-of-type {
91
+ margin-bottom: 0;
92
+ }
93
+ }
94
+ }
95
+ }
96
+ }
97
+ }
freemius/assets/scss/admin/common.scss CHANGED
@@ -1,173 +1,220 @@
1
- @import "../start";
2
-
3
- #iframe {
4
- line-height: 0;
5
- font-size: 0;
6
- }
7
-
8
- .fs-full-size-wrapper {
9
- margin: 0 0 -65px -20px;
10
-
11
- @media (max-width: $admin_mobile_max_width) {
12
- margin: 0 0 -65px -10px;
13
- }
14
- }
15
-
16
- .fs-notice
17
- {
18
- position: relative;
19
-
20
- &.fs-has-title
21
- {
22
- margin-bottom: 30px !important;
23
- }
24
-
25
- &.success
26
- {
27
- color: green;
28
- // font-weight: normal;
29
- }
30
-
31
- &.promotion
32
- {
33
- border-color: $fs-notice-promotion-border-color !important;
34
- background-color: $fs-notice-promotion-bkg !important;
35
- }
36
-
37
- .fs-notice-body
38
- {
39
- margin: .5em 0;
40
- padding: 2px;
41
- }
42
-
43
- .fs-close
44
- {
45
- // position: absolute;
46
- // top: 2px;
47
- // bottom: 2px;
48
- // right: 2px;
49
- // min-width: 100px;
50
- // text-align: center;
51
- // padding-right: 2px;
52
- cursor: pointer;
53
- color: #aaa;
54
- float: right;
55
-
56
- &:hover
57
- {
58
- color: #666;
59
- // background: #A9A9A9;
60
- }
61
-
62
- > *
63
- {
64
- margin-top: 7px;
65
- display: inline-block;
66
- }
67
- }
68
-
69
- label.fs-plugin-title
70
- {
71
- background: rgba(0, 0, 0, 0.3);
72
- color: #fff;
73
- padding: 2px 10px;
74
- position: absolute;
75
- top: 100%;
76
- bottom: auto;
77
- right: auto;
78
- @include border-radius(0 0 3px 3px);
79
- left: 10px;
80
- font-size: 12px;
81
- font-weight: bold;
82
- cursor: auto;
83
- }
84
- }
85
-
86
- .rtl .fs-notice
87
- {
88
- .fs-close
89
- {
90
- // left: 2px;
91
- // right: auto;
92
- // padding-right: 0;
93
- // padding-left: 2px;
94
- float: left;
95
- }
96
- }
97
-
98
- .fs-secure-notice
99
- {
100
- position: fixed;
101
- top: 32px;
102
- left: 160px;
103
- right: 0;
104
- background: rgb(235, 253, 235);
105
- padding: 10px 20px;
106
- color: green;
107
- z-index: 9999;
108
- box-shadow: 0px 2px 2px rgba(6, 113, 6, 0.3);
109
- @include opacity(0.95);
110
-
111
- &:hover
112
- {
113
- @include opacity(1);
114
- }
115
- }
116
-
117
- @media screen and (max-width: 960px) {
118
- .fs-secure-notice
119
- {
120
- left: 36px;
121
- }
122
- }
123
-
124
- @media screen and (max-width:500px) {
125
- #fs_promo_tab {
126
- display: none;
127
- }
128
- }
129
-
130
- @media screen and (max-width: 782px) {
131
- .fs-secure-notice
132
- {
133
- left: 0;
134
- top: 46px;
135
- text-align: center;
136
- }
137
- }
138
-
139
- span.fs-submenu-item.fs-sub:before
140
- {
141
- // Add small arrow.
142
- content: '\21B3';
143
- padding: 0 5px;
144
- }
145
-
146
- .rtl
147
- {
148
- span.fs-submenu-item.fs-sub:before
149
- {
150
- // Add small RTL arrow.
151
- content: '\21B2';
152
- }
153
- }
154
-
155
- .fs-submenu-item
156
- {
157
- &.pricing
158
- {
159
- &.upgrade-mode
160
- {
161
- color: greenyellow;
162
- }
163
-
164
- &.trial-mode
165
- {
166
- color: #83e2ff;
167
- }
168
- }
169
- }
170
-
171
- #adminmenu .update-plugins.fs-trial {
172
- background-color: #00b9eb;
173
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import "../start";
2
+ @import "themes";
3
+
4
+ #fs_frame
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
+ }
219
+
220
+ @import "plugin-upgrade-notice";
freemius/assets/scss/admin/connect.scss CHANGED
@@ -1,471 +1,548 @@
1
- @import "../start";
2
-
3
- $form_width: 480px;
4
-
5
- #fs_connect
6
- {
7
- width: $form_width;
8
- @include box-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
9
- margin: 20px 0;
10
-
11
- @media screen and (max-width: ($form_width - 1)) {
12
- @include box-shadow(none);
13
- width: auto;
14
- margin: 0 0 0 -10px;
15
- }
16
-
17
- .fs-content
18
- {
19
- background: #fff;
20
- padding: 15px 20px;
21
-
22
- .fs-error {
23
- background: snow;
24
- color: $fs-logo-magenta-color;
25
- border: 1px solid $fs-logo-magenta-color;
26
- @include box-shadow(0 1px 1px 0 rgba(0,0,0,.1));
27
- text-align: center;
28
- padding: 5px;
29
- margin-bottom: 10px;
30
- }
31
-
32
- p
33
- {
34
- margin: 0;
35
- padding: 0;
36
- font-size: 1.2em;
37
- }
38
- }
39
-
40
- .fs-license-key-container {
41
- position: relative;
42
- width: 280px;
43
- margin: 10px auto 0 auto;
44
-
45
- input {
46
- width: 100%;
47
- }
48
-
49
- .dashicons {
50
- position: absolute;
51
- top: 5px;
52
- right: 5px;
53
- }
54
- }
55
-
56
- .fs-actions
57
- {
58
- padding: 10px 20px;
59
- background: #C0C7CA;
60
-
61
- .button
62
- {
63
- padding: 0 10px 1px;
64
- line-height: 35px;
65
- height: 37px;
66
- font-size: 16px;
67
- margin-bottom: 0;
68
-
69
- .dashicons
70
- {
71
- font-size: 37px;
72
- margin-left: -8px;
73
- margin-right: 12px;
74
- }
75
-
76
- &.button-primary
77
- {
78
- padding-right: 15px;
79
- padding-left: 15px;
80
-
81
- &:after
82
- {
83
- content: ' \279C';
84
- }
85
-
86
- &.fs-loading
87
- {
88
- &:after
89
- {
90
- content: '';
91
- }
92
- }
93
- }
94
-
95
- &.button-secondary
96
- {
97
- float: right;
98
- }
99
- }
100
-
101
- // .fs-skip
102
- // {
103
- // line-height: 38px;
104
- // vertical-align: middle;
105
- // text-decoration: none;
106
- // margin-left: 10px;
107
- // }
108
- }
109
-
110
- &.fs-anonymous-disabled
111
- {
112
- .fs-actions
113
- {
114
- .button.button-primary
115
- {
116
- width: 100%;
117
- }
118
- }
119
- }
120
-
121
- .fs-permissions
122
- {
123
- padding: 10px 20px;
124
- background: #FEFEFE;
125
- // background: #F1F1F1;
126
- @include transition(background 0.5s ease);
127
-
128
- .fs-license-sync-disclaimer {
129
- text-align: center;
130
- margin-top: 0;
131
- }
132
-
133
- .fs-trigger
134
- {
135
- font-size: 0.9em;
136
- text-decoration: none;
137
- text-align: center;
138
- display: block;
139
- }
140
-
141
- ul
142
- {
143
- height: 0;
144
- overflow: hidden;
145
- margin: 0;
146
-
147
- li
148
- {
149
- margin-bottom: 12px;
150
-
151
- &:last-child
152
- {
153
- margin-bottom: 0;
154
- }
155
-
156
- i.dashicons
157
- {
158
- float: left;
159
- font-size: 40px;
160
- width: 40px;
161
- height: 40px;
162
- }
163
-
164
- div
165
- {
166
- margin-left: 55px;
167
-
168
- span
169
- {
170
- font-weight: bold;
171
- text-transform: uppercase;
172
- color: #23282d;
173
- }
174
-
175
- p
176
- {
177
- margin: 2px 0 0 0;
178
- }
179
- }
180
- }
181
- }
182
-
183
- &.fs-open
184
- {
185
- background: #fff;
186
-
187
- ul
188
- {
189
- height: auto;
190
- margin: 20px 20px 10px 20px;
191
- }
192
- }
193
-
194
- @media screen and (max-width: ($form_width - 1)) {
195
- background: #fff;
196
-
197
- .fs-trigger
198
- {
199
- display: none;
200
- }
201
-
202
- ul
203
- {
204
- height: auto;
205
- margin: 20px;
206
- }
207
- }
208
- }
209
-
210
- .fs-freemium-licensing {
211
- padding: 8px;
212
- // background: #0085BA;
213
- background: #777;
214
- color: #fff;
215
-
216
- p {
217
- text-align: center;
218
- display: block;
219
- margin: 0;
220
- padding: 0;
221
- }
222
-
223
- a {
224
- color: #C2EEFF;
225
- text-decoration: underline;
226
- }
227
- }
228
-
229
- $icon_size: 80px;
230
- $wp_logo_padding: $icon_size / 10;
231
- $icons_top: 10px;
232
-
233
- .fs-visual
234
- {
235
- padding: 12px;
236
- line-height: 0;
237
- background: #fafafa;
238
- height: $icon_size;
239
- position: relative;
240
-
241
- .fs-site-icon
242
- {
243
- position: absolute;
244
- left: 20px;
245
- top: $icons_top;
246
- }
247
-
248
- .fs-connect-logo
249
- {
250
- position: absolute;
251
- right: 20px;
252
- top: $icons_top;
253
- }
254
-
255
- .fs-plugin-icon
256
- {
257
- position: absolute;
258
- top: $icons_top;
259
- left: 50%;
260
- margin-left: - ($icon_size / 2);
261
- }
262
-
263
- .fs-plugin-icon,
264
- .fs-site-icon,
265
- img,
266
- object
267
- {
268
- width: $icon_size;
269
- height: $icon_size;
270
- }
271
-
272
- .dashicons-wordpress
273
- {
274
- font-size: $icon_size - ($wp_logo_padding * 2);
275
- background: $wordpress_color;
276
- color: #fff;
277
- width: $icon_size - ($wp_logo_padding * 2);
278
- height: $icon_size - ($wp_logo_padding * 2);
279
- padding: $wp_logo_padding;
280
- }
281
-
282
- .dashicons-plus
283
- {
284
- position: absolute;
285
- top: 50%;
286
- font-size: 30px;
287
- margin-top: -10px;
288
- color: #bbb;
289
-
290
- &.fs-first
291
- {
292
- left: 28%;
293
- }
294
- &.fs-second
295
- {
296
- left: 65%;
297
- }
298
- }
299
-
300
- .fs-plugin-icon,
301
- .fs-connect-logo,
302
- .fs-site-icon
303
- {
304
- border: 1px solid #ccc;
305
- padding: 1px;
306
- background: #fff;
307
- }
308
- }
309
-
310
- .fs-terms
311
- {
312
- text-align: center;
313
- font-size: 0.85em;
314
- padding: 5px;
315
- background: rgba(0, 0, 0, 0.05);
316
-
317
- &, a
318
- {
319
- color: #999;
320
- }
321
-
322
- a
323
- {
324
- text-decoration: none;
325
- }
326
- }
327
- }
328
-
329
- .rtl
330
- {
331
- #fs_connect
332
- {
333
- .fs-actions
334
- {
335
- padding: 10px 20px;
336
- background: #C0C7CA;
337
-
338
- .button
339
- {
340
- .dashicons
341
- {
342
- font-size: 37px;
343
- margin-left: -8px;
344
- margin-right: 12px;
345
- }
346
-
347
- &.button-primary
348
- {
349
- &:after
350
- {
351
- content: ' \000bb';
352
- }
353
-
354
- &.fs-loading
355
- {
356
- &:after
357
- {
358
- content: '';
359
- }
360
- }
361
- }
362
-
363
- &.button-secondary
364
- {
365
- float: left;
366
- }
367
- }
368
- }
369
-
370
- .fs-permissions
371
- {
372
- ul
373
- {
374
- li
375
- {
376
- div
377
- {
378
- margin-right: 55px;
379
- margin-left: 0;
380
- }
381
-
382
- i.dashicons
383
- {
384
- float: right;
385
- }
386
-
387
- }
388
- }
389
- }
390
-
391
- .fs-visual
392
- {
393
- .fs-site-icon
394
- {
395
- right: 20px;
396
- left: auto;
397
- }
398
-
399
- .fs-connect-logo
400
- {
401
- right: auto;
402
- left: 20px;
403
- }
404
- }
405
- }
406
- }
407
-
408
- .wp-pointer-content
409
- {
410
- #fs_connect
411
- {
412
- margin: 0;
413
- @include box-shadow(none);
414
- }
415
- }
416
-
417
- .fs-opt-in-pointer
418
- {
419
- .wp-pointer-content
420
- {
421
- padding: 0;
422
- }
423
-
424
- &.wp-pointer-top
425
- {
426
- .wp-pointer-arrow
427
- {
428
- border-bottom-color: #dfdfdf;
429
- }
430
- .wp-pointer-arrow-inner
431
- {
432
- border-bottom-color: #fafafa;
433
- }
434
- }
435
-
436
- &.wp-pointer-bottom
437
- {
438
- .wp-pointer-arrow
439
- {
440
- border-top-color: #dfdfdf;
441
- }
442
- .wp-pointer-arrow-inner
443
- {
444
- border-top-color: #fafafa;
445
- }
446
- }
447
-
448
- &.wp-pointer-left
449
- {
450
- .wp-pointer-arrow
451
- {
452
- border-right-color: #dfdfdf;
453
- }
454
- .wp-pointer-arrow-inner
455
- {
456
- border-right-color: #fafafa;
457
- }
458
- }
459
-
460
- &.wp-pointer-right
461
- {
462
- .wp-pointer-arrow
463
- {
464
- border-left-color: #dfdfdf;
465
- }
466
- .wp-pointer-arrow-inner
467
- {
468
- border-left-color: #fafafa;
469
- }
470
- }
471
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import "../start";
2
+
3
+ $form_width: 480px;
4
+
5
+ #fs_connect
6
+ {
7
+ width: $form_width;
8
+ @include box-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
9
+ margin: 20px 0;
10
+
11
+ @media screen and (max-width: ($form_width - 1)) {
12
+ @include box-shadow(none);
13
+ width: auto;
14
+ margin: 0 0 0 -10px;
15
+ }
16
+
17
+ .fs-content
18
+ {
19
+ background: #fff;
20
+ padding: 15px 20px;
21
+
22
+ .fs-error {
23
+ background: snow;
24
+ color: $fs-logo-magenta-color;
25
+ border: 1px solid $fs-logo-magenta-color;
26
+ @include box-shadow(0 1px 1px 0 rgba(0,0,0,.1));
27
+ text-align: center;
28
+ padding: 5px;
29
+ margin-bottom: 10px;
30
+ }
31
+
32
+ p
33
+ {
34
+ margin: 0;
35
+ padding: 0;
36
+ font-size: 1.2em;
37
+ }
38
+ }
39
+
40
+ .fs-license-key-container {
41
+ position: relative;
42
+ width: 280px;
43
+ margin: 10px auto 0 auto;
44
+
45
+ input {
46
+ width: 100%;
47
+ }
48
+
49
+ .dashicons {
50
+ position: absolute;
51
+ top: 5px;
52
+ right: 5px;
53
+ }
54
+ }
55
+
56
+ &.require-license-key {
57
+ #sites_list_container {
58
+ td {
59
+ cursor: pointer;
60
+ }
61
+ }
62
+ }
63
+
64
+ #delegate_to_site_admins {
65
+ margin-right: 15px;
66
+ float: right;
67
+ height: 26px;
68
+ vertical-align: middle;
69
+ line-height: 37px;
70
+ font-weight: bold;
71
+ border-bottom: 1px dashed;
72
+ text-decoration: none;
73
+
74
+ &.rtl {
75
+ margin-left: 15px;
76
+ margin-right: 0;
77
+ }
78
+ }
79
+
80
+ .fs-actions
81
+ {
82
+ padding: 10px 20px;
83
+ background: #C0C7CA;
84
+
85
+ .button
86
+ {
87
+ padding: 0 10px 1px;
88
+ line-height: 35px;
89
+ height: 37px;
90
+ font-size: 16px;
91
+ margin-bottom: 0;
92
+
93
+ .dashicons
94
+ {
95
+ font-size: 37px;
96
+ margin-left: -8px;
97
+ margin-right: 12px;
98
+ }
99
+
100
+ &.button-primary
101
+ {
102
+ padding-right: 15px;
103
+ padding-left: 15px;
104
+
105
+ &:after
106
+ {
107
+ content: ' \279C';
108
+ }
109
+
110
+ &.fs-loading
111
+ {
112
+ &:after
113
+ {
114
+ content: '';
115
+ }
116
+ }
117
+ }
118
+
119
+ &.button-secondary
120
+ {
121
+ float: right;
122
+ }
123
+ }
124
+
125
+ // .fs-skip
126
+ // {
127
+ // line-height: 38px;
128
+ // vertical-align: middle;
129
+ // text-decoration: none;
130
+ // margin-left: 10px;
131
+ // }
132
+ }
133
+
134
+ &.fs-anonymous-disabled
135
+ {
136
+ .fs-actions
137
+ {
138
+ .button.button-primary
139
+ {
140
+ width: 100%;
141
+ }
142
+ }
143
+ }
144
+
145
+ .fs-permissions
146
+ {
147
+ padding: 10px 20px;
148
+ background: #FEFEFE;
149
+ // background: #F1F1F1;
150
+ @include transition(background 0.5s ease);
151
+
152
+ .fs-license-sync-disclaimer {
153
+ text-align: center;
154
+ margin-top: 0;
155
+ }
156
+
157
+ .fs-trigger
158
+ {
159
+ font-size: 0.9em;
160
+ text-decoration: none;
161
+ text-align: center;
162
+ display: block;
163
+ }
164
+
165
+ ul
166
+ {
167
+ height: 0;
168
+ overflow: hidden;
169
+ margin: 0;
170
+
171
+ li
172
+ {
173
+ margin-bottom: 12px;
174
+
175
+ &:last-child
176
+ {
177
+ margin-bottom: 0;
178
+ }
179
+
180
+ i.dashicons
181
+ {
182
+ float: left;
183
+ font-size: 40px;
184
+ width: 40px;
185
+ height: 40px;
186
+ }
187
+
188
+ div
189
+ {
190
+ margin-left: 55px;
191
+
192
+ span
193
+ {
194
+ font-weight: bold;
195
+ text-transform: uppercase;
196
+ color: #23282d;
197
+ }
198
+
199
+ p
200
+ {
201
+ margin: 2px 0 0 0;
202
+ }
203
+ }
204
+ }
205
+ }
206
+
207
+ &.fs-open
208
+ {
209
+ background: #fff;
210
+
211
+ ul
212
+ {
213
+ height: auto;
214
+ margin: 20px 20px 10px 20px;
215
+ }
216
+ }
217
+
218
+ @media screen and (max-width: ($form_width - 1)) {
219
+ background: #fff;
220
+
221
+ .fs-trigger
222
+ {
223
+ display: none;
224
+ }
225
+
226
+ ul
227
+ {
228
+ height: auto;
229
+ margin: 20px;
230
+ }
231
+ }
232
+ }
233
+
234
+ .fs-freemium-licensing {
235
+ padding: 8px;
236
+ // background: #0085BA;
237
+ background: #777;
238
+ color: #fff;
239
+
240
+ p {
241
+ text-align: center;
242
+ display: block;
243
+ margin: 0;
244
+ padding: 0;
245
+ }
246
+
247
+ a {
248
+ color: #C2EEFF;
249
+ text-decoration: underline;
250
+ }
251
+ }
252
+
253
+ $icon_size: 80px;
254
+ $wp_logo_padding: $icon_size / 10;
255
+ $icons_top: 10px;
256
+
257
+ .fs-visual
258
+ {
259
+ padding: 12px;
260
+ line-height: 0;
261
+ background: #fafafa;
262
+ height: $icon_size;
263
+ position: relative;
264
+
265
+ .fs-site-icon
266
+ {
267
+ position: absolute;
268
+ left: 20px;
269
+ top: $icons_top;
270
+ }
271
+
272
+ .fs-connect-logo
273
+ {
274
+ position: absolute;
275
+ right: 20px;
276
+ top: $icons_top;
277
+ }
278
+
279
+ .fs-plugin-icon
280
+ {
281
+ position: absolute;
282
+ top: $icons_top;
283
+ left: 50%;
284
+ margin-left: - ($icon_size / 2);
285
+ }
286
+
287
+ .fs-plugin-icon,
288
+ .fs-site-icon,
289
+ img,
290
+ object
291
+ {
292
+ width: $icon_size;
293
+ height: $icon_size;
294
+ }
295
+
296
+ .dashicons-wordpress
297
+ {
298
+ font-size: $icon_size - ($wp_logo_padding * 2);
299
+ background: $wordpress_color;
300
+ color: #fff;
301
+ width: $icon_size - ($wp_logo_padding * 2);
302
+ height: $icon_size - ($wp_logo_padding * 2);
303
+ padding: $wp_logo_padding;
304
+ }
305
+
306
+ .dashicons-plus
307
+ {
308
+ position: absolute;
309
+ top: 50%;
310
+ font-size: 30px;
311
+ margin-top: -10px;
312
+ color: #bbb;
313
+
314
+ &.fs-first
315
+ {
316
+ left: 28%;
317
+ }
318
+ &.fs-second
319
+ {
320
+ left: 65%;
321
+ }
322
+ }
323
+
324
+ .fs-plugin-icon,
325
+ .fs-connect-logo,
326
+ .fs-site-icon
327
+ {
328
+ border: 1px solid #ccc;
329
+ padding: 1px;
330
+ background: #fff;
331
+ }
332
+ }
333
+
334
+ .fs-terms
335
+ {
336
+ text-align: center;
337
+ font-size: 0.85em;
338
+ padding: 5px;
339
+ background: rgba(0, 0, 0, 0.05);
340
+
341
+ &, a
342
+ {
343
+ color: #999;
344
+ }
345
+
346
+ a
347
+ {
348
+ text-decoration: none;
349
+ }
350
+ }
351
+ }
352
+
353
+ @import "multisite-options";
354
+ @import "tooltip";
355
+ @import "gdpr-consent";
356
+
357
+ .rtl
358
+ {
359
+ #fs_connect
360
+ {
361
+ .fs-actions
362
+ {
363
+ padding: 10px 20px;
364
+ background: #C0C7CA;
365
+
366
+ .button
367
+ {
368
+ .dashicons
369
+ {
370
+ font-size: 37px;
371
+ margin-left: -8px;
372
+ margin-right: 12px;
373
+ }
374
+
375
+ &.button-primary
376
+ {
377
+ &:after
378
+ {
379
+ content: ' \000bb';
380
+ }
381
+
382
+ &.fs-loading
383
+ {
384
+ &:after
385
+ {
386
+ content: '';
387
+ }
388
+ }
389
+ }
390
+
391
+ &.button-secondary
392
+ {
393
+ float: left;
394
+ }
395
+ }
396
+ }
397
+
398
+ .fs-permissions
399
+ {
400
+ ul
401
+ {
402
+ li
403
+ {
404
+ div
405
+ {
406
+ margin-right: 55px;
407
+ margin-left: 0;
408
+ }
409
+
410
+ i.dashicons
411
+ {
412
+ float: right;
413
+ }
414
+
415
+ }
416
+ }
417
+ }
418
+
419
+ .fs-visual
420
+ {
421
+ .fs-site-icon
422
+ {
423
+ right: 20px;
424
+ left: auto;
425
+ }
426
+
427
+ .fs-connect-logo
428
+ {
429
+ right: auto;
430
+ left: 20px;
431
+ }
432
+ }
433
+ }
434
+ }
435
+
436
+ #fs_theme_connect_wrapper {
437
+ position: fixed;
438
+ top: 0;
439
+ height: 100%;
440
+ width: 100%;
441
+ z-index: 99990;
442
+ background: rgba(0, 0, 0, 0.75);
443
+ text-align: center;
444
+ overflow-y: auto;
445
+
446
+ &:before {
447
+ content: "";
448
+ display: inline-block;
449
+ vertical-align: middle;
450
+ height: 100%;
451
+ }
452
+
453
+ > button.close {
454
+ color: white;
455
+ cursor: pointer;
456
+ height: 40px;
457
+ width: 40px;
458
+ position: absolute;
459
+ right: 0;
460
+ border: 0;
461
+ background-color: transparent;
462
+ top: 32px;
463
+ }
464
+
465
+ #fs_connect {
466
+ top: 0;
467
+ text-align: left;
468
+ display: inline-block;
469
+ vertical-align: middle;
470
+ margin-top: 52px;
471
+ margin-bottom: 20px;
472
+
473
+ .fs-terms
474
+ {
475
+ background: rgba(140, 140, 140, 0.64);
476
+
477
+ &, a
478
+ {
479
+ color: #c5c5c5;
480
+ }
481
+ }
482
+ }
483
+ }
484
+
485
+ .wp-pointer-content
486
+ {
487
+ #fs_connect
488
+ {
489
+ margin: 0;
490
+ @include box-shadow(none);
491
+ }
492
+ }
493
+
494
+ .fs-opt-in-pointer
495
+ {
496
+ .wp-pointer-content
497
+ {
498
+ padding: 0;
499
+ }
500
+
501
+ &.wp-pointer-top
502
+ {
503
+ .wp-pointer-arrow
504
+ {
505
+ border-bottom-color: #dfdfdf;
506
+ }
507
+ .wp-pointer-arrow-inner
508
+ {
509
+ border-bottom-color: #fafafa;
510
+ }
511
+ }
512
+
513
+ &.wp-pointer-bottom
514
+ {
515
+ .wp-pointer-arrow
516
+ {
517
+ border-top-color: #dfdfdf;
518
+ }
519
+ .wp-pointer-arrow-inner
520
+ {
521
+ border-top-color: #fafafa;
522
+ }
523
+ }
524
+
525
+ &.wp-pointer-left
526
+ {
527
+ .wp-pointer-arrow
528
+ {
529
+ border-right-color: #dfdfdf;
530
+ }
531
+ .wp-pointer-arrow-inner
532
+ {
533
+ border-right-color: #fafafa;
534
+ }
535
+ }
536
+
537
+ &.wp-pointer-right
538
+ {
539
+ .wp-pointer-arrow
540
+ {
541
+ border-left-color: #dfdfdf;
542
+ }
543
+ .wp-pointer-arrow-inner
544
+ {
545
+ border-left-color: #fafafa;
546
+ }
547
+ }
548
+ }
freemius/assets/scss/admin/dialog-boxes.scss CHANGED
@@ -1,5 +1,10 @@
1
  @import "../start";
2
  @import "modal-common";
3
  @import "deactivation-feedback";
 
4
  @import "license-activation";
5
- @import "license-key-resend";
 
 
 
 
1
  @import "../start";
2
  @import "modal-common";
3
  @import "deactivation-feedback";
4
+ @import "subscription-cancellation";
5
  @import "license-activation";
6
+ @import "multisite-options";
7
+ @import "license-key-resend";
8
+ @import "ajax-loader";
9
+ @import "auto-install";
10
+ @import "buttons";
freemius/assets/scss/admin/gdpr-optin-notice.scss ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .fs-notice[data-id^="gdpr_optin_actions"]
2
+ {
3
+ .underlined {
4
+ text-decoration: underline;
5
+ }
6
+
7
+ ul {
8
+ .button, .action-description {
9
+ vertical-align: middle;
10
+ }
11
+
12
+ .action-description {
13
+ display: inline-block;
14
+ margin-left: 3px;
15
+ }
16
+ }
17
+ }
freemius/assets/scss/admin/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ // Hide file structure from users on unprotected servers.
freemius/assets/scss/customizer.scss ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/assets/scss/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ // Hide file structure from users on unprotected servers.
freemius/composer.json CHANGED
@@ -3,7 +3,7 @@
3
  "description": "Freemius WordPress SDK",
4
  "keywords": ["freemius", "wordpress", "plugin", "sdk"],
5
  "homepage": "https://freemius.com",
6
- "license": "GPL-2.0+",
7
  "require": {
8
  "php": ">=5.2"
9
  }
3
  "description": "Freemius WordPress SDK",
4
  "keywords": ["freemius", "wordpress", "plugin", "sdk"],
5
  "homepage": "https://freemius.com",
6
+ "license": "GPL-3.0-only",
7
  "require": {
8
  "php": ">=5.2"
9
  }
freemius/composer.lock ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_readme": [
3
+ "This file locks the dependencies of your project to a known state",
4
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
+ "This file is @generated automatically"
6
+ ],
7
+ "content-hash": "910c5a93ccb9ae089d045945aee47998",
8
+ "packages": [],
9
+ "packages-dev": [],
10
+ "aliases": [],
11
+ "minimum-stability": "stable",
12
+ "stability-flags": [],
13
+ "prefer-stable": false,
14
+ "prefer-lowest": false,
15
+ "platform": {
16
+ "php": ">=5.2"
17
+ },
18
+ "platform-dev": []
19
+ }
freemius/config.php CHANGED
@@ -1,319 +1,388 @@
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
- if ( ! defined( 'WP_FS__SLUG' ) ) {
14
- define( 'WP_FS__SLUG', 'freemius' );
15
- }
16
- if ( ! defined( 'WP_FS__DEV_MODE' ) ) {
17
- define( 'WP_FS__DEV_MODE', false );
18
- }
19
-
20
- #--------------------------------------------------------------------------------
21
- #region API Connectivity Issues Simulation
22
- #--------------------------------------------------------------------------------
23
-
24
- if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY' ) ) {
25
- define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY', false );
26
- }
27
- if ( ! defined( 'WP_FS__SIMULATE_NO_CURL' ) ) {
28
- define( 'WP_FS__SIMULATE_NO_CURL', false );
29
- }
30
- if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE' ) ) {
31
- define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', false );
32
- }
33
- if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL' ) ) {
34
- define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', false );
35
- }
36
- if ( WP_FS__SIMULATE_NO_CURL ) {
37
- define( 'FS_SDK__SIMULATE_NO_CURL', true );
38
- }
39
- if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE ) {
40
- define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', true );
41
- }
42
- if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL ) {
43
- define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', true );
44
- }
45
-
46
- #endregion
47
-
48
- if ( ! defined( 'WP_FS__SIMULATE_FREEMIUS_OFF' ) ) {
49
- define( 'WP_FS__SIMULATE_FREEMIUS_OFF', false );
50
- }
51
-
52
- if ( ! defined( 'WP_FS__PING_API_ON_IP_OR_HOST_CHANGES' ) ) {
53
- /**
54
- * @since 1.1.7.3
55
- * @author Vova Feldman (@svovaf)
56
- *
57
- * I'm not sure if shared servers periodically change IP, or the subdomain of the
58
- * admin dashboard. Also, I've seen sites that have strange loop of switching
59
- * between domains on a daily basis. Therefore, to eliminate the risk of
60
- * multiple unwanted connectivity test pings, temporary ignore domain or
61
- * server IP changes.
62
- */
63
- define( 'WP_FS__PING_API_ON_IP_OR_HOST_CHANGES', false );
64
- }
65
-
66
- /**
67
- * If your dev environment supports custom public network IP setup
68
- * like VVV, please update WP_FS__LOCALHOST_IP with your public IP
69
- * and uncomment it during dev.
70
- */
71
- if ( ! defined( 'WP_FS__LOCALHOST_IP' ) ) {
72
- // VVV default public network IP.
73
- define( 'WP_FS__VVV_DEFAULT_PUBLIC_IP', '192.168.50.4' );
74
 
75
  // define( 'WP_FS__LOCALHOST_IP', WP_FS__VVV_DEFAULT_PUBLIC_IP );
76
- }
77
-
78
- /**
79
- * If true and running with secret key, the opt-in process
80
- * will skip the email activation process which is invoked
81
- * when the email of the context user already exist in Freemius
82
- * database (as a security precaution, to prevent sharing user
83
- * secret with unauthorized entity).
84
- *
85
- * IMPORTANT:
86
- * AS A SECURITY PRECAUTION, WE VALIDATE THE TIMESTAMP OF THE OPT-IN REQUEST.
87
- * THEREFORE, MAKE SURE THAT WHEN USING THIS PARAMETER,YOUR TESTING ENVIRONMENT'S
88
- * CLOCK IS SYNCED.
89
- */
90
- if ( ! defined( 'WP_FS__SKIP_EMAIL_ACTIVATION' ) ) {
91
- define( 'WP_FS__SKIP_EMAIL_ACTIVATION', false );
92
- }
93
-
94
-
95
- #--------------------------------------------------------------------------------
96
- #region Directories
97
- #--------------------------------------------------------------------------------
98
-
99
- if ( ! defined( 'WP_FS__DIR' ) ) {
100
- define( 'WP_FS__DIR', dirname( __FILE__ ) );
101
- }
102
- if ( ! defined( 'WP_FS__DIR_INCLUDES' ) ) {
103
- define( 'WP_FS__DIR_INCLUDES', WP_FS__DIR . '/includes' );
104
- }
105
- if ( ! defined( 'WP_FS__DIR_TEMPLATES' ) ) {
106
- define( 'WP_FS__DIR_TEMPLATES', WP_FS__DIR . '/templates' );
107
- }
108
- if ( ! defined( 'WP_FS__DIR_ASSETS' ) ) {
109
- define( 'WP_FS__DIR_ASSETS', WP_FS__DIR . '/assets' );
110
- }
111
- if ( ! defined( 'WP_FS__DIR_CSS' ) ) {
112
- define( 'WP_FS__DIR_CSS', WP_FS__DIR_ASSETS . '/css' );
113
- }
114
- if ( ! defined( 'WP_FS__DIR_JS' ) ) {
115
- define( 'WP_FS__DIR_JS', WP_FS__DIR_ASSETS . '/js' );
116
- }
117
- if ( ! defined( 'WP_FS__DIR_IMG' ) ) {
118
- define( 'WP_FS__DIR_IMG', WP_FS__DIR_ASSETS . '/img' );
119
- }
120
- if ( ! defined( 'WP_FS__DIR_SDK' ) ) {
121
- define( 'WP_FS__DIR_SDK', WP_FS__DIR_INCLUDES . '/sdk' );
122
- }
123
-
124
- #endregion
125
-
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
-
132
- if ( ! defined( 'WP_FS__DOMAIN_LOCALHOST' ) ) {
133
- define( 'WP_FS__DOMAIN_LOCALHOST', 'wp.freemius' );
134
- }
135
- if ( ! defined( 'WP_FS__ADDRESS_LOCALHOST' ) ) {
136
- define( 'WP_FS__ADDRESS_LOCALHOST', 'http://' . WP_FS__DOMAIN_LOCALHOST . ':8080' );
137
- }
138
-
139
- if ( ! defined( 'WP_FS__TESTING_DOMAIN' ) ) {
140
- define( 'WP_FS__TESTING_DOMAIN', 'fswp' );
141
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
 
143
  #--------------------------------------------------------------------------------
144
- #region HTTP
145
- #--------------------------------------------------------------------------------
146
-
147
- if ( ! defined( 'WP_FS__IS_HTTP_REQUEST' ) ) {
148
- define( 'WP_FS__IS_HTTP_REQUEST', isset( $_SERVER['HTTP_HOST'] ) );
149
- }
150
-
151
- if ( ! defined( 'WP_FS__IS_HTTPS' ) ) {
152
- define( 'WP_FS__IS_HTTPS', ( WP_FS__IS_HTTP_REQUEST &&
153
- // Checks if CloudFlare's HTTPS (Flexible SSL support).
154
- isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) &&
155
- 'https' === strtolower( $_SERVER['HTTP_X_FORWARDED_PROTO'] )
156
- ) ||
157
- // Check if HTTPS request.
158
- ( isset( $_SERVER['HTTPS'] ) && 'on' == $_SERVER['HTTPS'] ) ||
159
- ( isset( $_SERVER['SERVER_PORT'] ) && 443 == $_SERVER['SERVER_PORT'] )
160
- );
161
- }
162
-
163
- if ( ! defined( 'WP_FS__IS_POST_REQUEST' ) ) {
164
- define( 'WP_FS__IS_POST_REQUEST', ( WP_FS__IS_HTTP_REQUEST &&
165
- strtoupper( $_SERVER['REQUEST_METHOD'] ) == 'POST' ) );
166
- }
167
-
168
- if ( ! defined( 'WP_FS__REMOTE_ADDR' ) ) {
169
- define( 'WP_FS__REMOTE_ADDR', fs_get_ip() );
170
- }
171
-
172
- if ( ! defined( 'WP_FS__IS_LOCALHOST' ) ) {
173
- if ( defined( 'WP_FS__LOCALHOST_IP' ) ) {
174
- define( 'WP_FS__IS_LOCALHOST', ( WP_FS__LOCALHOST_IP === WP_FS__REMOTE_ADDR ) );
175
- } else {
176
- define( 'WP_FS__IS_LOCALHOST', WP_FS__IS_HTTP_REQUEST &&
177
- is_string( WP_FS__REMOTE_ADDR ) &&
178
- ( substr( WP_FS__REMOTE_ADDR, 0, 4 ) === '127.' ||
179
- WP_FS__REMOTE_ADDR === '::1' )
180
- );
181
- }
182
- }
183
-
184
- if ( ! defined( 'WP_FS__IS_LOCALHOST_FOR_SERVER' ) ) {
185
- define( 'WP_FS__IS_LOCALHOST_FOR_SERVER', ( ! WP_FS__IS_HTTP_REQUEST ||
186
- false !== strpos( $_SERVER['HTTP_HOST'], 'localhost' ) ) );
187
- }
188
-
189
- #endregion
190
-
191
- if ( ! defined( 'WP_FS__IS_PRODUCTION_MODE' ) ) {
192
- // By default, run with Freemius production servers.
193
- define( 'WP_FS__IS_PRODUCTION_MODE', true );
194
- }
195
-
196
- if ( ! defined( 'WP_FS__ADDRESS' ) ) {
197
- define( 'WP_FS__ADDRESS', ( WP_FS__IS_PRODUCTION_MODE ? WP_FS__ADDRESS_PRODUCTION : WP_FS__ADDRESS_LOCALHOST ) );
198
- }
199
-
200
-
201
- #--------------------------------------------------------------------------------
202
- #region API
203
- #--------------------------------------------------------------------------------
204
-
205
- if ( ! defined( 'WP_FS__API_ADDRESS_LOCALHOST' ) ) {
206
- define( 'WP_FS__API_ADDRESS_LOCALHOST', 'http://api.freemius:8080' );
207
- }
208
- if ( ! defined( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST' ) ) {
209
- define( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST', 'http://sandbox-api.freemius:8080' );
210
- }
211
-
212
- // Set API address for local testing.
213
- if ( ! WP_FS__IS_PRODUCTION_MODE ) {
214
- if ( ! defined( 'FS_API__ADDRESS' ) ) {
215
- define( 'FS_API__ADDRESS', WP_FS__API_ADDRESS_LOCALHOST );
216
- }
217
- if ( ! defined( 'FS_API__SANDBOX_ADDRESS' ) ) {
218
- define( 'FS_API__SANDBOX_ADDRESS', WP_FS__API_SANDBOX_ADDRESS_LOCALHOST );
219
- }
220
- }
221
-
222
- #endregion
223
-
224
- #--------------------------------------------------------------------------------
225
- #region Checkout
226
- #--------------------------------------------------------------------------------
227
-
228
- if ( ! defined( 'FS_CHECKOUT__ADDRESS_PRODUCTION' ) ) {
229
- define( 'FS_CHECKOUT__ADDRESS_PRODUCTION', 'https://checkout.freemius.com' );
230
- }
231
-
232
- if ( ! defined( 'FS_CHECKOUT__ADDRESS_LOCALHOST' ) ) {
233
- define( 'FS_CHECKOUT__ADDRESS_LOCALHOST', 'http://checkout.freemius:8080' );
234
- }
235
-
236
- if ( ! defined( 'FS_CHECKOUT__ADDRESS' ) ) {
237
- define( 'FS_CHECKOUT__ADDRESS', ( WP_FS__IS_PRODUCTION_MODE ? FS_CHECKOUT__ADDRESS_PRODUCTION : FS_CHECKOUT__ADDRESS_LOCALHOST ) );
238
- }
239
-
240
- #endregion
241
-
242
- define( 'WP_FS___OPTION_PREFIX', 'fs' . ( WP_FS__IS_PRODUCTION_MODE ? '' : '_dbg' ) . '_' );
243
-
244
- if ( ! defined( 'WP_FS__ACCOUNTS_OPTION_NAME' ) ) {
245
- define( 'WP_FS__ACCOUNTS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'accounts' );
246
- }
247
- if ( ! defined( 'WP_FS__API_CACHE_OPTION_NAME' ) ) {
248
- define( 'WP_FS__API_CACHE_OPTION_NAME', WP_FS___OPTION_PREFIX . 'api_cache' );
249
- }
250
- define( 'WP_FS__OPTIONS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'options' );
251
-
252
- /**
253
- * Billing Frequencies
254
- */
255
- define( 'WP_FS__PERIOD_ANNUALLY', 'annual' );
256
- define( 'WP_FS__PERIOD_MONTHLY', 'monthly' );
257
- define( 'WP_FS__PERIOD_LIFETIME', 'lifetime' );
258
-
259
- /**
260
- * Plans
261
- */
262
- define( 'WP_FS__PLAN_DEFAULT_PAID', false );
263
- define( 'WP_FS__PLAN_FREE', 'free' );
264
- define( 'WP_FS__PLAN_TRIAL', 'trial' );
265
-
266
- /**
267
- * Times in seconds
268
- */
269
- if ( ! defined( 'WP_FS__TIME_5_MIN_IN_SEC' ) ) {
270
- define( 'WP_FS__TIME_5_MIN_IN_SEC', 300 );
271
- }
272
- if ( ! defined( 'WP_FS__TIME_10_MIN_IN_SEC' ) ) {
273
- define( 'WP_FS__TIME_10_MIN_IN_SEC', 600 );
274
- }
275
  // define( 'WP_FS__TIME_15_MIN_IN_SEC', 900 );
276
- if ( ! defined( 'WP_FS__TIME_24_HOURS_IN_SEC' ) ) {
277
- define( 'WP_FS__TIME_24_HOURS_IN_SEC', 86400 );
278
- }
279
-
280
- #--------------------------------------------------------------------------------
281
- #region Debugging
282
- #--------------------------------------------------------------------------------
283
-
284
- if ( ! defined( 'WP_FS__DEBUG_SDK' ) ) {
285
- $debug_mode = get_option( 'fs_debug_mode', null );
286
-
287
- if ( $debug_mode === null ) {
288
- $debug_mode = false;
289
- add_option( 'fs_debug_mode', $debug_mode );
290
- }
291
-
292
- define( 'WP_FS__DEBUG_SDK', is_numeric( $debug_mode ) ? ( 0 < $debug_mode ) : WP_FS__DEV_MODE );
293
- }
294
-
295
- if ( ! defined( 'WP_FS__ECHO_DEBUG_SDK' ) ) {
296
- define( 'WP_FS__ECHO_DEBUG_SDK', WP_FS__DEV_MODE && ! empty( $_GET['fs_dbg_echo'] ) );
297
- }
298
- if ( ! defined( 'WP_FS__LOG_DATETIME_FORMAT' ) ) {
299
- define( 'WP_FS__LOG_DATETIME_FORMAT', 'Y-m-d H:i:s' );
300
- }
301
- if ( ! defined( 'FS_API__LOGGER_ON' ) ) {
302
- define( 'FS_API__LOGGER_ON', WP_FS__DEBUG_SDK );
303
- }
304
-
305
- if ( WP_FS__ECHO_DEBUG_SDK ) {
306
- error_reporting( E_ALL );
307
- }
308
-
309
- #endregion
310
-
311
- if ( ! defined( 'WP_FS__SCRIPT_START_TIME' ) ) {
312
- define( 'WP_FS__SCRIPT_START_TIME', time() );
313
- }
314
- if ( ! defined( 'WP_FS__DEFAULT_PRIORITY' ) ) {
315
- define( 'WP_FS__DEFAULT_PRIORITY', 10 );
316
- }
317
- if ( ! defined( 'WP_FS__LOWEST_PRIORITY' ) ) {
318
- define( 'WP_FS__LOWEST_PRIORITY', 999999999 );
319
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ if ( ! defined( 'WP_FS__SLUG' ) ) {
14
+ define( 'WP_FS__SLUG', 'freemius' );
15
+ }
16
+ if ( ! defined( 'WP_FS__DEV_MODE' ) ) {
17
+ define( 'WP_FS__DEV_MODE', false );
18
+ }
19
+
20
+ #--------------------------------------------------------------------------------
21
+ #region API Connectivity Issues Simulation
22
+ #--------------------------------------------------------------------------------
23
+
24
+ if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY' ) ) {
25
+ define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY', false );
26
+ }
27
+ if ( ! defined( 'WP_FS__SIMULATE_NO_CURL' ) ) {
28
+ define( 'WP_FS__SIMULATE_NO_CURL', false );
29
+ }
30
+ if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE' ) ) {
31
+ define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', false );
32
+ }
33
+ if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL' ) ) {
34
+ define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', false );
35
+ }
36
+ if ( WP_FS__SIMULATE_NO_CURL ) {
37
+ define( 'FS_SDK__SIMULATE_NO_CURL', true );
38
+ }
39
+ if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE ) {
40
+ define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', true );
41
+ }
42
+ if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL ) {
43
+ define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', true );
44
+ }
45
+
46
+ #endregion
47
+
48
+ if ( ! defined( 'WP_FS__SIMULATE_FREEMIUS_OFF' ) ) {
49
+ define( 'WP_FS__SIMULATE_FREEMIUS_OFF', false );
50
+ }
51
+
52
+ if ( ! defined( 'WP_FS__PING_API_ON_IP_OR_HOST_CHANGES' ) ) {
53
+ /**
54
+ * @since 1.1.7.3
55
+ * @author Vova Feldman (@svovaf)
56
+ *
57
+ * I'm not sure if shared servers periodically change IP, or the subdomain of the
58
+ * admin dashboard. Also, I've seen sites that have strange loop of switching
59
+ * between domains on a daily basis. Therefore, to eliminate the risk of
60
+ * multiple unwanted connectivity test pings, temporary ignore domain or
61
+ * server IP changes.
62
+ */
63
+ define( 'WP_FS__PING_API_ON_IP_OR_HOST_CHANGES', false );
64
+ }
65
+
66
+ /**
67
+ * If your dev environment supports custom public network IP setup
68
+ * like VVV, please update WP_FS__LOCALHOST_IP with your public IP
69
+ * and uncomment it during dev.
70
+ */
71
+ if ( ! defined( 'WP_FS__LOCALHOST_IP' ) ) {
72
+ // VVV default public network IP.
73
+ define( 'WP_FS__VVV_DEFAULT_PUBLIC_IP', '192.168.50.4' );
74
 
75
  // define( 'WP_FS__LOCALHOST_IP', WP_FS__VVV_DEFAULT_PUBLIC_IP );
76
+ }
77
+
78
+ /**
79
+ * If true and running with secret key, the opt-in process
80
+ * will skip the email activation process which is invoked
81
+ * when the email of the context user already exist in Freemius
82
+ * database (as a security precaution, to prevent sharing user
83
+ * secret with unauthorized entity).
84
+ *
85
+ * IMPORTANT:
86
+ * AS A SECURITY PRECAUTION, WE VALIDATE THE TIMESTAMP OF THE OPT-IN REQUEST.
87
+ * THEREFORE, MAKE SURE THAT WHEN USING THIS PARAMETER,YOUR TESTING ENVIRONMENT'S
88
+ * CLOCK IS SYNCED.
89
+ */
90
+ if ( ! defined( 'WP_FS__SKIP_EMAIL_ACTIVATION' ) ) {
91
+ define( 'WP_FS__SKIP_EMAIL_ACTIVATION', false );
92
+ }
93
+
94
+
95
+ #--------------------------------------------------------------------------------
96
+ #region Directories
97
+ #--------------------------------------------------------------------------------
98
+
99
+ if ( ! defined( 'WP_FS__DIR' ) ) {
100
+ define( 'WP_FS__DIR', dirname( __FILE__ ) );
101
+ }
102
+ if ( ! defined( 'WP_FS__DIR_INCLUDES' ) ) {
103
+ define( 'WP_FS__DIR_INCLUDES', WP_FS__DIR . '/includes' );
104
+ }
105
+ if ( ! defined( 'WP_FS__DIR_TEMPLATES' ) ) {
106
+ define( 'WP_FS__DIR_TEMPLATES', WP_FS__DIR . '/templates' );
107
+ }
108
+ if ( ! defined( 'WP_FS__DIR_ASSETS' ) ) {
109
+ define( 'WP_FS__DIR_ASSETS', WP_FS__DIR . '/assets' );
110
+ }
111
+ if ( ! defined( 'WP_FS__DIR_CSS' ) ) {
112
+ define( 'WP_FS__DIR_CSS', WP_FS__DIR_ASSETS . '/css' );
113
+ }
114
+ if ( ! defined( 'WP_FS__DIR_JS' ) ) {
115
+ define( 'WP_FS__DIR_JS', WP_FS__DIR_ASSETS . '/js' );
116
+ }
117
+ if ( ! defined( 'WP_FS__DIR_IMG' ) ) {
118
+ define( 'WP_FS__DIR_IMG', WP_FS__DIR_ASSETS . '/img' );
119
+ }
120
+ if ( ! defined( 'WP_FS__DIR_SDK' ) ) {
121
+ define( 'WP_FS__DIR_SDK', WP_FS__DIR_INCLUDES . '/sdk' );
122
+ }
123
+
124
+ #endregion
125
+
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
+
133
+ if ( ! defined( 'WP_FS__DOMAIN_LOCALHOST' ) ) {
134
+ define( 'WP_FS__DOMAIN_LOCALHOST', 'wp.freemius' );
135
+ }
136
+ if ( ! defined( 'WP_FS__ADDRESS_LOCALHOST' ) ) {
137
+ define( 'WP_FS__ADDRESS_LOCALHOST', 'http://' . WP_FS__DOMAIN_LOCALHOST . ':8080' );
138
+ }
139
+
140
+ if ( ! defined( 'WP_FS__TESTING_DOMAIN' ) ) {
141
+ define( 'WP_FS__TESTING_DOMAIN', 'fswp' );
142
+ }
143
+
144
+ #--------------------------------------------------------------------------------
145
+ #region HTTP
146
+ #--------------------------------------------------------------------------------
147
+
148
+ if ( ! defined( 'WP_FS__IS_HTTP_REQUEST' ) ) {
149
+ define( 'WP_FS__IS_HTTP_REQUEST', isset( $_SERVER['HTTP_HOST'] ) );
150
+ }
151
+
152
+ if ( ! defined( 'WP_FS__IS_HTTPS' ) ) {
153
+ define( 'WP_FS__IS_HTTPS', ( WP_FS__IS_HTTP_REQUEST &&
154
+ // Checks if CloudFlare's HTTPS (Flexible SSL support).
155
+ isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) &&
156
+ 'https' === strtolower( $_SERVER['HTTP_X_FORWARDED_PROTO'] )
157
+ ) ||
158
+ // Check if HTTPS request.
159
+ ( isset( $_SERVER['HTTPS'] ) && 'on' == $_SERVER['HTTPS'] ) ||
160
+ ( isset( $_SERVER['SERVER_PORT'] ) && 443 == $_SERVER['SERVER_PORT'] )
161
+ );
162
+ }
163
+
164
+ if ( ! defined( 'WP_FS__IS_POST_REQUEST' ) ) {
165
+ define( 'WP_FS__IS_POST_REQUEST', ( WP_FS__IS_HTTP_REQUEST &&
166
+ strtoupper( $_SERVER['REQUEST_METHOD'] ) == 'POST' ) );
167
+ }
168
+
169
+ if ( ! defined( 'WP_FS__REMOTE_ADDR' ) ) {
170
+ define( 'WP_FS__REMOTE_ADDR', fs_get_ip() );
171
+ }
172
+
173
+ if ( ! defined( 'WP_FS__IS_LOCALHOST' ) ) {
174
+ if ( defined( 'WP_FS__LOCALHOST_IP' ) ) {
175
+ define( 'WP_FS__IS_LOCALHOST', ( WP_FS__LOCALHOST_IP === WP_FS__REMOTE_ADDR ) );
176
+ } else {
177
+ define( 'WP_FS__IS_LOCALHOST', WP_FS__IS_HTTP_REQUEST &&
178
+ is_string( WP_FS__REMOTE_ADDR ) &&
179
+ ( substr( WP_FS__REMOTE_ADDR, 0, 4 ) === '127.' ||
180
+ WP_FS__REMOTE_ADDR === '::1' )
181
+ );
182
+ }
183
+ }
184
+
185
+ if ( ! defined( 'WP_FS__IS_LOCALHOST_FOR_SERVER' ) ) {
186
+ define( 'WP_FS__IS_LOCALHOST_FOR_SERVER', ( ! WP_FS__IS_HTTP_REQUEST ||
187
+ false !== strpos( $_SERVER['HTTP_HOST'], 'localhost' ) ) );
188
+ }
189
+
190
+ #endregion
191
+
192
+ if ( ! defined( 'WP_FS__IS_PRODUCTION_MODE' ) ) {
193
+ // By default, run with Freemius production servers.
194
+ define( 'WP_FS__IS_PRODUCTION_MODE', true );
195
+ }
196
+
197
+ if ( ! defined( 'WP_FS__ADDRESS' ) ) {
198
+ define( 'WP_FS__ADDRESS', ( WP_FS__IS_PRODUCTION_MODE ? WP_FS__ADDRESS_PRODUCTION : WP_FS__ADDRESS_LOCALHOST ) );
199
+ }
200
+
201
 
202
  #--------------------------------------------------------------------------------
203
+ #region API
204
+ #--------------------------------------------------------------------------------
205
+
206
+ if ( ! defined( 'WP_FS__API_ADDRESS_LOCALHOST' ) ) {
207
+ define( 'WP_FS__API_ADDRESS_LOCALHOST', 'http://api.freemius:8080' );
208
+ }
209
+ if ( ! defined( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST' ) ) {
210
+ define( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST', 'http://sandbox-api.freemius:8080' );
211
+ }
212
+
213
+ // Set API address for local testing.
214
+ if ( ! WP_FS__IS_PRODUCTION_MODE ) {
215
+ if ( ! defined( 'FS_API__ADDRESS' ) ) {
216
+ define( 'FS_API__ADDRESS', WP_FS__API_ADDRESS_LOCALHOST );
217
+ }
218
+ if ( ! defined( 'FS_API__SANDBOX_ADDRESS' ) ) {
219
+ define( 'FS_API__SANDBOX_ADDRESS', WP_FS__API_SANDBOX_ADDRESS_LOCALHOST );
220
+ }
221
+ }
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-local.com: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' ) ) {
246
+ define( 'WP_FS__ACCOUNTS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'accounts' );
247
+ }
248
+ if ( ! defined( 'WP_FS__API_CACHE_OPTION_NAME' ) ) {
249
+ define( 'WP_FS__API_CACHE_OPTION_NAME', WP_FS___OPTION_PREFIX . 'api_cache' );
250
+ }
251
+ if ( ! defined( 'WP_FS__GDPR_OPTION_NAME' ) ) {
252
+ define( 'WP_FS__GDPR_OPTION_NAME', WP_FS___OPTION_PREFIX . 'gdpr' );
253
+ }
254
+ define( 'WP_FS__OPTIONS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'options' );
255
+
256
+ /**
257
+ * Module types
258
+ *
259
+ * @since 1.2.2
260
+ */
261
+ define( 'WP_FS__MODULE_TYPE_PLUGIN', 'plugin' );
262
+ define( 'WP_FS__MODULE_TYPE_THEME', 'theme' );
263
+
264
+ /**
265
+ * Billing Frequencies
266
+ */
267
+ define( 'WP_FS__PERIOD_ANNUALLY', 'annual' );
268
+ define( 'WP_FS__PERIOD_MONTHLY', 'monthly' );
269
+ define( 'WP_FS__PERIOD_LIFETIME', 'lifetime' );
270
+
271
+ /**
272
+ * Plans
273
+ */
274
+ define( 'WP_FS__PLAN_DEFAULT_PAID', false );
275
+ define( 'WP_FS__PLAN_FREE', 'free' );
276
+ define( 'WP_FS__PLAN_TRIAL', 'trial' );
277
+
278
+ /**
279
+ * Times in seconds
280
+ */
281
+ if ( ! defined( 'WP_FS__TIME_5_MIN_IN_SEC' ) ) {
282
+ define( 'WP_FS__TIME_5_MIN_IN_SEC', 300 );
283
+ }
284
+ if ( ! defined( 'WP_FS__TIME_10_MIN_IN_SEC' ) ) {
285
+ define( 'WP_FS__TIME_10_MIN_IN_SEC', 600 );
286
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
  // define( 'WP_FS__TIME_15_MIN_IN_SEC', 900 );
288
+ if ( ! defined( 'WP_FS__TIME_12_HOURS_IN_SEC' ) ) {
289
+ define( 'WP_FS__TIME_12_HOURS_IN_SEC', 43200 );
290
+ }
291
+ if ( ! defined( 'WP_FS__TIME_24_HOURS_IN_SEC' ) ) {
292
+ define( 'WP_FS__TIME_24_HOURS_IN_SEC', WP_FS__TIME_12_HOURS_IN_SEC * 2 );
293
+ }
294
+ if ( ! defined( 'WP_FS__TIME_WEEK_IN_SEC' ) ) {
295
+ define( 'WP_FS__TIME_WEEK_IN_SEC', 7 * WP_FS__TIME_24_HOURS_IN_SEC );
296
+ }
297
+
298
+ #--------------------------------------------------------------------------------
299
+ #region Debugging
300
+ #--------------------------------------------------------------------------------
301
+
302
+ if ( ! defined( 'WP_FS__DEBUG_SDK' ) ) {
303
+ $debug_mode = get_option( 'fs_debug_mode', null );
304
+
305
+ if ( $debug_mode === null ) {
306
+ $debug_mode = false;
307
+ add_option( 'fs_debug_mode', $debug_mode );
308
+ }
309
+
310
+ define( 'WP_FS__DEBUG_SDK', is_numeric( $debug_mode ) ? ( 0 < $debug_mode ) : WP_FS__DEV_MODE );
311
+ }
312
+
313
+ if ( ! defined( 'WP_FS__ECHO_DEBUG_SDK' ) ) {
314
+ define( 'WP_FS__ECHO_DEBUG_SDK', WP_FS__DEV_MODE && ! empty( $_GET['fs_dbg_echo'] ) );
315
+ }
316
+ if ( ! defined( 'WP_FS__LOG_DATETIME_FORMAT' ) ) {
317
+ define( 'WP_FS__LOG_DATETIME_FORMAT', 'Y-m-d H:i:s' );
318
+ }
319
+ if ( ! defined( 'FS_API__LOGGER_ON' ) ) {
320
+ define( 'FS_API__LOGGER_ON', WP_FS__DEBUG_SDK );
321
+ }
322
+
323
+ if ( WP_FS__ECHO_DEBUG_SDK ) {
324
+ error_reporting( E_ALL );
325
+ }
326
+
327
+ #endregion
328
+
329
+ if ( ! defined( 'WP_FS__SCRIPT_START_TIME' ) ) {
330
+ define( 'WP_FS__SCRIPT_START_TIME', time() );
331
+ }
332
+ if ( ! defined( 'WP_FS__DEFAULT_PRIORITY' ) ) {
333
+ define( 'WP_FS__DEFAULT_PRIORITY', 10 );
334
+ }
335
+ if ( ! defined( 'WP_FS__LOWEST_PRIORITY' ) ) {
336
+ define( 'WP_FS__LOWEST_PRIORITY', 999999999 );
337
+ }
338
+
339
+ #--------------------------------------------------------------------------------
340
+ #region Multisite Network
341
+ #--------------------------------------------------------------------------------
342
+
343
+ /**
344
+ * Do not use this define directly, it will have the wrong value
345
+ * during plugin uninstall/deletion when the inclusion of the plugin
346
+ * is triggered due to registration with register_uninstall_hook().
347
+ *
348
+ * Instead, use fs_is_network_admin().
349
+ *
350
+ * @author Vova Feldman (@svovaf)
351
+ */
352
+ if ( ! defined( 'WP_FS__IS_NETWORK_ADMIN' ) ) {
353
+ define( 'WP_FS__IS_NETWORK_ADMIN',
354
+ is_network_admin() ||
355
+ ( is_multisite() &&
356
+ ( ( defined( 'DOING_AJAX' ) && DOING_AJAX &&
357
+ ( isset( $_REQUEST['_fs_network_admin'] ) /*||
358
+ ( ! empty( $_REQUEST['action'] ) && 'delete-plugin' === $_REQUEST['action'] )*/ )
359
+ ) ||
360
+ // Plugin uninstall.
361
+ defined( 'WP_UNINSTALL_PLUGIN' ) )
362
+ )
363
+ );
364
+ }
365
+
366
+ /**
367
+ * Do not use this define directly, it will have the wrong value
368
+ * during plugin uninstall/deletion when the inclusion of the plugin
369
+ * is triggered due to registration with register_uninstall_hook().
370
+ *
371
+ * Instead, use fs_is_blog_admin().
372
+ *
373
+ * @author Vova Feldman (@svovaf)
374
+ */
375
+ if ( ! defined( 'WP_FS__IS_BLOG_ADMIN' ) ) {
376
+ define( 'WP_FS__IS_BLOG_ADMIN', is_blog_admin() || ( defined( 'DOING_AJAX' ) && DOING_AJAX && isset( $_REQUEST['_fs_blog_admin'] ) ) );
377
+ }
378
+
379
+ if ( ! defined( 'WP_FS__SHOW_NETWORK_EVEN_WHEN_DELEGATED' ) ) {
380
+ // Set to true to show network level settings even if delegated to site admins.
381
+ define( 'WP_FS__SHOW_NETWORK_EVEN_WHEN_DELEGATED', false );
382
+ }
383
+
384
+ #endregion
385
+
386
+ if ( ! defined( 'WP_FS__DEMO_MODE' ) ) {
387
+ define( 'WP_FS__DEMO_MODE', false );
388
+ }
freemius/gulpfile.js CHANGED
@@ -1,44 +1,88 @@
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
  gettextFunctions: [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  {name: '_fs_text'},
 
20
  {name: '_fs_echo'},
21
  {name: '_fs_esc_attr'},
22
  {name: '_fs_esc_attr_echo'},
23
  {name: '_fs_esc_html'},
24
  {name: '_fs_esc_html_echo'},
25
- {name: '_fs_x', context: 2},
26
  {name: '_fs_ex', context: 2},
27
  {name: '_fs_esc_attr_x', context: 2},
28
  {name: '_fs_esc_html_x', context: 2},
 
29
  {name: '_fs_n', plural: 2},
30
  {name: '_fs_n_noop', plural: 2},
31
  {name: '_fs_nx', plural: 2, context: 4},
32
- {name: '_fs_nx_noop', plural: 2, context: 3}
33
  ]
34
- } ))
35
- .pipe(gulp.dest('languages/freemius.pot'));
36
 
37
  // Create English PO out of the POT.
38
- gulp.src('languages/freemius.pot')
39
  .pipe(pofill({
40
- items: function(item) {
41
- // If msgstr is empty, use identity translation
42
  if (!item.msgstr.length) {
43
  item.msgstr = [''];
44
  }
@@ -49,10 +93,75 @@ gulp.task('default', function () {
49
  }
50
  }))
51
  .pipe(rename('freemius-en.po'))
52
- .pipe(gulp.dest('languages/'));
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  // Compile POs to MOs.
55
- gulp.src('languages/*.po')
56
  .pipe(gettext())
57
- .pipe(gulp.dest('languages/'))
 
 
 
 
 
 
 
 
 
 
58
  });
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('**/*.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
+ /*gettextMethods: {
35
+ instances: ['this', '_fs'],
36
+ methods: [
37
+ 'get_text_inline'
38
+ ]
39
+ },*/
40
  gettextFunctions: [
41
+ {name: 'get_text_inline'},
42
+
43
+ {name: 'fs_text_inline'},
44
+ {name: 'fs_echo_inline'},
45
+ {name: 'fs_esc_js_inline'},
46
+ {name: 'fs_esc_attr_inline'},
47
+ {name: 'fs_esc_attr_echo_inline'},
48
+ {name: 'fs_esc_html_inline'},
49
+ {name: 'fs_esc_html_echo_inline'},
50
+
51
+ {name: 'get_text_x_inline', context: 2},
52
+ {name: 'fs_text_x_inline', context: 2},
53
+ {name: 'fs_echo_x_inline', context: 2},
54
+ {name: 'fs_esc_attr_x_inline', context: 2},
55
+ {name: 'fs_esc_js_x_inline', context: 2},
56
+ {name: 'fs_esc_js_echo_x_inline', context: 2},
57
+ {name: 'fs_esc_html_x_inline', context: 2},
58
+ {name: 'fs_esc_html_echo_x_inline', context: 2}
59
+ /*,
60
+
61
+
62
  {name: '_fs_text'},
63
+ {name: '_fs_x', context: 2},
64
  {name: '_fs_echo'},
65
  {name: '_fs_esc_attr'},
66
  {name: '_fs_esc_attr_echo'},
67
  {name: '_fs_esc_html'},
68
  {name: '_fs_esc_html_echo'},
 
69
  {name: '_fs_ex', context: 2},
70
  {name: '_fs_esc_attr_x', context: 2},
71
  {name: '_fs_esc_html_x', context: 2},
72
+
73
  {name: '_fs_n', plural: 2},
74
  {name: '_fs_n_noop', plural: 2},
75
  {name: '_fs_nx', plural: 2, context: 4},
76
+ {name: '_fs_nx_noop', plural: 2, context: 3}*/
77
  ]
78
+ }))
79
+ .pipe(gulp.dest(languagesFolder + 'freemius.pot'));
80
 
81
  // Create English PO out of the POT.
82
+ return gulp.src(languagesFolder + 'freemius.pot')
83
  .pipe(pofill({
84
+ items: function (item) {
85
+ // If msgstr is empty, use identity translation
86
  if (!item.msgstr.length) {
87
  item.msgstr = [''];
88
  }
93
  }
94
  }))
95
  .pipe(rename('freemius-en.po'))
96
+ .pipe(gulp.dest(languagesFolder));
97
+ });
98
+
99
+ // Push updated po resource to transifex.
100
+ gulp.task('update-transifex', ['prepare-source'], function () {
101
+ return gulp.src(languagesFolder + 'freemius-en.po')
102
+ .pipe(transifex.pushResource());
103
+ });
104
+
105
+ // Download latest *.po translations.
106
+ gulp.task('download-translations', ['update-transifex'], function () {
107
+ return gulp.src(languagesFolder + 'freemius-en.po')
108
+ .pipe(transifex.pullResource());
109
+ });
110
 
111
+ // Move translations to languages root.
112
+ gulp.task('prepare-translations', ['download-translations'], function () {
113
+ var folders = getFolders(languagesFolder);
114
+
115
+ return folders.map(function (folder) {
116
+ return gulp.src(path.join(languagesFolder, folder, 'freemius-en.po'))
117
+ .pipe(rename('freemius-' + folder + '.po'))
118
+ .pipe(gulp.dest(languagesFolder));
119
+ });
120
+ });
121
+
122
+ // Feel up empty translations with English.
123
+ gulp.task('translations-feelup', ['prepare-translations'], function () {
124
+ return gulp.src(languagesFolder + '*.po')
125
+ .pipe(pofill({
126
+ items: function (item) {
127
+ // If msgstr is empty, use identity translation
128
+ if (0 == item.msgstr.length) {
129
+ item.msgstr = [''];
130
+ }
131
+ if (0 == item.msgstr[0].length) {
132
+ // item.msgid[0] = item.msgid;
133
+ item.msgstr[0] = item.msgid;
134
+ }
135
+ return item;
136
+ }
137
+ }))
138
+ .pipe(gulp.dest(languagesFolder));
139
+ });
140
+
141
+ // Cleanup temporary translation folders.
142
+ gulp.task('cleanup', ['prepare-translations'], function () {
143
+ var folders = getFolders(languagesFolder);
144
+
145
+ return folders.map(function (folder) {
146
+ return gulp.src(path.join(languagesFolder, folder), {read: false})
147
+ .pipe(clean());
148
+ });
149
+ });
150
+
151
+ // Compile *.po to *.mo binaries for usage.
152
+ gulp.task('compile-translations', ['translations-feelup'], function () {
153
  // Compile POs to MOs.
154
+ return gulp.src(languagesFolder + '*.po')
155
  .pipe(gettext())
156
+ .pipe(gulp.dest(languagesFolder))
157
+ });
158
+
159
+ gulp.task('default', [], function () {
160
+ gulp.run('prepare-source');
161
+ gulp.run('update-transifex');
162
+ gulp.run('download-translations');
163
+ gulp.run('prepare-translations');
164
+ gulp.run('translations-feelup');
165
+ gulp.run('cleanup');
166
+ gulp.run('compile-translations');
167
  });
freemius/includes/class-freemius-abstract.php CHANGED
@@ -2,7 +2,7 @@
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
 
@@ -28,7 +28,13 @@
28
  #----------------------------------------------------------------------------------
29
 
30
  /**
31
- * Check if user registered with Freemius by connecting his account.
 
 
 
 
 
 
32
  *
33
  * @since 1.0.1
34
  * @return bool
@@ -117,6 +123,34 @@
117
 
118
  #endregion
119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  #----------------------------------------------------------------------------------
121
  #region Permissions
122
  #----------------------------------------------------------------------------------
@@ -325,7 +359,7 @@
325
  #----------------------------------------------------------------------------------
326
 
327
  /**
328
- * Check if plugin using the free plan.
329
  *
330
  * @since 1.0.4
331
  *
@@ -442,6 +476,16 @@
442
  $this->has_free_plan();
443
  }
444
 
 
 
 
 
 
 
 
 
 
 
445
  #endregion
446
 
447
  /**
@@ -550,4 +594,4 @@
550
  abstract function is_business();
551
 
552
  #endregion
553
- }
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
 
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
 
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
  #----------------------------------------------------------------------------------
359
  #----------------------------------------------------------------------------------
360
 
361
  /**
362
+ * Check if the user is on the free plan of the product.
363
  *
364
  * @since 1.0.4
365
  *
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
  /**
594
  abstract function is_business();
595
 
596
  #endregion
597
+ }
freemius/includes/class-freemius.php CHANGED
@@ -1,11626 +1,21794 @@
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.2.1.6
113
- * @var bool Hints the SDK if plugin have premium code version at all.
114
- */
115
- private $_has_premium_version;
116
-
117
- /**
118
- * @since 1.2.1.6
119
- * @var bool Hints the SDK if plugin should ignore pending mode by simulating a skip.
120
- */
121
- private $_ignore_pending_mode;
122
-
123
- /**
124
- * @since 1.0.8
125
- * @var bool Hints the SDK if the plugin has any paid plans.
126
- */
127
- private $_has_paid_plans;
128
-
129
- /**
130
- * @since 1.2.1.5
131
- * @var int Hints the SDK if the plugin offers a trial period. If negative, no trial, if zero - has a trial but
132
- * without a specified period, if positive - the number of trial days.
133
- */
134
- private $_trial_days = - 1;
135
-
136
- /**
137
- * @since 1.2.1.5
138
- * @var bool Hints the SDK if the trial requires a payment method or not.
139
- */
140
- private $_is_trial_require_payment = false;
141
-
142
- /**
143
- * @since 1.0.7
144
- * @var bool Hints the SDK if the plugin is WordPress.org compliant.
145
- */
146
- private $_is_org_compliant;
147
-
148
- /**
149
- * @since 1.0.7
150
- * @var bool Hints the SDK if the plugin is has add-ons.
151
- */
152
- private $_has_addons;
153
-
154
- /**
155
- * @since 1.1.6
156
- * @var string[]bool.
157
- */
158
- private $_permissions;
159
-
160
- /**
161
- * @var FS_Key_Value_Storage
162
- */
163
- private $_storage;
164
-
165
- /**
166
- * @since 1.0.0
167
- *
168
- * @var FS_Logger
169
- */
170
- private $_logger;
171
- /**
172
- * @since 1.0.4
173
- *
174
- * @var FS_Plugin
175
- */
176
- private $_plugin = false;
177
- /**
178
- * @since 1.0.4
179
- *
180
- * @var FS_Plugin|false
181
- */
182
- private $_parent_plugin = false;
183
- /**
184
- * @since 1.1.1
185
- *
186
- * @var Freemius
187
- */
188
- private $_parent = false;
189
- /**
190
- * @since 1.0.1
191
- *
192
- * @var FS_User
193
- */
194
- private $_user = false;
195
- /**
196
- * @since 1.0.1
197
- *
198
- * @var FS_Site
199
- */
200
- private $_site = false;
201
- /**
202
- * @since 1.0.1
203
- *
204
- * @var FS_Plugin_License
205
- */
206
- private $_license;
207
- /**
208
- * @since 1.0.2
209
- *
210
- * @var FS_Plugin_Plan[]
211
- */
212
- private $_plans = false;
213
- /**
214
- * @var FS_Plugin_License[]
215
- * @since 1.0.5
216
- */
217
- private $_licenses = false;
218
-
219
- /**
220
- * @since 1.0.1
221
- *
222
- * @var FS_Admin_Menu_Manager
223
- */
224
- private $_menu;
225
-
226
- /**
227
- * @var FS_Admin_Notice_Manager
228
- */
229
- private $_admin_notices;
230
-
231
- /**
232
- * @since 1.1.6
233
- *
234
- * @var FS_Admin_Notice_Manager
235
- */
236
- private static $_global_admin_notices;
237
-
238
- /**
239
- * @var FS_Logger
240
- * @since 1.0.0
241
- */
242
- private static $_static_logger;
243
-
244
- /**
245
- * @var FS_Option_Manager
246
- * @since 1.0.2
247
- */
248
- private static $_accounts;
249
-
250
- /**
251
- * @var Freemius[]
252
- */
253
- private static $_instances = array();
254
-
255
- #region Uninstall Reasons IDs
256
-
257
- const REASON_NO_LONGER_NEEDED = 1;
258
- const REASON_FOUND_A_BETTER_PLUGIN = 2;
259
- const REASON_NEEDED_FOR_A_SHORT_PERIOD = 3;
260
- const REASON_BROKE_MY_SITE = 4;
261
- const REASON_SUDDENLY_STOPPED_WORKING = 5;
262
- const REASON_CANT_PAY_ANYMORE = 6;
263
- const REASON_OTHER = 7;
264
- const REASON_DIDNT_WORK = 8;
265
- const REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION = 9;
266
- const REASON_COULDNT_MAKE_IT_WORK = 10;
267
- const REASON_GREAT_BUT_NEED_SPECIFIC_FEATURE = 11;
268
- const REASON_NOT_WORKING = 12;
269
- const REASON_NOT_WHAT_I_WAS_LOOKING_FOR = 13;
270
- const REASON_DIDNT_WORK_AS_EXPECTED = 14;
271
- const REASON_TEMPORARY_DEACTIVATION = 15;
272
-
273
- #endregion
274
-
275
- /* Ctor
276
- ------------------------------------------------------------------------------------------------------------------*/
277
-
278
- /**
279
- * Main singleton instance.
280
- *
281
- * @author Vova Feldman (@svovaf)
282
- * @since 1.0.0
283
- *
284
- * @param string $slug
285
- * @param bool $is_init Since 1.2.1 Is initiation sequence.
286
- */
287
- private function __construct( $slug, $is_init = false ) {
288
- $this->_slug = $slug;
289
-
290
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
291
-
292
- $this->_storage = FS_Key_Value_Storage::instance( 'plugin_data', $this->_slug );
293
-
294
- $this->_plugin_main_file_path = $this->_find_caller_plugin_file( $is_init );
295
- $this->_plugin_dir_path = plugin_dir_path( $this->_plugin_main_file_path );
296
- $this->_plugin_basename = plugin_basename( $this->_plugin_main_file_path );
297
- $this->_free_plugin_basename = str_replace( '-premium/', '/', $this->_plugin_basename );
298
-
299
- $base_name_split = explode( '/', $this->_plugin_basename );
300
- $this->_plugin_dir_name = $base_name_split[0];
301
-
302
- if ( $this->_logger->is_on() ) {
303
- $this->_logger->info( 'plugin_main_file_path = ' . $this->_plugin_main_file_path );
304
- $this->_logger->info( 'plugin_dir_path = ' . $this->_plugin_dir_path );
305
- $this->_logger->info( 'plugin_basename = ' . $this->_plugin_basename );
306
- $this->_logger->info( 'free_plugin_basename = ' . $this->_free_plugin_basename );
307
- $this->_logger->info( 'plugin_dir_name = ' . $this->_plugin_dir_name );
308
- }
309
-
310
- // Remember link between file to slug.
311
- $this->store_file_slug_map();
312
-
313
- // Store plugin's initial install timestamp.
314
- if ( ! isset( $this->_storage->install_timestamp ) ) {
315
- $this->_storage->install_timestamp = WP_FS__SCRIPT_START_TIME;
316
- }
317
-
318
- $this->_plugin = FS_Plugin_Manager::instance( $this->_slug )->get();
319
-
320
- $this->_admin_notices = FS_Admin_Notice_Manager::instance(
321
- $slug,
322
- is_object( $this->_plugin ) ? $this->_plugin->title : ''
323
- );
324
-
325
- if ( 'true' === fs_request_get( 'fs_clear_api_cache' ) ||
326
- 'true' === fs_request_is_action( 'restart_freemius' )
327
- ) {
328
- FS_Api::clear_cache();
329
- }
330
-
331
- $this->_register_hooks();
332
-
333
- $this->_load_account();
334
-
335
- $this->_version_updates_handler();
336
- }
337
-
338
- /**
339
- * @author Vova Feldman (@svovaf)
340
- * @since 1.0.9
341
- */
342
- private function _version_updates_handler() {
343
- if ( ! isset( $this->_storage->sdk_version ) || $this->_storage->sdk_version != $this->version ) {
344
- // Freemius version upgrade mode.
345
- $this->_storage->sdk_last_version = $this->_storage->sdk_version;
346
- $this->_storage->sdk_version = $this->version;
347
-
348
- if ( empty( $this->_storage->sdk_last_version ) ||
349
- version_compare( $this->_storage->sdk_last_version, $this->version, '<' )
350
- ) {
351
- $this->_storage->sdk_upgrade_mode = true;
352
- $this->_storage->sdk_downgrade_mode = false;
353
- } else {
354
- $this->_storage->sdk_downgrade_mode = true;
355
- $this->_storage->sdk_upgrade_mode = false;
356
-
357
- }
358
-
359
- $this->do_action( 'sdk_version_update', $this->_storage->sdk_last_version, $this->version );
360
- }
361
-
362
- $plugin_version = $this->get_plugin_version();
363
- if ( ! isset( $this->_storage->plugin_version ) || $this->_storage->plugin_version != $plugin_version ) {
364
- // Plugin version upgrade mode.
365
- $this->_storage->plugin_last_version = $this->_storage->plugin_version;
366
- $this->_storage->plugin_version = $plugin_version;
367
-
368
- if ( empty( $this->_storage->plugin_last_version ) ||
369
- version_compare( $this->_storage->plugin_last_version, $plugin_version, '<' )
370
- ) {
371
- $this->_storage->plugin_upgrade_mode = true;
372
- $this->_storage->plugin_downgrade_mode = false;
373
- } else {
374
- $this->_storage->plugin_downgrade_mode = true;
375
- $this->_storage->plugin_upgrade_mode = false;
376
- }
377
-
378
- if ( ! empty( $this->_storage->plugin_last_version ) ) {
379
- // Different version of the plugin was installed before, therefore it's an update.
380
- $this->_storage->is_plugin_new_install = false;
381
- }
382
-
383
- $this->do_action( 'plugin_version_update', $this->_storage->plugin_last_version, $plugin_version );
384
- }
385
- }
386
-
387
- /**
388
- * @author Vova Feldman (@svovaf)
389
- * @since 1.1.5
390
- *
391
- * @param string $sdk_prev_version
392
- * @param string $sdk_version
393
- */
394
- function _data_migration( $sdk_prev_version, $sdk_version ) {
395
- /**
396
- * @since 1.1.7.3 Fixed unwanted connectivity test cleanup.
397
- */
398
- if ( empty( $sdk_prev_version ) ) {
399
- return;
400
- }
401
-
402
- if ( version_compare( $sdk_prev_version, '1.1.5', '<' ) &&
403
- version_compare( $sdk_version, '1.1.5', '>=' )
404
- ) {
405
- // On version 1.1.5 merged connectivity and is_on data.
406
- if ( isset( $this->_storage->connectivity_test ) ) {
407
- if ( ! isset( $this->_storage->is_on ) ) {
408
- unset( $this->_storage->connectivity_test );
409
- } else {
410
- $connectivity_data = $this->_storage->connectivity_test;
411
- $connectivity_data['is_active'] = $this->_storage->is_on['is_active'];
412
- $connectivity_data['timestamp'] = $this->_storage->is_on['timestamp'];
413
-
414
- // Override.
415
- $this->_storage->connectivity_test = $connectivity_data;
416
-
417
- // Remove previous structure.
418
- unset( $this->_storage->is_on );
419
- }
420
-
421
- }
422
- }
423
- }
424
-
425
- /**
426
- * This action is connected to the 'plugins_loaded' hook and helps to determine
427
- * if this is a new plugin installation or a plugin update.
428
- *
429
- * There are 3 different use-cases:
430
- * 1) New plugin installation right with Freemius:
431
- * 1.1 _activate_plugin_event_hook() will be executed first
432
- * 1.2 Since $this->_storage->is_plugin_new_install is not set,
433
- * and $this->_storage->plugin_last_version is not set,
434
- * $this->_storage->is_plugin_new_install will be set to TRUE.
435
- * 1.3 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install will
436
- * be already set to TRUE.
437
- *
438
- * 2) Plugin update, didn't have Freemius before, and now have the SDK:
439
- * 2.1 _activate_plugin_event_hook() will not be executed, because
440
- * the activation hook do NOT fires on updates since WP 3.1.
441
- * 2.2 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install will
442
- * be empty, therefore, it will be set to FALSE.
443
- *
444
- * 3) Plugin update, had Freemius in prev version as well:
445
- * 3.1 _version_updates_handler() will be executed 1st, since FS was installed
446
- * before, $this->_storage->plugin_last_version will NOT be empty,
447
- * therefore, $this->_storage->is_plugin_new_install will be set to FALSE.
448
- * 3.2 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install is
449
- * already set, therefore, it will not be modified.
450
- *
451
- * Use-case #3 is backward compatible, #3.1 will be executed since 1.0.9.
452
- *
453
- * NOTE:
454
- * The only fallback of this mechanism is if an admin updates a plugin based on use-case #2,
455
- * and then, the next immediate PageView is the plugin's main settings page, it will not
456
- * show the opt-in right away. The reason it will happen is because Freemius execution
457
- * will be turned off till the plugin is fully loaded at least once
458
- * (till $this->_storage->was_plugin_loaded is TRUE).
459
- *
460
- * @author Vova Feldman (@svovaf)
461
- * @since 1.1.9
462
- *
463
- */
464
- function _plugins_loaded() {
465
- // Update flag that plugin was loaded with Freemius at least once.
466
- $this->_storage->was_plugin_loaded = true;
467
-
468
- if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
469
- $this->_storage->is_plugin_new_install = false;
470
- }
471
- }
472
-
473
- /**
474
- * @author Vova Feldman (@svovaf)
475
- * @since 1.0.9
476
- */
477
- private function _register_hooks() {
478
- $this->_logger->entrance();
479
-
480
- if ( is_admin() ) {
481
- $plugin_dir = dirname( $this->_plugin_dir_path ) . '/';
482
-
483
- /**
484
- * @since 1.2.2
485
- *
486
- * Hook to both free and premium version activations to support
487
- * auto deactivation on the other version activation.
488
- */
489
- register_activation_hook(
490
- $plugin_dir . $this->_free_plugin_basename,
491
- array( &$this, '_activate_plugin_event_hook' )
492
- );
493
- register_activation_hook(
494
- $plugin_dir . $this->premium_plugin_basename(),
495
- array( &$this, '_activate_plugin_event_hook' )
496
- );
497
-
498
- /**
499
- * Part of the mechanism to identify new plugin install vs. plugin update.
500
- *
501
- * @author Vova Feldman (@svovaf)
502
- * @since 1.1.9
503
- */
504
- if ( empty( $this->_storage->was_plugin_loaded ) ) {
505
- if ( $this->is_activation_mode( false ) ) {
506
- add_action( 'plugins_loaded', array( &$this, '_plugins_loaded' ) );
507
- } else {
508
- // If was activated before, then it was already loaded before.
509
- $this->_plugins_loaded();
510
- }
511
- }
512
-
513
- if ( ! self::is_ajax() ) {
514
- if ( ! $this->is_addon() ) {
515
- add_action( 'init', array( &$this, '_add_default_submenu_items' ), WP_FS__LOWEST_PRIORITY );
516
- add_action( 'admin_menu', array( &$this, '_prepare_admin_menu' ), WP_FS__LOWEST_PRIORITY );
517
- }
518
- }
519
- }
520
-
521
- register_deactivation_hook( $this->_plugin_main_file_path, array( &$this, '_deactivate_plugin_hook' ) );
522
-
523
- add_action( 'init', array( &$this, '_redirect_on_clicked_menu_link' ), WP_FS__LOWEST_PRIORITY );
524
-
525
- add_action( 'admin_init', array( &$this, '_add_tracking_links' ) );
526
- add_action( 'admin_init', array( &$this, '_add_license_activation' ) );
527
- $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
528
- $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
529
-
530
- $this->add_action( 'after_plans_sync', array( &$this, '_check_for_trial_plans' ) );
531
-
532
- $this->add_action( 'sdk_version_update', array( &$this, '_data_migration' ), WP_FS__DEFAULT_PRIORITY, 2 );
533
-
534
- add_action( 'admin_init', array( &$this, '_add_trial_notice' ) );
535
- add_action( 'admin_init', array( &$this, '_enqueue_common_css' ) );
536
-
537
- /**
538
- * Handle request to reset anonymous mode for `get_reconnect_url()`.
539
- *
540
- * @author Vova Feldman (@svovaf)
541
- * @since 1.2.1.5
542
- */
543
- if ( fs_request_is_action( 'reset_anonymous_mode' ) &&
544
- $this->_slug === fs_request_get( 'fs_slug' )
545
- ) {
546
- add_action( 'admin_init', array( &$this, 'connect_again' ) );
547
- }
548
- }
549
-
550
- /**
551
- * Keeping the uninstall hook registered for free or premium plugin version may result to a fatal error that
552
- * could happen when a user tries to uninstall either version while one of them is still active. Uninstalling a
553
- * plugin will trigger inclusion of the free or premium version and if one of them is active during the
554
- * uninstallation, a fatal error may occur in case the plugin's class or functions are already defined.
555
- *
556
- * @author Leo Fajardo (leorw)
557
- *
558
- * @since 1.2.0
559
- */
560
- private function unregister_uninstall_hook() {
561
- $uninstallable_plugins = (array) get_option( 'uninstall_plugins' );
562
- unset( $uninstallable_plugins[ $this->_free_plugin_basename ] );
563
- unset( $uninstallable_plugins[ $this->premium_plugin_basename() ] );
564
-
565
- update_option( 'uninstall_plugins', $uninstallable_plugins );
566
- }
567
-
568
- /**
569
- * @since 1.2.0 Invalidate module's main file cache, otherwise, FS_Plugin_Updater will not fetch updates.
570
- */
571
- private function clear_module_main_file_cache() {
572
- if ( ! isset( $this->_storage->plugin_main_file ) ||
573
- empty( $this->_storage->plugin_main_file->path )
574
- ) {
575
- return;
576
- }
577
-
578
- $plugin_main_file = clone $this->_storage->plugin_main_file;
579
-
580
- // Store cached path (2nd layer cache).
581
- $plugin_main_file->prev_path = $plugin_main_file->path;
582
-
583
- // Clear cached path.
584
- unset( $plugin_main_file->path );
585
-
586
- $this->_storage->plugin_main_file = $plugin_main_file;
587
- }
588
-
589
- /**
590
- * @author Vova Feldman (@svovaf)
591
- * @since 1.0.9
592
- */
593
- private function _register_account_hooks() {
594
- if ( ! is_admin() ) {
595
- return;
596
- }
597
-
598
- /**
599
- * Always show the deactivation feedback form since we added
600
- * automatic free version deactivation upon premium code activation.
601
- *
602
- * @since 1.2.1.6
603
- */
604
- $this->add_ajax_action(
605
- 'submit_uninstall_reason',
606
- array( &$this, '_submit_uninstall_reason_action' )
607
- );
608
-
609
- if ( $this->is_plugins_page() ) {
610
- add_action( 'admin_footer', array( &$this, '_add_deactivation_feedback_dialog_box' ) );
611
- }
612
-
613
- if ( ! $this->is_addon() ) {
614
- if ( $this->is_registered() ) {
615
- $this->add_filter( 'after_code_type_change', array( &$this, '_after_code_type_change' ) );
616
- }
617
- }
618
- }
619
-
620
- /**
621
- * Leverage backtrace to find caller plugin file path.
622
- *
623
- * @author Vova Feldman (@svovaf)
624
- * @since 1.0.6
625
- *
626
- * @param bool $is_init Is initiation sequence.
627
- *
628
- * @return string
629
- *
630
- * @uses fs_find_caller_plugin_file
631
- */
632
- private function _find_caller_plugin_file( $is_init = false ) {
633
- // Try to load the cached value of the file path.
634
- if ( isset( $this->_storage->plugin_main_file ) ) {
635
- $plugin_main_file = $this->_storage->plugin_main_file;
636
- if ( isset( $plugin_main_file->path ) && file_exists( $plugin_main_file->path ) ) {
637
- return $this->_storage->plugin_main_file->path;
638
- }
639
- }
640
-
641
- /**
642
- * @since 1.2.1
643
- *
644
- * `clear_module_main_file_cache()` is clearing the plugin's cached path on
645
- * deactivation. Therefore, if any plugin/theme was initiating `Freemius`
646
- * with that plugin's slug, it was overriding the empty plugin path with a wrong path.
647
- *
648
- * So, we've added a special mechanism with a 2nd layer of cache that uses `prev_path`
649
- * when the class instantiator isn't the module.
650
- */
651
- if ( ! $is_init ) {
652
- // Fetch prev path cache.
653
- if ( isset( $this->_storage->plugin_main_file ) &&
654
- isset( $this->_storage->plugin_main_file->prev_path )
655
- ) {
656
- if ( file_exists( $this->_storage->plugin_main_file->prev_path ) ) {
657
- return $this->_storage->plugin_main_file->prev_path;
658
- }
659
- }
660
-
661
- wp_die(
662
- __fs( 'failed-finding-main-path', $this->_slug ),
663
- __fs( 'error' ),
664
- array( 'back_link' => true )
665
- );
666
- }
667
-
668
- /**
669
- * @since 1.2.1
670
- *
671
- * Only the original instantiator that calls dynamic_init can modify the module's path.
672
- */
673
- // Find caller module.
674
- $plugin_file = fs_find_caller_plugin_file();
675
-
676
- $this->_storage->plugin_main_file = (object) array(
677
- 'path' => fs_normalize_path( $plugin_file ),
678
- );
679
-
680
- return $plugin_file;
681
- }
682
-
683
-
684
- #----------------------------------------------------------------------------------
685
- #region Deactivation Feedback Form
686
- #----------------------------------------------------------------------------------
687
-
688
- /**
689
- * Displays a confirmation and feedback dialog box when the user clicks on the "Deactivate" link on the plugins
690
- * page.
691
- *
692
- * @author Vova Feldman (@svovaf)
693
- * @author Leo Fajardo (@leorw)
694
- * @since 1.1.2
695
- */
696
- function _add_deactivation_feedback_dialog_box() {
697
- /* Check the type of user:
698
- * 1. Long-term (long-term)
699
- * 2. Non-registered and non-anonymous short-term (non-registered-and-non-anonymous-short-term).
700
- * 3. Short-term (short-term)
701
- */
702
- $is_long_term_user = true;
703
-
704
- // Check if the site is at least 2 days old.
705
- $time_installed = $this->_storage->install_timestamp;
706
-
707
- // Difference in seconds.
708
- $date_diff = time() - $time_installed;
709
-
710
- // Convert seconds to days.
711
- $date_diff_days = floor( $date_diff / ( 60 * 60 * 24 ) );
712
-
713
- if ( $date_diff_days < 2 ) {
714
- $is_long_term_user = false;
715
- }
716
-
717
- $is_long_term_user = $this->apply_filters( 'is_long_term_user', $is_long_term_user );
718
-
719
- if ( $is_long_term_user ) {
720
- $user_type = 'long-term';
721
- } else {
722
- if ( ! $this->is_registered() && ! $this->is_anonymous() ) {
723
- $user_type = 'non-registered-and-non-anonymous-short-term';
724
- } else {
725
- $user_type = 'short-term';
726
- }
727
- }
728
-
729
- $uninstall_reasons = $this->_get_uninstall_reasons( $user_type );
730
-
731
- // Load the HTML template for the deactivation feedback dialog box.
732
- $vars = array(
733
- 'reasons' => $uninstall_reasons,
734
- 'slug' => $this->_slug
735
- );
736
-
737
- /**
738
- * @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.
739
- */
740
- fs_require_template( 'forms/deactivation/form.php', $vars );
741
- }
742
-
743
- /**
744
- * @author Leo Fajardo (leorw)
745
- * @since 1.1.2
746
- *
747
- * @param string $user_type
748
- *
749
- * @return array The uninstall reasons for the specified user type.
750
- */
751
- function _get_uninstall_reasons( $user_type = 'long-term' ) {
752
- $internal_message_template_var = array(
753
- 'slug' => $this->_slug
754
- );
755
-
756
- if ( $this->is_registered() && false !== $this->get_plan() && $this->get_plan()->has_technical_support() ) {
757
- $contact_support_template = fs_get_template( 'forms/deactivation/contact.php', $internal_message_template_var );
758
- } else {
759
- $contact_support_template = '';
760
- }
761
-
762
- $reason_found_better_plugin = array(
763
- 'id' => self::REASON_FOUND_A_BETTER_PLUGIN,
764
- 'text' => __fs( 'reason-found-a-better-plugin', $this->_slug ),
765
- 'input_type' => 'textfield',
766
- 'input_placeholder' => __fs( 'placeholder-plugin-name', $this->_slug )
767
- );
768
-
769
- $reason_temporary_deactivation = array(
770
- 'id' => self::REASON_TEMPORARY_DEACTIVATION,
771
- 'text' => __fs( 'reason-temporary-deactivation', $this->_slug ),
772
- 'input_type' => '',
773
- 'input_placeholder' => ''
774
- );
775
-
776
- $reason_other = array(
777
- 'id' => self::REASON_OTHER,
778
- 'text' => __fs( 'reason-other', $this->_slug ),
779
- 'input_type' => 'textfield',
780
- 'input_placeholder' => ''
781
- );
782
-
783
- $long_term_user_reasons = array(
784
- array(
785
- 'id' => self::REASON_NO_LONGER_NEEDED,
786
- 'text' => __fs( 'reason-no-longer-needed', $this->_slug ),
787
- 'input_type' => '',
788
- 'input_placeholder' => ''
789
- ),
790
- $reason_found_better_plugin,
791
- array(
792
- 'id' => self::REASON_NEEDED_FOR_A_SHORT_PERIOD,
793
- 'text' => __fs( 'reason-needed-for-a-short-period', $this->_slug ),
794
- 'input_type' => '',
795
- 'input_placeholder' => ''
796
- ),
797
- array(
798
- 'id' => self::REASON_BROKE_MY_SITE,
799
- 'text' => __fs( 'reason-broke-my-site', $this->_slug ),
800
- 'input_type' => '',
801
- 'input_placeholder' => '',
802
- 'internal_message' => $contact_support_template
803
- ),
804
- array(
805
- 'id' => self::REASON_SUDDENLY_STOPPED_WORKING,
806
- 'text' => __fs( 'reason-suddenly-stopped-working', $this->_slug ),
807
- 'input_type' => '',
808
- 'input_placeholder' => '',
809
- 'internal_message' => $contact_support_template
810
- )
811
- );
812
-
813
- if ( $this->is_paying() ) {
814
- $long_term_user_reasons[] = array(
815
- 'id' => self::REASON_CANT_PAY_ANYMORE,
816
- 'text' => __fs( 'reason-cant-pay-anymore', $this->_slug ),
817
- 'input_type' => 'textfield',
818
- 'input_placeholder' => __fs( 'placeholder-comfortable-price', $this->_slug )
819
- );
820
- }
821
-
822
- $reason_dont_share_info = array(
823
- 'id' => self::REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION,
824
- 'text' => __fs( 'reason-dont-like-to-share-my-information', $this->_slug ),
825
- 'input_type' => '',
826
- 'input_placeholder' => ''
827
- );
828
-
829
- /**
830
- * If the current user has selected the "don't share data" reason in the deactivation feedback modal, inform the
831
- * user by showing additional message that he doesn't have to share data and can just choose to skip the opt-in
832
- * (the Skip button is included in the message to show). This message will only be shown if anonymous mode is
833
- * enabled and the user's account is currently not in pending activation state (similar to the way the Skip
834
- * button in the opt-in form is shown/hidden).
835
- */
836
- if ( $this->is_enable_anonymous() && ! $this->is_pending_activation() ) {
837
- $reason_dont_share_info['internal_message'] = fs_get_template( 'forms/deactivation/retry-skip.php', $internal_message_template_var );
838
- }
839
-
840
- $uninstall_reasons = array(
841
- 'long-term' => $long_term_user_reasons,
842
- 'non-registered-and-non-anonymous-short-term' => array(
843
- array(
844
- 'id' => self::REASON_DIDNT_WORK,
845
- 'text' => __fs( 'reason-didnt-work', $this->_slug ),
846
- 'input_type' => '',
847
- 'input_placeholder' => ''
848
- ),
849
- $reason_dont_share_info,
850
- $reason_found_better_plugin
851
- ),
852
- 'short-term' => array(
853
- array(
854
- 'id' => self::REASON_COULDNT_MAKE_IT_WORK,
855
- 'text' => __fs( 'reason-couldnt-make-it-work', $this->_slug ),
856
- 'input_type' => '',
857
- 'input_placeholder' => '',
858
- 'internal_message' => $contact_support_template
859
- ),
860
- $reason_found_better_plugin,
861
- array(
862
- 'id' => self::REASON_GREAT_BUT_NEED_SPECIFIC_FEATURE,
863
- 'text' => __fs( 'reason-great-but-need-specific-feature', $this->_slug ),
864
- 'input_type' => 'textarea',
865
- 'input_placeholder' => __fs( 'placeholder-feature', $this->_slug )
866
- ),
867
- array(
868
- 'id' => self::REASON_NOT_WORKING,
869
- 'text' => __fs( 'reason-not-working', $this->_slug ),
870
- 'input_type' => 'textarea',
871
- 'input_placeholder' => __fs( 'placeholder-share-what-didnt-work', $this->_slug )
872
- ),
873
- array(
874
- 'id' => self::REASON_NOT_WHAT_I_WAS_LOOKING_FOR,
875
- 'text' => __fs( 'reason-not-what-i-was-looking-for', $this->_slug ),
876
- 'input_type' => 'textarea',
877
- 'input_placeholder' => __fs( 'placeholder-what-youve-been-looking-for', $this->_slug )
878
- ),
879
- array(
880
- 'id' => self::REASON_DIDNT_WORK_AS_EXPECTED,
881
- 'text' => __fs( 'reason-didnt-work-as-expected', $this->_slug ),
882
- 'input_type' => 'textarea',
883
- 'input_placeholder' => __fs( 'placeholder-what-did-you-expect', $this->_slug )
884
- )
885
- )
886
- );
887
-
888
- // Randomize the reasons for the current user type.
889
- shuffle( $uninstall_reasons[ $user_type ] );
890
-
891
- // Keep the following reasons as the last items in the list.
892
- $uninstall_reasons[ $user_type ][] = $reason_temporary_deactivation;
893
- $uninstall_reasons[ $user_type ][] = $reason_other;
894
-
895
- $uninstall_reasons = $this->apply_filters( 'uninstall_reasons', $uninstall_reasons );
896
-
897
- return $uninstall_reasons[ $user_type ];
898
- }
899
-
900
- /**
901
- * Called after the user has submitted his reason for deactivating the plugin.
902
- *
903
- * @author Leo Fajardo (@leorw)
904
- * @since 1.1.2
905
- */
906
- function _submit_uninstall_reason_action() {
907
- $reason_id = fs_request_get( 'reason_id' );
908
-
909
- // Check if the given reason ID is an unsigned integer.
910
- if ( ! ctype_digit( $reason_id ) ) {
911
- exit;
912
- }
913
-
914
- $reason_info = trim( fs_request_get( 'reason_info', '' ) );
915
- if ( ! empty( $reason_info ) ) {
916
- $reason_info = substr( $reason_info, 0, 128 );
917
- }
918
-
919
- $reason = (object) array(
920
- 'id' => $reason_id,
921
- 'info' => $reason_info,
922
- 'is_anonymous' => fs_request_get_bool( 'is_anonymous' )
923
- );
924
-
925
- $this->_storage->store( 'uninstall_reason', $reason );
926
-
927
- // Print '1' for successful operation.
928
- echo 1;
929
- exit;
930
- }
931
-
932
- #endregion
933
-
934
- #----------------------------------------------------------------------------------
935
- #region Instance
936
- #----------------------------------------------------------------------------------
937
-
938
- /**
939
- * Main singleton instance.
940
- *
941
- * @author Vova Feldman (@svovaf)
942
- * @since 1.0.0
943
- *
944
- * @param string $slug
945
- * @param bool $is_init Is initiation sequence.
946
- *
947
- * @return Freemius
948
- */
949
- static function instance( $slug, $is_init = false ) {
950
- $slug = strtolower( $slug );
951
-
952
- if ( ! isset( self::$_instances[ $slug ] ) ) {
953
- if ( 0 === count( self::$_instances ) ) {
954
- self::_load_required_static();
955
- }
956
-
957
- self::$_instances[ $slug ] = new Freemius( $slug, $is_init );
958
- }
959
-
960
- return self::$_instances[ $slug ];
961
- }
962
-
963
- /**
964
- * @author Vova Feldman (@svovaf)
965
- * @since 1.0.6
966
- *
967
- * @param string|number $slug_or_id
968
- *
969
- * @return bool
970
- */
971
- private static function has_instance( $slug_or_id ) {
972
- return ! is_numeric( $slug_or_id ) ?
973
- isset( self::$_instances[ strtolower( $slug_or_id ) ] ) :
974
- ( false !== self::get_instance_by_id( $slug_or_id ) );
975
- }
976
-
977
- /**
978
- * @author Vova Feldman (@svovaf)
979
- * @since 1.0.6
980
- *
981
- * @param $id
982
- *
983
- * @return false|Freemius
984
- */
985
- static function get_instance_by_id( $id ) {
986
- foreach ( self::$_instances as $slug => $instance ) {
987
- if ( $id == $instance->get_id() ) {
988
- return $instance;
989
- }
990
- }
991
-
992
- return false;
993
- }
994
-
995
- /**
996
- *
997
- * @author Vova Feldman (@svovaf)
998
- * @since 1.0.1
999
- *
1000
- * @param $plugin_file
1001
- *
1002
- * @return false|Freemius
1003
- */
1004
- static function get_instance_by_file( $plugin_file ) {
1005
- $slug = self::find_slug_by_basename( $plugin_file );
1006
-
1007
- return ( false !== $slug ) ?
1008
- self::instance( $slug ) :
1009
- false;
1010
- }
1011
-
1012
- /**
1013
- * @author Vova Feldman (@svovaf)
1014
- * @since 1.0.6
1015
- *
1016
- * @return false|Freemius
1017
- */
1018
- function get_parent_instance() {
1019
- return self::get_instance_by_id( $this->_plugin->parent_plugin_id );
1020
- }
1021
-
1022
- /**
1023
- * @author Vova Feldman (@svovaf)
1024
- * @since 1.0.6
1025
- *
1026
- * @param $slug_or_id
1027
- *
1028
- * @return bool|Freemius
1029
- */
1030
- function get_addon_instance( $slug_or_id ) {
1031
- return ! is_numeric( $slug_or_id ) ?
1032
- self::instance( strtolower( $slug_or_id ) ) :
1033
- self::get_instance_by_id( $slug_or_id );
1034
- }
1035
-
1036
- #endregion ------------------------------------------------------------------
1037
-
1038
- /**
1039
- * @author Vova Feldman (@svovaf)
1040
- * @since 1.0.6
1041
- *
1042
- * @return bool
1043
- */
1044
- function is_parent_plugin_installed() {
1045
- return self::has_instance( $this->_plugin->parent_plugin_id );
1046
- }
1047
-
1048
- /**
1049
- * Check if add-on parent plugin in activation mode.
1050
- *
1051
- * @author Vova Feldman (@svovaf)
1052
- * @since 1.0.7
1053
- *
1054
- * @return bool
1055
- */
1056
- function is_parent_in_activation() {
1057
- $parent_fs = $this->get_parent_instance();
1058
- if ( ! is_object( $parent_fs ) ) {
1059
- return false;
1060
- }
1061
-
1062
- return ( $parent_fs->is_activation_mode() );
1063
- }
1064
-
1065
- /**
1066
- * Is plugin in activation mode.
1067
- *
1068
- * @author Vova Feldman (@svovaf)
1069
- * @since 1.0.7
1070
- *
1071
- * @param bool $and_on
1072
- *
1073
- * @return bool
1074
- */
1075
- function is_activation_mode( $and_on = true ) {
1076
- return (
1077
- ( $this->is_on() || ! $and_on ) &&
1078
- ! $this->is_registered() &&
1079
- ( ! $this->is_enable_anonymous() ||
1080
- ( ! $this->is_anonymous() && ! $this->is_pending_activation() ) )
1081
- );
1082
- }
1083
-
1084
- /**
1085
- * Get collection of all active plugins.
1086
- *
1087
- * @author Vova Feldman (@svovaf)
1088
- * @since 1.0.9
1089
- *
1090
- * @return array[string]array
1091
- */
1092
- private static function get_active_plugins() {
1093
- self::require_plugin_essentials();
1094
-
1095
- $active_plugin = array();
1096
- $all_plugins = get_plugins();
1097
- $active_plugins_basenames = get_option( 'active_plugins' );
1098
-
1099
- foreach ( $active_plugins_basenames as $plugin_basename ) {
1100
- $active_plugin[ $plugin_basename ] = $all_plugins[ $plugin_basename ];
1101
- }
1102
-
1103
- return $active_plugin;
1104
- }
1105
-
1106
- /**
1107
- * Get collection of all plugins.
1108
- *
1109
- * @author Vova Feldman (@svovaf)
1110
- * @since 1.1.8
1111
- *
1112
- * @return array Key is the plugin file path and the value is an array of the plugin data.
1113
- */
1114
- private static function get_all_plugins() {
1115
- self::require_plugin_essentials();
1116
-
1117
- $all_plugins = get_plugins();
1118
- $active_plugins_basenames = get_option( 'active_plugins' );
1119
-
1120
- foreach ( $all_plugins as $basename => &$data ) {
1121
- // By default set to inactive (next foreach update the active plugins).
1122
- $data['is_active'] = false;
1123
- // Enrich with plugin slug.
1124
- $data['slug'] = self::get_plugin_slug( $basename );
1125
- }
1126
-
1127
- // Flag active plugins.
1128
- foreach ( $active_plugins_basenames as $basename ) {
1129
- if ( isset( $all_plugins[ $basename ] ) ) {
1130
- $all_plugins[ $basename ]['is_active'] = true;
1131
- }
1132
- }
1133
-
1134
- return $all_plugins;
1135
- }
1136
-
1137
-
1138
- /**
1139
- * Cached result of get_site_transient( 'update_plugins' )
1140
- *
1141
- * @author Vova Feldman (@svovaf)
1142
- * @since 1.1.8
1143
- *
1144
- * @var object
1145
- */
1146
- private static $_plugins_info;
1147
-
1148
- /**
1149
- * Helper function to get specified plugin's slug.
1150
- *
1151
- * @author Vova Feldman (@svovaf)
1152
- * @since 1.1.8
1153
- *
1154
- * @param $basename
1155
- *
1156
- * @return string
1157
- */
1158
- private static function get_plugin_slug( $basename ) {
1159
- if ( ! isset( self::$_plugins_info ) ) {
1160
- self::$_plugins_info = get_site_transient( 'update_plugins' );
1161
- }
1162
-
1163
- $slug = '';
1164
-
1165
- if ( is_object( self::$_plugins_info ) ) {
1166
- if ( isset( self::$_plugins_info->no_update ) &&
1167
- isset( self::$_plugins_info->no_update[ $basename ] ) &&
1168
- ! empty( self::$_plugins_info->no_update[ $basename ]->slug )
1169
- ) {
1170
- $slug = self::$_plugins_info->no_update[ $basename ]->slug;
1171
- } else if ( isset( self::$_plugins_info->response ) &&
1172
- isset( self::$_plugins_info->response[ $basename ] ) &&
1173
- ! empty( self::$_plugins_info->response[ $basename ]->slug )
1174
- ) {
1175
- $slug = self::$_plugins_info->response[ $basename ]->slug;
1176
- }
1177
- }
1178
-
1179
- if ( empty( $slug ) ) {
1180
- // Try to find slug from FS data.
1181
- $slug = self::find_slug_by_basename( $basename );
1182
- }
1183
-
1184
- if ( empty( $slug ) ) {
1185
- // Fallback to plugin's folder name.
1186
- $slug = dirname( $basename );
1187
- }
1188
-
1189
- return $slug;
1190
- }
1191
-
1192
- private static $_statics_loaded = false;
1193
-
1194
- /**
1195
- * Load static resources.
1196
- *
1197
- * @author Vova Feldman (@svovaf)
1198
- * @since 1.0.1
1199
- */
1200
- private static function _load_required_static() {
1201
- if ( self::$_statics_loaded ) {
1202
- return;
1203
- }
1204
-
1205
- self::$_static_logger = FS_Logger::get_logger( WP_FS__SLUG, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
1206
-
1207
- self::$_static_logger->entrance();
1208
-
1209
- self::$_accounts = FS_Option_Manager::get_manager( WP_FS__ACCOUNTS_OPTION_NAME, true );
1210
-
1211
- self::$_global_admin_notices = FS_Admin_Notice_Manager::instance( 'global' );
1212
-
1213
- // Configure which Freemius powered plugins should be auto updated.
1214
- // add_filter( 'auto_update_plugin', '_include_plugins_in_auto_update', 10, 2 );
1215
-
1216
- add_action( 'admin_menu', array( 'Freemius', 'add_debug_page' ) );
1217
-
1218
- add_action( "wp_ajax_fs_toggle_debug_mode", array( 'Freemius', '_toggle_debug_mode' ) );
1219
-
1220
- self::add_ajax_action_static( 'get_debug_log', array( 'Freemius', '_get_debug_log' ) );
1221
-
1222
- add_action( 'plugins_loaded', array( 'Freemius', '_load_textdomain' ), 1 );
1223
-
1224
- self::$_statics_loaded = true;
1225
- }
1226
-
1227
- #----------------------------------------------------------------------------------
1228
- #region Localization
1229
- #----------------------------------------------------------------------------------
1230
-
1231
- /**
1232
- * Load framework's text domain.
1233
- *
1234
- * @author Vova Feldman (@svovaf)
1235
- * @since 1.2.1
1236
- */
1237
- static function _load_textdomain() {
1238
- if ( ! is_admin() ) {
1239
- return;
1240
- }
1241
-
1242
- global $fs_active_plugins;
1243
-
1244
- load_plugin_textdomain(
1245
- 'freemius',
1246
- false,
1247
- $fs_active_plugins->newest->sdk_path . '/languages/'
1248
- );
1249
-
1250
- // @todo Load for themes.
1251
- }
1252
-
1253
- #endregion
1254
-
1255
- #----------------------------------------------------------------------------------
1256
- #region Debugging
1257
- #----------------------------------------------------------------------------------
1258
-
1259
- /**
1260
- * @author Vova Feldman (@svovaf)
1261
- * @since 1.0.8
1262
- */
1263
- static function add_debug_page() {
1264
- if ( ! current_user_can( 'activate_plugins' ) ) {
1265
- return;
1266
- }
1267
-
1268
- self::$_static_logger->entrance();
1269
-
1270
- $title = sprintf( '%s [v.%s]', __fs( 'freemius-debug' ), WP_FS__SDK_VERSION );
1271
-
1272
- $hook = null;
1273
-
1274
- if ( WP_FS__DEV_MODE ) {
1275
- // Add top-level debug menu item.
1276
- $hook = add_menu_page(
1277
- $title,
1278
- $title,
1279
- 'manage_options',
1280
- 'freemius',
1281
- array( 'Freemius', '_debug_page_render' )
1282
- );
1283
- } else {
1284
- if ( 'freemius' === fs_request_get( 'page' ) ) {
1285
- // Add hidden debug page.
1286
- $hook = add_submenu_page(
1287
- null,
1288
- $title,
1289
- $title,
1290
- 'manage_options',
1291
- 'freemius',
1292
- array( 'Freemius', '_debug_page_render' )
1293
- );
1294
- }
1295
- }
1296
-
1297
- if ( ! empty( $hook ) ) {
1298
- add_action( "load-$hook", array( 'Freemius', '_debug_page_actions' ) );
1299
- }
1300
- }
1301
-
1302
- /**
1303
- * @author Vova Feldman (@svovaf)
1304
- * @since 1.1.7.3
1305
- */
1306
- static function _toggle_debug_mode() {
1307
- if ( fs_request_is_post() && in_array( $_POST['is_on'], array( 0, 1 ) ) ) {
1308
- update_option( 'fs_debug_mode', $_POST['is_on'] );
1309
-
1310
- // Turn on/off storage logging.
1311
- FS_Logger::_set_storage_logging( ( 1 == $_POST['is_on'] ) );
1312
- }
1313
-
1314
- exit;
1315
- }
1316
-
1317
- /**
1318
- * @author Vova Feldman (@svovaf)
1319
- * @since 1.2.1.6
1320
- */
1321
- static function _get_debug_log() {
1322
- $logs = FS_Logger::load_db_logs(
1323
- ! empty( $_POST['filters'] ) ? $_POST['filters'] : false,
1324
- ! empty( $_POST['limit'] ) && is_numeric( $_POST['limit'] ) ? $_POST['limit'] : 200,
1325
- ! empty( $_POST['offset'] ) && is_numeric( $_POST['offset'] ) ? $_POST['offset'] : 0
1326
- );
1327
-
1328
- self::shoot_ajax_success( $logs );
1329
- }
1330
-
1331
- /**
1332
- * @author Vova Feldman (@svovaf)
1333
- * @since 1.0.8
1334
- */
1335
- static function _debug_page_actions() {
1336
- self::_clean_admin_content_section();
1337
-
1338
- if ( fs_request_is_action( 'restart_freemius' ) ) {
1339
- check_admin_referer( 'restart_freemius' );
1340
-
1341
- // Clear accounts data.
1342
- self::$_accounts->clear( true );
1343
-
1344
- // Clear SDK reference cache.
1345
- delete_option( 'fs_active_plugins' );
1346
- } else if ( fs_request_is_action( 'simulate_trial' ) ) {
1347
- check_admin_referer( 'simulate_trial' );
1348
-
1349
- $slug = fs_request_get( 'slug' );
1350
-
1351
- $fs = freemius( $slug );
1352
-
1353
- // Update SDK install to at least 24 hours before.
1354
- $fs->_storage->install_timestamp = ( time() - WP_FS__TIME_24_HOURS_IN_SEC );
1355
- // Unset the trial shown timestamp.
1356
- unset( $fs->_storage->trial_promotion_shown );
1357
- } else if ( fs_request_is_action( 'download_logs' ) ) {
1358
- check_admin_referer( 'download_logs' );
1359
-
1360
- $download_url = FS_Logger::download_db_logs(
1361
- ! empty( $_POST['filters'] ) ? $_POST['filters'] : false
1362
- );
1363
-
1364
- if ( false === $download_url ) {
1365
- 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.' );
1366
- }
1367
-
1368
- fs_redirect( $download_url );
1369
- }
1370
- }
1371
-
1372
- /**
1373
- * @author Vova Feldman (@svovaf)
1374
- * @since 1.0.8
1375
- */
1376
- static function _debug_page_render() {
1377
- self::$_static_logger->entrance();
1378
-
1379
- $sites = self::get_all_sites();
1380
- $users = self::get_all_users();
1381
- $addons = self::get_all_addons();
1382
- $account_addons = self::get_all_account_addons();
1383
- $licenses = self::get_all_licenses();
1384
-
1385
- // $plans = self::get_all_plans();
1386
- // $licenses = self::get_all_licenses();
1387
-
1388
- $vars = array(
1389
- 'sites' => $sites,
1390
- 'users' => $users,
1391
- 'addons' => $addons,
1392
- 'account_addons' => $account_addons,
1393
- 'licenses' => $licenses,
1394
- );
1395
-
1396
- fs_enqueue_local_style( 'fs_debug', '/admin/debug.css' );
1397
- fs_require_once_template( 'debug.php', $vars );
1398
- }
1399
-
1400
- #endregion
1401
-
1402
- #----------------------------------------------------------------------------------
1403
- #region Connectivity Issues
1404
- #----------------------------------------------------------------------------------
1405
-
1406
- /**
1407
- * Check if Freemius should be turned on for the current plugin install.
1408
- *
1409
- * Note:
1410
- * $this->_is_on is updated in has_api_connectivity()
1411
- *
1412
- * @author Vova Feldman (@svovaf)
1413
- * @since 1.0.9
1414
- *
1415
- * @return bool
1416
- */
1417
- function is_on() {
1418
- self::$_static_logger->entrance();
1419
-
1420
- if ( isset( $this->_is_on ) ) {
1421
- return $this->_is_on;
1422
- }
1423
-
1424
- // If already installed or pending then sure it's on :)
1425
- if ( $this->is_registered() || $this->is_pending_activation() ) {
1426
- $this->_is_on = true;
1427
-
1428
- return true;
1429
- }
1430
-
1431
- return false;
1432
- }
1433
-
1434
- /**
1435
- * @author Vova Feldman (@svovaf)
1436
- * @since 1.1.7.3
1437
- *
1438
- * @param bool $flush_if_no_connectivity
1439
- *
1440
- * @return bool
1441
- */
1442
- private function should_run_connectivity_test( $flush_if_no_connectivity = false ) {
1443
- if ( ! isset( $this->_storage->connectivity_test ) ) {
1444
- // Connectivity test was never executed, or cache was cleared.
1445
- return true;
1446
- }
1447
-
1448
- if ( WP_FS__PING_API_ON_IP_OR_HOST_CHANGES ) {
1449
- if ( WP_FS__IS_HTTP_REQUEST ) {
1450
- if ( $_SERVER['HTTP_HOST'] != $this->_storage->connectivity_test['host'] ) {
1451
- // Domain changed.
1452
- return true;
1453
- }
1454
-
1455
- if ( WP_FS__REMOTE_ADDR != $this->_storage->connectivity_test['server_ip'] ) {
1456
- // Server IP changed.
1457
- return true;
1458
- }
1459
- }
1460
- }
1461
-
1462
- if ( $this->_storage->connectivity_test['is_connected'] &&
1463
- $this->_storage->connectivity_test['is_active']
1464
- ) {
1465
- // API connected and Freemius is active - no need to run connectivity check.
1466
- return false;
1467
- }
1468
-
1469
- if ( $flush_if_no_connectivity ) {
1470
- /**
1471
- * If explicitly asked to flush when no connectivity - do it only
1472
- * if at least 10 sec passed from the last API connectivity test.
1473
- */
1474
- return ( isset( $this->_storage->connectivity_test['timestamp'] ) &&
1475
- ( WP_FS__SCRIPT_START_TIME - $this->_storage->connectivity_test['timestamp'] ) > 10 );
1476
- }
1477
-
1478
- /**
1479
- * @since 1.1.7 Don't check for connectivity on plugin downgrade.
1480
- */
1481
- $version = $this->get_plugin_version();
1482
- if ( version_compare( $version, $this->_storage->connectivity_test['version'], '>' ) ) {
1483
- // If it's a plugin version upgrade and Freemius is off or no connectivity, run connectivity test.
1484
- return true;
1485
- }
1486
-
1487
- return false;
1488
- }
1489
-
1490
- /**
1491
- * @author Vova Feldman (@svovaf)
1492
- * @since 1.1.7.4
1493
- *
1494
- * @return object|false
1495
- */
1496
- private function ping() {
1497
- if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY ) {
1498
- return false;
1499
- }
1500
-
1501
- $version = $this->get_plugin_version();
1502
-
1503
- $is_update = $this->apply_filters( 'is_plugin_update', $this->is_plugin_update() );
1504
-
1505
- return $this->get_api_plugin_scope()->ping(
1506
- $this->get_anonymous_id(),
1507
- array(
1508
- 'is_update' => json_encode( $is_update ),
1509
- 'version' => $version,
1510
- 'sdk' => $this->version,
1511
- 'is_admin' => json_encode( is_admin() ),
1512
- 'is_ajax' => json_encode( self::is_ajax() ),
1513
- 'is_cron' => json_encode( $this->is_cron() ),
1514
- 'is_http' => json_encode( WP_FS__IS_HTTP_REQUEST ),
1515
- )
1516
- );
1517
- }
1518
-
1519
- /**
1520
- * Check if there's any connectivity issue to Freemius API.
1521
- *
1522
- * @author Vova Feldman (@svovaf)
1523
- * @since 1.0.9
1524
- *
1525
- * @param bool $flush_if_no_connectivity
1526
- *
1527
- * @return bool
1528
- */
1529
- function has_api_connectivity( $flush_if_no_connectivity = false ) {
1530
- $this->_logger->entrance();
1531
-
1532
- if ( isset( $this->_has_api_connection ) && ( $this->_has_api_connection || ! $flush_if_no_connectivity ) ) {
1533
- return $this->_has_api_connection;
1534
- }
1535
-
1536
- if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY &&
1537
- isset( $this->_storage->connectivity_test ) &&
1538
- true === $this->_storage->connectivity_test['is_connected']
1539
- ) {
1540
- unset( $this->_storage->connectivity_test );
1541
- }
1542
-
1543
- if ( ! $this->should_run_connectivity_test( $flush_if_no_connectivity ) ) {
1544
- $this->_has_api_connection = $this->_storage->connectivity_test['is_connected'];
1545
- /**
1546
- * @since 1.1.6 During dev mode, if there's connectivity - turn Freemius on regardless the configuration.
1547
- *
1548
- * @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.
1549
- */
1550
- $this->_is_on = $this->_storage->connectivity_test['is_active'] ||
1551
- $this->is_premium() ||
1552
- ( WP_FS__DEV_MODE && $this->_has_api_connection && ! WP_FS__SIMULATE_FREEMIUS_OFF );
1553
-
1554
- return $this->_has_api_connection;
1555
- }
1556
-
1557
- $pong = $this->ping();
1558
- $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
1559
-
1560
- if ( ! $is_connected ) {
1561
- // API failure.
1562
- $this->_add_connectivity_issue_message( $pong );
1563
- }
1564
-
1565
- $this->store_connectivity_info( $pong, $is_connected );
1566
-
1567
- return $this->_has_api_connection;
1568
- }
1569
-
1570
- /**
1571
- * @author Vova Feldman (@svovaf)
1572
- * @since 1.1.7.4
1573
- *
1574
- * @param object $pong
1575
- * @param bool $is_connected
1576
- */
1577
- private function store_connectivity_info( $pong, $is_connected ) {
1578
- $this->_logger->entrance();
1579
-
1580
- $version = $this->get_plugin_version();
1581
-
1582
- if ( ! $is_connected || WP_FS__SIMULATE_FREEMIUS_OFF ) {
1583
- $is_active = false;
1584
- } else {
1585
- $is_active = ( isset( $pong->is_active ) && true == $pong->is_active );
1586
- }
1587
-
1588
- $is_active = $this->apply_filters(
1589
- 'is_on',
1590
- $is_active,
1591
- $this->is_plugin_update(),
1592
- $version
1593
- );
1594
-
1595
- $this->_storage->connectivity_test = array(
1596
- 'is_connected' => $is_connected,
1597
- 'host' => $_SERVER['HTTP_HOST'],
1598
- 'server_ip' => WP_FS__REMOTE_ADDR,
1599
- 'is_active' => $is_active,
1600
- 'timestamp' => WP_FS__SCRIPT_START_TIME,
1601
- // Last version with connectivity attempt.
1602
- 'version' => $version,
1603
- );
1604
-
1605
- $this->_has_api_connection = $is_connected;
1606
- $this->_is_on = $is_active || ( WP_FS__DEV_MODE && $is_connected && ! WP_FS__SIMULATE_FREEMIUS_OFF );
1607
- }
1608
-
1609
- /**
1610
- * Force turning Freemius on.
1611
- *
1612
- * @author Vova Feldman (@svovaf)
1613
- * @since 1.1.8.1
1614
- *
1615
- * @return bool TRUE if successfully turned on.
1616
- */
1617
- private function turn_on() {
1618
- $this->_logger->entrance();
1619
-
1620
- if ( $this->is_on() || ! isset( $this->_storage->connectivity_test['is_active'] ) ) {
1621
- return false;
1622
- }
1623
-
1624
- $updated_connectivity = $this->_storage->connectivity_test;
1625
- $updated_connectivity['is_active'] = true;
1626
- $updated_connectivity['timestamp'] = WP_FS__SCRIPT_START_TIME;
1627
- $this->_storage->connectivity_test = $updated_connectivity;
1628
-
1629
- $this->_is_on = true;
1630
-
1631
- return true;
1632
- }
1633
-
1634
- /**
1635
- * Anonymous and unique site identifier (Hash).
1636
- *
1637
- * @author Vova Feldman (@svovaf)
1638
- * @since 1.1.0
1639
- *
1640
- * @return string
1641
- */
1642
- function get_anonymous_id() {
1643
- $unique_id = self::$_accounts->get_option( 'unique_id' );
1644
-
1645
- if ( empty( $unique_id ) || ! is_string( $unique_id ) ) {
1646
- $key = get_site_url();
1647
-
1648
- // If localhost, assign microtime instead of domain.
1649
- if ( WP_FS__IS_LOCALHOST ||
1650
- false !== strpos( $key, 'localhost' ) ||
1651
- false === strpos( $key, '.' )
1652
- ) {
1653
- $key = microtime();
1654
- }
1655
-
1656
- $unique_id = md5( $key );
1657
-
1658
- self::$_accounts->set_option( 'unique_id', $unique_id, true );
1659
- }
1660
-
1661
- $this->_logger->departure( $unique_id );
1662
-
1663
- return $unique_id;
1664
- }
1665
-
1666
- /**
1667
- * @author Vova Feldman (@svovaf)
1668
- * @since 1.1.7.4
1669
- *
1670
- * @return \WP_User
1671
- */
1672
- static function _get_current_wp_user() {
1673
- self::require_pluggable_essentials();
1674
-
1675
- return wp_get_current_user();
1676
- }
1677
-
1678
- /**
1679
- * Generate API connectivity issue message.
1680
- *
1681
- * @author Vova Feldman (@svovaf)
1682
- * @since 1.0.9
1683
- *
1684
- * @param mixed $api_result
1685
- * @param bool $is_first_failure
1686
- */
1687
- function _add_connectivity_issue_message( $api_result, $is_first_failure = true ) {
1688
- if ( ! $this->is_premium() && $this->_enable_anonymous ) {
1689
- // Don't add message if it's the free version and can run anonymously.
1690
- return;
1691
- }
1692
-
1693
- if ( ! function_exists( 'wp_nonce_url' ) ) {
1694
- require_once ABSPATH . 'wp-includes/functions.php';
1695
- }
1696
-
1697
- $current_user = self::_get_current_wp_user();
1698
- // $admin_email = get_option( 'admin_email' );
1699
- $admin_email = $current_user->user_email;
1700
-
1701
- $message = false;
1702
- if ( is_object( $api_result ) &&
1703
- isset( $api_result->error ) &&
1704
- isset( $api_result->error->code )
1705
- ) {
1706
- switch ( $api_result->error->code ) {
1707
- case 'curl_missing':
1708
- $message = sprintf(
1709
- __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1710
- __fs( 'curl-missing-message', $this->_slug ) . ' ' .
1711
- ' %s',
1712
- '<b>' . $this->get_plugin_name() . '</b>',
1713
- sprintf(
1714
- '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
1715
- sprintf(
1716
- '<a class="fs-resolve" data-type="curl" href="#"><b>%s</b></a>%s',
1717
- __fs( 'curl-missing-no-clue-title', $this->_slug ),
1718
- ' - ' . sprintf(
1719
- __fs( 'curl-missing-no-clue-desc', $this->_slug ),
1720
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1721
- )
1722
- ),
1723
- sprintf(
1724
- '<b>%s</b> - %s',
1725
- __fs( 'sysadmin-title', $this->_slug ),
1726
- __fs( 'curl-missing-sysadmin-desc', $this->_slug )
1727
- ),
1728
- sprintf(
1729
- '<a href="%s"><b>%s</b></a>%s',
1730
- 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 ),
1731
- __fs( 'deactivate-plugin-title', $this->_slug ),
1732
- ' - ' . __fs( 'deactivate-plugin-desc', 'freemius', $this->_slug )
1733
- )
1734
- )
1735
- );
1736
- break;
1737
- case 'cloudflare_ddos_protection':
1738
- $message = sprintf(
1739
- __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1740
- __fs( 'cloudflare-blocks-connection-message', $this->_slug ) . ' ' .
1741
- __fs( 'happy-to-resolve-issue-asap', $this->_slug ) .
1742
- ' %s',
1743
- '<b>' . $this->get_plugin_name() . '</b>',
1744
- sprintf(
1745
- '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
1746
- sprintf(
1747
- '<a class="fs-resolve" data-type="cloudflare" href="#"><b>%s</b></a>%s',
1748
- __fs( 'fix-issue-title', $this->_slug ),
1749
- ' - ' . sprintf(
1750
- __fs( 'fix-issue-desc', $this->_slug ),
1751
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1752
- )
1753
- ),
1754
- sprintf(
1755
- '<a href="%s" target="_blank"><b>%s</b></a>%s',
1756
- sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
1757
- __fs( 'install-previous-title', $this->_slug ),
1758
- ' - ' . __fs( 'install-previous-desc', $this->_slug )
1759
- ),
1760
- sprintf(
1761
- '<a href="%s"><b>%s</b></a>%s',
1762
- 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 ),
1763
- __fs( 'deactivate-plugin-title', $this->_slug ),
1764
- ' - ' . __fs( 'deactivate-plugin-desc', $this->_slug )
1765
- )
1766
- )
1767
- );
1768
- break;
1769
- case 'squid_cache_block':
1770
- $message = sprintf(
1771
- __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1772
- __fs( 'squid-blocks-connection-message', $this->_slug ) .
1773
- ' %s',
1774
- '<b>' . $this->get_plugin_name() . '</b>',
1775
- sprintf(
1776
- '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
1777
- sprintf(
1778
- '<a class="fs-resolve" data-type="squid" href="#"><b>%s</b></a>%s',
1779
- __fs( 'squid-no-clue-title', $this->_slug ),
1780
- ' - ' . sprintf(
1781
- __fs( 'squid-no-clue-desc', $this->_slug ),
1782
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1783
- )
1784
- ),
1785
- sprintf(
1786
- '<b>%s</b> - %s',
1787
- __fs( 'sysadmin-title', $this->_slug ),
1788
- sprintf(
1789
- __fs( 'squid-sysadmin-desc', $this->_slug ),
1790
- // We use a filter since the plugin might require additional API connectivity.
1791
- '<b>' . implode( ', ', $this->apply_filters( 'api_domains', array( 'api.freemius.com' ) ) ) . '</b>' )
1792
- ),
1793
- sprintf(
1794
- '<a href="%s"><b>%s</b></a>%s',
1795
- 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 ),
1796
- __fs( 'deactivate-plugin-title', $this->_slug ),
1797
- ' - ' . __fs( 'deactivate-plugin-desc', $this->_slug )
1798
- )
1799
- )
1800
- );
1801
- break;
1802
- // default:
1803
- // $message = __fs( 'connectivity-test-fails-message', $this->_slug );
1804
- // break;
1805
- }
1806
- }
1807
-
1808
- $message_id = 'failed_connect_api';
1809
- $type = 'error';
1810
-
1811
- if ( false === $message ) {
1812
- if ( $is_first_failure ) {
1813
- // First attempt failed.
1814
- $message = sprintf(
1815
- __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1816
- __fs( 'connectivity-test-fails-message', $this->_slug ) . ' ' .
1817
- __fs( 'connectivity-test-maybe-temporary', $this->_slug ) . '<br><br>' .
1818
- '%s',
1819
- '<b>' . $this->get_plugin_name() . '</b>',
1820
- sprintf(
1821
- '<div id="fs_firewall_issue_options">%s %s</div>',
1822
- sprintf(
1823
- '<a class="button button-primary fs-resolve" data-type="retry_ping" href="#">%s</a>',
1824
- __fs( 'yes-do-your-thing', $this->_slug )
1825
- ),
1826
- sprintf(
1827
- '<a href="%s" class="button">%s</a>',
1828
- 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 ),
1829
- __fs( 'no-deactivate', $this->_slug )
1830
- )
1831
- )
1832
- );
1833
-
1834
- $message_id = 'failed_connect_api_first';
1835
- $type = 'promotion';
1836
- } else {
1837
- // Second connectivity attempt failed.
1838
- $message = sprintf(
1839
- __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1840
- __fs( 'connectivity-test-fails-message', $this->_slug ) . ' ' .
1841
- __fs( 'happy-to-resolve-issue-asap', $this->_slug ) .
1842
- ' %s',
1843
- '<b>' . $this->get_plugin_name() . '</b>',
1844
- sprintf(
1845
- '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
1846
- sprintf(
1847
- '<a class="fs-resolve" data-type="general" href="#"><b>%s</b></a>%s',
1848
- __fs( 'fix-issue-title', $this->_slug ),
1849
- ' - ' . sprintf(
1850
- __fs( 'fix-issue-desc', $this->_slug ),
1851
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1852
- )
1853
- ),
1854
- sprintf(
1855
- '<a href="%s" target="_blank"><b>%s</b></a>%s',
1856
- sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
1857
- __fs( 'install-previous-title', $this->_slug ),
1858
- ' - ' . __fs( 'install-previous-desc', $this->_slug )
1859
- ),
1860
- sprintf(
1861
- '<a href="%s"><b>%s</b></a>%s',
1862
- 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 ),
1863
- __fs( 'deactivate-plugin-title', $this->_slug ),
1864
- ' - ' . __fs( 'deactivate-plugin-desc', $this->_slug )
1865
- )
1866
- )
1867
- );
1868
- }
1869
- }
1870
-
1871
- $this->_admin_notices->add_sticky(
1872
- $message,
1873
- $message_id,
1874
- __fs( 'oops', $this->_slug ) . '...',
1875
- $type
1876
- );
1877
- }
1878
-
1879
- /**
1880
- * Handle user request to resolve connectivity issue.
1881
- * This method will send an email to Freemius API technical staff for resolution.
1882
- * The email will contain server's info and installed plugins (might be caching issue).
1883
- *
1884
- * @author Vova Feldman (@svovaf)
1885
- * @since 1.0.9
1886
- */
1887
- function _email_about_firewall_issue() {
1888
- $this->_admin_notices->remove_sticky( 'failed_connect_api' );
1889
-
1890
- $pong = $this->ping();
1891
-
1892
- $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
1893
-
1894
- if ( $is_connected ) {
1895
- $this->store_connectivity_info( $pong, $is_connected );
1896
-
1897
- echo $this->get_after_plugin_activation_redirect_url();
1898
- exit;
1899
- }
1900
-
1901
- $current_user = self::_get_current_wp_user();
1902
- $admin_email = $current_user->user_email;
1903
-
1904
- $error_type = fs_request_get( 'error_type', 'general' );
1905
-
1906
- switch ( $error_type ) {
1907
- case 'squid':
1908
- $title = 'Squid ACL Blocking Issue';
1909
- break;
1910
- case 'cloudflare':
1911
- $title = 'CloudFlare Blocking Issue';
1912
- break;
1913
- default:
1914
- $title = 'API Connectivity Issue';
1915
- break;
1916
- }
1917
-
1918
- $custom_email_sections = array();
1919
-
1920
- // Add 'API Error' custom email section.
1921
- $custom_email_sections['api_error'] = array(
1922
- 'title' => "API Error",
1923
- 'rows' => array(
1924
- 'ping' => array(
1925
- 'API Error',
1926
- is_string( $pong ) ? htmlentities( $pong ) : json_encode( $pong )
1927
- ),
1928
- )
1929
- );
1930
-
1931
- // Send email with technical details to resolve API connectivity issues.
1932
- $this->send_email(
1933
- 'api@freemius.com', // recipient
1934
- $title . ' [' . $this->get_plugin_name() . ']', // subject
1935
- $custom_email_sections,
1936
- array( "Reply-To: $admin_email <$admin_email>" ) // headers
1937
- );
1938
-
1939
- $this->_admin_notices->add_sticky(
1940
- sprintf(
1941
- __fs( 'fix-request-sent-message', $this->_slug ),
1942
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1943
- ),
1944
- 'server_details_sent'
1945
- );
1946
-
1947
- // Action was taken, tell that API connectivity troubleshooting should be off now.
1948
-
1949
- echo "1";
1950
- exit;
1951
- }
1952
-
1953
- /**
1954
- * Handle connectivity test retry approved by the user.
1955
- *
1956
- * @author Vova Feldman (@svovaf)
1957
- * @since 1.1.7.4
1958
- */
1959
- function _retry_connectivity_test() {
1960
- $this->_admin_notices->remove_sticky( 'failed_connect_api_first' );
1961
-
1962
- $pong = $this->ping();
1963
-
1964
- $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
1965
-
1966
- if ( $is_connected ) {
1967
- $this->store_connectivity_info( $pong, $is_connected );
1968
-
1969
- echo $this->get_after_plugin_activation_redirect_url();
1970
- } else {
1971
- // Add connectivity issue message after 2nd failed attempt.
1972
- $this->_add_connectivity_issue_message( $pong, false );
1973
-
1974
- echo "1";
1975
- }
1976
-
1977
- exit;
1978
- }
1979
-
1980
- static function _add_firewall_issues_javascript() {
1981
- $params = array();
1982
- fs_require_once_template( 'firewall-issues-js.php', $params );
1983
- }
1984
-
1985
- #endregion
1986
-
1987
- #----------------------------------------------------------------------------------
1988
- #region Email
1989
- #----------------------------------------------------------------------------------
1990
-
1991
- /**
1992
- * Generates and sends an HTML email with customizable sections.
1993
- *
1994
- * @author Leo Fajardo (@leorw)
1995
- * @since 1.1.2
1996
- *
1997
- * @param string $to_address
1998
- * @param string $subject
1999
- * @param array $sections
2000
- * @param array $headers
2001
- *
2002
- * @return bool Whether the email contents were sent successfully.
2003
- */
2004
- private function send_email(
2005
- $to_address,
2006
- $subject,
2007
- $sections = array(),
2008
- $headers = array()
2009
- ) {
2010
- $default_sections = $this->get_email_sections();
2011
-
2012
- // Insert new sections or replace the default email sections.
2013
- if ( is_array( $sections ) && ! empty( $sections ) ) {
2014
- foreach ( $sections as $section_id => $custom_section ) {
2015
- if ( ! isset( $default_sections[ $section_id ] ) ) {
2016
- // If the section does not exist, add it.
2017
- $default_sections[ $section_id ] = $custom_section;
2018
- } else {
2019
- // If the section already exists, override it.
2020
- $current_section = $default_sections[ $section_id ];
2021
-
2022
- // Replace the current section's title if a custom section title exists.
2023
- if ( isset( $custom_section['title'] ) ) {
2024
- $current_section['title'] = $custom_section['title'];
2025
- }
2026
-
2027
- // Insert new rows under the current section or replace the default rows.
2028
- if ( isset( $custom_section['rows'] ) && is_array( $custom_section['rows'] ) && ! empty( $custom_section['rows'] ) ) {
2029
- foreach ( $custom_section['rows'] as $row_id => $row ) {
2030
- $current_section['rows'][ $row_id ] = $row;
2031
- }
2032
- }
2033
-
2034
- $default_sections[ $section_id ] = $current_section;
2035
- }
2036
- }
2037
- }
2038
-
2039
- $vars = array( 'sections' => $default_sections );
2040
- $message = fs_get_template( 'email.php', $vars );
2041
-
2042
- // Set the type of email to HTML.
2043
- $headers[] = 'Content-type: text/html; charset=UTF-8';
2044
-
2045
- $header_string = implode( "\r\n", $headers );
2046
-
2047
- return wp_mail(
2048
- $to_address,
2049
- $subject,
2050
- $message,
2051
- $header_string
2052
- );
2053
- }
2054
-
2055
- /**
2056
- * Generates the data for the sections of the email content.
2057
- *
2058
- * @author Leo Fajardo (@leorw)
2059
- * @since 1.1.2
2060
- *
2061
- * @return array
2062
- */
2063
- private function get_email_sections() {
2064
- // Retrieve the current user's information so that we can get the user's email, first name, and last name below.
2065
- $current_user = self::_get_current_wp_user();
2066
-
2067
- // Retrieve the cURL version information so that we can get the version number below.
2068
- $curl_version_information = curl_version();
2069
-
2070
- $active_plugin = self::get_active_plugins();
2071
-
2072
- // Generate the list of active plugins separated by new line.
2073
- $active_plugin_string = '';
2074
- foreach ( $active_plugin as $plugin ) {
2075
- $active_plugin_string .= sprintf(
2076
- '<a href="%s">%s</a> [v%s]<br>',
2077
- $plugin['PluginURI'],
2078
- $plugin['Name'],
2079
- $plugin['Version']
2080
- );
2081
- }
2082
-
2083
- $server_ip = WP_FS__REMOTE_ADDR;
2084
-
2085
- // Add PHP info for deeper investigation.
2086
- ob_start();
2087
- phpinfo();
2088
- $php_info = ob_get_clean();
2089
-
2090
- $api_domain = substr( FS_API__ADDRESS, strpos( FS_API__ADDRESS, ':' ) + 3 );
2091
-
2092
- // Generate the default email sections.
2093
- $sections = array(
2094
- 'sdk' => array(
2095
- 'title' => 'SDK',
2096
- 'rows' => array(
2097
- 'fs_version' => array( 'FS Version', $this->version ),
2098
- 'curl_version' => array( 'cURL Version', $curl_version_information['version'] )
2099
- )
2100
- ),
2101
- 'plugin' => array(
2102
- 'title' => 'Plugin',
2103
- 'rows' => array(
2104
- 'name' => array( 'Name', $this->get_plugin_name() ),
2105
- 'version' => array( 'Version', $this->get_plugin_version() )
2106
- )
2107
- ),
2108
- 'api' => array(
2109
- 'title' => 'API Subdomain',
2110
- 'rows' => array(
2111
- 'dns' => array( 'DNS_CNAME', var_export( @dns_get_record( $api_domain, DNS_CNAME ), true ) ),
2112
- 'ip' => array( 'IP', @gethostbyname( $api_domain ) ),
2113
- ),
2114
- ),
2115
- 'site' => array(
2116
- 'title' => 'Site',
2117
- 'rows' => array(
2118
- 'unique_id' => array( 'Unique ID', $this->get_anonymous_id() ),
2119
- 'address' => array( 'Address', site_url() ),
2120
- 'host' => array(
2121
- 'HTTP_HOST',
2122
- ( ! empty( $_SERVER['HTTP_HOST'] ) ? $_SERVER['HTTP_HOST'] : '' )
2123
- ),
2124
- 'hosting' => array(
2125
- 'Hosting Company' => fs_request_has( 'hosting_company' ) ?
2126
- fs_request_get( 'hosting_company' ) :
2127
- 'Unknown',
2128
- ),
2129
- 'server_addr' => array(
2130
- 'SERVER_ADDR',
2131
- '<a href="http://www.projecthoneypot.org/ip_' . $server_ip . '">' . $server_ip . '</a>'
2132
- )
2133
- )
2134
- ),
2135
- 'user' => array(
2136
- 'title' => 'User',
2137
- 'rows' => array(
2138
- 'email' => array( 'Email', $current_user->user_email ),
2139
- 'first' => array( 'First', $current_user->user_firstname ),
2140
- 'last' => array( 'Last', $current_user->user_lastname )
2141
- )
2142
- ),
2143
- 'plugins' => array(
2144
- 'title' => 'Plugins',
2145
- 'rows' => array(
2146
- 'active_plugins' => array( 'Active Plugins', $active_plugin_string )
2147
- )
2148
- ),
2149
- 'php_info' => array(
2150
- 'title' => 'PHP Info',
2151
- 'rows' => array(
2152
- 'info' => array( $php_info )
2153
- ),
2154
- )
2155
- );
2156
-
2157
- // Allow the sections to be modified by other code.
2158
- $sections = $this->apply_filters( 'email_template_sections', $sections );
2159
-
2160
- return $sections;
2161
- }
2162
-
2163
- #endregion
2164
-
2165
- #----------------------------------------------------------------------------------
2166
- #region Initialization
2167
- #----------------------------------------------------------------------------------
2168
-
2169
- /**
2170
- * Init plugin's Freemius instance.
2171
- *
2172
- * @author Vova Feldman (@svovaf)
2173
- * @since 1.0.1
2174
- *
2175
- * @param number $id
2176
- * @param string $public_key
2177
- * @param bool $is_live
2178
- * @param bool $is_premium
2179
- */
2180
- function init( $id, $public_key, $is_live = true, $is_premium = true ) {
2181
- $this->_logger->entrance();
2182
-
2183
- $this->dynamic_init( array(
2184
- 'id' => $id,
2185
- 'public_key' => $public_key,
2186
- 'is_live' => $is_live,
2187
- 'is_premium' => $is_premium,
2188
- ) );
2189
- }
2190
-
2191
- /**
2192
- * Dynamic initiator, originally created to support initiation
2193
- * with parent_id for add-ons.
2194
- *
2195
- * @author Vova Feldman (@svovaf)
2196
- * @since 1.0.6
2197
- *
2198
- * @param array $plugin_info
2199
- *
2200
- * @throws Freemius_Exception
2201
- */
2202
- function dynamic_init( array $plugin_info ) {
2203
- $this->_logger->entrance();
2204
-
2205
- $this->parse_settings( $plugin_info );
2206
-
2207
- if ( $this->should_stop_execution() ) {
2208
- return;
2209
- }
2210
-
2211
- if ( ! $this->is_registered() ) {
2212
- if ( $this->is_anonymous() ) {
2213
- // If user skipped, no need to test connectivity.
2214
- $this->_has_api_connection = true;
2215
- $this->_is_on = true;
2216
- } else {
2217
- if ( ! $this->has_api_connectivity() ) {
2218
- if ( $this->_admin_notices->has_sticky( 'failed_connect_api_first' ) ||
2219
- $this->_admin_notices->has_sticky( 'failed_connect_api' )
2220
- ) {
2221
- if ( ! $this->_enable_anonymous || $this->is_premium() ) {
2222
- // If anonymous mode is disabled, add firewall admin-notice message.
2223
- add_action( 'admin_footer', array( 'Freemius', '_add_firewall_issues_javascript' ) );
2224
-
2225
- $this->add_ajax_action( 'resolve_firewall_issues', array(
2226
- &$this,
2227
- '_email_about_firewall_issue'
2228
- ) );
2229
-
2230
- $this->add_ajax_action( 'retry_connectivity_test', array(
2231
- &$this,
2232
- '_retry_connectivity_test'
2233
- ) );
2234
- }
2235
- }
2236
-
2237
- return;
2238
- } else {
2239
- $this->_admin_notices->remove_sticky( array(
2240
- 'failed_connect_api_first',
2241
- 'failed_connect_api',
2242
- ) );
2243
-
2244
- if ( $this->_anonymous_mode ) {
2245
- // Simulate anonymous mode.
2246
- $this->_is_anonymous = true;
2247
- }
2248
- }
2249
- }
2250
-
2251
- // Check if Freemius is on for the current plugin.
2252
- // This MUST be executed after all the plugin variables has been loaded.
2253
- if ( ! $this->is_on() ) {
2254
- return;
2255
- }
2256
- }
2257
-
2258
- if ( $this->has_api_connectivity() ) {
2259
- if ( $this->is_cron() ) {
2260
- $this->hook_callback_to_sync_cron();
2261
- } else if ( $this->is_user_in_admin() ) {
2262
- /**
2263
- * Schedule daily data sync cron if:
2264
- *
2265
- * 1. User opted-in (for tracking).
2266
- * 2. If skipped, but later upgraded (opted-in via upgrade).
2267
- *
2268
- * @author Vova Feldman (@svovaf)
2269
- * @since 1.1.7.3
2270
- *
2271
- */
2272
- if ( $this->is_registered() ) {
2273
- if ( ! $this->is_sync_cron_on() && $this->is_tracking_allowed() ) {
2274
- $this->schedule_sync_cron();
2275
- }
2276
- }
2277
-
2278
- /**
2279
- * Check if requested for manual blocking background sync.
2280
- */
2281
- if ( fs_request_has( 'background_sync' ) ) {
2282
- $this->run_manual_sync();
2283
- }
2284
- }
2285
- }
2286
-
2287
- if ( $this->is_registered() ) {
2288
- $this->hook_callback_to_install_sync();
2289
- }
2290
-
2291
- if ( $this->is_addon() ) {
2292
- if ( $this->is_parent_plugin_installed() ) {
2293
- // Link to parent FS.
2294
- $this->_parent = self::get_instance_by_id( $this->_plugin->parent_plugin_id );
2295
-
2296
- // Get parent plugin reference.
2297
- $this->_parent_plugin = $this->_parent->get_plugin();
2298
- }
2299
- }
2300
-
2301
- if ( $this->is_user_in_admin() ) {
2302
- if ( $this->is_plugins_page() ) {
2303
- $this->hook_plugin_action_links();
2304
- }
2305
-
2306
- if ( $this->is_addon() ) {
2307
- if ( ! $this->is_parent_plugin_installed() ) {
2308
- $parent_name = $this->get_option( $plugin_info, 'parent_name', null );
2309
-
2310
- if ( isset( $plugin_info['parent'] ) ) {
2311
- $parent_name = $this->get_option( $plugin_info['parent'], 'name', null );
2312
- }
2313
-
2314
- $this->_admin_notices->add(
2315
- ( ! empty( $parent_name ) ?
2316
- sprintf( __fs( 'addon-x-cannot-run-without-y', $this->_slug ), $this->get_plugin_name(), $parent_name ) :
2317
- sprintf( __fs( 'addon-x-cannot-run-without-parent', $this->_slug ), $this->get_plugin_name() )
2318
- ),
2319
- __fs( 'oops', $this->_slug ) . '...',
2320
- 'error'
2321
- );
2322
-
2323
- return;
2324
- } else {
2325
- if ( $this->_parent->is_registered() && ! $this->is_registered() ) {
2326
- // If parent plugin activated, automatically install add-on for the user.
2327
- $this->_activate_addon_account( $this->_parent );
2328
- }
2329
-
2330
- // @todo This should be only executed on activation. It should be migrated to register_activation_hook() together with other activation related logic.
2331
- if ( $this->is_premium() ) {
2332
- // Remove add-on download admin-notice.
2333
- $this->_parent->_admin_notices->remove_sticky( array(
2334
- 'addon_plan_upgraded_' . $this->_slug,
2335
- 'no_addon_license_' . $this->_slug,
2336
- ) );
2337
- }
2338
-
2339
- $this->deactivate_premium_only_addon_without_license();
2340
- }
2341
- } else {
2342
- add_action( 'admin_init', array( &$this, '_admin_init_action' ) );
2343
-
2344
- if ( $this->has_addons() &&
2345
- 'plugin-information' === fs_request_get( 'tab', false ) &&
2346
- $this->get_id() == fs_request_get( 'parent_plugin_id', false )
2347
- ) {
2348
- require_once WP_FS__DIR_INCLUDES . '/fs-plugin-info-dialog.php';
2349
-
2350
- new FS_Plugin_Info_Dialog( $this );
2351
- }
2352
- }
2353
-
2354
- // if ( $this->is_registered() ||
2355
- // $this->is_anonymous() ||
2356
- // $this->is_pending_activation()
2357
- // ) {
2358
- // $this->_init_admin();
2359
- // }
2360
- }
2361
-
2362
- /**
2363
- * Should be called outside `$this->is_user_in_admin()` scope
2364
- * because the updater has some logic that needs to be executed
2365
- * during AJAX calls.
2366
- *
2367
- * Currently we need to hook to the `http_request_host_is_external` filter.
2368
- * In the future, there might be additional logic added.
2369
- *
2370
- * @author Vova Feldman
2371
- * @since 1.2.1.6
2372
- */
2373
- if ( $this->is_premium() && $this->has_release_on_freemius() ) {
2374
- new FS_Plugin_Updater( $this );
2375
- }
2376
-
2377
- $this->do_action( 'initiated' );
2378
-
2379
- if ( $this->_storage->prev_is_premium !== $this->_plugin->is_premium ) {
2380
- if ( isset( $this->_storage->prev_is_premium ) ) {
2381
- $this->apply_filters(
2382
- 'after_code_type_change',
2383
- // New code type.
2384
- $this->_plugin->is_premium
2385
- );
2386
- } else {
2387
- // Set for code type for the first time.
2388
- $this->_storage->prev_is_premium = $this->_plugin->is_premium;
2389
- }
2390
- }
2391
-
2392
- if ( ! $this->is_addon() ) {
2393
- if ( $this->is_registered() ) {
2394
- // Fix for upgrade from versions < 1.0.9.
2395
- if ( ! isset( $this->_storage->activation_timestamp ) ) {
2396
- $this->_storage->activation_timestamp = WP_FS__SCRIPT_START_TIME;
2397
- }
2398
-
2399
- $this->do_action( 'after_init_plugin_registered' );
2400
- } else if ( $this->is_anonymous() ) {
2401
- $this->do_action( 'after_init_plugin_anonymous' );
2402
- } else if ( $this->is_pending_activation() ) {
2403
- $this->do_action( 'after_init_plugin_pending_activations' );
2404
- }
2405
- } else {
2406
- if ( $this->is_registered() ) {
2407
- $this->do_action( 'after_init_addon_registered' );
2408
- } else if ( $this->is_anonymous() ) {
2409
- $this->do_action( 'after_init_addon_anonymous' );
2410
- } else if ( $this->is_pending_activation() ) {
2411
- $this->do_action( 'after_init_addon_pending_activations' );
2412
- }
2413
- }
2414
- }
2415
-
2416
- /**
2417
- * @author Leo Fajardo (@leorw)
2418
- *
2419
- * @since 1.2.1.5
2420
- */
2421
- function _stop_tracking_callback() {
2422
- $result = $this->stop_tracking();
2423
-
2424
- if ( true === $result ) {
2425
- self::shoot_ajax_success();
2426
- }
2427
-
2428
- $this->_logger->api_error( $result );
2429
-
2430
- self::shoot_ajax_failure(
2431
- __fs( 'unexpected-api-error', $this->_slug ) .
2432
- ( $this->is_api_error( $result ) && isset( $result->error ) ?
2433
- $result->error->message :
2434
- var_export( $result, true ) )
2435
- );
2436
- }
2437
-
2438
- /**
2439
- * @author Leo Fajardo (@leorw)
2440
- * @since 1.2.1.5
2441
- */
2442
- function _allow_tracking_callback() {
2443
- $result = $this->allow_tracking();
2444
-
2445
- if ( true === $result ) {
2446
- self::shoot_ajax_success();
2447
- }
2448
-
2449
- $this->_logger->api_error( $result );
2450
-
2451
- self::shoot_ajax_failure(
2452
- __fs( 'unexpected-api-error', $this->_slug ) .
2453
- ( $this->is_api_error( $result ) && isset( $result->error ) ?
2454
- $result->error->message :
2455
- var_export( $result, true ) )
2456
- );
2457
- }
2458
-
2459
- /**
2460
- * Opt-out from usage tracking.
2461
- *
2462
- * Note: This will not delete the account information but will stop all tracking.
2463
- *
2464
- * Returns:
2465
- * 1. FALSE - If the user never opted-in.
2466
- * 2. TRUE - If successfully opted-out.
2467
- * 3. object - API result on failure.
2468
- *
2469
- * @author Leo Fajardo (@leorw)
2470
- * @since 1.2.1.5
2471
- *
2472
- * @return bool|object
2473
- */
2474
- function stop_tracking() {
2475
- $this->_logger->entrance();
2476
-
2477
- if ( ! $this->is_registered() ) {
2478
- // User never opted-in.
2479
- return false;
2480
- }
2481
-
2482
- if ( $this->is_tracking_prohibited() ) {
2483
- // Already disconnected.
2484
- return true;
2485
- }
2486
-
2487
- // Send update to FS.
2488
- $result = $this->get_api_site_scope()->call( '/?fields=is_disconnected', 'put', array(
2489
- 'is_disconnected' => true
2490
- ) );
2491
-
2492
- if ( ! $this->is_api_result_entity( $result ) ||
2493
- ! isset( $result->is_disconnected ) ||
2494
- ! $result->is_disconnected
2495
- ) {
2496
- $this->_logger->api_error( $result );
2497
-
2498
- return $result;
2499
- }
2500
-
2501
- $this->_site->is_disconnected = $result->is_disconnected;
2502
- $this->_store_site();
2503
-
2504
- $this->clear_sync_cron();
2505
-
2506
- // Successfully disconnected.
2507
- return true;
2508
- }
2509
-
2510
- /**
2511
- * Opt-in back into usage tracking.
2512
- *
2513
- * Note: This will only work if the user opted-in previously.
2514
- *
2515
- * Returns:
2516
- * 1. FALSE - If the user never opted-in.
2517
- * 2. TRUE - If successfully opted-in back to usage tracking.
2518
- * 3. object - API result on failure.
2519
- *
2520
- * @author Leo Fajardo (@leorw)
2521
- * @since 1.2.1.5
2522
- *
2523
- * @return bool|object
2524
- */
2525
- function allow_tracking() {
2526
- $this->_logger->entrance();
2527
-
2528
- if ( ! $this->is_registered() ) {
2529
- // User never opted-in.
2530
- return false;
2531
- }
2532
-
2533
- if ( $this->is_tracking_allowed() ) {
2534
- // Tracking already allowed.
2535
- return true;
2536
- }
2537
-
2538
- $result = $this->get_api_site_scope()->call( '/?is_disconnected', 'put', array(
2539
- 'is_disconnected' => false
2540
- ) );
2541
-
2542
- if ( ! $this->is_api_result_entity( $result ) ||
2543
- ! isset( $result->is_disconnected ) ||
2544
- $result->is_disconnected
2545
- ) {
2546
- $this->_logger->api_error( $result );
2547
-
2548
- return $result;
2549
- }
2550
-
2551
- $this->_site->is_disconnected = $result->is_disconnected;
2552
- $this->_store_site();
2553
-
2554
- $this->schedule_sync_cron();
2555
-
2556
- // Successfully reconnected.
2557
- return true;
2558
- }
2559
-
2560
- /**
2561
- * If user opted-in and later disabled usage-tracking,
2562
- * re-allow tracking for licensing and updates.
2563
- *
2564
- * @author Leo Fajardo (@leorw)
2565
- *
2566
- * @since 1.2.1.5
2567
- */
2568
- private function reconnect_locally() {
2569
- $this->_logger->entrance();
2570
-
2571
- if ( $this->is_tracking_prohibited() &&
2572
- $this->is_registered()
2573
- ) {
2574
- $this->_site->is_disconnected = false;
2575
- $this->_store_site();
2576
- }
2577
- }
2578
-
2579
- /**
2580
- * Parse plugin's settings (as defined by the plugin dev).
2581
- *
2582
- * @author Vova Feldman (@svovaf)
2583
- * @since 1.1.7.3
2584
- *
2585
- * @param array $plugin_info
2586
- *
2587
- * @throws \Freemius_Exception
2588
- */
2589
- private function parse_settings( &$plugin_info ) {
2590
- $this->_logger->entrance();
2591
-
2592
- $id = $this->get_numeric_option( $plugin_info, 'id', false );
2593
- $public_key = $this->get_option( $plugin_info, 'public_key', false );
2594
- $secret_key = $this->get_option( $plugin_info, 'secret_key', null );
2595
- $parent_id = $this->get_numeric_option( $plugin_info, 'parent_id', null );
2596
- $parent_name = $this->get_option( $plugin_info, 'parent_name', null );
2597
-
2598
- /**
2599
- * @author Vova Feldman (@svovaf)
2600
- * @since 1.1.9 Try to pull secret key from external config.
2601
- */
2602
- if ( is_null( $secret_key ) && defined( "WP_FS__{$this->_slug}_SECRET_KEY" ) ) {
2603
- $secret_key = constant( "WP_FS__{$this->_slug}_SECRET_KEY" );
2604
- }
2605
-
2606
- if ( isset( $plugin_info['parent'] ) ) {
2607
- $parent_id = $this->get_numeric_option( $plugin_info['parent'], 'id', null );
2608
- // $parent_slug = $this->get_option( $plugin_info['parent'], 'slug', null );
2609
- // $parent_public_key = $this->get_option( $plugin_info['parent'], 'public_key', null );
2610
- // $parent_name = $this->get_option( $plugin_info['parent'], 'name', null );
2611
- }
2612
-
2613
- if ( false === $id ) {
2614
- throw new Freemius_Exception( 'Plugin id parameter is not set.' );
2615
- }
2616
- if ( false === $public_key ) {
2617
- throw new Freemius_Exception( 'Plugin public_key parameter is not set.' );
2618
- }
2619
-
2620
- $plugin = ( $this->_plugin instanceof FS_Plugin ) ?
2621
- $this->_plugin :
2622
- new FS_Plugin();
2623
-
2624
- $plugin->update( array(
2625
- 'id' => $id,
2626
- 'public_key' => $public_key,
2627
- 'slug' => $this->_slug,
2628
- 'parent_plugin_id' => $parent_id,
2629
- 'version' => $this->get_plugin_version(),
2630
- 'title' => $this->get_plugin_name(),
2631
- 'file' => $this->_plugin_basename,
2632
- 'is_premium' => $this->get_bool_option( $plugin_info, 'is_premium', true ),
2633
- 'is_live' => $this->get_bool_option( $plugin_info, 'is_live', true ),
2634
- // 'secret_key' => $secret_key,
2635
- ) );
2636
-
2637
- if ( $plugin->is_updated() ) {
2638
- // Update plugin details.
2639
- $this->_plugin = FS_Plugin_Manager::instance( $this->_slug )->store( $plugin );
2640
- }
2641
- // Set the secret key after storing the plugin, we don't want to store the key in the storage.
2642
- $this->_plugin->secret_key = $secret_key;
2643
-
2644
- if (! isset( $plugin_info['menu'] )) {
2645
- $plugin_info['menu'] = array();
2646
-
2647
- if ( ! empty( $this->_storage->sdk_last_version ) &&
2648
- version_compare( $this->_storage->sdk_last_version, '1.1.2', '<=' )
2649
- ) {
2650
- // Backward compatibility to 1.1.2
2651
- $plugin_info['menu']['slug'] = isset( $plugin_info['menu_slug'] ) ?
2652
- $plugin_info['menu_slug'] :
2653
- $this->_slug;
2654
- }
2655
- }
2656
-
2657
- $this->_menu = FS_Admin_Menu_Manager::instance( $this->_slug );
2658
- $this->_menu->init( $plugin_info['menu'], $this->is_addon() );
2659
-
2660
- $this->_has_addons = $this->get_bool_option( $plugin_info, 'has_addons', false );
2661
- $this->_has_paid_plans = $this->get_bool_option( $plugin_info, 'has_paid_plans', true );
2662
- $this->_has_premium_version = $this->get_bool_option( $plugin_info, 'has_premium_version', $this->_has_paid_plans );
2663
- $this->_ignore_pending_mode = $this->get_bool_option( $plugin_info, 'ignore_pending_mode', false );
2664
- $this->_is_org_compliant = $this->get_bool_option( $plugin_info, 'is_org_compliant', true );
2665
- $this->_is_premium_only = $this->get_bool_option( $plugin_info, 'is_premium_only', false );
2666
- if ( $this->_is_premium_only ) {
2667
- // If premium only plugin, disable anonymous mode.
2668
- $this->_enable_anonymous = false;
2669
- $this->_anonymous_mode = false;
2670
- } else {
2671
- $this->_enable_anonymous = $this->get_bool_option( $plugin_info, 'enable_anonymous', true );
2672
- $this->_anonymous_mode = $this->get_bool_option( $plugin_info, 'anonymous_mode', false );
2673
- }
2674
- $this->_permissions = $this->get_option( $plugin_info, 'permissions', array() );
2675
-
2676
- if ( ! empty( $plugin_info['trial'] ) ) {
2677
- $this->_trial_days = $this->get_numeric_option(
2678
- $plugin_info['trial'],
2679
- 'days',
2680
- // Default to 0 - trial without days specification.
2681
- 0
2682
- );
2683
-
2684
- $this->_is_trial_require_payment = $this->get_bool_option( $plugin_info['trial'], 'is_require_payment', false );
2685
- }
2686
- }
2687
-
2688
- /**
2689
- * @param string[] $options
2690
- * @param string $key
2691
- * @param mixed $default
2692
- *
2693
- * @return bool
2694
- */
2695
- private function get_option( &$options, $key, $default = false ) {
2696
- return ! empty( $options[ $key ] ) ? $options[ $key ] : $default;
2697
- }
2698
-
2699
- private function get_bool_option( &$options, $key, $default = false ) {
2700
- return isset( $options[ $key ] ) && is_bool( $options[ $key ] ) ? $options[ $key ] : $default;
2701
- }
2702
-
2703
- private function get_numeric_option( &$options, $key, $default = false ) {
2704
- return isset( $options[ $key ] ) && is_numeric( $options[ $key ] ) ? $options[ $key ] : $default;
2705
- }
2706
-
2707
- /**
2708
- * Gate keeper.
2709
- *
2710
- * @author Vova Feldman (@svovaf)
2711
- * @since 1.1.7.3
2712
- *
2713
- * @return bool
2714
- */
2715
- private function should_stop_execution() {
2716
- if ( empty( $this->_storage->was_plugin_loaded ) ) {
2717
- /**
2718
- * Don't execute Freemius until plugin was fully loaded at least once,
2719
- * to give the opportunity for the activation hook to run before pinging
2720
- * the API for connectivity test. This logic is relevant for the
2721
- * identification of new plugin install vs. plugin update.
2722
- *
2723
- * @author Vova Feldman (@svovaf)
2724
- * @since 1.1.9
2725
- */
2726
- return true;
2727
- }
2728
-
2729
- if ( $this->is_activation_mode() ) {
2730
- if ( ! is_admin() ) {
2731
- /**
2732
- * If in activation mode, don't execute Freemius outside of the
2733
- * admin dashboard.
2734
- *
2735
- * @author Vova Feldman (@svovaf)
2736
- * @since 1.1.7.3
2737
- */
2738
- return true;
2739
- }
2740
-
2741
- if ( ! WP_FS__IS_HTTP_REQUEST ) {
2742
- /**
2743
- * If in activation and executed without HTTP context (e.g. CLI, Cronjob),
2744
- * then don't start Freemius.
2745
- *
2746
- * @author Vova Feldman (@svovaf)
2747
- * @since 1.1.6.3
2748
- *
2749
- * @link https://wordpress.org/support/topic/errors-in-the-freemius-class-when-running-in-wordpress-in-cli
2750
- */
2751
- return true;
2752
- }
2753
-
2754
- if ( $this->is_cron() ) {
2755
- /**
2756
- * If in activation mode, don't execute Freemius during wp crons
2757
- * (wp crons have HTTP context - called as HTTP request).
2758
- *
2759
- * @author Vova Feldman (@svovaf)
2760
- * @since 1.1.7.3
2761
- */
2762
- return true;
2763
- }
2764
-
2765
- if ( self::is_ajax() &&
2766
- ! $this->_admin_notices->has_sticky( 'failed_connect_api_first' ) &&
2767
- ! $this->_admin_notices->has_sticky( 'failed_connect_api' )
2768
- ) {
2769
- /**
2770
- * During activation, if running in AJAX mode, unless there's a sticky
2771
- * connectivity issue notice, don't run Freemius.
2772
- *
2773
- * @author Vova Feldman (@svovaf)
2774
- * @since 1.1.7.3
2775
- */
2776
- return true;
2777
- }
2778
- }
2779
-
2780
- return false;
2781
- }
2782
-
2783
- /**
2784
- * Triggered after code type has changed.
2785
- *
2786
- * @author Vova Feldman (@svovaf)
2787
- * @since 1.1.9.1
2788
- */
2789
- function _after_code_type_change() {
2790
- $this->_logger->entrance();
2791
-
2792
- add_action( is_admin() ? 'admin_init' : 'init', array(
2793
- &$this,
2794
- '_plugin_code_type_changed'
2795
- ) );
2796
- }
2797
-
2798
- /**
2799
- * Handles plugin's code type change (free <--> premium).
2800
- *
2801
- * @author Vova Feldman (@svovaf)
2802
- * @since 1.0.9
2803
- */
2804
- function _plugin_code_type_changed() {
2805
- $this->_logger->entrance();
2806
-
2807
- if ( $this->is_premium() ) {
2808
- $this->reconnect_locally();
2809
-
2810
- // Activated premium code.
2811
- $this->do_action( 'after_premium_version_activation' );
2812
-
2813
- // Remove all sticky messages related to download of the premium version.
2814
- $this->_admin_notices->remove_sticky( array(
2815
- 'trial_started',
2816
- 'plan_upgraded',
2817
- 'plan_changed',
2818
- 'license_activated',
2819
- ) );
2820
-
2821
- $this->_admin_notices->add_sticky(
2822
- __fs( 'premium-activated-message', $this->_slug ),
2823
- 'premium_activated',
2824
- __fs( 'woot', $this->_slug ) . '!'
2825
- );
2826
- } else {
2827
- // Remove sticky message related to premium code activation.
2828
- $this->_admin_notices->remove_sticky( 'premium_activated' );
2829
-
2830
- // Activated free code (after had the premium before).
2831
- $this->do_action( 'after_free_version_reactivation' );
2832
-
2833
- if ( $this->is_paying() && ! $this->is_premium() ) {
2834
- $this->_admin_notices->add_sticky(
2835
- sprintf(
2836
- __fs( 'you-have-x-license', $this->_slug ),
2837
- $this->_site->plan->title
2838
- ) . $this->get_complete_upgrade_instructions(),
2839
- 'plan_upgraded',
2840
- __fs( 'yee-haw', $this->_slug ) . '!'
2841
- );
2842
- }
2843
- }
2844
-
2845
- // Schedule code type changes event.
2846
- $this->schedule_install_sync();
2847
-
2848
- /**
2849
- * Unregister the uninstall hook for the other version of the plugin (with different code type) to avoid
2850
- * triggering a fatal error when uninstalling that plugin. For example, after deactivating the "free" version
2851
- * of a specific plugin, its uninstall hook should be unregistered after the "premium" version has been
2852
- * activated. If we don't do that, a fatal error will occur when we try to uninstall the "free" version since
2853
- * the main file of the "free" version will be loaded first before calling the hooked callback. Since the
2854
- * free and premium versions are almost identical (same class or have same functions), a fatal error like
2855
- * "Cannot redeclare class MyClass" or "Cannot redeclare my_function()" will occur.
2856
- */
2857
- $this->unregister_uninstall_hook();
2858
-
2859
- $this->clear_module_main_file_cache();
2860
-
2861
- // Update is_premium of latest version.
2862
- $this->_storage->prev_is_premium = $this->_plugin->is_premium;
2863
- }
2864
-
2865
- #endregion
2866
-
2867
- #----------------------------------------------------------------------------------
2868
- #region Add-ons
2869
- #----------------------------------------------------------------------------------
2870
-
2871
- /**
2872
- * Check if add-on installed and activated on site.
2873
- *
2874
- * @author Vova Feldman (@svovaf)
2875
- * @since 1.0.6
2876
- *
2877
- * @param string|number $slug_or_id
2878
- *
2879
- * @return bool
2880
- */
2881
- function is_addon_activated( $slug_or_id ) {
2882
- return self::has_instance( $slug_or_id );
2883
- }
2884
-
2885
- /**
2886
- * Check if add-on was connected to install
2887
- *
2888
- * @author Vova Feldman (@svovaf)
2889
- * @since 1.1.7
2890
- *
2891
- * @param string $slug
2892
- *
2893
- * @return bool
2894
- */
2895
- function is_addon_connected( $slug ) {
2896
- $sites = self::get_all_sites();
2897
-
2898
- if ( ! isset( $sites[ $slug ] ) ) {
2899
- return false;
2900
- }
2901
-
2902
- $site = $sites[ $slug ];
2903
-
2904
- $plugin = FS_Plugin_Manager::instance( $slug )->get();
2905
-
2906
- if ( $plugin->parent_plugin_id != $this->_plugin->id ) {
2907
- // The given slug do NOT belong to any of the plugin's add-ons.
2908
- return false;
2909
- }
2910
-
2911
- return ( is_object( $site ) &&
2912
- is_numeric( $site->id ) &&
2913
- is_numeric( $site->user_id ) &&
2914
- is_object( $site->plan )
2915
- );
2916
- }
2917
-
2918
- /**
2919
- * Determines if add-on installed.
2920
- *
2921
- * NOTE: This is a heuristic and only works if the folder/file named as the slug.
2922
- *
2923
- * @author Vova Feldman (@svovaf)
2924
- * @since 1.0.6
2925
- *
2926
- * @param string $slug
2927
- *
2928
- * @return bool
2929
- */
2930
- function is_addon_installed( $slug ) {
2931
- return file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $this->get_addon_basename( $slug ) ) );
2932
- }
2933
-
2934
- /**
2935
- * Get add-on basename.
2936
- *
2937
- * @author Vova Feldman (@svovaf)
2938
- * @since 1.0.6
2939
- *
2940
- * @param string $slug
2941
- *
2942
- * @return string
2943
- */
2944
- function get_addon_basename( $slug ) {
2945
- if ( $this->is_addon_activated( $slug ) ) {
2946
- self::instance( $slug )->get_plugin_basename();
2947
- }
2948
-
2949
- $premium_basename = $slug . '-premium/' . $slug . '.php';
2950
-
2951
- if ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $premium_basename ) ) ) {
2952
- return $premium_basename;
2953
- }
2954
-
2955
- $free_basename = $slug . '/' . $slug . '.php';
2956
-
2957
- return $free_basename;
2958
- }
2959
-
2960
- /**
2961
- * Get installed add-ons instances.
2962
- *
2963
- * @author Vova Feldman (@svovaf)
2964
- * @since 1.0.6
2965
- *
2966
- * @return Freemius[]
2967
- */
2968
- function get_installed_addons() {
2969
- $installed_addons = array();
2970
- foreach ( self::$_instances as $slug => $instance ) {
2971
- if ( $instance->is_addon() && is_object( $instance->_parent_plugin ) ) {
2972
- if ( $this->_plugin->id == $instance->_parent_plugin->id ) {
2973
- $installed_addons[] = $instance;
2974
- }
2975
- }
2976
- }
2977
-
2978
- return $installed_addons;
2979
- }
2980
-
2981
- /**
2982
- * Check if any add-ons of the plugin are installed.
2983
- *
2984
- * @author Leo Fajardo (@leorw)
2985
- * @since 1.1.1
2986
- *
2987
- * @return bool
2988
- */
2989
- function has_installed_addons() {
2990
- if ( ! $this->has_addons() ) {
2991
- return false;
2992
- }
2993
-
2994
- foreach ( self::$_instances as $slug => $instance ) {
2995
- if ( $instance->is_addon() && is_object( $instance->_parent_plugin ) ) {
2996
- if ( $this->_plugin->id == $instance->_parent_plugin->id ) {
2997
- return true;
2998
- }
2999
- }
3000
- }
3001
-
3002
- return false;
3003
- }
3004
-
3005
- /**
3006
- * Tell Freemius that the current plugin is an add-on.
3007
- *
3008
- * @author Vova Feldman (@svovaf)
3009
- * @since 1.0.6
3010
- *
3011
- * @param number $parent_plugin_id The parent plugin ID
3012
- */
3013
- function init_addon( $parent_plugin_id ) {
3014
- $this->_plugin->parent_plugin_id = $parent_plugin_id;
3015
- }
3016
-
3017
- /**
3018
- * @author Vova Feldman (@svovaf)
3019
- * @since 1.0.6
3020
- *
3021
- * @return bool
3022
- */
3023
- function is_addon() {
3024
- return isset( $this->_plugin->parent_plugin_id ) && is_numeric( $this->_plugin->parent_plugin_id );
3025
- }
3026
-
3027
- /**
3028
- * Deactivate add-on if it's premium only and the user does't have a valid license.
3029
- *
3030
- * @param bool $is_after_trial_cancel
3031
- *
3032
- * @return bool If add-on was deactivated.
3033
- */
3034
- private function deactivate_premium_only_addon_without_license( $is_after_trial_cancel = false ) {
3035
- if ( ! $this->has_free_plan() &&
3036
- ! $this->has_features_enabled_license() &&
3037
- ! $this->_has_premium_license()
3038
- ) {
3039
- // IF wrapper is turned off because activation_timestamp is currently only stored for plugins (not addons).
3040
- // if (empty($this->_storage->activation_timestamp) ||
3041
- // (WP_FS__SCRIPT_START_TIME - $this->_storage->activation_timestamp) > 30
3042
- // ) {
3043
- /**
3044
- * @todo When it's first fail, there's no reason to try and re-sync because the licenses were just synced after initial activation.
3045
- *
3046
- * Retry syncing the user add-on licenses.
3047
- */
3048
- // Sync licenses.
3049
- $this->_sync_licenses();
3050
- // }
3051
-
3052
- // Try to activate premium license.
3053
- $this->_activate_license( true );
3054
-
3055
- if ( ! $this->has_free_plan() &&
3056
- ! $this->has_features_enabled_license() &&
3057
- ! $this->_has_premium_license()
3058
- ) {
3059
- // @todo Check if deactivate plugins also call the deactivation hook.
3060
-
3061
- deactivate_plugins( array( $this->_plugin_basename ), true );
3062
-
3063
- $this->_parent->_admin_notices->add_sticky(
3064
- sprintf(
3065
- __fs( ( $is_after_trial_cancel ?
3066
- 'addon-trial-cancelled-message' :
3067
- 'addon-no-license-message' ),
3068
- $this->_parent->_slug
3069
- ),
3070
- '<b>' . $this->_plugin->title . '</b>'
3071
- ) . ' ' . sprintf(
3072
- '<a href="%s" aria-label="%s" class="button button-primary" style="margin-left: 10px; vertical-align: middle;">%s &nbsp;&#10140;</a>',
3073
- $this->_parent->addon_url( $this->_slug ),
3074
- esc_attr( sprintf( __fs( 'more-information-about-x', $this->_parent->_slug ), $this->_plugin->title ) ),
3075
- __fs( 'purchase-license', $this->_parent->_slug )
3076
- ),
3077
- 'no_addon_license_' . $this->_slug,
3078
- ( $is_after_trial_cancel ? '' : __fs( 'oops', $this->_parent->_slug ) . '...' ),
3079
- ( $is_after_trial_cancel ? 'success' : 'error' )
3080
- );
3081
-
3082
- return true;
3083
- }
3084
- }
3085
-
3086
- return false;
3087
- }
3088
-
3089
- #endregion
3090
-
3091
- #----------------------------------------------------------------------------------
3092
- #region Sandbox
3093
- #----------------------------------------------------------------------------------
3094
-
3095
- /**
3096
- * Set Freemius into sandbox mode for debugging.
3097
- *
3098
- * @author Vova Feldman (@svovaf)
3099
- * @since 1.0.4
3100
- *
3101
- * @param string $secret_key
3102
- */
3103
- function init_sandbox( $secret_key ) {
3104
- $this->_plugin->secret_key = $secret_key;
3105
-
3106
- // Update plugin details.
3107
- FS_Plugin_Manager::instance( $this->_slug )->update( $this->_plugin, true );
3108
- }
3109
-
3110
- /**
3111
- * Check if running payments in sandbox mode.
3112
- *
3113
- * @author Vova Feldman (@svovaf)
3114
- * @since 1.0.4
3115
- *
3116
- * @return bool
3117
- */
3118
- function is_payments_sandbox() {
3119
- return ( ! $this->is_live() ) || isset( $this->_plugin->secret_key );
3120
- }
3121
-
3122
- #endregion
3123
-
3124
- /**
3125
- * Check if running test vs. live plugin.
3126
- *
3127
- * @author Vova Feldman (@svovaf)
3128
- * @since 1.0.5
3129
- *
3130
- * @return bool
3131
- */
3132
- function is_live() {
3133
- return $this->_plugin->is_live;
3134
- }
3135
-
3136
- /**
3137
- * Check if the user skipped connecting the account with Freemius.
3138
- *
3139
- * @author Vova Feldman (@svovaf)
3140
- * @since 1.0.7
3141
- *
3142
- * @return bool
3143
- */
3144
- function is_anonymous() {
3145
- if ( ! isset( $this->_is_anonymous ) ) {
3146
- if ( ! isset( $this->_storage->is_anonymous ) ) {
3147
- // Not skipped.
3148
- $this->_is_anonymous = false;
3149
- } else if ( is_bool( $this->_storage->is_anonymous ) ) {
3150
- // For back compatibility, since the variable was boolean before.
3151
- $this->_is_anonymous = $this->_storage->is_anonymous;
3152
-
3153
- // Upgrade stored data format to 1.1.3 format.
3154
- $this->set_anonymous_mode( $this->_storage->is_anonymous );
3155
- } else {
3156
- // Version 1.1.3 and later.
3157
- $this->_is_anonymous = $this->_storage->is_anonymous['is'];
3158
- }
3159
- }
3160
-
3161
- return $this->_is_anonymous;
3162
- }
3163
-
3164
- /**
3165
- * Check if user connected his account and install pending email activation.
3166
- *
3167
- * @author Vova Feldman (@svovaf)
3168
- * @since 1.0.7
3169
- *
3170
- * @return bool
3171
- */
3172
- function is_pending_activation() {
3173
- return $this->_storage->get( 'is_pending_activation', false );
3174
- }
3175
-
3176
- /**
3177
- * Check if plugin must be WordPress.org compliant.
3178
- *
3179
- * @since 1.0.7
3180
- *
3181
- * @return bool
3182
- */
3183
- function is_org_repo_compliant() {
3184
- return $this->_is_org_compliant;
3185
- }
3186
-
3187
- #----------------------------------------------------------------------------------
3188
- #region Daily Sync Cron
3189
- #----------------------------------------------------------------------------------
3190
-
3191
- /**
3192
- * @author Vova Feldman (@svovaf)
3193
- * @since 1.1.7.3
3194
- */
3195
- private function run_manual_sync() {
3196
- $this->require_pluggable_essentials();
3197
-
3198
- if ( ! current_user_can( 'activate_plugins' ) ) {
3199
- return;
3200
- }
3201
-
3202
- // Run manual sync.
3203
- $this->_sync_cron();
3204
-
3205
- // Reschedule next cron to run 24 hours from now (performance optimization).
3206
- $this->clear_sync_cron();
3207
-
3208
- $this->schedule_sync_cron( time() + WP_FS__TIME_24_HOURS_IN_SEC, false );
3209
- }
3210
-
3211
- /**
3212
- * Data sync cron job. Replaces the background sync non blocking HTTP request
3213
- * that doesn't halt page loading.
3214
- *
3215
- * @author Vova Feldman (@svovaf)
3216
- * @since 1.1.7.3
3217
- */
3218
- function _sync_cron() {
3219
- $this->_logger->entrance();
3220
-
3221
- // Store the last time data sync was executed.
3222
- $this->_storage->sync_timestamp = time();
3223
-
3224
- // Check if API is temporary down.
3225
- if ( FS_Api::is_temporary_down() ) {
3226
- return;
3227
- }
3228
-
3229
- // @todo Add logic that identifies API latency, and reschedule the next background sync randomly between 8-16 hours.
3230
-
3231
- if ( $this->is_registered() ) {
3232
- if ( $this->has_paid_plan() ) {
3233
- // Initiate background plan sync.
3234
- $this->_sync_license( true );
3235
-
3236
- if ( $this->is_paying() ) {
3237
- // Check for premium plugin updates.
3238
- $this->check_updates( true );
3239
- }
3240
- } else {
3241
- // Sync install (only if something changed locally).
3242
- $this->sync_install();
3243
- }
3244
- }
3245
-
3246
- $this->do_action( 'after_sync_cron' );
3247
- }
3248
-
3249
- /**
3250
- * Check if sync was executed in the last $period of seconds.
3251
- *
3252
- * @author Vova Feldman (@svovaf)
3253
- * @since 1.1.7.3
3254
- *
3255
- * @param int $period In seconds
3256
- *
3257
- * @return bool
3258
- */
3259
- private function is_sync_executed( $period = WP_FS__TIME_24_HOURS_IN_SEC ) {
3260
- if ( ! isset( $this->_storage->sync_timestamp ) ) {
3261
- return false;
3262
- }
3263
-
3264
- return ( $this->_storage->sync_timestamp > ( WP_FS__SCRIPT_START_TIME - $period ) );
3265
- }
3266
-
3267
- /**
3268
- * @author Vova Feldman (@svovaf)
3269
- * @since 1.1.7.3
3270
- *
3271
- * @return bool
3272
- */
3273
- private function is_sync_cron_on() {
3274
- /**
3275
- * @var object $sync_cron_data
3276
- */
3277
- $sync_cron_data = $this->_storage->get( 'sync_cron', null );
3278
-
3279
- return ( ! is_null( $sync_cron_data ) && true === $sync_cron_data->on );
3280
- }
3281
-
3282
- /**
3283
- * @author Vova Feldman (@svovaf)
3284
- * @since 1.1.7.3
3285
- *
3286
- * @param int $start_at Defaults to now.
3287
- * @param bool $randomize_start If true, schedule first job randomly during the next 12 hours. Otherwise,
3288
- * schedule job to start right away.
3289
- */
3290
- private function schedule_sync_cron( $start_at = WP_FS__SCRIPT_START_TIME, $randomize_start = true ) {
3291
- $this->_logger->entrance();
3292
-
3293
- if ( $randomize_start ) {
3294
- // Schedule first sync with a random 12 hour time range from now.
3295
- $start_at += rand( 0, ( WP_FS__TIME_24_HOURS_IN_SEC / 2 ) );
3296
- }
3297
-
3298
- // Schedule daily WP cron.
3299
- wp_schedule_event(
3300
- $start_at,
3301
- 'daily',
3302
- $this->get_action_tag( 'data_sync' )
3303
- );
3304
-
3305
- $this->_storage->store( 'sync_cron', (object) array(
3306
- 'version' => $this->get_plugin_version(),
3307
- 'sdk_version' => $this->version,
3308
- 'timestamp' => WP_FS__SCRIPT_START_TIME,
3309
- 'on' => true,
3310
- ) );
3311
- }
3312
-
3313
- /**
3314
- * Add the actual sync function to the cron job hook.
3315
- *
3316
- * @author Vova Feldman (@svovaf)
3317
- * @since 1.1.7.3
3318
- */
3319
- private function hook_callback_to_sync_cron() {
3320
- $this->add_action( 'data_sync', array( &$this, '_sync_cron' ) );
3321
- }
3322
-
3323
- /**
3324
- * @author Vova Feldman (@svovaf)
3325
- * @since 1.1.7.3
3326
- */
3327
- private function clear_sync_cron() {
3328
- $this->_logger->entrance();
3329
-
3330
- if ( ! $this->is_sync_cron_on() ) {
3331
- return;
3332
- }
3333
-
3334
- $this->_storage->remove( 'sync_cron' );
3335
-
3336
- wp_clear_scheduled_hook( $this->get_action_tag( 'data_sync' ) );
3337
- }
3338
-
3339
- /**
3340
- * Unix timestamp for next sync cron execution or false if not scheduled.
3341
- *
3342
- * @author Vova Feldman (@svovaf)
3343
- * @since 1.1.7.3
3344
- *
3345
- * @return int|false
3346
- */
3347
- function next_sync_cron() {
3348
- $this->_logger->entrance();
3349
-
3350
- if ( ! $this->is_sync_cron_on() ) {
3351
- return false;
3352
- }
3353
-
3354
- return wp_next_scheduled( $this->get_action_tag( 'data_sync' ) );
3355
- }
3356
-
3357
- /**
3358
- * Unix timestamp for previous sync cron execution or false if never executed.
3359
- *
3360
- * @author Vova Feldman (@svovaf)
3361
- * @since 1.1.7.3
3362
- *
3363
- * @return int|false
3364
- */
3365
- function last_sync_cron() {
3366
- $this->_logger->entrance();
3367
-
3368
- return $this->_storage->get( 'sync_timestamp' );
3369
- }
3370
-
3371
- #endregion Daily Sync Cron ------------------------------------------------------------------
3372
-
3373
- #----------------------------------------------------------------------------------
3374
- #region Async Install Sync
3375
- #----------------------------------------------------------------------------------
3376
-
3377
- /**
3378
- * @author Vova Feldman (@svovaf)
3379
- * @since 1.1.7.3
3380
- *
3381
- * @return bool
3382
- */
3383
- private function is_install_sync_scheduled() {
3384
- /**
3385
- * @var object $cron_data
3386
- */
3387
- $cron_data = $this->_storage->get( 'install_sync_cron', null );
3388
-
3389
- return ( ! is_null( $cron_data ) && true === $cron_data->on );
3390
- }
3391
-
3392
- /**
3393
- * Instead of running blocking install sync event, execute non blocking scheduled wp-cron.
3394
- *
3395
- * @author Vova Feldman (@svovaf)
3396
- * @since 1.1.7.3
3397
- */
3398
- private function schedule_install_sync() {
3399
- $this->_logger->entrance();
3400
-
3401
- $this->clear_install_sync_cron();
3402
-
3403
- // Schedule immediate install sync.
3404
- wp_schedule_single_event(
3405
- WP_FS__SCRIPT_START_TIME,
3406
- $this->get_action_tag( 'install_sync' )
3407
- );
3408
-
3409
- $this->_storage->store( 'install_sync_cron', (object) array(
3410
- 'version' => $this->get_plugin_version(),
3411
- 'sdk_version' => $this->version,
3412
- 'timestamp' => WP_FS__SCRIPT_START_TIME,
3413
- 'on' => true,
3414
- ) );
3415
- }
3416
-
3417
- /**
3418
- * Unix timestamp for previous install sync cron execution or false if never executed.
3419
- *
3420
- * @todo There's some very strange bug that $this->_storage->install_sync_timestamp value is not being
3421
- * updated. But for sure the sync event is working.
3422
- *
3423
- * @author Vova Feldman (@svovaf)
3424
- * @since 1.1.7.3
3425
- *
3426
- * @return int|false
3427
- */
3428
- function last_install_sync() {
3429
- $this->_logger->entrance();
3430
-
3431
- return $this->_storage->get( 'install_sync_timestamp' );
3432
- }
3433
-
3434
- /**
3435
- * Unix timestamp for next install sync cron execution or false if not scheduled.
3436
- *
3437
- * @author Vova Feldman (@svovaf)
3438
- * @since 1.1.7.3
3439
- *
3440
- * @return int|false
3441
- */
3442
- function next_install_sync() {
3443
- $this->_logger->entrance();
3444
-
3445
- if ( ! $this->is_install_sync_scheduled() ) {
3446
- return false;
3447
- }
3448
-
3449
- return wp_next_scheduled( $this->get_action_tag( 'install_sync' ) );
3450
- }
3451
-
3452
- /**
3453
- * Add the actual install sync function to the cron job hook.
3454
- *
3455
- * @author Vova Feldman (@svovaf)
3456
- * @since 1.1.7.3
3457
- */
3458
- private function hook_callback_to_install_sync() {
3459
- $this->add_action( 'install_sync', array( &$this, '_run_sync_install' ) );
3460
- }
3461
-
3462
- /**
3463
- * @author Vova Feldman (@svovaf)
3464
- * @since 1.1.7.3
3465
- */
3466
- private function clear_install_sync_cron() {
3467
- $this->_logger->entrance();
3468
-
3469
- if ( ! $this->is_install_sync_scheduled() ) {
3470
- return;
3471
- }
3472
-
3473
- $this->_storage->remove( 'install_sync_cron' );
3474
-
3475
- wp_clear_scheduled_hook( $this->get_action_tag( 'install_sync' ) );
3476
- }
3477
-
3478
- /**
3479
- * @author Vova Feldman (@svovaf)
3480
- * @since 1.1.7.3
3481
- */
3482
- public function _run_sync_install() {
3483
- $this->_logger->entrance();
3484
-
3485
- // Update last install sync timestamp.
3486
- $this->_storage->install_sync_timestamp = time();
3487
-
3488
- $this->sync_install( array(), true );
3489
- }
3490
-
3491
- #endregion Async Install Sync ------------------------------------------------------------------
3492
-
3493
- /**
3494
- * Show a notice that activation is currently pending.
3495
- *
3496
- * @author Vova Feldman (@svovaf)
3497
- * @since 1.0.7
3498
- *
3499
- * @param bool|string $email
3500
- * @param bool $is_pending_trial Since 1.2.1.5
3501
- */
3502
- function _add_pending_activation_notice( $email = false, $is_pending_trial = false ) {
3503
- if ( ! is_string( $email ) ) {
3504
- $current_user = self::_get_current_wp_user();
3505
- $email = $current_user->user_email;
3506
- }
3507
-
3508
- $this->_admin_notices->add_sticky(
3509
- sprintf(
3510
- __fs( 'pending-activation-message', $this->_slug ),
3511
- '<b>' . $this->get_plugin_name() . '</b>',
3512
- '<b>' . $email . '</b>',
3513
- __fs( $is_pending_trial ? 'start-the-trial' : 'complete-the-install', $this->_slug )
3514
- ),
3515
- 'activation_pending',
3516
- 'Thanks!'
3517
- );
3518
- }
3519
-
3520
- /**
3521
- * Check if currently in plugin activation.
3522
- *
3523
- * @author Vova Feldman (@svovaf)
3524
- * @since 1.1.4
3525
- *
3526
- * @return bool
3527
- */
3528
- function is_plugin_activation() {
3529
- return get_option( "fs_{$this->_slug}_activated", false );
3530
- }
3531
-
3532
- /**
3533
- *
3534
- * NOTE: admin_menu action executed before admin_init.
3535
- *
3536
- * @author Vova Feldman (@svovaf)
3537
- * @since 1.0.7
3538
- */
3539
- function _admin_init_action() {
3540
- /**
3541
- * Automatically redirect to connect/activation page after plugin activation.
3542
- *
3543
- * @since 1.1.7 Do NOT redirect to opt-in when running in network admin mode.
3544
- */
3545
- if ( $this->is_plugin_activation() ) {
3546
- delete_option( "fs_{$this->_slug}_activated" );
3547
-
3548
- if ( ! function_exists( 'is_network_admin' ) || ! is_network_admin() ) {
3549
- $this->_redirect_on_activation_hook();
3550
-
3551
- return;
3552
- }
3553
- }
3554
-
3555
- if ( fs_request_is_action( $this->_slug . '_skip_activation' ) ) {
3556
- check_admin_referer( $this->_slug . '_skip_activation' );
3557
-
3558
- $this->skip_connection();
3559
-
3560
- fs_redirect( $this->get_after_activation_url( 'after_skip_url' ) );
3561
- }
3562
-
3563
- if ( ! $this->is_addon() && ! $this->is_registered() && ! $this->is_anonymous() ) {
3564
- if ( ! $this->is_pending_activation() ) {
3565
- if ( ! $this->_menu->is_activation_page() ) {
3566
- if ( $this->is_plugin_new_install() || $this->is_only_premium() ) {
3567
- // Show notice for new plugin installations.
3568
- $this->_admin_notices->add(
3569
- sprintf(
3570
- __fs( 'you-are-step-away', $this->_slug ),
3571
- sprintf( '<b><a href="%s">%s</a></b>',
3572
- $this->get_activation_url(),
3573
- sprintf( __fs( 'activate-x-now', $this->_slug ), $this->get_plugin_name() )
3574
- )
3575
- ),
3576
- '',
3577
- 'update-nag'
3578
- );
3579
- } else {
3580
- if ( ! isset( $this->_storage->sticky_optin_added ) ) {
3581
- $this->_storage->sticky_optin_added = true;
3582
-
3583
- // Show notice for new plugin installations.
3584
- $this->_admin_notices->add_sticky(
3585
- sprintf(
3586
- __fs( 'few-plugin-tweaks', $this->_slug ),
3587
- sprintf( '<b><a href="%s">%s</a></b>',
3588
- $this->get_activation_url(),
3589
- sprintf( __fs( 'optin-x-now', $this->_slug ), $this->get_plugin_name() )
3590
- )
3591
- ),
3592
- 'connect_account',
3593
- '',
3594
- 'update-nag'
3595
- );
3596
- }
3597
-
3598
- if ( $this->has_filter( 'optin_pointer_element' ) ) {
3599
- // Don't show admin nag if plugin update.
3600
- wp_enqueue_script( 'wp-pointer' );
3601
- wp_enqueue_style( 'wp-pointer' );
3602
-
3603
- $this->_enqueue_connect_essentials();
3604
-
3605
- add_action( 'admin_print_footer_scripts', array(
3606
- $this,
3607
- '_add_connect_pointer_script'
3608
- ) );
3609
- }
3610
-
3611
- }
3612
- }
3613
- }
3614
- }
3615
-
3616
- $this->_add_upgrade_action_link();
3617
- }
3618
-
3619
- /**
3620
- * Enqueue connect requires scripts and styles.
3621
- *
3622
- * @author Vova Feldman (@svovaf)
3623
- * @since 1.1.4
3624
- */
3625
- function _enqueue_connect_essentials() {
3626
- wp_enqueue_script( 'jquery' );
3627
- wp_enqueue_script( 'json2' );
3628
-
3629
- fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
3630
- fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
3631
-
3632
- fs_enqueue_local_style( 'fs_connect', '/admin/connect.css' );
3633
- }
3634
-
3635
- /**
3636
- * Add connect / opt-in pointer.
3637
- *
3638
- * @author Vova Feldman (@svovaf)
3639
- * @since 1.1.4
3640
- */
3641
- function _add_connect_pointer_script() {
3642
- $vars = array( 'slug' => $this->_slug );
3643
- $pointer_content = fs_get_template( 'connect.php', $vars );
3644
- ?>
3645
- <script type="text/javascript">// <![CDATA[
3646
- jQuery(document).ready(function ($) {
3647
- if ('undefined' !== typeof(jQuery().pointer)) {
3648
-
3649
- var element = <?php echo $this->apply_filters( 'optin_pointer_element', '$("#non_existing_element");' ) ?>;
3650
-
3651
- if (element.length > 0) {
3652
- var optin = $(element).pointer($.extend(true, {}, {
3653
- content : <?php echo json_encode( $pointer_content ) ?>,
3654
- position : {
3655
- edge : 'left',
3656
- align: 'center'
3657
- },
3658
- buttons : function () {
3659
- // Don't show pointer buttons.
3660
- return '';
3661
- },
3662
- pointerWidth: 482
3663
- }, <?php echo $this->apply_filters( 'optin_pointer_options_json', '{}' ) ?>));
3664
-
3665
- <?php
3666
- echo $this->apply_filters( 'optin_pointer_execute', "
3667
-
3668
- optin.pointer('open');
3669
-
3670
- // Tag the opt-in pointer with custom class.
3671
- $('.wp-pointer #fs_connect')
3672
- .parents('.wp-pointer.wp-pointer-top')
3673
- .addClass('fs-opt-in-pointer');
3674
-
3675
- ", 'element', 'optin' ) ?>
3676
- }
3677
- }
3678
- });
3679
- // ]]></script>
3680
- <?php
3681
- }
3682
-
3683
- /**
3684
- * Return current page's URL.
3685
- *
3686
- * @author Vova Feldman (@svovaf)
3687
- * @since 1.0.7
3688
- *
3689
- * @return string
3690
- */
3691
- function current_page_url() {
3692
- $url = 'http';
3693
-
3694
- if ( isset( $_SERVER["HTTPS"] ) ) {
3695
- if ( $_SERVER["HTTPS"] == "on" ) {
3696
- $url .= "s";
3697
- }
3698
- }
3699
- $url .= "://";
3700
- if ( $_SERVER["SERVER_PORT"] != "80" ) {
3701
- $url .= $_SERVER["SERVER_NAME"] . ":" . $_SERVER["SERVER_PORT"] . $_SERVER["REQUEST_URI"];
3702
- } else {
3703
- $url .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
3704
- }
3705
-
3706
- return esc_url( $url );
3707
- }
3708
-
3709
- /**
3710
- * Check if the current page is the plugin's main admin settings page.
3711
- *
3712
- * @author Vova Feldman (@svovaf)
3713
- * @since 1.0.7
3714
- *
3715
- * @return bool
3716
- */
3717
- function _is_plugin_page() {
3718
- return fs_is_plugin_page( $this->_menu->get_raw_slug() ) ||
3719
- fs_is_plugin_page( $this->_slug );
3720
- }
3721
-
3722
- /* Events
3723
- ------------------------------------------------------------------------------------------------------------------*/
3724
- /**
3725
- * Delete site install from Database.
3726
- *
3727
- * @author Vova Feldman (@svovaf)
3728
- * @since 1.0.1
3729
- *
3730
- * @param bool $store
3731
- */
3732
- function _delete_site( $store = true ) {
3733
- $sites = self::get_all_sites();
3734
-
3735
- if ( isset( $sites[ $this->_slug ] ) ) {
3736
- unset( $sites[ $this->_slug ] );
3737
- }
3738
-
3739
- self::$_accounts->set_option( 'sites', $sites, $store );
3740
- }
3741
-
3742
- /**
3743
- * Delete plugin's plans information.
3744
- *
3745
- * @param bool $store Flush to Database if true.
3746
- *
3747
- * @author Vova Feldman (@svovaf)
3748
- * @since 1.0.9
3749
- */
3750
- private function _delete_plans( $store = true ) {
3751
- $this->_logger->entrance();
3752
-
3753
- $plans = self::get_all_plans();
3754
-
3755
- unset( $plans[ $this->_slug ] );
3756
-
3757
- self::$_accounts->set_option( 'plans', $plans, $store );
3758
- }
3759
-
3760
- /**
3761
- * Delete all plugin licenses.
3762
- *
3763
- * @author Vova Feldman (@svovaf)
3764
- * @since 1.0.9
3765
- *
3766
- * @param bool $store
3767
- * @param string|bool $plugin_slug
3768
- */
3769
- private function _delete_licenses( $store = true, $plugin_slug = false ) {
3770
- $this->_logger->entrance();
3771
-
3772
- $all_licenses = self::get_all_licenses();
3773
-
3774
- if ( ! is_string( $plugin_slug ) ) {
3775
- $plugin_slug = $this->_slug;
3776
- }
3777
-
3778
- unset( $all_licenses[ $plugin_slug ] );
3779
-
3780
- self::$_accounts->set_option( 'licenses', $all_licenses, $store );
3781
- }
3782
-
3783
- /**
3784
- * Check if Freemius was added on new plugin installation.
3785
- *
3786
- * @author Vova Feldman (@svovaf)
3787
- * @since 1.1.5
3788
- *
3789
- * @return bool
3790
- */
3791
- function is_plugin_new_install() {
3792
- return isset( $this->_storage->is_plugin_new_install ) &&
3793
- $this->_storage->is_plugin_new_install;
3794
- }
3795
-
3796
- /**
3797
- * Check if it's the first plugin release that is running Freemius.
3798
- *
3799
- * @author Vova Feldman (@svovaf)
3800
- * @since 1.2.1.5
3801
- *
3802
- * @return bool
3803
- */
3804
- function is_first_freemius_powered_version() {
3805
- return empty( $this->_storage->plugin_last_version );
3806
- }
3807
-
3808
- /**
3809
- * Plugin activated hook.
3810
- *
3811
- * @author Vova Feldman (@svovaf)
3812
- * @since 1.0.1
3813
- *
3814
- * @uses FS_Api
3815
- */
3816
- function _activate_plugin_event_hook() {
3817
- $this->_logger->entrance( 'slug = ' . $this->_slug );
3818
-
3819
- if ( ! current_user_can( 'activate_plugins' ) ) {
3820
- return;
3821
- }
3822
-
3823
- $this->unregister_uninstall_hook();
3824
-
3825
- // Clear API cache on activation.
3826
- FS_Api::clear_cache();
3827
-
3828
- if ( $this->is_registered() ) {
3829
- $is_premium_version_activation = ( current_filter() !== ( 'activate_' . $this->_free_plugin_basename ) );
3830
-
3831
- if ( $is_premium_version_activation ) {
3832
- $this->reconnect_locally();
3833
- }
3834
-
3835
- $this->_logger->info( 'Activating ' . ( $is_premium_version_activation ? 'premium' : 'free' ) . ' plugin version.' );
3836
-
3837
- // Schedule re-activation event and sync.
3838
- // $this->sync_install( array(), true );
3839
- $this->schedule_install_sync();
3840
-
3841
- // 1. If running in the activation of the FREE module, get the basename of the PREMIUM.
3842
- // 2. If running in the activation of the PREMIUM module, get the basename of the FREE.
3843
- $other_version_basename = $is_premium_version_activation ?
3844
- $this->_free_plugin_basename :
3845
- $this->premium_plugin_basename();
3846
-
3847
- /**
3848
- * If the other module version is activate, deactivate it.
3849
- *
3850
- * @author Leo Fajardo (@leorw)
3851
- * @since 1.2.2
3852
- */
3853
- if ( is_plugin_active( $other_version_basename ) ) {
3854
- deactivate_plugins( $other_version_basename );
3855
- }
3856
-
3857
- // If activating the premium module version, add an admin notice to congratulate for an upgrade completion.
3858
- if ( $is_premium_version_activation ) {
3859
- $this->_admin_notices->add(
3860
- sprintf( __fs( 'successful-version-upgrade-message', $this->_slug ), sprintf( '<b>%s</b>', $this->_plugin->title ) ),
3861
- __fs( 'woot', $this->_slug ) . '!'
3862
- );
3863
- }
3864
- } else if ( $this->is_anonymous() ) {
3865
- /**
3866
- * Reset "skipped" click cache on the following:
3867
- * 1. Development mode.
3868
- * 2. If the user skipped the exact same version before.
3869
- *
3870
- * @todo 3. If explicitly asked to retry after every activation.
3871
- */
3872
- if ( WP_FS__DEV_MODE ||
3873
- $this->get_plugin_version() == $this->_storage->is_anonymous['version']
3874
- ) {
3875
- $this->reset_anonymous_mode();
3876
- }
3877
- }
3878
-
3879
- if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
3880
- /**
3881
- * If no previous version of plugin's version exist, it means that it's either
3882
- * the first time that the plugin installed on the site, or the plugin was installed
3883
- * before but didn't have Freemius integrated.
3884
- *
3885
- * Since register_activation_hook() do NOT fires on updates since 3.1, and only fires
3886
- * on manual activation via the dashboard, is_plugin_activation() is TRUE
3887
- * only after immediate activation.
3888
- *
3889
- * @since 1.1.4
3890
- * @link https://make.wordpress.org/core/2010/10/27/plugin-activation-hooks-no-longer-fire-for-updates/
3891
- */
3892
- $this->_storage->is_plugin_new_install = empty( $this->_storage->plugin_last_version );
3893
- }
3894
-
3895
- if ( ! $this->_anonymous_mode && $this->has_api_connectivity( WP_FS__DEV_MODE ) ) {
3896
- // Store hint that the plugin was just activated to enable auto-redirection to settings.
3897
- add_option( "fs_{$this->_slug}_activated", true );
3898
- }
3899
-
3900
- /**
3901
- * Activation hook is executed after the plugin's main file is loaded, therefore,
3902
- * after the plugin was loaded. The logic is located at activate_plugin()
3903
- * ./wp-admin/includes/plugin.php.
3904
- *
3905
- * @author Vova Feldman (@svovaf)
3906
- * @since 1.1.9
3907
- */
3908
- $this->_storage->was_plugin_loaded = true;
3909
- }
3910
-
3911
- /**
3912
- * Delete account.
3913
- *
3914
- * @author Vova Feldman (@svovaf)
3915
- * @since 1.0.3
3916
- *
3917
- * @param bool $check_user Enforce checking if user have plugins activation privileges.
3918
- */
3919
- function delete_account_event( $check_user = true ) {
3920
- $this->_logger->entrance( 'slug = ' . $this->_slug );
3921
-
3922
- if ( $check_user && ! current_user_can( 'activate_plugins' ) ) {
3923
- return;
3924
- }
3925
-
3926
- $this->do_action( 'before_account_delete' );
3927
-
3928
- // Clear all admin notices.
3929
- $this->_admin_notices->clear_all_sticky();
3930
-
3931
- $this->_delete_site( false );
3932
-
3933
- $this->_delete_plans( false );
3934
-
3935
- $this->_delete_licenses( false );
3936
-
3937
- // Delete add-ons related to plugin's account.
3938
- $this->_delete_account_addons( false );
3939
-
3940
- // @todo Delete plans and licenses of add-ons.
3941
-
3942
- self::$_accounts->store();
3943
-
3944
- /**
3945
- * IMPORTANT:
3946
- * Clear crons must be executed before clearing all storage.
3947
- * Otherwise, the cron will not be cleared.
3948
- */
3949
- $this->clear_sync_cron();
3950
- $this->clear_install_sync_cron();
3951
-
3952
- // Clear all storage data.
3953
- $this->_storage->clear_all( true, array(
3954
- 'connectivity_test',
3955
- 'is_on',
3956
- ) );
3957
-
3958
- // Send delete event.
3959
- $this->get_api_site_scope()->call( '/', 'delete' );
3960
-
3961
- $this->do_action( 'after_account_delete' );
3962
- }
3963
-
3964
- /**
3965
- * Plugin deactivation hook.
3966
- *
3967
- * @author Vova Feldman (@svovaf)
3968
- * @since 1.0.1
3969
- */
3970
- function _deactivate_plugin_hook() {
3971
- $this->_logger->entrance( 'slug = ' . $this->_slug );
3972
-
3973
- if ( ! current_user_can( 'activate_plugins' ) ) {
3974
- return;
3975
- }
3976
-
3977
- $this->_admin_notices->clear_all_sticky();
3978
- if ( isset( $this->_storage->sticky_optin_added ) ) {
3979
- unset( $this->_storage->sticky_optin_added );
3980
- }
3981
-
3982
- if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
3983
- // Remember that plugin was already installed.
3984
- $this->_storage->is_plugin_new_install = false;
3985
- }
3986
-
3987
- // Hook to plugin uninstall.
3988
- register_uninstall_hook( $this->_plugin_main_file_path, array( 'Freemius', '_uninstall_plugin_hook' ) );
3989
-
3990
- $this->clear_module_main_file_cache();
3991
- $this->clear_sync_cron();
3992
- $this->clear_install_sync_cron();
3993
-
3994
- if ( $this->is_registered() ) {
3995
- // Send deactivation event.
3996
- $this->sync_install( array(
3997
- 'is_active' => false,
3998
- ) );
3999
- } else {
4000
- if ( ! $this->has_api_connectivity() ) {
4001
- // Reset connectivity test cache.
4002
- unset( $this->_storage->connectivity_test );
4003
- }
4004
- }
4005
-
4006
- // Clear API cache on deactivation.
4007
- FS_Api::clear_cache();
4008
-
4009
- $this->remove_sdk_reference();
4010
- }
4011
-
4012
- /**
4013
- * @author Vova Feldman (@svovaf)
4014
- * @since 1.1.6
4015
- */
4016
- private function remove_sdk_reference() {
4017
- global $fs_active_plugins;
4018
-
4019
- foreach ( $fs_active_plugins->plugins as $sdk_path => &$data ) {
4020
- if ( $this->_plugin_basename == $data->plugin_path ) {
4021
- unset( $fs_active_plugins->plugins[ $sdk_path ] );
4022
- break;
4023
- }
4024
- }
4025
-
4026
- fs_fallback_to_newest_active_sdk();
4027
- }
4028
-
4029
- /**
4030
- * @author Vova Feldman (@svovaf)
4031
- * @since 1.1.3
4032
- *
4033
- * @param bool $is_anonymous
4034
- */
4035
- private function set_anonymous_mode( $is_anonymous = true ) {
4036
- // Store information regarding skip to try and opt-in the user
4037
- // again in the future.
4038
- $this->_storage->is_anonymous = array(
4039
- 'is' => $is_anonymous,
4040
- 'timestamp' => WP_FS__SCRIPT_START_TIME,
4041
- 'version' => $this->get_plugin_version(),
4042
- );
4043
-
4044
- // Update anonymous mode cache.
4045
- $this->_is_anonymous = $is_anonymous;
4046
- }
4047
-
4048
- /**
4049
- * @author Vova Feldman (@svovaf)
4050
- * @since 1.1.3
4051
- */
4052
- private function reset_anonymous_mode() {
4053
- unset( $this->_storage->is_anonymous );
4054
- }
4055
-
4056
- /**
4057
- * Clears the anonymous mode and redirects to the opt-in screen.
4058
- *
4059
- * @author Vova Feldman (@svovaf)
4060
- * @since 1.1.7
4061
- */
4062
- function connect_again() {
4063
- if ( ! $this->is_anonymous() ) {
4064
- return;
4065
- }
4066
-
4067
- $this->reset_anonymous_mode();
4068
-
4069
- fs_redirect( $this->get_activation_url() );
4070
- }
4071
-
4072
- /**
4073
- * Skip account connect, and set anonymous mode.
4074
- *
4075
- * @author Vova Feldman (@svovaf)
4076
- * @since 1.1.1
4077
- */
4078
- private function skip_connection() {
4079
- $this->_logger->entrance();
4080
-
4081
- $this->_admin_notices->remove_sticky( 'connect_account' );
4082
-
4083
- $this->set_anonymous_mode();
4084
-
4085
- // Send anonymous skip event.
4086
- // No user identified info nor any tracking will be sent after the user skips the opt-in.
4087
- $this->get_api_plugin_scope()->call( 'skip.json', 'put', array(
4088
- 'uid' => $this->get_anonymous_id(),
4089
- ) );
4090
- }
4091
-
4092
- /**
4093
- * Plugin version update hook.
4094
- *
4095
- * @author Vova Feldman (@svovaf)
4096
- * @since 1.0.4
4097
- */
4098
- private function update_plugin_version_event() {
4099
- $this->_logger->entrance();
4100
-
4101
- if ( ! $this->is_registered() ) {
4102
- return;
4103
- }
4104
-
4105
- $this->schedule_install_sync();
4106
- // $this->sync_install( array(), true );
4107
- }
4108
-
4109
- /**
4110
- * Return a list of modified plugins since the last sync.
4111
- *
4112
- * Note:
4113
- * There's no point to store a plugins counter since even if the number of
4114
- * plugins didn't change, we still need to check if the versions are all the
4115
- * same and the activity state is similar.
4116
- *
4117
- * @author Vova Feldman (@svovaf)
4118
- * @since 1.1.8
4119
- *
4120
- * @return array|false
4121
- */
4122
- private function get_plugins_data_for_api() {
4123
- // Alias.
4124
- $option_name = 'all_plugins';
4125
-
4126
- $all_cached_plugins = self::$_accounts->get_option( $option_name );
4127
-
4128
- if ( ! is_object( $all_cached_plugins ) ) {
4129
- $all_cached_plugins = (object) array(
4130
- 'timestamp' => '',
4131
- 'md5' => '',
4132
- 'plugins' => array(),
4133
- );
4134
- }
4135
-
4136
- $time = time();
4137
-
4138
- if ( ! empty( $all_cached_plugins->timestamp ) &&
4139
- ( $time - $all_cached_plugins->timestamp ) < WP_FS__TIME_5_MIN_IN_SEC
4140
- ) {
4141
- // Don't send plugin updates if last update was in the past 5 min.
4142
- return false;
4143
- }
4144
-
4145
- // Write timestamp to lock the logic.
4146
- $all_cached_plugins->timestamp = $time;
4147
- self::$_accounts->set_option( $option_name, $all_cached_plugins, true );
4148
-
4149
- // Reload options from DB.
4150
- self::$_accounts->load( true );
4151
- $all_cached_plugins = self::$_accounts->get_option( $option_name );
4152
-
4153
- if ( $time != $all_cached_plugins->timestamp ) {
4154
- // If timestamp is different, then another thread captured the lock.
4155
- return false;
4156
- }
4157
-
4158
- // Check if there's a change in plugins.
4159
- $all_plugins = self::get_all_plugins();
4160
-
4161
- // Check if plugins changed.
4162
- ksort( $all_plugins );
4163
-
4164
- $plugins_signature = '';
4165
- foreach ( $all_plugins as $basename => $data ) {
4166
- $plugins_signature .= $data['slug'] . ',' .
4167
- $data['Version'] . ',' .
4168
- ( $data['is_active'] ? '1' : '0' ) . ';';
4169
- }
4170
-
4171
- // Check if plugins status changed (version or active/inactive).
4172
- $plugins_changed = ( $all_cached_plugins->md5 !== md5( $plugins_signature ) );
4173
-
4174
- $plugins_update_data = array();
4175
-
4176
- if ( $plugins_changed ) {
4177
- // Change in plugins, report changes.
4178
-
4179
- // Update existing plugins info.
4180
- foreach ( $all_cached_plugins->plugins as $basename => $data ) {
4181
- if ( ! isset( $all_plugins[ $basename ] ) ) {
4182
- // Plugin uninstalled.
4183
- $uninstalled_plugin_data = $data;
4184
- $uninstalled_plugin_data['is_active'] = false;
4185
- $uninstalled_plugin_data['is_uninstalled'] = true;
4186
- $plugins_update_data[] = $uninstalled_plugin_data;
4187
-
4188
- unset( $all_plugins[ $basename ] );
4189
- unset( $all_cached_plugins->plugins[ $basename ] );
4190
- } else if ( $data['is_active'] !== $all_plugins[ $basename ]['is_active'] ||
4191
- $data['version'] !== $all_plugins[ $basename ]['Version']
4192
- ) {
4193
- // Plugin activated or deactivated, or version changed.
4194
- $all_cached_plugins->plugins[ $basename ]['is_active'] = $all_plugins[ $basename ]['is_active'];
4195
- $all_cached_plugins->plugins[ $basename ]['version'] = $all_plugins[ $basename ]['Version'];
4196
-
4197
- $plugins_update_data[] = $all_cached_plugins->plugins[ $basename ];
4198
- }
4199
- }
4200
-
4201
- // Find new plugins that weren't yet seen before.
4202
- foreach ( $all_plugins as $basename => $data ) {
4203
- if ( ! isset( $all_cached_plugins->plugins[ $basename ] ) ) {
4204
- // New plugin.
4205
- $new_plugin = array(
4206
- 'slug' => $data['slug'],
4207
- 'version' => $data['Version'],
4208
- 'title' => $data['Name'],
4209
- 'is_active' => $data['is_active'],
4210
- 'is_uninstalled' => false,
4211
- );
4212
-
4213
- $plugins_update_data[] = $new_plugin;
4214
- $all_cached_plugins->plugins[ $basename ] = $new_plugin;
4215
- }
4216
- }
4217
-
4218
- $all_cached_plugins->md5 = md5( $plugins_signature );
4219
- $all_cached_plugins->timestamp = $time;
4220
- self::$_accounts->set_option( $option_name, $all_cached_plugins, true );
4221
- }
4222
-
4223
- return $plugins_update_data;
4224
- }
4225
-
4226
- /**
4227
- * Return a list of modified themes since the last sync.
4228
- *
4229
- * Note:
4230
- * There's no point to store a themes counter since even if the number of
4231
- * themes didn't change, we still need to check if the versions are all the
4232
- * same and the activity state is similar.
4233
- *
4234
- * @author Vova Feldman (@svovaf)
4235
- * @since 1.1.8
4236
- *
4237
- * @return array|false
4238
- */
4239
- private function get_themes_data_for_api() {
4240
- // Alias.
4241
- $option_name = 'all_themes';
4242
-
4243
- $all_cached_themes = self::$_accounts->get_option( $option_name );
4244
-
4245
- if ( ! is_object( $all_cached_themes ) ) {
4246
- $all_cached_themes = (object) array(
4247
- 'timestamp' => '',
4248
- 'md5' => '',
4249
- 'themes' => array(),
4250
- );
4251
- }
4252
-
4253
- $time = time();
4254
-
4255
- if ( ! empty( $all_cached_themes->timestamp ) &&
4256
- ( $time - $all_cached_themes->timestamp ) < WP_FS__TIME_5_MIN_IN_SEC
4257
- ) {
4258
- // Don't send theme updates if last update was in the past 5 min.
4259
- return false;
4260
- }
4261
-
4262
- // Write timestamp to lock the logic.
4263
- $all_cached_themes->timestamp = $time;
4264
- self::$_accounts->set_option( $option_name, $all_cached_themes, true );
4265
-
4266
- // Reload options from DB.
4267
- self::$_accounts->load( true );
4268
- $all_cached_themes = self::$_accounts->get_option( $option_name );
4269
-
4270
- if ( $time != $all_cached_themes->timestamp ) {
4271
- // If timestamp is different, then another thread captured the lock.
4272
- return false;
4273
- }
4274
-
4275
- // Get active theme.
4276
- $active_theme = wp_get_theme();
4277
- $active_theme_stylesheet = $active_theme->get_stylesheet();
4278
-
4279
- // Check if there's a change in themes.
4280
- $all_themes = wp_get_themes();
4281
-
4282
- // Check if themes changed.
4283
- ksort( $all_themes );
4284
-
4285
- $themes_signature = '';
4286
- foreach ( $all_themes as $slug => $data ) {
4287
- $is_active = ( $slug === $active_theme_stylesheet );
4288
- $themes_signature .= $slug . ',' .
4289
- $data->version . ',' .
4290
- ( $is_active ? '1' : '0' ) . ';';
4291
- }
4292
-
4293
- // Check if themes status changed (version or active/inactive).
4294
- $themes_changed = ( $all_cached_themes->md5 !== md5( $themes_signature ) );
4295
-
4296
- $themes_update_data = array();
4297
-
4298
- if ( $themes_changed ) {
4299
- // Change in themes, report changes.
4300
-
4301
- // Update existing themes info.
4302
- foreach ( $all_cached_themes->themes as $slug => $data ) {
4303
- $is_active = ( $slug === $active_theme_stylesheet );
4304
-
4305
- if ( ! isset( $all_themes[ $slug ] ) ) {
4306
- // Plugin uninstalled.
4307
- $uninstalled_theme_data = $data;
4308
- $uninstalled_theme_data['is_active'] = false;
4309
- $uninstalled_theme_data['is_uninstalled'] = true;
4310
- $themes_update_data[] = $uninstalled_theme_data;
4311
-
4312
- unset( $all_themes[ $slug ] );
4313
- unset( $all_cached_themes->themes[ $slug ] );
4314
- } else if ( $data['is_active'] !== $is_active ||
4315
- $data['version'] !== $all_themes[ $slug ]->version
4316
- ) {
4317
- // Plugin activated or deactivated, or version changed.
4318
-
4319
- $all_cached_themes->themes[ $slug ]['is_active'] = $is_active;
4320
- $all_cached_themes->themes[ $slug ]['version'] = $all_themes[ $slug ]->version;
4321
-
4322
- $themes_update_data[] = $all_cached_themes->themes[ $slug ];
4323
- }
4324
- }
4325
-
4326
- // Find new themes that weren't yet seen before.
4327
- foreach ( $all_themes as $slug => $data ) {
4328
- if ( ! isset( $all_cached_themes->themes[ $slug ] ) ) {
4329
- $is_active = ( $slug === $active_theme_stylesheet );
4330
-
4331
- // New plugin.
4332
- $new_plugin = array(
4333
- 'slug' => $slug,
4334
- 'version' => $data->version,
4335
- 'title' => $data->name,
4336
- 'is_active' => $is_active,
4337
- 'is_uninstalled' => false,
4338
- );
4339
-
4340
- $themes_update_data[] = $new_plugin;
4341
- $all_cached_themes->themes[ $slug ] = $new_plugin;
4342
- }
4343
- }
4344
-
4345
- $all_cached_themes->md5 = md5( $themes_signature );
4346
- $all_cached_themes->timestamp = time();
4347
- self::$_accounts->set_option( $option_name, $all_cached_themes, true );
4348
- }
4349
-
4350
- return $themes_update_data;
4351
- }
4352
-
4353
- /**
4354
- * Update install details.
4355
- *
4356
- * @author Vova Feldman (@svovaf)
4357
- * @since 1.1.2
4358
- *
4359
- * @param string[] string $override
4360
- * @param bool $include_plugins Since 1.1.8 by default include plugin changes.
4361
- * @param bool $include_themes Since 1.1.8 by default include plugin changes.
4362
- *
4363
- * @return array
4364
- */
4365
- private function get_install_data_for_api(
4366
- array $override,
4367
- $include_plugins = true,
4368
- $include_themes = true
4369
- ) {
4370
- /**
4371
- * @since 1.1.8 Also send plugin updates.
4372
- */
4373
- if ( $include_plugins && ! isset( $override['plugins'] ) ) {
4374
- $plugins = $this->get_plugins_data_for_api();
4375
- if ( ! empty( $plugins ) ) {
4376
- $override['plugins'] = $plugins;
4377
- }
4378
- }
4379
- /**
4380
- * @since 1.1.8 Also send themes updates.
4381
- */
4382
- if ( $include_themes && ! isset( $override['themes'] ) ) {
4383
- $themes = $this->get_themes_data_for_api();
4384
- if ( ! empty( $themes ) ) {
4385
- $override['themes'] = $themes;
4386
- }
4387
- }
4388
-
4389
- return array_merge( array(
4390
- 'version' => $this->get_plugin_version(),
4391
- 'is_premium' => $this->is_premium(),
4392
- 'language' => get_bloginfo( 'language' ),
4393
- 'charset' => get_bloginfo( 'charset' ),
4394
- 'platform_version' => get_bloginfo( 'version' ),
4395
- 'sdk_version' => $this->version,
4396
- 'programming_language_version' => phpversion(),
4397
- 'title' => get_bloginfo( 'name' ),
4398
- 'url' => get_site_url(),
4399
- // Special params.
4400
- 'is_active' => true,
4401
- 'is_disconnected' => $this->is_tracking_prohibited(),
4402
- 'is_uninstalled' => false,
4403
- ), $override );
4404
- }
4405
-
4406
- /**
4407
- * Update install only if changed.
4408
- *
4409
- * @author Vova Feldman (@svovaf)
4410
- * @since 1.0.9
4411
- *
4412
- * @param string[] string $override
4413
- * @param bool $flush
4414
- *
4415
- * @return false|object|string
4416
- */
4417
- private function send_install_update( $override = array(), $flush = false ) {
4418
- $this->_logger->entrance();
4419
-
4420
- $check_properties = $this->get_install_data_for_api( $override );
4421
-
4422
- if ( $flush ) {
4423
- $params = $check_properties;
4424
- } else {
4425
- $params = array();
4426
- $special = array();
4427
- $special_override = false;
4428
-
4429
- foreach ( $check_properties as $p => $v ) {
4430
- if ( property_exists( $this->_site, $p ) ) {
4431
- if ( ( is_bool( $this->_site->{$p} ) || ! empty( $this->_site->{$p} ) ) &&
4432
- $this->_site->{$p} != $v
4433
- ) {
4434
- $this->_site->{$p} = $v;
4435
- $params[ $p ] = $v;
4436
- }
4437
- } else {
4438
- $special[ $p ] = $v;
4439
-
4440
- if ( isset( $override[ $p ] ) ||
4441
- 'plugins' === $p ||
4442
- 'themes' === $p
4443
- ) {
4444
- $special_override = true;
4445
- }
4446
- }
4447
- }
4448
-
4449
- if ( $special_override || 0 < count( $params ) ) {
4450
- // Add special params only if has at least one
4451
- // standard param, or if explicitly requested to
4452
- // override a special param or a param which is not exist
4453
- // in the install object.
4454
- $params = array_merge( $params, $special );
4455
- }
4456
- }
4457
-
4458
- if ( 0 < count( $params ) ) {
4459
- // Update last install sync timestamp.
4460
- $this->_storage->install_sync_timestamp = time();
4461
-
4462
- $params['uid'] = $this->get_anonymous_id();
4463
-
4464
- // Send updated values to FS.
4465
- $site = $this->get_api_site_scope()->call( '/', 'put', $params );
4466
-
4467
- if ( $this->is_api_result_entity( $site ) ) {
4468
- // I successfully sent install update, clear scheduled sync if exist.
4469
- $this->clear_install_sync_cron();
4470
- }
4471
-
4472
- return $site;
4473
- }
4474
-
4475
- return false;
4476
- }
4477
-
4478
- /**
4479
- * Update install only if changed.
4480
- *
4481
- * @author Vova Feldman (@svovaf)
4482
- * @since 1.0.9
4483
- *
4484
- * @param string[] string $override
4485
- * @param bool $flush
4486
- */
4487
- private function sync_install( $override = array(), $flush = false ) {
4488
- $this->_logger->entrance();
4489
-
4490
- $site = $this->send_install_update( $override, $flush );
4491
-
4492
- if ( false === $site ) {
4493
- // No sync required.
4494
- return;
4495
- }
4496
-
4497
- if ( ! $this->is_api_result_entity( $site ) ) {
4498
- // Failed to sync, don't update locally.
4499
- return;
4500
- }
4501
-
4502
- $plan = $this->get_plan();
4503
- $this->_site = new FS_Site( $site );
4504
- $this->_site->plan = $plan;
4505
-
4506
- $this->_store_site( true );
4507
- }
4508
-
4509
- /**
4510
- * Track install's custom event.
4511
- *
4512
- * IMPORTANT:
4513
- * Custom event tracking is currently only supported for specific clients.
4514
- * If you are not one of them, please don't use this method. If you will,
4515
- * the API will simply ignore your request based on the plugin ID.
4516
- *
4517
- * Need custom tracking for your plugin or theme?
4518
- * If you are interested in custom event tracking please contact yo@freemius.com
4519
- * for further details.
4520
- *
4521
- * @author Vova Feldman (@svovaf)
4522
- * @since 1.2.1
4523
- *
4524
- * @param string $name Event name.
4525
- * @param array $properties Associative key/value array with primitive values only
4526
- * @param bool $process_at A valid future date-time in the following format Y-m-d H:i:s.
4527
- * @param bool $once If true, event will be tracked only once. IMPORTANT: Still trigger the API call.
4528
- *
4529
- * @return object|false Event data or FALSE on failure.
4530
- *
4531
- * @throws \Freemius_InvalidArgumentException
4532
- */
4533
- public function track_event( $name, $properties = array(), $process_at = false, $once = false ) {
4534
- $this->_logger->entrance( http_build_query( array( 'name' => $name, 'once' => $once ) ) );
4535
-
4536
- if ( ! $this->is_registered() ) {
4537
- return false;
4538
- }
4539
-
4540
- $event = array( 'type' => $name );
4541
-
4542
- if ( is_numeric( $process_at ) && $process_at > time() ) {
4543
- $event['process_at'] = $process_at;
4544
- }
4545
-
4546
- if ( $once ) {
4547
- $event['once'] = true;
4548
- }
4549
-
4550
- if ( ! empty( $properties ) ) {
4551
- // Verify associative array values are primitive.
4552
- foreach ( $properties as $k => $v ) {
4553
- if ( ! is_scalar( $v ) ) {
4554
- throw new Freemius_InvalidArgumentException( 'The $properties argument must be an associative key/value array with primitive values only.' );
4555
- }
4556
- }
4557
-
4558
- $event['properties'] = $properties;
4559
- }
4560
-
4561
- $result = $this->get_api_site_scope()->call( 'events.json', 'post', $event );
4562
-
4563
- return $this->is_api_error( $result ) ?
4564
- false :
4565
- $result;
4566
- }
4567
-
4568
- /**
4569
- * Track install's custom event only once, but it still triggers the API call.
4570
- *
4571
- * IMPORTANT:
4572
- * Custom event tracking is currently only supported for specific clients.
4573
- * If you are not one of them, please don't use this method. If you will,
4574
- * the API will simply ignore your request based on the plugin ID.
4575
- *
4576
- * Need custom tracking for your plugin or theme?
4577
- * If you are interested in custom event tracking please contact yo@freemius.com
4578
- * for further details.
4579
- *
4580
- * @author Vova Feldman (@svovaf)
4581
- * @since 1.2.1
4582
- *
4583
- * @param string $name Event name.
4584
- * @param array $properties Associative key/value array with primitive values only
4585
- * @param bool $process_at A valid future date-time in the following format Y-m-d H:i:s.
4586
- *
4587
- * @return object|false Event data or FALSE on failure.
4588
- *
4589
- * @throws \Freemius_InvalidArgumentException
4590
- *
4591
- * @user Freemius::track_event()
4592
- */
4593
- public function track_event_once( $name, $properties = array(), $process_at = false ) {
4594
- return $this->track_event( $name, $properties, $process_at, true );
4595
- }
4596
-
4597
- /**
4598
- * Plugin uninstall hook.
4599
- *
4600
- * @author Vova Feldman (@svovaf)
4601
- * @since 1.0.1
4602
- *
4603
- * @param bool $check_user Enforce checking if user have plugins activation privileges.
4604
- */
4605
- function _uninstall_plugin_event( $check_user = true ) {
4606
- $this->_logger->entrance( 'slug = ' . $this->_slug );
4607
-
4608
- if ( $check_user && ! current_user_can( 'activate_plugins' ) ) {
4609
- return;
4610
- }
4611
-
4612
- $params = array();
4613
- $uninstall_reason = null;
4614
- if ( isset( $this->_storage->uninstall_reason ) ) {
4615
- $uninstall_reason = $this->_storage->uninstall_reason;
4616
- $params['reason_id'] = $uninstall_reason->id;
4617
- $params['reason_info'] = $uninstall_reason->info;
4618
- }
4619
-
4620
- if ( ! $this->is_registered() ) {
4621
- // Send anonymous uninstall event only if user submitted a feedback.
4622
- if ( isset( $uninstall_reason ) ) {
4623
- if ( isset( $uninstall_reason->is_anonymous ) && ! $uninstall_reason->is_anonymous ) {
4624
- $this->opt_in( false, false, false, false, true );
4625
- } else {
4626
- $params['uid'] = $this->get_anonymous_id();
4627
- $this->get_api_plugin_scope()->call( 'uninstall.json', 'put', $params );
4628
- }
4629
- }
4630
- } else {
4631
- // Send uninstall event.
4632
- $this->send_install_update( array_merge( $params, array(
4633
- 'is_active' => false,
4634
- 'is_uninstalled' => true,
4635
- ) ) );
4636
- }
4637
-
4638
- // @todo Decide if we want to delete plugin information from db.
4639
- }
4640
-
4641
- /**
4642
- * @author Vova Feldman (@svovaf)
4643
- * @since 1.1.1
4644
- *
4645
- * @return string
4646
- */
4647
- private function premium_plugin_basename() {
4648
- return preg_replace( '/\//', '-premium/', $this->_free_plugin_basename, 1 );
4649
- }
4650
-
4651
- /**
4652
- * Uninstall plugin hook. Called only when connected his account with Freemius for active sites tracking.
4653
- *
4654
- * @author Vova Feldman (@svovaf)
4655
- * @since 1.0.2
4656
- */
4657
- public static function _uninstall_plugin_hook() {
4658
- self::_load_required_static();
4659
-
4660
- self::$_static_logger->entrance();
4661
-
4662
- if ( ! current_user_can( 'activate_plugins' ) ) {
4663
- return;
4664
- }
4665
-
4666
- $plugin_file = substr( current_filter(), strlen( 'uninstall_' ) );
4667
-
4668
- self::$_static_logger->info( 'plugin = ' . $plugin_file );
4669
-
4670
- define( 'WP_FS__UNINSTALL_MODE', true );
4671
-
4672
- $fs = self::get_instance_by_file( $plugin_file );
4673
-
4674
- if ( is_object( $fs ) ) {
4675
- self::require_plugin_essentials();
4676
-
4677
- if ( is_plugin_active( $fs->_free_plugin_basename ) ||
4678
- is_plugin_active( $fs->premium_plugin_basename() )
4679
- ) {
4680
- // Deleting Free or Premium plugin version while the other version still installed.
4681
- return;
4682
- }
4683
-
4684
- $fs->_uninstall_plugin_event();
4685
-
4686
- $fs->do_action( 'after_uninstall' );
4687
- }
4688
- }
4689
-
4690
- #----------------------------------------------------------------------------------
4691
- #region Plugin Information
4692
- #----------------------------------------------------------------------------------
4693
-
4694
- /**
4695
- * Load WordPress core plugin.php essential module.
4696
- *
4697
- * @author Vova Feldman (@svovaf)
4698
- * @since 1.1.1
4699
- */
4700
- private static function require_plugin_essentials() {
4701
- if ( ! function_exists( 'get_plugins' ) ) {
4702
- self::$_static_logger->log( 'Including wp-admin/includes/plugin.php...' );
4703
-
4704
- require_once ABSPATH . 'wp-admin/includes/plugin.php';
4705
- }
4706
- }
4707
-
4708
- /**
4709
- * Load WordPress core pluggable.php module.
4710
- *
4711
- * @author Vova Feldman (@svovaf)
4712
- * @since 1.1.2
4713
- */
4714
- private static function require_pluggable_essentials() {
4715
- if ( ! function_exists( 'wp_get_current_user' ) ) {
4716
- require_once ABSPATH . 'wp-includes/pluggable.php';
4717
- }
4718
- }
4719
-
4720
- /**
4721
- * Return plugin data.
4722
- *
4723
- * @author Vova Feldman (@svovaf)
4724
- * @since 1.0.1
4725
- *
4726
- * @return array
4727
- */
4728
- function get_plugin_data() {
4729
- if ( ! isset( $this->_plugin_data ) ) {
4730
- self::require_plugin_essentials();
4731
-
4732
- /**
4733
- * @author Vova Feldman (@svovaf)
4734
- * @since 1.2.0 When using get_plugin_data() do NOT translate plugin data.
4735
- *
4736
- * @link https://github.com/Freemius/wordpress-sdk/issues/77
4737
- */
4738
- $this->_plugin_data = get_plugin_data(
4739
- $this->_plugin_main_file_path,
4740
- false,
4741
- false
4742
- );
4743
- }
4744
-
4745
- return $this->_plugin_data;
4746
- }
4747
-
4748
- /**
4749
- * @author Vova Feldman (@svovaf)
4750
- * @since 1.0.1
4751
- *
4752
- * @return string Plugin slug.
4753
- */
4754
- function get_slug() {
4755
- return $this->_slug;
4756
- }
4757
-
4758
- /**
4759
- * @author Vova Feldman (@svovaf)
4760
- * @since 1.0.1
4761
- *
4762
- * @return number Plugin ID.
4763
- */
4764
- function get_id() {
4765
- return $this->_plugin->id;
4766
- }
4767
-
4768
- /**
4769
- * @author Vova Feldman (@svovaf)
4770
- * @since 1.2.1.5
4771
- *
4772
- * @return string Freemius SDK version
4773
- */
4774
- function get_sdk_version() {
4775
- return $this->version;
4776
- }
4777
-
4778
- /**
4779
- * @author Vova Feldman (@svovaf)
4780
- * @since 1.2.1.5
4781
- *
4782
- * @return number Parent plugin ID (if parent exist).
4783
- */
4784
- function get_parent_id() {
4785
- return $this->is_addon() ?
4786
- $this->get_parent_instance()->get_id() :
4787
- $this->_plugin->id;
4788
- }
4789
-
4790
- /**
4791
- * @author Vova Feldman (@svovaf)
4792
- * @since 1.0.1
4793
- *
4794
- * @return string Plugin public key.
4795
- */
4796
- function get_public_key() {
4797
- return $this->_plugin->public_key;
4798
- }
4799
-
4800
- /**
4801
- * Will be available only on sandbox mode.
4802
- *
4803
- * @author Vova Feldman (@svovaf)
4804
- * @since 1.0.4
4805
- *
4806
- * @return mixed Plugin secret key.
4807
- */
4808
- function get_secret_key() {
4809
- return $this->_plugin->secret_key;
4810
- }
4811
-
4812
- /**
4813
- * @author Vova Feldman (@svovaf)
4814
- * @since 1.1.1
4815
- *
4816
- * @return bool
4817
- */
4818
- function has_secret_key() {
4819
- return ! empty( $this->_plugin->secret_key );
4820
- }
4821
-
4822
- /**
4823
- * @author Vova Feldman (@svovaf)
4824
- * @since 1.0.9
4825
- *
4826
- * @return string
4827
- */
4828
- function get_plugin_name() {
4829
- $this->_logger->entrance();
4830
-
4831
- if ( ! isset( $this->_plugin_name ) ) {
4832
- $plugin_data = $this->get_plugin_data();
4833
-
4834
- // Get name.
4835
- $this->_plugin_name = $plugin_data['Name'];
4836
-
4837
- // Check if plugin name contains [Premium] suffix and remove it.
4838
- $suffix = '[premium]';
4839
- $suffix_len = strlen( $suffix );
4840
-
4841
- if ( strlen( $plugin_data['Name'] ) > $suffix_len &&
4842
- $suffix === substr( strtolower( $plugin_data['Name'] ), - $suffix_len )
4843
- ) {
4844
- $this->_plugin_name = substr( $plugin_data['Name'], 0, - $suffix_len );
4845
- }
4846
-
4847
- $this->_logger->departure( 'Name = ' . $this->_plugin_name );
4848
- }
4849
-
4850
- return $this->_plugin_name;
4851
- }
4852
-
4853
- /**
4854
- * @author Vova Feldman (@svovaf)
4855
- * @since 1.0.0
4856
- *
4857
- * @return string
4858
- */
4859
- function get_plugin_version() {
4860
- $this->_logger->entrance();
4861
-
4862
- $plugin_data = $this->get_plugin_data();
4863
-
4864
- $this->_logger->departure( 'Version = ' . $plugin_data['Version'] );
4865
-
4866
- return $this->apply_filters( 'plugin_version', $plugin_data['Version'] );
4867
- }
4868
-
4869
- /**
4870
- * @author Vova Feldman (@svovaf)
4871
- * @since 1.0.4
4872
- *
4873
- * @return string
4874
- */
4875
- function get_plugin_basename() {
4876
- return $this->_plugin_basename;
4877
- }
4878
-
4879
- function get_plugin_folder_name() {
4880
- $this->_logger->entrance();
4881
-
4882
- $plugin_folder = $this->_plugin_basename;
4883
-
4884
- while ( '.' !== dirname( $plugin_folder ) ) {
4885
- $plugin_folder = dirname( $plugin_folder );
4886
- }
4887
-
4888
- $this->_logger->departure( 'Folder Name = ' . $plugin_folder );
4889
-
4890
- return $plugin_folder;
4891
- }
4892
-
4893
- #endregion ------------------------------------------------------------------
4894
-
4895
- /* Account
4896
- ------------------------------------------------------------------------------------------------------------------*/
4897
-
4898
- /**
4899
- * Find plugin's slug by plugin's basename.
4900
- *
4901
- * @author Vova Feldman (@svovaf)
4902
- * @since 1.0.9
4903
- *
4904
- * @param string $plugin_base_name
4905
- *
4906
- * @return false|string
4907
- */
4908
- private static function find_slug_by_basename( $plugin_base_name ) {
4909
- $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
4910
-
4911
- if ( ! array( $file_slug_map ) || ! isset( $file_slug_map[ $plugin_base_name ] ) ) {
4912
- return false;
4913
- }
4914
-
4915
- return $file_slug_map[ $plugin_base_name ];
4916
- }
4917
-
4918
- /**
4919
- * Store the map between the plugin's basename to the slug.
4920
- *
4921
- * @author Vova Feldman (@svovaf)
4922
- * @since 1.0.9
4923
- */
4924
- private function store_file_slug_map() {
4925
- $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
4926
-
4927
- if ( ! array( $file_slug_map ) ) {
4928
- $file_slug_map = array();
4929
- }
4930
-
4931
- if ( ! isset( $file_slug_map[ $this->_plugin_basename ] ) ||
4932
- $file_slug_map[ $this->_plugin_basename ] !== $this->_slug
4933
- ) {
4934
- $file_slug_map[ $this->_plugin_basename ] = $this->_slug;
4935
- self::$_accounts->set_option( 'file_slug_map', $file_slug_map, true );
4936
- }
4937
- }
4938
-
4939
- /**
4940
- * @return FS_User[]
4941
- */
4942
- static function get_all_users() {
4943
- $users = self::$_accounts->get_option( 'users', array() );
4944
-
4945
- if ( ! is_array( $users ) ) {
4946
- $users = array();
4947
- }
4948
-
4949
- return $users;
4950
- }
4951
-
4952
- /**
4953
- * @return FS_Site[]
4954
- */
4955
- private static function get_all_sites() {
4956
- $sites = self::$_accounts->get_option( 'sites', array() );
4957
-
4958
- if ( ! is_array( $sites ) ) {
4959
- $sites = array();
4960
- }
4961
-
4962
- return $sites;
4963
- }
4964
-
4965
- /**
4966
- * @author Vova Feldman (@svovaf)
4967
- * @since 1.0.6
4968
- *
4969
- * @return FS_Plugin_License[]
4970
- */
4971
- private static function get_all_licenses() {
4972
- $licenses = self::$_accounts->get_option( 'licenses', array() );
4973
-
4974
- if ( ! is_array( $licenses ) ) {
4975
- $licenses = array();
4976
- }
4977
-
4978
- return $licenses;
4979
- }
4980
-
4981
- /**
4982
- * @return FS_Plugin_Plan[]
4983
- */
4984
- private static function get_all_plans() {
4985
- $plans = self::$_accounts->get_option( 'plans', array() );
4986
-
4987
- if ( ! is_array( $plans ) ) {
4988
- $plans = array();
4989
- }
4990
-
4991
- return $plans;
4992
- }
4993
-
4994
- /**
4995
- * @author Vova Feldman (@svovaf)
4996
- * @since 1.0.4
4997
- *
4998
- * @return FS_Plugin_Tag[]
4999
- */
5000
- private static function get_all_updates() {
5001
- $updates = self::$_accounts->get_option( 'updates', array() );
5002
-
5003
- if ( ! is_array( $updates ) ) {
5004
- $updates = array();
5005
- }
5006
-
5007
- return $updates;
5008
- }
5009
-
5010
- /**
5011
- * @author Vova Feldman (@svovaf)
5012
- * @since 1.0.6
5013
- *
5014
- * @return array<number,FS_Plugin[]>|false
5015
- */
5016
- private static function get_all_addons() {
5017
- $addons = self::$_accounts->get_option( 'addons', array() );
5018
-
5019
- if ( ! is_array( $addons ) ) {
5020
- $addons = array();
5021
- }
5022
-
5023
- return $addons;
5024
- }
5025
-
5026
- /**
5027
- * @author Vova Feldman (@svovaf)
5028
- * @since 1.0.6
5029
- *
5030
- * @return FS_Plugin[]|false
5031
- */
5032
- private static function get_all_account_addons() {
5033
- $addons = self::$_accounts->get_option( 'account_addons', array() );
5034
-
5035
- if ( ! is_array( $addons ) ) {
5036
- $addons = array();
5037
- }
5038
-
5039
- return $addons;
5040
- }
5041
-
5042
- /**
5043
- * Check if user is registered.
5044
- *
5045
- * @author Vova Feldman (@svovaf)
5046
- * @since 1.0.1
5047
- * @return bool
5048
- */
5049
- function is_registered() {
5050
- return is_object( $this->_user );
5051
- }
5052
-
5053
- /**
5054
- * Returns TRUE if the user opted-in and didn't disconnect (opt-out).
5055
- *
5056
- * @author Leo Fajardo (@leorw)
5057
- * @since 1.2.1.5
5058
- *
5059
- * @return bool
5060
- */
5061
- function is_tracking_allowed() {
5062
- return ( is_object( $this->_site ) && true !== $this->_site->is_disconnected );
5063
- }
5064
-
5065
- /**
5066
- * @author Vova Feldman (@svovaf)
5067
- * @since 1.0.4
5068
- *
5069
- * @return FS_Plugin
5070
- */
5071
- function get_plugin() {
5072
- return $this->_plugin;
5073
- }
5074
-
5075
- /**
5076
- * @author Vova Feldman (@svovaf)
5077
- * @since 1.0.3
5078
- *
5079
- * @return FS_User
5080
- */
5081
- function get_user() {
5082
- return $this->_user;
5083
- }
5084
-
5085
- /**
5086
- * @author Vova Feldman (@svovaf)
5087
- * @since 1.0.3
5088
- *
5089
- * @return FS_Site
5090
- */
5091
- function get_site() {
5092
- return $this->_site;
5093
- }
5094
-
5095
- /**
5096
- * Get plugin add-ons.
5097
- *
5098
- * @author Vova Feldman (@svovaf)
5099
- * @since 1.0.6
5100
- *
5101
- * @since 1.1.7.3 If not yet loaded, fetch data from the API.
5102
- *
5103
- * @param bool $flush
5104
- *
5105
- * @return FS_Plugin[]|false
5106
- */
5107
- function get_addons( $flush = false ) {
5108
- $this->_logger->entrance();
5109
-
5110
- if ( ! $this->_has_addons ) {
5111
- return false;
5112
- }
5113
-
5114
- $addons = $this->sync_addons( $flush );
5115
-
5116
- return ( ! is_array( $addons ) || empty( $addons ) ) ?
5117
- false :
5118
- $addons;
5119
- }
5120
-
5121
- /**
5122
- * @author Vova Feldman (@svovaf)
5123
- * @since 1.0.6
5124
- *
5125
- * @return FS_Plugin[]|false
5126
- */
5127
- function get_account_addons() {
5128
- $this->_logger->entrance();
5129
-
5130
- $addons = self::get_all_account_addons();
5131
-
5132
- if ( ! is_array( $addons ) ||
5133
- ! isset( $addons[ $this->_plugin->id ] ) ||
5134
- ! is_array( $addons[ $this->_plugin->id ] ) ||
5135
- 0 === count( $addons[ $this->_plugin->id ] )
5136
- ) {
5137
- return false;
5138
- }
5139
-
5140
- return $addons[ $this->_plugin->id ];
5141
- }
5142
-
5143
- /**
5144
- * Check if user has any
5145
- *
5146
- * @author Vova Feldman (@svovaf)
5147
- * @since 1.1.6
5148
- *
5149
- * @return bool
5150
- */
5151
- function has_account_addons() {
5152
- $addons = $this->get_account_addons();
5153
-
5154
- return is_array( $addons ) && ( 0 < count( $addons ) );
5155
- }
5156
-
5157
-
5158
- /**
5159
- * Get add-on by ID (from local data).
5160
- *
5161
- * @author Vova Feldman (@svovaf)
5162
- * @since 1.0.6
5163
- *
5164
- * @param number $id
5165
- *
5166
- * @return FS_Plugin|false
5167
- */
5168
- function get_addon( $id ) {
5169
- $this->_logger->entrance();
5170
-
5171
- $addons = $this->get_addons();
5172
-
5173
- if ( is_array( $addons ) ) {
5174
- foreach ( $addons as $addon ) {
5175
- if ( $id == $addon->id ) {
5176
- return $addon;
5177
- }
5178
- }
5179
- }
5180
-
5181
- return false;
5182
- }
5183
-
5184
- /**
5185
- * Get add-on by slug (from local data).
5186
- *
5187
- * @author Vova Feldman (@svovaf)
5188
- * @since 1.0.6
5189
- *
5190
- * @param string $slug
5191
- *
5192
- * @param bool $flush
5193
- *
5194
- * @return FS_Plugin|false
5195
- */
5196
- function get_addon_by_slug( $slug, $flush = false ) {
5197
- $this->_logger->entrance();
5198
-
5199
- $addons = $this->get_addons( $flush );
5200
-
5201
- if ( is_array( $addons ) ) {
5202
- foreach ( $addons as $addon ) {
5203
- if ( $slug === $addon->slug ) {
5204
- return $addon;
5205
- }
5206
- }
5207
- }
5208
-
5209
- return false;
5210
- }
5211
-
5212
- #----------------------------------------------------------------------------------
5213
- #region Plans & Licensing
5214
- #----------------------------------------------------------------------------------
5215
-
5216
- /**
5217
- * Check if running premium plugin code.
5218
- *
5219
- * @author Vova Feldman (@svovaf)
5220
- * @since 1.0.5
5221
- *
5222
- * @return bool
5223
- */
5224
- function is_premium() {
5225
- return $this->_plugin->is_premium;
5226
- }
5227
-
5228
- /**
5229
- * Get site's plan ID.
5230
- *
5231
- * @author Vova Feldman (@svovaf)
5232
- * @since 1.0.2
5233
- *
5234
- * @return number
5235
- */
5236
- function get_plan_id() {
5237
- return $this->_site->plan->id;
5238
- }
5239
-
5240
- /**
5241
- * Get site's plan title.
5242
- *
5243
- * @author Vova Feldman (@svovaf)
5244
- * @since 1.0.2
5245
- *
5246
- * @return string
5247
- */
5248
- function get_plan_title() {
5249
- return $this->_site->plan->title;
5250
- }
5251
-
5252
- /**
5253
- * @author Vova Feldman (@svovaf)
5254
- * @since 1.0.9
5255
- *
5256
- * @return FS_Plugin_Plan|false
5257
- */
5258
- function get_plan() {
5259
- return is_object( $this->_site->plan ) ?
5260
- $this->_site->plan :
5261
- false;
5262
- }
5263
-
5264
- /**
5265
- * @author Vova Feldman (@svovaf)
5266
- * @since 1.0.3
5267
- *
5268
- * @return bool
5269
- */
5270
- function is_trial() {
5271
- $this->_logger->entrance();
5272
-
5273
- if ( ! $this->is_registered() ) {
5274
- return false;
5275
- }
5276
-
5277
- return $this->_site->is_trial();
5278
- }
5279
-
5280
- /**
5281
- * Check if currently in a trial with payment method (credit card or paypal).
5282
- *
5283
- * @author Vova Feldman (@svovaf)
5284
- * @since 1.1.7
5285
- *
5286
- * @return bool
5287
- */
5288
- function is_paid_trial() {
5289
- $this->_logger->entrance();
5290
-
5291
- if ( ! $this->is_trial() ) {
5292
- return false;
5293
- }
5294
-
5295
- return $this->has_active_valid_license() && ( $this->_site->trial_plan_id == $this->_license->plan_id );
5296
- }
5297
-
5298
- /**
5299
- * Check if trial already utilized.
5300
- *
5301
- * @since 1.0.9
5302
- *
5303
- * @return bool
5304
- */
5305
- function is_trial_utilized() {
5306
- $this->_logger->entrance();
5307
-
5308
- if ( ! $this->is_registered() ) {
5309
- return false;
5310
- }
5311
-
5312
- return $this->_site->is_trial_utilized();
5313
- }
5314
-
5315
- /**
5316
- * Get trial plan information (if in trial).
5317
- *
5318
- * @author Vova Feldman (@svovaf)
5319
- * @since 1.0.9
5320
- *
5321
- * @return bool|FS_Plugin_Plan
5322
- */
5323
- function get_trial_plan() {
5324
- $this->_logger->entrance();
5325
-
5326
- if ( ! $this->is_trial() ) {
5327
- return false;
5328
- }
5329
-
5330
- return $this->_storage->trial_plan;
5331
- }
5332
-
5333
- /**
5334
- * Check if the user has an activate, non-expired license on current plugin's install.
5335
- *
5336
- * @since 1.0.9
5337
- *
5338
- * @return bool
5339
- */
5340
- function is_paying() {
5341
- $this->_logger->entrance();
5342
-
5343
- if ( ! $this->is_registered() ) {
5344
- return false;
5345
- }
5346
-
5347
- if ( ! $this->has_paid_plan() ) {
5348
- return false;
5349
- }
5350
-
5351
- return (
5352
- ! $this->is_trial() &&
5353
- 'free' !== $this->_site->plan->name &&
5354
- $this->has_active_valid_license()
5355
- );
5356
- }
5357
-
5358
- /**
5359
- * @author Vova Feldman (@svovaf)
5360
- * @since 1.0.4
5361
- *
5362
- * @return bool
5363
- */
5364
- function is_free_plan() {
5365
- if ( ! $this->is_registered() ) {
5366
- return true;
5367
- }
5368
-
5369
- if ( ! $this->has_paid_plan() ) {
5370
- return true;
5371
- }
5372
-
5373
- return (
5374
- 'free' === $this->_site->plan->name ||
5375
- ! $this->has_features_enabled_license()
5376
- );
5377
- }
5378
-
5379
- /**
5380
- * @author Vova Feldman (@svovaf)
5381
- * @since 1.0.5
5382
- *
5383
- * @return bool
5384
- */
5385
- function _has_premium_license() {
5386
- $this->_logger->entrance();
5387
-
5388
- $premium_license = $this->_get_available_premium_license();
5389
-
5390
- return ( false !== $premium_license );
5391
- }
5392
-
5393
- /**
5394
- * Check if user has any licenses associated with the plugin (including expired or blocking).
5395
- *
5396
- * @author Vova Feldman (@svovaf)
5397
- * @since 1.1.7.3
5398
- *
5399
- * @return bool
5400
- */
5401
- private function has_any_license() {
5402
- return is_array( $this->_licenses ) && ( 0 < count( $this->_licenses ) );
5403
- }
5404
-
5405
- /**
5406
- * @author Vova Feldman (@svovaf)
5407
- * @since 1.0.5
5408
- *
5409
- * @return FS_Plugin_License|false
5410
- */
5411
- function _get_available_premium_license() {
5412
- $this->_logger->entrance();
5413
-
5414
- if ( ! $this->has_paid_plan() ) {
5415
- return false;
5416
- }
5417
-
5418
- if ( is_array( $this->_licenses ) ) {
5419
- foreach ( $this->_licenses as $license ) {
5420
- if ( ! $license->is_utilized() && $license->is_features_enabled() ) {
5421
- return $license;
5422
- }
5423
- }
5424
- }
5425
-
5426
- return false;
5427
- }
5428
-
5429
- /**
5430
- * Sync local plugin plans with remote server.
5431
- *
5432
- * @author Vova Feldman (@svovaf)
5433
- * @since 1.0.5
5434
- *
5435
- * @return FS_Plugin_Plan[]|object
5436
- */
5437
- function _sync_plans() {
5438
- $plans = $this->_fetch_plugin_plans();
5439
-
5440
- if ( $this->is_array_instanceof( $plans, 'FS_Plugin_Plan' ) ) {
5441
- $this->_plans = $plans;
5442
- $this->_store_plans();
5443
- }
5444
-
5445
- $this->do_action( 'after_plans_sync', $plans );
5446
-
5447
- return $this->_plans;
5448
- }
5449
-
5450
- /**
5451
- * @author Vova Feldman (@svovaf)
5452
- * @since 1.0.5
5453
- *
5454
- * @param number $id
5455
- *
5456
- * @return FS_Plugin_Plan|false
5457
- */
5458
- function _get_plan_by_id( $id ) {
5459
- $this->_logger->entrance();
5460
-
5461
- if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) {
5462
- $this->_sync_plans();
5463
- }
5464
-
5465
- foreach ( $this->_plans as $plan ) {
5466
- if ( $id == $plan->id ) {
5467
- return $plan;
5468
- }
5469
- }
5470
-
5471
- return false;
5472
- }
5473
-
5474
- /**
5475
- * @author Vova Feldman (@svovaf)
5476
- * @since 1.1.8.1
5477
- *
5478
- * @param string $name
5479
- *
5480
- * @return FS_Plugin_Plan|false
5481
- */
5482
- private function get_plan_by_name( $name ) {
5483
- $this->_logger->entrance();
5484
-
5485
- if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) {
5486
- $this->_sync_plans();
5487
- }
5488
-
5489
- foreach ( $this->_plans as $plan ) {
5490
- if ( $name == $plan->name ) {
5491
- return $plan;
5492
- }
5493
- }
5494
-
5495
- return false;
5496
- }
5497
-
5498
- /**
5499
- * Sync local plugin plans with remote server.
5500
- *
5501
- * @author Vova Feldman (@svovaf)
5502
- * @since 1.0.6
5503
- *
5504
- * @param number|bool $site_license_id
5505
- *
5506
- * @return FS_Plugin_License[]|object
5507
- */
5508
- function _sync_licenses( $site_license_id = false ) {
5509
- $licenses = $this->_fetch_licenses( false, $site_license_id );
5510
-
5511
- if ( $this->is_array_instanceof( $licenses, 'FS_Plugin_License' ) ) {
5512
- $this->_licenses = $licenses;
5513
- $this->_store_licenses();
5514
- }
5515
-
5516
- // Update current license.
5517
- if ( is_object( $this->_license ) ) {
5518
- $this->_license = $this->_get_license_by_id( $this->_license->id );
5519
- }
5520
-
5521
- return $this->_licenses;
5522
- }
5523
-
5524
- /**
5525
- * @author Vova Feldman (@svovaf)
5526
- * @since 1.0.5
5527
- *
5528
- * @param number $id
5529
- *
5530
- * @return FS_Plugin_License|false
5531
- */
5532
- function _get_license_by_id( $id ) {
5533
- $this->_logger->entrance();
5534
-
5535
- if ( ! is_numeric( $id ) ) {
5536
- return false;
5537
- }
5538
-
5539
- if ( ! $this->has_any_license() ) {
5540
- $this->_sync_licenses();
5541
- }
5542
-
5543
- foreach ( $this->_licenses as $license ) {
5544
- if ( $id == $license->id ) {
5545
- return $license;
5546
- }
5547
- }
5548
-
5549
- return false;
5550
- }
5551
-
5552
- /**
5553
- * Sync site's license with user licenses.
5554
- *
5555
- * @author Vova Feldman (@svovaf)
5556
- * @since 1.0.6
5557
- *
5558
- * @param FS_Plugin_License|null $new_license
5559
- */
5560
- function _update_site_license( $new_license ) {
5561
- $this->_logger->entrance();
5562
-
5563
- $this->_license = $new_license;
5564
-
5565
- if ( ! is_object( $new_license ) ) {
5566
- $this->_site->license_id = null;
5567
- $this->_sync_site_subscription( null );
5568
-
5569
- return;
5570
- }
5571
-
5572
- $this->_site->license_id = $this->_license->id;
5573
-
5574
- if ( ! is_array( $this->_licenses ) ) {
5575
- $this->_licenses = array();
5576
- }
5577
-
5578
- $is_license_found = false;
5579
- for ( $i = 0, $len = count( $this->_licenses ); $i < $len; $i ++ ) {
5580
- if ( $new_license->id == $this->_licenses[ $i ]->id ) {
5581
- $this->_licenses[ $i ] = $new_license;
5582
-
5583
- $is_license_found = true;
5584
- break;
5585
- }
5586
- }
5587
-
5588
- // If new license just append.
5589
- if ( ! $is_license_found ) {
5590
- $this->_licenses[] = $new_license;
5591
- }
5592
-
5593
- $this->_sync_site_subscription( $new_license );
5594
- }
5595
-
5596
- /**
5597
- * Sync site's subscription.
5598
- *
5599
- * @author Vova Feldman (@svovaf)
5600
- * @since 1.0.9
5601
- *
5602
- * @param FS_Plugin_License|null $license
5603
- *
5604
- * @return bool|\FS_Subscription
5605
- */
5606
- private function _sync_site_subscription( $license ) {
5607
- if ( ! is_object( $license ) ) {
5608
- unset( $this->_storage->subscription );
5609
-
5610
- return false;
5611
- }
5612
-
5613
- // Load subscription details if not lifetime.
5614
- $subscription = $license->is_lifetime() ?
5615
- false :
5616
- $this->_fetch_site_license_subscription();
5617
-
5618
- if ( is_object( $subscription ) && ! isset( $subscription->error ) ) {
5619
- $this->_storage->subscription = $subscription;
5620
- } else {
5621
- unset( $this->_storage->subscription );
5622
- }
5623
-
5624
- return $subscription;
5625
- }
5626
-
5627
- /**
5628
- * @author Vova Feldman (@svovaf)
5629
- * @since 1.0.6
5630
- *
5631
- * @return bool|\FS_Plugin_License
5632
- */
5633
- function _get_license() {
5634
- return $this->_license;
5635
- }
5636
-
5637
- /**
5638
- * @return bool|\FS_Subscription
5639
- */
5640
- function _get_subscription() {
5641
- return isset( $this->_storage->subscription ) ?
5642
- $this->_storage->subscription :
5643
- false;
5644
- }
5645
-
5646
- /**
5647
- * @author Vova Feldman (@svovaf)
5648
- * @since 1.0.2
5649
- *
5650
- * @param string $plan Plan name
5651
- * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
5652
- *
5653
- * @return bool
5654
- */
5655
- function is_plan( $plan, $exact = false ) {
5656
- $this->_logger->entrance();
5657
-
5658
- if ( ! $this->is_registered() ) {
5659
- return false;
5660
- }
5661
-
5662
- $plan = strtolower( $plan );
5663
-
5664
- if ( $this->_site->plan->name === $plan ) // Exact plan.
5665
- {
5666
- return true;
5667
- } else if ( $exact ) // Required exact, but plans are different.
5668
- {
5669
- return false;
5670
- }
5671
-
5672
- $current_plan_order = - 1;
5673
- $required_plan_order = - 1;
5674
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
5675
- if ( $plan === $this->_plans[ $i ]->name ) {
5676
- $required_plan_order = $i;
5677
- } else if ( $this->_site->plan->name === $this->_plans[ $i ]->name ) {
5678
- $current_plan_order = $i;
5679
- }
5680
- }
5681
-
5682
- return ( $current_plan_order > $required_plan_order );
5683
- }
5684
-
5685
- /**
5686
- * Check if plan based on trial. If not in trial mode, should return false.
5687
- *
5688
- * @since 1.0.9
5689
- *
5690
- * @param string $plan Plan name
5691
- * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
5692
- *
5693
- * @return bool
5694
- */
5695
- function is_trial_plan( $plan, $exact = false ) {
5696
- $this->_logger->entrance();
5697
-
5698
- if ( ! $this->is_registered() ) {
5699
- return false;
5700
- }
5701
-
5702
- if ( ! $this->is_trial() ) {
5703
- return false;
5704
- }
5705
-
5706
- if ( ! isset( $this->_storage->trial_plan ) ) {
5707
- // Store trial plan information.
5708
- $this->_enrich_site_trial_plan( true );
5709
- }
5710
-
5711
- if ( $this->_storage->trial_plan->name === $plan ) // Exact plan.
5712
- {
5713
- return true;
5714
- } else if ( $exact ) // Required exact, but plans are different.
5715
- {
5716
- return false;
5717
- }
5718
-
5719
- $current_plan_order = - 1;
5720
- $required_plan_order = - 1;
5721
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
5722
- if ( $plan === $this->_plans[ $i ]->name ) {
5723
- $required_plan_order = $i;
5724
- } else if ( $this->_storage->trial_plan->name === $this->_plans[ $i ]->name ) {
5725
- $current_plan_order = $i;
5726
- }
5727
- }
5728
-
5729
- return ( $current_plan_order > $required_plan_order );
5730
- }
5731
-
5732
- /**
5733
- * Check if plugin has any paid plans.
5734
- *
5735
- * @author Vova Feldman (@svovaf)
5736
- * @since 1.0.7
5737
- *
5738
- * @return bool
5739
- */
5740
- function has_paid_plan() {
5741
- return $this->_has_paid_plans ||
5742
- FS_Plan_Manager::instance()->has_paid_plan( $this->_plans );
5743
- }
5744
-
5745
- /**
5746
- * Check if plugin has any plan with a trail.
5747
- *
5748
- * @author Vova Feldman (@svovaf)
5749
- * @since 1.0.9
5750
- *
5751
- * @return bool
5752
- */
5753
- function has_trial_plan() {
5754
- if ( ! $this->is_registered() ) {
5755
- /**
5756
- * @author Vova Feldman(@svovaf)
5757
- * @since 1.2.1.5
5758
- *
5759
- * Allow setting a trial from the SDK without calling the API.
5760
- * But, if the user did opt-in, continue using the real data from the API.
5761
- */
5762
- if ( $this->_trial_days >= 0 ) {
5763
- return true;
5764
- }
5765
-
5766
- return false;
5767
- }
5768
-
5769
- return $this->_storage->get( 'has_trial_plan', false );
5770
- }
5771
-
5772
- /**
5773
- * Check if plugin has any free plan, or is it premium only.
5774
- *
5775
- * Note: If no plans configured, assume plugin is free.
5776
- *
5777
- * @author Vova Feldman (@svovaf)
5778
- * @since 1.0.7
5779
- *
5780
- * @return bool
5781
- */
5782
- function has_free_plan() {
5783
- return ! $this->is_only_premium();
5784
- }
5785
-
5786
- /**
5787
- * Displays a license activation dialog box when the user clicks on the "Activate License"
5788
- * or "Change License" link on the plugins
5789
- * page.
5790
- *
5791
- * @author Leo Fajardo (@leorw)
5792
- * @since 1.1.9
5793
- */
5794
- function _add_license_activation_dialog_box() {
5795
- $vars = array(
5796
- 'slug' => $this->_slug,
5797
- );
5798
-
5799
- fs_require_template( 'forms/license-activation.php', $vars );
5800
- fs_require_template( 'forms/resend-key.php', $vars );
5801
- }
5802
-
5803
- /**
5804
- * Displays the opt-out dialog box when the user clicks on the "Opt Out" link on the "Plugins"
5805
- * page.
5806
- *
5807
- * @author Leo Fajardo (@leorw)
5808
- * @since 1.2.1.5
5809
- */
5810
- function _add_optout_dialog() {
5811
- $vars = array(
5812
- 'slug' => $this->_slug,
5813
- );
5814
-
5815
- fs_require_template( 'forms/optout.php', $vars );
5816
- }
5817
-
5818
- /**
5819
- * Prepare page to include all required UI and logic for the license activation dialog.
5820
- *
5821
- * @author Vova Feldman (@svovaf)
5822
- * @since 1.2.0
5823
- */
5824
- function _add_license_activation() {
5825
- if ( ! current_user_can( 'activate_plugins' ) ) {
5826
- // Only admins can activate a license.
5827
- return;
5828
- }
5829
-
5830
- if ( ! $this->has_paid_plan() ) {
5831
- // Module doesn't have any paid plans.
5832
- return;
5833
- }
5834
-
5835
- if ( ! $this->is_premium() ) {
5836
- // Only add license activation logic to the premium version.
5837
- return;
5838
- }
5839
-
5840
- // Add license activation link and AJAX request handler.
5841
- if ( $this->is_plugins_page() ) {
5842
- /**
5843
- * @since 1.2.0 Add license action link only on plugins page.
5844
- */
5845
- $this->_add_license_action_link();
5846
- }
5847
-
5848
- // Add license activation AJAX callback.
5849
- $this->add_ajax_action( 'activate_license', array( &$this, '_activate_license_ajax_action' ) );
5850
-
5851
- // Add resend license AJAX callback.
5852
- $this->add_ajax_action( 'resend_license_key', array( &$this, '_resend_license_key_ajax_action' ) );
5853
- }
5854
-
5855
- /**
5856
- * @author Leo Fajardo (@leorw)
5857
- * @since 1.1.9
5858
- */
5859
- function _activate_license_ajax_action() {
5860
- $license_key = trim( fs_request_get( 'license_key' ) );
5861
-
5862
- if ( empty( $license_key ) ) {
5863
- exit;
5864
- }
5865
-
5866
- $slug = $_POST['slug'];
5867
- $fs = ( ( $slug === $this->_slug ) ? $this : self::instance( $slug ) );
5868
- $error = false;
5869
- $next_page = false;
5870
-
5871
- if ( $this->is_registered() ) {
5872
- $api = $fs->get_api_site_scope();
5873
- $install = $api->call( '/', 'put', array(
5874
- 'license_key' => $this->apply_filters( 'license_key', $license_key )
5875
- ) );
5876
-
5877
- if ( isset( $install->error ) ) {
5878
- $error = $install->error->message;
5879
- } else {
5880
- $fs = $this->is_addon() ?
5881
- $this->get_parent_instance() :
5882
- $this;
5883
-
5884
- $next_page = $fs->_get_sync_license_url( $this->get_id(), true );
5885
-
5886
- $this->reconnect_locally();
5887
- }
5888
- } else {
5889
- $next_page = $this->opt_in( false, false, false, $license_key );
5890
-
5891
- if ( isset( $next_page->error ) ) {
5892
- $error = $next_page->error;
5893
- }
5894
- }
5895
-
5896
- $result = array(
5897
- 'success' => ( false === $error )
5898
- );
5899
-
5900
- if ( false !== $error ) {
5901
- $result['error'] = $error;
5902
- } else {
5903
- $result['next_page'] = $next_page;
5904
- }
5905
-
5906
- echo json_encode( $result );
5907
-
5908
- exit;
5909
- }
5910
-
5911
- /**
5912
- * Billing update AJAX callback.
5913
- *
5914
- * @author Vova Feldman (@svovaf)
5915
- * @since 1.2.1.5
5916
- */
5917
- function _update_billing_ajax_action() {
5918
- check_ajax_referer( $this->get_action_tag( 'update_billing' ), 'security' );
5919
-
5920
- if ( ! current_user_can( 'activate_plugins' ) ) {
5921
- // Only for admins.
5922
- self::shoot_ajax_failure();
5923
- }
5924
-
5925
- $billing = fs_request_get( 'billing' );
5926
-
5927
- $api = $this->get_api_user_scope();
5928
- $result = $api->call( '/billing.json', 'put', array_merge( $billing, array(
5929
- 'plugin_id' => $this->get_parent_id(),
5930
- ) ) );
5931
-
5932
- if ( ! $this->is_api_result_entity( $result ) ) {
5933
- self::shoot_ajax_failure();
5934
- }
5935
-
5936
- // Purge cached billing.
5937
- $this->get_api_user_scope()->purge_cache( 'billing.json' );
5938
-
5939
- self::shoot_ajax_success();
5940
- }
5941
-
5942
- /**
5943
- * Trial start for anonymous users (AJAX callback).
5944
- *
5945
- * @author Vova Feldman (@svovaf)
5946
- * @since 1.2.1.5
5947
- */
5948
- function _start_trial_ajax_action() {
5949
- check_ajax_referer( $this->get_action_tag( 'start_trial' ), 'security' );
5950
-
5951
- if ( ! current_user_can( 'activate_plugins' ) ) {
5952
- // Only for admins.
5953
- self::shoot_ajax_failure();
5954
- }
5955
-
5956
- $trial_data = fs_request_get( 'trial' );
5957
-
5958
- $next_page = $this->opt_in(
5959
- false,
5960
- false,
5961
- false,
5962
- false,
5963
- false,
5964
- $trial_data['plan_id']
5965
- );
5966
-
5967
- if ( is_object( $next_page ) && $this->is_api_error( $next_page ) ) {
5968
- self::shoot_ajax_failure(
5969
- isset( $next_page->error ) ?
5970
- $next_page->error->message :
5971
- var_export( $next_page, true )
5972
- );
5973
- }
5974
-
5975
- self::shoot_ajax_success( array(
5976
- 'next_page' => $next_page,
5977
- ) );
5978
- }
5979
-
5980
- /**
5981
- * @author Leo Fajardo (@leorw)
5982
- * @since 1.2.0
5983
- */
5984
- function _resend_license_key_ajax_action() {
5985
- if ( ! isset( $_POST['email'] ) ) {
5986
- exit;
5987
- }
5988
-
5989
- $email_address = trim( $_POST['email'] );
5990
- if ( empty( $email_address ) ) {
5991
- exit;
5992
- }
5993
-
5994
- $error = false;
5995
-
5996
- $api = $this->get_api_plugin_scope();
5997
- $result = $api->call( '/licenses/resend.json', 'post',
5998
- array(
5999
- 'email' => $email_address,
6000
- 'url' => home_url(),
6001
- )
6002
- );
6003
-
6004
- if ( is_object( $result ) && isset( $result->error ) ) {
6005
- $error = $result->error;
6006
-
6007
- if ( in_array( $error->code, array( 'invalid_email', 'no_user' ) ) ) {
6008
- $error = __fs( 'email-not-found' );
6009
- } else if ( 'no_license' === $error->code ) {
6010
- $error = __fs( 'no-active-licenses' );
6011
- } else {
6012
- $error = $error->message;
6013
- }
6014
- }
6015
-
6016
- $licenses = array(
6017
- 'success' => ( false === $error )
6018
- );
6019
-
6020
- if ( false !== $error ) {
6021
- $licenses['error'] = sprintf( '%s... %s', __fs( 'oops', $this->_slug ), strtolower( $error ) );
6022
- }
6023
-
6024
- echo json_encode( $licenses );
6025
-
6026
- exit;
6027
- }
6028
-
6029
- /**
6030
- * Helper method to check if user in the plugins page.
6031
- *
6032
- * @author Vova Feldman (@svovaf)
6033
- * @since 1.2.1.5
6034
- *
6035
- * @return bool
6036
- */
6037
- private function is_plugins_page() {
6038
- global $pagenow;
6039
-
6040
- return ( 'plugins.php' === $pagenow );
6041
- }
6042
-
6043
- #----------------------------------------------------------------------------------
6044
- #region URL Generators
6045
- #----------------------------------------------------------------------------------
6046
-
6047
- /**
6048
- * Alias to pricing_url().
6049
- *
6050
- * @author Vova Feldman (@svovaf)
6051
- * @since 1.0.2
6052
- *
6053
- * @uses pricing_url()
6054
- *
6055
- * @param string $period Billing cycle
6056
- * @param bool $is_trial
6057
- *
6058
- * @return string
6059
- */
6060
- function get_upgrade_url( $period = WP_FS__PERIOD_ANNUALLY, $is_trial = false ) {
6061
- return $this->pricing_url( $period, $is_trial );
6062
- }
6063
-
6064
- /**
6065
- * @author Vova Feldman (@svovaf)
6066
- * @since 1.0.9
6067
- *
6068
- * @uses get_upgrade_url()
6069
- *
6070
- * @return string
6071
- */
6072
- function get_trial_url() {
6073
- return $this->get_upgrade_url( WP_FS__PERIOD_ANNUALLY, true );
6074
- }
6075
-
6076
- /**
6077
- * Plugin's pricing URL.
6078
- *
6079
- * @author Vova Feldman (@svovaf)
6080
- * @since 1.0.4
6081
- *
6082
- * @param string $billing_cycle Billing cycle
6083
- *
6084
- * @param bool $is_trial
6085
- *
6086
- * @return string
6087
- */
6088
- function pricing_url( $billing_cycle = WP_FS__PERIOD_ANNUALLY, $is_trial = false ) {
6089
- $this->_logger->entrance();
6090
-
6091
- $params = array(
6092
- 'billing_cycle' => $billing_cycle
6093
- );
6094
-
6095
- if ( $is_trial ) {
6096
- $params['trial'] = 'true';
6097
- }
6098
-
6099
- return $this->_get_admin_page_url( 'pricing', $params );
6100
- }
6101
-
6102
- /**
6103
- * Checkout page URL.
6104
- *
6105
- * @author Vova Feldman (@svovaf)
6106
- * @since 1.0.6
6107
- *
6108
- * @param string $billing_cycle Billing cycle
6109
- * @param bool $is_trial
6110
- * @param array $extra (optional) Extra parameters, override other query params.
6111
- *
6112
- * @return string
6113
- */
6114
- function checkout_url(
6115
- $billing_cycle = WP_FS__PERIOD_ANNUALLY,
6116
- $is_trial = false,
6117
- $extra = array()
6118
- ) {
6119
- $this->_logger->entrance();
6120
-
6121
- $params = array(
6122
- 'checkout' => 'true',
6123
- 'billing_cycle' => $billing_cycle,
6124
- );
6125
-
6126
- if ( $is_trial ) {
6127
- $params['trial'] = 'true';
6128
- }
6129
-
6130
- /**
6131
- * Params in extra override other params.
6132
- */
6133
- $params = array_merge( $params, $extra );
6134
-
6135
- return $this->_get_admin_page_url( 'pricing', $params );
6136
- }
6137
-
6138
- /**
6139
- * Add-on checkout URL.
6140
- *
6141
- * @author Vova Feldman (@svovaf)
6142
- * @since 1.1.7
6143
- *
6144
- * @param number $addon_id
6145
- * @param number $pricing_id
6146
- * @param string $billing_cycle
6147
- * @param bool $is_trial
6148
- *
6149
- * @return string
6150
- */
6151
- function addon_checkout_url(
6152
- $addon_id,
6153
- $pricing_id,
6154
- $billing_cycle = WP_FS__PERIOD_ANNUALLY,
6155
- $is_trial = false
6156
- ) {
6157
- return $this->checkout_url( $billing_cycle, $is_trial, array(
6158
- 'plugin_id' => $addon_id,
6159
- 'pricing_id' => $pricing_id,
6160
- ) );
6161
- }
6162
-
6163
- #endregion
6164
-
6165
- #endregion ------------------------------------------------------------------
6166
-
6167
- /**
6168
- * Check if plugin has any add-ons.
6169
- *
6170
- * @author Vova Feldman (@svovaf)
6171
- * @since 1.0.5
6172
- *
6173
- * @since 1.1.7.3 Base logic only on the parameter provided by the developer in the init function.
6174
- *
6175
- * @return bool
6176
- */
6177
- function has_addons() {
6178
- $this->_logger->entrance();
6179
-
6180
- return $this->_has_addons;
6181
- }
6182
-
6183
- /**
6184
- * Check if plugin can work in anonymous mode.
6185
- *
6186
- * @author Vova Feldman (@svovaf)
6187
- * @since 1.0.9
6188
- *
6189
- * @return bool
6190
- *
6191
- * @deprecated Please use is_enable_anonymous() instead
6192
- */
6193
- function enable_anonymous() {
6194
- return $this->_enable_anonymous;
6195
- }
6196
-
6197
- /**
6198
- * Check if plugin can work in anonymous mode.
6199
- *
6200
- * @author Vova Feldman (@svovaf)
6201
- * @since 1.1.9
6202
- *
6203
- * @return bool
6204
- */
6205
- function is_enable_anonymous() {
6206
- return $this->_enable_anonymous;
6207
- }
6208
-
6209
- /**
6210
- * Check if plugin is premium only (no free plans).
6211
- *
6212
- * @author Vova Feldman (@svovaf)
6213
- * @since 1.1.9
6214
- *
6215
- * @return bool
6216
- */
6217
- function is_only_premium() {
6218
- return $this->_is_premium_only;
6219
- }
6220
-
6221
- /**
6222
- * Check if module has a premium code version.
6223
- *
6224
- * Serviceware module might be freemium without any
6225
- * premium code version, where the paid features
6226
- * are all part of the service.
6227
- *
6228
- * @author Vova Feldman (@svovaf)
6229
- * @since 1.2.1.6
6230
- *
6231
- * @return bool
6232
- */
6233
- function has_premium_version() {
6234
- return $this->_has_premium_version;
6235
- }
6236
-
6237
- /**
6238
- * Check if feature supported with current site's plan.
6239
- *
6240
- * @author Vova Feldman (@svovaf)
6241
- * @since 1.0.1
6242
- *
6243
- * @todo IMPLEMENT
6244
- *
6245
- * @param number $feature_id
6246
- *
6247
- * @throws Exception
6248
- */
6249
- function is_feature_supported( $feature_id ) {
6250
- throw new Exception( 'not implemented' );
6251
- }
6252
-
6253
- /**
6254
- * @author Vova Feldman (@svovaf)
6255
- * @since 1.0.1
6256
- *
6257
- * @return bool Is running in SSL/HTTPS
6258
- */
6259
- function is_ssl() {
6260
- return WP_FS__IS_HTTPS;
6261
- }
6262
-
6263
- /**
6264
- * @author Vova Feldman (@svovaf)
6265
- * @since 1.0.9
6266
- *
6267
- * @return bool Is running in AJAX call.
6268
- *
6269
- * @link http://wordpress.stackexchange.com/questions/70676/how-to-check-if-i-am-in-admin-ajax
6270
- */
6271
- static function is_ajax() {
6272
- return ( defined( 'DOING_AJAX' ) && DOING_AJAX );
6273
- }
6274
-
6275
- /**
6276
- * Check if it's an AJAX call targeted for the current module.
6277
- *
6278
- * @author Vova Feldman (@svovaf)
6279
- * @since 1.2.0
6280
- *
6281
- * @param array|string $actions Collection of AJAX actions.
6282
- *
6283
- * @return bool
6284
- */
6285
- function is_ajax_action( $actions ) {
6286
- // Verify it's an ajax call.
6287
- if ( ! self::is_ajax() ) {
6288
- return false;
6289
- }
6290
-
6291
- // Verify the call is relevant for the plugin.
6292
- if ( $this->_slug !== fs_request_get( 'slug' ) ) {
6293
- return false;
6294
- }
6295
-
6296
- // Verify it's one of the specified actions.
6297
- if ( is_string( $actions ) ) {
6298
- $actions = explode( ',', $actions );
6299
- }
6300
-
6301
- if ( is_array( $actions ) && 0 < count( $actions ) ) {
6302
- $ajax_action = fs_request_get( 'action' );
6303
-
6304
- foreach ( $actions as $action ) {
6305
- if ( $ajax_action === $this->get_action_tag( $action ) ) {
6306
- return true;
6307
- }
6308
- }
6309
- }
6310
-
6311
- return false;
6312
- }
6313
-
6314
- /**
6315
- * Check if it's an AJAX call targeted for current request.
6316
- *
6317
- * @author Vova Feldman (@svovaf)
6318
- * @since 1.2.0
6319
- *
6320
- * @param array|string $actions Collection of AJAX actions.
6321
- * @param string $slug
6322
- *
6323
- * @return bool
6324
- */
6325
- static function is_ajax_action_static( $actions, $slug = '' ) {
6326
- // Verify it's an ajax call.
6327
- if ( ! self::is_ajax() ) {
6328
- return false;
6329
- }
6330
-
6331
- if ( ! empty( $slug ) ) {
6332
- // Verify the call is relevant for the plugin.
6333
- if ( $slug !== fs_request_get( 'slug' ) ) {
6334
- return false;
6335
- }
6336
- }
6337
-
6338
- // Verify it's one of the specified actions.
6339
- if ( is_string( $actions ) ) {
6340
- $actions = explode( ',', $actions );
6341
- }
6342
-
6343
- if ( is_array( $actions ) && 0 < count( $actions ) ) {
6344
- $ajax_action = fs_request_get( 'action' );
6345
-
6346
- foreach ( $actions as $action ) {
6347
- if ( $ajax_action === self::get_action_tag_static( $action, $slug ) ) {
6348
- return true;
6349
- }
6350
- }
6351
- }
6352
-
6353
- return false;
6354
- }
6355
-
6356
- /**
6357
- * @author Vova Feldman (@svovaf)
6358
- * @since 1.1.7
6359
- *
6360
- * @return bool
6361
- */
6362
- function is_cron() {
6363
- return ( defined( 'DOING_CRON' ) && DOING_CRON );
6364
- }
6365
-
6366
- /**
6367
- * Check if a real user is visiting the admin dashboard.
6368
- *
6369
- * @author Vova Feldman (@svovaf)
6370
- * @since 1.1.7
6371
- *
6372
- * @return bool
6373
- */
6374
- function is_user_in_admin() {
6375
- return is_admin() && ! self::is_ajax() && ! $this->is_cron();
6376
- }
6377
-
6378
- /**
6379
- * Check if running in HTTPS and if site's plan matching the specified plan.
6380
- *
6381
- * @param string $plan
6382
- * @param bool $exact
6383
- *
6384
- * @return bool
6385
- */
6386
- function is_ssl_and_plan( $plan, $exact = false ) {
6387
- return ( $this->is_ssl() && $this->is_plan( $plan, $exact ) );
6388
- }
6389
-
6390
- /**
6391
- * Construct plugin's settings page URL.
6392
- *
6393
- * @author Vova Feldman (@svovaf)
6394
- * @since 1.0.4
6395
- *
6396
- * @param string $page
6397
- * @param array $params
6398
- *
6399
- * @return string
6400
- */
6401
- function _get_admin_page_url( $page = '', $params = array() ) {
6402
- if ( 0 < count( $params ) ) {
6403
- foreach ( $params as $k => $v ) {
6404
- $params[ $k ] = urlencode( $v );
6405
- }
6406
- }
6407
-
6408
- if ( $this->_menu->has_menu_slug() && ! $this->_menu->is_top_level() ) {
6409
- $parent_slug = $this->_menu->get_parent_slug();
6410
- $menu_file = ( false !== strpos( $parent_slug, '.php' ) ) ?
6411
- $parent_slug :
6412
- 'admin.php';
6413
-
6414
- return add_query_arg( array_merge( $params, array(
6415
- 'page' => $this->_menu->get_slug( $page ),
6416
- ) ), admin_url( $menu_file, 'admin' ) );
6417
- }
6418
-
6419
- if ( $this->_menu->is_cpt() ) {
6420
- if ( empty( $page ) && $this->is_activation_mode() ) {
6421
- return add_query_arg( array_merge( $params, array(
6422
- 'page' => $this->_menu->get_slug()
6423
- ) ), admin_url( 'admin.php', 'admin' ) );
6424
- } else {
6425
- if ( ! empty( $page ) ) {
6426
- $params['page'] = $this->_menu->get_slug( $page );
6427
- }
6428
-
6429
- return add_query_arg( $params, admin_url( $this->_menu->get_raw_slug(), 'admin' ) );
6430
- }
6431
- } else {
6432
- /**
6433
- * @author Vova Feldman
6434
- * @since 1.2.1.6
6435
- *
6436
- * If module doesn't have a settings page, create one for the opt-in screen.
6437
- */
6438
- $menu_slug = $this->_menu->has_menu_slug() ?
6439
- $this->_menu->get_slug( $page ) :
6440
- $this->_slug;
6441
-
6442
- return add_query_arg( array_merge( $params, array(
6443
- 'page' => $menu_slug,
6444
- ) ), admin_url( 'admin.php', 'admin' ) );
6445
- }
6446
- }
6447
-
6448
- /**
6449
- * Plugin's account page + sync license URL.
6450
- *
6451
- * @author Vova Feldman (@svovaf)
6452
- * @since 1.1.9.1
6453
- *
6454
- * @param bool|number $plugin_id
6455
- * @param bool $add_action_nonce
6456
- *
6457
- * @return string
6458
- */
6459
- function _get_sync_license_url( $plugin_id = false, $add_action_nonce = true ) {
6460
- $params = array();
6461
-
6462
- if ( is_numeric( $plugin_id ) ) {
6463
- $params['plugin_id'] = $plugin_id;
6464
- }
6465
-
6466
- return $this->get_account_url(
6467
- $this->_slug . '_sync_license',
6468
- $params,
6469
- $add_action_nonce
6470
- );
6471
- }
6472
-
6473
- /**
6474
- * Plugin's account URL.
6475
- *
6476
- * @author Vova Feldman (@svovaf)
6477
- * @since 1.0.4
6478
- *
6479
- * @param bool|string $action
6480
- * @param array $params
6481
- *
6482
- * @param bool $add_action_nonce
6483
- *
6484
- * @return string
6485
- */
6486
- function get_account_url( $action = false, $params = array(), $add_action_nonce = true ) {
6487
- if ( is_string( $action ) ) {
6488
- $params['fs_action'] = $action;
6489
- }
6490
-
6491
- self::require_pluggable_essentials();
6492
-
6493
- return ( $add_action_nonce && is_string( $action ) ) ?
6494
- fs_nonce_url( $this->_get_admin_page_url( 'account', $params ), $action ) :
6495
- $this->_get_admin_page_url( 'account', $params );
6496
- }
6497
-
6498
- /**
6499
- * @author Vova Feldman (@svovaf)
6500
- * @since 1.2.0
6501
- *
6502
- * @param string $tab
6503
- * @param bool $action
6504
- * @param array $params
6505
- * @param bool $add_action_nonce
6506
- *
6507
- * @return string
6508
- *
6509
- * @uses get_account_url()
6510
- */
6511
- function get_account_tab_url( $tab, $action = false, $params = array(), $add_action_nonce = true ) {
6512
- $params['tab'] = $tab;
6513
-
6514
- return $this->get_account_url( $action, $params, $add_action_nonce );
6515
- }
6516
-
6517
- /**
6518
- * Plugin's account URL.
6519
- *
6520
- * @author Vova Feldman (@svovaf)
6521
- * @since 1.0.4
6522
- *
6523
- * @param bool|string $topic
6524
- * @param bool|string $message
6525
- *
6526
- * @return string
6527
- */
6528
- function contact_url( $topic = false, $message = false ) {
6529
- $params = array();
6530
- if ( is_string( $topic ) ) {
6531
- $params['topic'] = $topic;
6532
- }
6533
- if ( is_string( $message ) ) {
6534
- $params['message'] = $message;
6535
- }
6536
-
6537
- if ( $this->is_addon() ) {
6538
- $params['addon_id'] = $this->get_id();
6539
-
6540
- return $this->get_parent_instance()->_get_admin_page_url( 'contact', $params );
6541
- } else {
6542
- return $this->_get_admin_page_url( 'contact', $params );
6543
- }
6544
- }
6545
-
6546
- /**
6547
- * Add-on direct info URL.
6548
- *
6549
- * @author Vova Feldman (@svovaf)
6550
- * @since 1.1.0
6551
- *
6552
- * @param string $slug
6553
- *
6554
- * @return string
6555
- */
6556
- function addon_url( $slug ) {
6557
- return $this->_get_admin_page_url( 'addons', array(
6558
- 'slug' => $slug
6559
- ) );
6560
- }
6561
-
6562
- /* Logger
6563
- ------------------------------------------------------------------------------------------------------------------*/
6564
- /**
6565
- * @param string $id
6566
- * @param bool $prefix_slug
6567
- *
6568
- * @return FS_Logger
6569
- */
6570
- function get_logger( $id = '', $prefix_slug = true ) {
6571
- return FS_Logger::get_logger( ( $prefix_slug ? $this->_slug : '' ) . ( ( ! $prefix_slug || empty( $id ) ) ? '' : '_' ) . $id );
6572
- }
6573
-
6574
- /**
6575
- * @param $id
6576
- * @param bool $load_options
6577
- * @param bool $prefix_slug
6578
- *
6579
- * @return FS_Option_Manager
6580
- */
6581
- function get_options_manager( $id, $load_options = false, $prefix_slug = true ) {
6582
- return FS_Option_Manager::get_manager( ( $prefix_slug ? $this->_slug : '' ) . ( ( ! $prefix_slug || empty( $id ) ) ? '' : '_' ) . $id, $load_options );
6583
- }
6584
-
6585
- /* Security
6586
- ------------------------------------------------------------------------------------------------------------------*/
6587
- private function _encrypt( $str ) {
6588
- if ( is_null( $str ) ) {
6589
- return null;
6590
- }
6591
-
6592
- return base64_encode( $str );
6593
- }
6594
-
6595
- private function _decrypt( $str ) {
6596
- if ( is_null( $str ) ) {
6597
- return null;
6598
- }
6599
-
6600
- return base64_decode( $str );
6601
- }
6602
-
6603
- /**
6604
- * @author Vova Feldman (@svovaf)
6605
- * @since 1.0.5
6606
- *
6607
- * @param FS_Entity $entity
6608
- *
6609
- * @return FS_Entity Return an encrypted clone entity.
6610
- */
6611
- private function _encrypt_entity( FS_Entity $entity ) {
6612
- $clone = clone $entity;
6613
- $props = get_object_vars( $entity );
6614
-
6615
- foreach ( $props as $key => $val ) {
6616
- $clone->{$key} = $this->_encrypt( $val );
6617
- }
6618
-
6619
- return $clone;
6620
- }
6621
-
6622
- /**
6623
- * @author Vova Feldman (@svovaf)
6624
- * @since 1.0.5
6625
- *
6626
- * @param FS_Entity $entity
6627
- *
6628
- * @return FS_Entity Return an decrypted clone entity.
6629
- */
6630
- private function _decrypt_entity( FS_Entity $entity ) {
6631
- $clone = clone $entity;
6632
- $props = get_object_vars( $entity );
6633
-
6634
- foreach ( $props as $key => $val ) {
6635
- $clone->{$key} = $this->_decrypt( $val );
6636
- }
6637
-
6638
- return $clone;
6639
- }
6640
-
6641
- /**
6642
- * Tries to activate account based on POST params.
6643
- *
6644
- * @author Vova Feldman (@svovaf)
6645
- * @since 1.0.2
6646
- */
6647
- function _activate_account() {
6648
- if ( $this->is_registered() ) {
6649
- // Already activated.
6650
- return;
6651
- }
6652
-
6653
- self::_clean_admin_content_section();
6654
-
6655
- if ( fs_request_is_action( 'activate' ) && fs_request_is_post() ) {
6656
- // check_admin_referer( 'activate_' . $this->_plugin->public_key );
6657
-
6658
- // Verify matching plugin details.
6659
- if ( $this->_plugin->id != fs_request_get( 'plugin_id' ) || $this->_slug != fs_request_get( 'plugin_slug' ) ) {
6660
- return;
6661
- }
6662
-
6663
- $user = new FS_User();
6664
- $user->id = fs_request_get( 'user_id' );
6665
- $user->public_key = fs_request_get( 'user_public_key' );
6666
- $user->secret_key = fs_request_get( 'user_secret_key' );
6667
- $user->email = fs_request_get( 'user_email' );
6668
- $user->first = fs_request_get( 'user_first' );
6669
- $user->last = fs_request_get( 'user_last' );
6670
- $user->is_verified = fs_request_get_bool( 'user_is_verified' );
6671
-
6672
- $site = new FS_Site();
6673
- $site->id = fs_request_get( 'install_id' );
6674
- $site->public_key = fs_request_get( 'install_public_key' );
6675
- $site->secret_key = fs_request_get( 'install_secret_key' );
6676
- $site->plan->id = fs_request_get( 'plan_id' );
6677
- $site->plan->title = fs_request_get( 'plan_title' );
6678
- $site->plan->name = fs_request_get( 'plan_name' );
6679
-
6680
- $plans = array();
6681
- $plans_data = json_decode( urldecode( fs_request_get( 'plans' ) ) );
6682
- foreach ( $plans_data as $p ) {
6683
- $plans[] = new FS_Plugin_Plan( $p );
6684
- }
6685
-
6686
- $this->_set_account( $user, $site, $plans );
6687
-
6688
- // Reload the page with the keys.
6689
- fs_redirect( $this->_get_admin_page_url() );
6690
- }
6691
- }
6692
-
6693
- /**
6694
- * @author Vova Feldman (@svovaf)
6695
- * @since 1.0.7
6696
- *
6697
- * @param string $email
6698
- *
6699
- * @return FS_User|bool
6700
- */
6701
- static function _get_user_by_email( $email ) {
6702
- self::$_static_logger->entrance();
6703
-
6704
- $email = trim( strtolower( $email ) );
6705
- $users = self::get_all_users();
6706
- if ( is_array( $users ) ) {
6707
- foreach ( $users as $u ) {
6708
- if ( $email === trim( strtolower( $u->email ) ) ) {
6709
- return $u;
6710
- }
6711
- }
6712
- }
6713
-
6714
- return false;
6715
- }
6716
-
6717
- #----------------------------------------------------------------------------------
6718
- #region Account (Loading, Updates & Activation)
6719
- #----------------------------------------------------------------------------------
6720
-
6721
- /***
6722
- * Load account information (user + site).
6723
- *
6724
- * @author Vova Feldman (@svovaf)
6725
- * @since 1.0.1
6726
- */
6727
- private function _load_account() {
6728
- $this->_logger->entrance();
6729
-
6730
- $this->do_action( 'before_account_load' );
6731
-
6732
- $sites = self::get_all_sites();
6733
- $users = self::get_all_users();
6734
- $plans = self::get_all_plans();
6735
- $licenses = self::get_all_licenses();
6736
-
6737
- if ( $this->_logger->is_on() && is_admin() ) {
6738
- $this->_logger->log( 'sites = ' . var_export( $sites, true ) );
6739
- $this->_logger->log( 'users = ' . var_export( $users, true ) );
6740
- $this->_logger->log( 'plans = ' . var_export( $plans, true ) );
6741
- $this->_logger->log( 'licenses = ' . var_export( $licenses, true ) );
6742
- }
6743
-
6744
- $site = isset( $sites[ $this->_slug ] ) ? $sites[ $this->_slug ] : false;
6745
-
6746
- if ( is_object( $site ) &&
6747
- is_numeric( $site->id ) &&
6748
- is_numeric( $site->user_id ) &&
6749
- is_object( $site->plan )
6750
- ) {
6751
- // Load site.
6752
- $this->_site = clone $site;
6753
- $this->_site->plan = $this->_decrypt_entity( $this->_site->plan );
6754
-
6755
- // Load relevant user.
6756
- $this->_user = clone $users[ $this->_site->user_id ];
6757
-
6758
- // Load plans.
6759
- $this->_plans = $plans[ $this->_slug ];
6760
- if ( ! is_array( $this->_plans ) || empty( $this->_plans ) ) {
6761
- $this->_sync_plans();
6762
- } else {
6763
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
6764
- if ( $this->_plans[ $i ] instanceof FS_Plugin_Plan ) {
6765
- $this->_plans[ $i ] = $this->_decrypt_entity( $this->_plans[ $i ] );
6766
- } else {
6767
- unset( $this->_plans[ $i ] );
6768
- }
6769
- }
6770
- }
6771
-
6772
- // Load licenses.
6773
- $this->_licenses = array();
6774
- if ( is_array( $licenses ) &&
6775
- isset( $licenses[ $this->_slug ] ) &&
6776
- isset( $licenses[ $this->_slug ][ $this->_user->id ] )
6777
- ) {
6778
- $this->_licenses = $licenses[ $this->_slug ][ $this->_user->id ];
6779
- }
6780
-
6781
- $this->_license = $this->_get_license_by_id( $this->_site->license_id );
6782
-
6783
- if ( $this->_site->version != $this->get_plugin_version() ) {
6784
- // If stored install version is different than current installed plugin version,
6785
- // then update plugin version event.
6786
- $this->update_plugin_version_event();
6787
- }
6788
- }
6789
-
6790
- $this->_register_account_hooks();
6791
- }
6792
-
6793
- /**
6794
- * @author Vova Feldman (@svovaf)
6795
- * @since 1.0.1
6796
- *
6797
- * @param FS_User $user
6798
- * @param FS_Site $site
6799
- * @param bool|array $plans
6800
- */
6801
- private function _set_account( FS_User $user, FS_Site $site, $plans = false ) {
6802
- $site->slug = $this->_slug;
6803
- $site->user_id = $user->id;
6804
-
6805
- $this->_site = $site;
6806
- $this->_user = $user;
6807
- if ( false !== $plans ) {
6808
- $this->_plans = $plans;
6809
- }
6810
-
6811
- $this->send_install_update();
6812
-
6813
- $this->_store_account();
6814
-
6815
- }
6816
-
6817
- /**
6818
- * @author Vova Feldman (@svovaf)
6819
- * @since 1.1.7.4
6820
- *
6821
- * @param array $override_with
6822
- *
6823
- * @return array
6824
- */
6825
- function get_opt_in_params( $override_with = array() ) {
6826
- $this->_logger->entrance();
6827
-
6828
- $current_user = self::_get_current_wp_user();
6829
-
6830
- $activation_action = $this->_slug . '_activate_new';
6831
- $return_url = $this->is_anonymous() ?
6832
- // If skipped already, then return to the account page.
6833
- $this->get_account_url( $activation_action, array(), false ) :
6834
- // Return to the module's main page.
6835
- $this->_get_admin_page_url(
6836
- '',
6837
- array( 'fs_action' => $activation_action )
6838
- );
6839
-
6840
- $params = array(
6841
- 'user_firstname' => $current_user->user_firstname,
6842
- 'user_lastname' => $current_user->user_lastname,
6843
- 'user_nickname' => $current_user->user_nicename,
6844
- 'user_email' => $current_user->user_email,
6845
- 'user_ip' => WP_FS__REMOTE_ADDR,
6846
- 'plugin_slug' => $this->_slug,
6847
- 'plugin_id' => $this->get_id(),
6848
- 'plugin_public_key' => $this->get_public_key(),
6849
- 'plugin_version' => $this->get_plugin_version(),
6850
- 'return_url' => fs_nonce_url( $return_url, $activation_action ),
6851
- 'account_url' => fs_nonce_url( $this->_get_admin_page_url(
6852
- 'account',
6853
- array( 'fs_action' => 'sync_user' )
6854
- ), 'sync_user' ),
6855
- 'site_uid' => $this->get_anonymous_id(),
6856
- 'site_url' => get_site_url(),
6857
- 'site_name' => get_bloginfo( 'name' ),
6858
- 'platform_version' => get_bloginfo( 'version' ),
6859
- 'sdk_version' => $this->version,
6860
- 'programming_language_version' => phpversion(),
6861
- 'language' => get_bloginfo( 'language' ),
6862
- 'charset' => get_bloginfo( 'charset' ),
6863
- 'is_premium' => $this->is_premium(),
6864
- 'is_active' => true,
6865
- 'is_uninstalled' => false,
6866
- );
6867
-
6868
- if ( $this->is_pending_activation() &&
6869
- ! empty( $this->_storage->pending_license_key )
6870
- ) {
6871
- $params['license_key'] = $this->_storage->pending_license_key;
6872
- }
6873
-
6874
- if ( WP_FS__SKIP_EMAIL_ACTIVATION && $this->has_secret_key() ) {
6875
- // Even though rand() is known for its security issues,
6876
- // the timestamp adds another layer of protection.
6877
- // It would be very hard for an attacker to get the secret key form here.
6878
- // Plus, this should never run in production since the secret should never
6879
- // be included in the production version.
6880
- $params['ts'] = WP_FS__SCRIPT_START_TIME;
6881
- $params['salt'] = md5( uniqid( rand() ) );
6882
- $params['secure'] = md5(
6883
- $params['ts'] .
6884
- $params['salt'] .
6885
- $this->get_secret_key()
6886
- );
6887
- }
6888
-
6889
- return array_merge( $params, $override_with );
6890
- }
6891
-
6892
- /**
6893
- * 1. If successful opt-in or pending activation returns the next page that the user should be redirected to.
6894
- * 2. If there was an API error, return the API result.
6895
- *
6896
- * @author Vova Feldman (@svovaf)
6897
- * @since 1.1.7.4
6898
- *
6899
- * @param string|bool $email
6900
- * @param string|bool $first
6901
- * @param string|bool $last
6902
- * @param string|bool $license_key
6903
- * @param bool $is_uninstall If "true", this means that the module is currently being uninstalled.
6904
- * In this case, the user and site info will be sent to the server but no
6905
- * data will be saved to the WP installation's database.
6906
- * @param number|bool $trial_plan_id
6907
- *
6908
- * @return string|object
6909
- * @use WP_Error
6910
- */
6911
- function opt_in(
6912
- $email = false,
6913
- $first = false,
6914
- $last = false,
6915
- $license_key = false,
6916
- $is_uninstall = false,
6917
- $trial_plan_id = false
6918
- ) {
6919
- $this->_logger->entrance();
6920
-
6921
- if ( false === $email ) {
6922
- $current_user = self::_get_current_wp_user();
6923
- $email = $current_user->user_email;
6924
- }
6925
-
6926
- /**
6927
- * @since 1.2.1 If activating with license key, ignore the context-user
6928
- * since the user will be automatically loaded from the license.
6929
- */
6930
- if ( empty( $license_key ) ) {
6931
- // Clean up pending license if opt-ing in again.
6932
- $this->_storage->remove( 'pending_license_key' );
6933
-
6934
- if ( ! $is_uninstall ) {
6935
- $fs_user = Freemius::_get_user_by_email( $email );
6936
- if ( is_object( $fs_user ) && ! $this->is_pending_activation() ) {
6937
- return $this->install_with_current_user( false, $trial_plan_id );
6938
- }
6939
- }
6940
- }
6941
-
6942
- $user_info = array();
6943
- if ( ! empty( $email ) ) {
6944
- $user_info['user_email'] = $email;
6945
- }
6946
- if ( ! empty( $first ) ) {
6947
- $user_info['user_firstname'] = $first;
6948
- }
6949
- if ( ! empty( $last ) ) {
6950
- $user_info['user_lastname'] = $last;
6951
- }
6952
-
6953
- $params = $this->get_opt_in_params( $user_info );
6954
-
6955
- $filtered_license_key = false;
6956
- if ( is_string( $license_key ) ) {
6957
- $filtered_license_key = $this->apply_filters( 'license_key', $license_key );
6958
- $params['license_key'] = $filtered_license_key;
6959
- } else if ( FS_Plugin_Plan::is_valid_id( $trial_plan_id ) ) {
6960
- $params['trial_plan_id'] = $trial_plan_id;
6961
- }
6962
-
6963
- if ( $is_uninstall ) {
6964
- $params['uninstall_params'] = array(
6965
- 'reason_id' => $this->_storage->uninstall_reason->id,
6966
- 'reason_info' => $this->_storage->uninstall_reason->info
6967
- );
6968
- }
6969
-
6970
- $params['format'] = 'json';
6971
-
6972
- $url = WP_FS__ADDRESS . '/action/service/user/install/';
6973
- if ( isset( $_COOKIE['XDEBUG_SESSION'] ) ) {
6974
- $url = add_query_arg( 'XDEBUG_SESSION', 'PHPSTORM', $url );
6975
- }
6976
-
6977
- $response = wp_remote_post( $url, array(
6978
- 'method' => 'POST',
6979
- 'body' => $params,
6980
- 'timeout' => 15,
6981
- ) );
6982
-
6983
- if ( $response instanceof WP_Error ) {
6984
- if ( 'https://' === substr( $url, 0, 8 ) &&
6985
- isset( $response->errors ) &&
6986
- isset( $response->errors['http_request_failed'] )
6987
- ) {
6988
- $http_error = strtolower( $response->errors['http_request_failed'][0] );
6989
-
6990
- if ( false !== strpos( $http_error, 'ssl' ) ) {
6991
- // Failed due to old version of cURL or Open SSL (SSLv3 is not supported by CloudFlare).
6992
- $url = 'http://' . substr( $url, 8 );
6993
-
6994
- $response = wp_remote_post( $url, array(
6995
- 'method' => 'POST',
6996
- 'body' => $params,
6997
- 'timeout' => 15,
6998
- ) );
6999
- }
7000
- }
7001
- }
7002
-
7003
- if ( is_wp_error( $response ) ) {
7004
- /**
7005
- * @var WP_Error $response
7006
- */
7007
- $result = new stdClass();
7008
-
7009
- $error_code = $response->get_error_code();
7010
- $error_type = str_replace( ' ', '', ucwords( str_replace( '_', ' ', $error_code ) ) );
7011
-
7012
- $result->error = (object) array(
7013
- 'type' => $error_type,
7014
- 'message' => $response->get_error_message(),
7015
- 'code' => $error_code,
7016
- 'http' => 402
7017
- );
7018
-
7019
- return $result;
7020
- }
7021
-
7022
- // Module is being uninstalled, don't handle the returned data.
7023
- if ( $is_uninstall ) {
7024
- return true;
7025
- }
7026
-
7027
- $decoded = @json_decode( $response['body'] );
7028
-
7029
- if ( empty( $decoded ) ) {
7030
- return false;
7031
- }
7032
-
7033
- if ( ! $this->is_api_result_object( $decoded ) ) {
7034
- if ( ! empty( $params['license_key'] ) ) {
7035
- // Pass the fully entered license key to the failure handler.
7036
- $params['license_key'] = $license_key;
7037
- }
7038
-
7039
- return $is_uninstall ?
7040
- $decoded :
7041
- $this->apply_filters( 'after_install_failure', $decoded, $params );
7042
- } else if ( isset( $decoded->pending_activation ) && $decoded->pending_activation ) {
7043
- // Pending activation, add message.
7044
- return $this->set_pending_confirmation(
7045
- true,
7046
- false,
7047
- $filtered_license_key,
7048
- ! empty( $params['trial_plan_id'] )
7049
- );
7050
- } else if ( isset( $decoded->install_secret_key ) ) {
7051
- return $this->install_with_new_user(
7052
- $decoded->user_id,
7053
- $decoded->user_public_key,
7054
- $decoded->user_secret_key,
7055
- $decoded->install_id,
7056
- $decoded->install_public_key,
7057
- $decoded->install_secret_key,
7058
- false
7059
- );
7060
- }
7061
-
7062
- return $decoded;
7063
- }
7064
-
7065
- /**
7066
- * Set user and site identities.
7067
- *
7068
- * @author Vova Feldman (@svovaf)
7069
- * @since 1.0.9
7070
- *
7071
- * @param FS_User $user
7072
- * @param FS_Site $site
7073
- * @param bool $redirect
7074
- *
7075
- * @return string If redirect is `false`, returns the next page the user should be redirected to.
7076
- */
7077
- function setup_account( FS_User $user, FS_Site $site, $redirect = true ) {
7078
- $this->_user = $user;
7079
- $this->_site = $site;
7080
-
7081
- $this->_sync_plans();
7082
-
7083
- $this->_enrich_site_plan( false );
7084
-
7085
- $this->_set_account( $user, $site );
7086
-
7087
- if ( $this->is_trial() ) {
7088
- // Store trial plan information.
7089
- $this->_enrich_site_trial_plan( true );
7090
- }
7091
-
7092
- // If Freemius was OFF before, turn it on.
7093
- $this->turn_on();
7094
-
7095
- $this->do_action( 'after_account_connection', $user, $site );
7096
-
7097
- if ( is_numeric( $site->license_id ) ) {
7098
- $this->_license = $this->_get_license_by_id( $site->license_id );
7099
- }
7100
-
7101
- $this->_admin_notices->remove_sticky( 'connect_account' );
7102
-
7103
- if ( $this->is_pending_activation() ) {
7104
- // Remove pending activation sticky notice (if still exist).
7105
- $this->_admin_notices->remove_sticky( 'activation_pending' );
7106
-
7107
- // Remove plugin from pending activation mode.
7108
- unset( $this->_storage->is_pending_activation );
7109
-
7110
- if ( ! $this->is_paying_or_trial() ) {
7111
- $this->_admin_notices->add_sticky(
7112
- sprintf( __fs( 'plugin-x-activation-message', $this->_slug ), '<b>' . $this->get_plugin_name() . '</b>' ),
7113
- 'activation_complete'
7114
- );
7115
- }
7116
- }
7117
-
7118
- if ( $this->is_paying_or_trial() ) {
7119
- if ( ! $this->is_premium() || ! $this->has_premium_version() ) {
7120
- if ( $this->is_paying() ) {
7121
- $this->_admin_notices->add_sticky(
7122
- sprintf(
7123
- __fs( 'activation-with-plan-x-message', $this->_slug ),
7124
- $this->_site->plan->title
7125
- ) . $this->get_complete_upgrade_instructions(),
7126
- 'plan_upgraded',
7127
- __fs( 'yee-haw', $this->_slug ) . '!'
7128
- );
7129
- } else {
7130
- $this->_admin_notices->add_sticky(
7131
- sprintf(
7132
- __fs( 'trial-started-message', $this->_slug ),
7133
- '<i>' . $this->get_plugin_name() . '</i>'
7134
- ) . $this->get_complete_upgrade_instructions( $this->_storage->trial_plan->title ),
7135
- 'trial_started',
7136
- __fs( 'yee-haw', $this->_slug ) . '!'
7137
- );
7138
- }
7139
- }
7140
-
7141
- $this->_admin_notices->remove_sticky( array(
7142
- 'trial_promotion',
7143
- ) );
7144
- }
7145
-
7146
- $plugin_id = fs_request_get( 'plugin_id', false );
7147
-
7148
- // Store activation time ONLY for plugins (not add-ons).
7149
- if ( ! is_numeric( $plugin_id ) || ( $plugin_id == $this->_plugin->id ) ) {
7150
- $this->_storage->activation_timestamp = WP_FS__SCRIPT_START_TIME;
7151
- }
7152
-
7153
- $next_page = '';
7154
-
7155
- if ( is_numeric( $plugin_id ) ) {
7156
- /**
7157
- * @author Leo Fajardo
7158
- * @since 1.2.1.6
7159
- *
7160
- * Also sync the license after an anonymous user subscribes.
7161
- */
7162
- if ( $this->is_anonymous() || $plugin_id != $this->_plugin->id ) {
7163
- // Add-on was installed - sync license right after install.
7164
- $next_page = $this->_get_sync_license_url( $plugin_id );
7165
- }
7166
- } else {
7167
- /**
7168
- * @author Vova Feldman (@svovaf)
7169
- * @since 1.1.9 If site installed with a valid license, sync license.
7170
- */
7171
- if ( $this->is_paying() ) {
7172
- $this->_sync_plugin_license( true );
7173
- }
7174
-
7175
- // Reload the page with the keys.
7176
- $next_page = $this->is_anonymous() ?
7177
- // If user previously skipped, redirect to account page.
7178
- $this->get_account_url() :
7179
- $this->get_after_activation_url( 'after_connect_url' );
7180
- }
7181
-
7182
- if ( ! empty( $next_page ) && $redirect ) {
7183
- fs_redirect( $next_page );
7184
- }
7185
-
7186
- return $next_page;
7187
- }
7188
-
7189
- /**
7190
- * Install plugin with new user information after approval.
7191
- *
7192
- * @author Vova Feldman (@svovaf)
7193
- * @since 1.0.7
7194
- */
7195
- function _install_with_new_user() {
7196
- $this->_logger->entrance();
7197
-
7198
- if ( $this->is_registered() ) {
7199
- return;
7200
- }
7201
-
7202
- if ( fs_request_is_action( $this->_slug . '_activate_new' ) ) {
7203
- // check_admin_referer( $this->_slug . '_activate_new' );
7204
-
7205
- if ( fs_request_has( 'user_secret_key' ) ) {
7206
- $this->install_with_new_user(
7207
- fs_request_get( 'user_id' ),
7208
- fs_request_get( 'user_public_key' ),
7209
- fs_request_get( 'user_secret_key' ),
7210
- fs_request_get( 'install_id' ),
7211
- fs_request_get( 'install_public_key' ),
7212
- fs_request_get( 'install_secret_key' )
7213
- );
7214
- } else if ( fs_request_has( 'pending_activation' ) ) {
7215
- $this->set_pending_confirmation( fs_request_get( 'user_email' ), true );
7216
- }
7217
- }
7218
- }
7219
-
7220
- /**
7221
- * Install plugin with new user.
7222
- *
7223
- * @author Vova Feldman (@svovaf)
7224
- * @since 1.1.7.4
7225
- *
7226
- * @param number $user_id
7227
- * @param string $user_public_key
7228
- * @param string $user_secret_key
7229
- * @param number $install_id
7230
- * @param string $install_public_key
7231
- * @param string $install_secret_key
7232
- * @param bool $redirect
7233
- *
7234
- * @return string If redirect is `false`, returns the next page the user should be redirected to.
7235
- */
7236
- private function install_with_new_user(
7237
- $user_id,
7238
- $user_public_key,
7239
- $user_secret_key,
7240
- $install_id,
7241
- $install_public_key,
7242
- $install_secret_key,
7243
- $redirect = true
7244
- ) {
7245
- $user = new FS_User();
7246
- $user->id = $user_id;
7247
- $user->public_key = $user_public_key;
7248
- $user->secret_key = $user_secret_key;
7249
-
7250
- $this->_user = $user;
7251
- $user_result = $this->get_api_user_scope()->get();
7252
- $user = new FS_User( $user_result );
7253
- $this->_user = $user;
7254
-
7255
- $site = new FS_Site();
7256
- $site->id = $install_id;
7257
- $site->public_key = $install_public_key;
7258
- $site->secret_key = $install_secret_key;
7259
-
7260
- $this->_site = $site;
7261
- $site_result = $this->get_api_site_scope()->get();
7262
- $site = new FS_Site( $site_result );
7263
- $this->_site = $site;
7264
-
7265
- return $this->setup_account( $this->_user, $this->_site, $redirect );
7266
- }
7267
-
7268
- /**
7269
- * @author Vova Feldman (@svovaf)
7270
- * @since 1.1.7.4
7271
- *
7272
- * @param string|bool $email
7273
- * @param bool $redirect
7274
- * @param string|bool $license_key Since 1.2.1.5
7275
- * @param bool $is_pending_trial Since 1.2.1.5
7276
- *
7277
- * @return string Since 1.2.1.5 if $redirect is `false`, return the pending activation page.
7278
- */
7279
- private function set_pending_confirmation(
7280
- $email = false,
7281
- $redirect = true,
7282
- $license_key = false,
7283
- $is_pending_trial = false
7284
- ) {
7285
- if ( $this->_ignore_pending_mode ) {
7286
- /**
7287
- * If explicitly asked to ignore pending mode, set to anonymous mode
7288
- * if require confirmation before finalizing the opt-in.
7289
- *
7290
- * @author Vova Feldman
7291
- * @since 1.2.1.6
7292
- */
7293
- $this->skip_connection();
7294
- } else {
7295
- // Install must be activated via email since
7296
- // user with the same email already exist.
7297
- $this->_storage->is_pending_activation = true;
7298
- $this->_add_pending_activation_notice( $email, $is_pending_trial );
7299
- }
7300
-
7301
- if ( ! empty( $license_key ) ) {
7302
- $this->_storage->pending_license_key = $license_key;
7303
- }
7304
-
7305
- // Remove the opt-in sticky notice.
7306
- $this->_admin_notices->remove_sticky( array(
7307
- 'connect_account',
7308
- 'trial_promotion',
7309
- ) );
7310
-
7311
- $next_page = $this->get_after_activation_url( 'after_pending_connect_url' );
7312
-
7313
- // Reload the page with with pending activation message.
7314
- if ( $redirect ) {
7315
- fs_redirect( $next_page );
7316
- }
7317
-
7318
- return $next_page;
7319
- }
7320
-
7321
- /**
7322
- * Install plugin with current logged WP user info.
7323
- *
7324
- * @author Vova Feldman (@svovaf)
7325
- * @since 1.0.7
7326
- */
7327
- function _install_with_current_user() {
7328
- $this->_logger->entrance();
7329
-
7330
- if ( $this->is_registered() ) {
7331
- return;
7332
- }
7333
-
7334
- if ( fs_request_is_action( $this->_slug . '_activate_existing' ) && fs_request_is_post() ) {
7335
- // check_admin_referer( 'activate_existing_' . $this->_plugin->public_key );
7336
-
7337
- /**
7338
- * @author Vova Feldman (@svovaf)
7339
- * @since 1.1.9 Add license key if given.
7340
- */
7341
- $license_key = fs_request_get( 'license_secret_key' );
7342
-
7343
- $this->install_with_current_user( $license_key );
7344
- }
7345
- }
7346
-
7347
-
7348
- /**
7349
- * @author Vova Feldman (@svovaf)
7350
- * @since 1.1.7.4
7351
- *
7352
- * @param string|bool $license_key
7353
- * @param number|bool $trial_plan_id
7354
- * @param bool $redirect
7355
- *
7356
- * @return string|object If redirect is `false`, returns the next page the user should be redirected to, or the
7357
- * API error object if failed to install.
7358
- */
7359
- private function install_with_current_user(
7360
- $license_key = false,
7361
- $trial_plan_id = false,
7362
- $redirect = true
7363
- ) {
7364
- // Get current logged WP user.
7365
- $current_user = self::_get_current_wp_user();
7366
-
7367
- // Find the relevant FS user by the email.
7368
- $user = self::_get_user_by_email( $current_user->user_email );
7369
-
7370
- // We have to set the user before getting user scope API handler.
7371
- $this->_user = $user;
7372
-
7373
- $extra_install_params = array(
7374
- 'uid' => $this->get_anonymous_id(),
7375
- );
7376
-
7377
- if ( ! empty( $license_key ) ) {
7378
- $filtered_license_key = $this->apply_filters( 'license_key', $license_key );
7379
- $extra_install_params['license_key'] = $filtered_license_key;
7380
- } else if ( FS_Plugin_Plan::is_valid_id( $trial_plan_id ) ) {
7381
- $extra_install_params['trial_plan_id'] = $trial_plan_id;
7382
- }
7383
-
7384
- $args = $this->get_install_data_for_api( $extra_install_params, false, false );
7385
-
7386
- // Install the plugin.
7387
- $install = $this->get_api_user_scope()->call(
7388
- "/plugins/{$this->get_id()}/installs.json",
7389
- 'post',
7390
- $args
7391
- );
7392
-
7393
- if ( ! $this->is_api_result_entity( $install ) ) {
7394
- if ( ! empty( $args['license_key'] ) ) {
7395
- // Pass full the fully entered license key to the failure handler.
7396
- $args['license_key'] = $license_key;
7397
- }
7398
-
7399
- $install = $this->apply_filters( 'after_install_failure', $install, $args );
7400
-
7401
- $this->_admin_notices->add(
7402
- sprintf( __fs( 'could-not-activate-x', $this->_slug ), $this->get_plugin_name() ) . ' ' .
7403
- __fs( 'contact-us-with-error-message', $this->_slug ) . ' ' . '<b>' . $install->error->message . '</b>',
7404
- __fs( 'oops', $this->_slug ) . '...',
7405
- 'error'
7406
- );
7407
-
7408
- if ( $redirect ) {
7409
- fs_redirect( $this->get_activation_url( array( 'error' => $install->error->message ) ) );
7410
- }
7411
-
7412
- return $install;
7413
- }
7414
-
7415
- $site = new FS_Site( $install );
7416
- $this->_site = $site;
7417
-
7418
- return $this->setup_account( $this->_user, $this->_site, $redirect );
7419
- }
7420
-
7421
- /**
7422
- * Tries to activate add-on account based on parent plugin info.
7423
- *
7424
- * @author Vova Feldman (@svovaf)
7425
- * @since 1.0.6
7426
- *
7427
- * @param Freemius $parent_fs
7428
- */
7429
- private function _activate_addon_account( Freemius $parent_fs ) {
7430
- if ( $this->is_registered() ) {
7431
- // Already activated.
7432
- return;
7433
- }
7434
-
7435
- // Activate add-on with parent plugin credentials.
7436
- $addon_install = $parent_fs->get_api_site_scope()->call(
7437
- "/addons/{$this->_plugin->id}/installs.json",
7438
- 'post',
7439
- $this->get_install_data_for_api( array(
7440
- 'uid' => $this->get_anonymous_id(),
7441
- ), false, false )
7442
- );
7443
-
7444
- if ( isset( $addon_install->error ) ) {
7445
- $this->_admin_notices->add(
7446
- sprintf( __fs( 'could-not-activate-x', $this->_slug ), $this->get_plugin_name() ) . ' ' .
7447
- __fs( 'contact-us-with-error-message', $this->_slug ) . ' ' . '<b>' . $addon_install->error->message . '</b>',
7448
- __fs( 'oops', $this->_slug ) . '...',
7449
- 'error'
7450
- );
7451
-
7452
- return;
7453
- }
7454
-
7455
- // First of all, set site info - otherwise we won't
7456
- // be able to invoke API calls.
7457
- $this->_site = new FS_Site( $addon_install );
7458
-
7459
- // Sync add-on plans.
7460
- $this->_sync_plans();
7461
-
7462
- // Get site's current plan.
7463
- $this->_site->plan = $this->_get_plan_by_id( $this->_site->plan->id );
7464
-
7465
- // Get user information based on parent's plugin.
7466
- $user = $parent_fs->get_user();
7467
-
7468
- $this->_set_account( $user, $this->_site );
7469
-
7470
- // Sync licenses.
7471
- $this->_sync_licenses();
7472
-
7473
- // Try to activate premium license.
7474
- $this->_activate_license( true );
7475
- }
7476
-
7477
- #endregion
7478
-
7479
- #----------------------------------------------------------------------------------
7480
- #region Admin Menu Items
7481
- #----------------------------------------------------------------------------------
7482
-
7483
- private $_menu_items = array();
7484
-
7485
- /**
7486
- * @author Vova Feldman (@svovaf)
7487
- * @since 1.0.7
7488
- *
7489
- * @return string
7490
- */
7491
- function get_menu_slug() {
7492
- return $this->_menu->get_slug();
7493
- }
7494
-
7495
- /**
7496
- * @author Vova Feldman (@svovaf)
7497
- * @since 1.0.9
7498
- */
7499
- function _prepare_admin_menu() {
7500
- // if ( ! $this->is_on() ) {
7501
- // return;
7502
- // }
7503
-
7504
- if ( ! $this->has_api_connectivity() && ! $this->is_enable_anonymous() ) {
7505
- $this->_menu->remove_menu_item();
7506
- } else {
7507
- $this->do_action( 'before_admin_menu_init' );
7508
-
7509
- $this->add_menu_action();
7510
- $this->add_submenu_items();
7511
- }
7512
- }
7513
-
7514
- /**
7515
- * Admin dashboard menu items modifications.
7516
- *
7517
- * NOTE: admin_menu action executed before admin_init.
7518
- *
7519
- * @author Vova Feldman (@svovaf)
7520
- * @since 1.0.7
7521
- *
7522
- */
7523
- private function add_menu_action() {
7524
- if ( $this->is_activation_mode() ) {
7525
- $this->override_plugin_menu_with_activation();
7526
- } else {
7527
- // If not registered try to install user.
7528
- if ( ! $this->is_registered() &&
7529
- fs_request_is_action( $this->_slug . '_activate_new' )
7530
- ) {
7531
- $this->_install_with_new_user();
7532
- }
7533
- }
7534
- }
7535
-
7536
- /**
7537
- * @author Vova Feldman (@svovaf)
7538
- * @since 1.0.1
7539
- */
7540
- function _redirect_on_clicked_menu_link() {
7541
- $this->_logger->entrance();
7542
-
7543
- $page = strtolower( isset( $_REQUEST['page'] ) ? $_REQUEST['page'] : '' );
7544
-
7545
- $this->_logger->log( 'page = ' . $page );
7546
-
7547
- foreach ( $this->_menu_items as $priority => $items ) {
7548
- foreach ( $items as $item ) {
7549
- if ( isset( $item['url'] ) ) {
7550
- if ( $page === $this->_menu->get_slug( strtolower( $item['menu_slug'] ) ) ) {
7551
- $this->_logger->log( 'Redirecting to ' . $item['url'] );
7552
-
7553
- fs_redirect( $item['url'] );
7554
- }
7555
- }
7556
- }
7557
- }
7558
- }
7559
-
7560
- /**
7561
- * Remove plugin's all admin menu items & pages, and replace with activation page.
7562
- *
7563
- * @author Vova Feldman (@svovaf)
7564
- * @since 1.0.1
7565
- */
7566
- private function override_plugin_menu_with_activation() {
7567
- $this->_logger->entrance();
7568
-
7569
- $hook = false;
7570
-
7571
- if ( ! $this->_menu->has_menu_slug() ) {
7572
- // Add the opt-in page without a menu item.
7573
- $hook = add_submenu_page(
7574
- null,
7575
- $this->get_plugin_name(),
7576
- $this->get_plugin_name(),
7577
- 'manage_options',
7578
- $this->_slug,
7579
- array( &$this, '_connect_page_render' )
7580
- );
7581
- } else if ( $this->_menu->is_top_level() ) {
7582
- $hook = $this->_menu->override_menu_item( array( &$this, '_connect_page_render' ) );
7583
-
7584
- if ( false === $hook ) {
7585
- // Create new menu item just for the opt-in.
7586
- $hook = add_menu_page(
7587
- $this->get_plugin_name(),
7588
- $this->get_plugin_name(),
7589
- 'manage_options',
7590
- $this->_menu->get_slug(),
7591
- array( &$this, '_connect_page_render' )
7592
- );
7593
- }
7594
- } else {
7595
- $menus = array( $this->_menu->get_parent_slug() );
7596
-
7597
- if ( $this->_menu->is_override_exact() ) {
7598
- // Make sure the current page is matching the activation page.
7599
- $activation_url = strtolower( $this->get_activation_url() );
7600
- $request_url = strtolower( $_SERVER['REQUEST_URI'] );
7601
-
7602
- if ( parse_url( $activation_url, PHP_URL_PATH ) !== parse_url( $request_url, PHP_URL_PATH ) ) {
7603
- // Different path - DO NOT OVERRIDE PAGE.
7604
- return;
7605
- }
7606
-
7607
- $activation_url_params = array();
7608
- parse_str( parse_url( $activation_url, PHP_URL_QUERY ), $activation_url_params );
7609
-
7610
- $request_url_params = array();
7611
- parse_str( parse_url( $request_url, PHP_URL_QUERY ), $request_url_params );
7612
-
7613
-
7614
- foreach ( $activation_url_params as $key => $val ) {
7615
- if ( ! isset( $request_url_params[ $key ] ) || $val != $request_url_params[ $key ] ) {
7616
- // Not matching query string - DO NOT OVERRIDE PAGE.
7617
- return;
7618
- }
7619
- }
7620
- }
7621
-
7622
- foreach ( $menus as $parent_slug ) {
7623
- $hook = $this->_menu->override_submenu_action(
7624
- $parent_slug,
7625
- $this->_menu->get_raw_slug(),
7626
- array( &$this, '_connect_page_render' )
7627
- );
7628
-
7629
- if ( false !== $hook ) {
7630
- // Found plugin's submenu item.
7631
- break;
7632
- }
7633
- }
7634
- }
7635
-
7636
- if ( $this->_menu->is_activation_page() ) {
7637
- // Clean admin page from distracting content.
7638
- self::_clean_admin_content_section();
7639
- }
7640
-
7641
- if ( false !== $hook ) {
7642
- if ( fs_request_is_action( $this->_slug . '_activate_existing' ) ) {
7643
- add_action( "load-$hook", array( &$this, '_install_with_current_user' ) );
7644
- } else if ( fs_request_is_action( $this->_slug . '_activate_new' ) ) {
7645
- add_action( "load-$hook", array( &$this, '_install_with_new_user' ) );
7646
- }
7647
- }
7648
- }
7649
-
7650
- /**
7651
- * @author Leo Fajardo (leorw)
7652
- * @since 1.2.1
7653
- *
7654
- * return string
7655
- */
7656
- function get_top_level_menu_capability() {
7657
- global $menu;
7658
-
7659
- $top_level_menu_slug = $this->get_top_level_menu_slug();
7660
-
7661
- foreach ( $menu as $menu_info ) {
7662
- /**
7663
- * The second element in the menu info array is the capability/role that has access to the menu and the
7664
- * third element is the menu slug.
7665
- */
7666
- if ( $menu_info[2] === $top_level_menu_slug ) {
7667
- return $menu_info[1];
7668
- }
7669
- }
7670
-
7671
- return 'read';
7672
- }
7673
-
7674
- /**
7675
- * @author Vova Feldman (@svovaf)
7676
- * @since 1.0.0
7677
- *
7678
- * @return string
7679
- */
7680
- private function get_top_level_menu_slug() {
7681
- return ( $this->is_addon() ?
7682
- $this->get_parent_instance()->_menu->get_top_level_menu_slug() :
7683
- $this->_menu->get_top_level_menu_slug() );
7684
- }
7685
-
7686
- /**
7687
- * Add default Freemius menu items.
7688
- *
7689
- * @author Vova Feldman (@svovaf)
7690
- * @since 1.0.0
7691
- */
7692
- private function add_submenu_items() {
7693
- $this->_logger->entrance();
7694
-
7695
- if ( ! $this->is_addon() ) {
7696
- if ( ! $this->is_activation_mode() ) {
7697
- if ( $this->is_registered() ) {
7698
- // Add user account page.
7699
- $this->add_submenu_item(
7700
- __fs( 'account', $this->_slug ),
7701
- array( &$this, '_account_page_render' ),
7702
- $this->get_plugin_name() . ' &ndash; ' . __fs( 'account', $this->_slug ),
7703
- 'manage_options',
7704
- 'account',
7705
- array( &$this, '_account_page_load' ),
7706
- WP_FS__DEFAULT_PRIORITY,
7707
- $this->_menu->is_submenu_item_visible( 'account' )
7708
- );
7709
- }
7710
-
7711
- // Add contact page.
7712
- $this->add_submenu_item(
7713
- __fs( 'contact-us', $this->_slug ),
7714
- array( &$this, '_contact_page_render' ),
7715
- $this->get_plugin_name() . ' &ndash; ' . __fs( 'contact-us', $this->_slug ),
7716
- 'manage_options',
7717
- 'contact',
7718
- 'Freemius::_clean_admin_content_section',
7719
- WP_FS__DEFAULT_PRIORITY,
7720
- $this->_menu->is_submenu_item_visible( 'contact' )
7721
- );
7722
-
7723
- if ( $this->has_addons() ) {
7724
- $this->add_submenu_item(
7725
- __fs( 'add-ons', $this->_slug ),
7726
- array( &$this, '_addons_page_render' ),
7727
- $this->get_plugin_name() . ' &ndash; ' . __fs( 'add-ons', $this->_slug ),
7728
- 'manage_options',
7729
- 'addons',
7730
- array( &$this, '_addons_page_load' ),
7731
- WP_FS__LOWEST_PRIORITY - 1,
7732
- $this->_menu->is_submenu_item_visible( 'addons' )
7733
- );
7734
- }
7735
-
7736
- $show_pricing = ( $this->has_paid_plan() && $this->_menu->is_submenu_item_visible( 'pricing' ) );
7737
- // If user don't have paid plans, add pricing page
7738
- // to support add-ons checkout but don't add the submenu item.
7739
- // || (isset( $_GET['page'] ) && $this->_menu->get_slug( 'pricing' ) == $_GET['page']);
7740
-
7741
- $pricing_cta_slug = 'upgrade';
7742
- $pricing_class = 'upgrade-mode';
7743
- if ( $show_pricing ) {
7744
- if ( $this->_admin_notices->has_sticky( 'trial_promotion' ) &&
7745
- ! $this->is_paying_or_trial()
7746
- ) {
7747
- // If running a trial promotion, modify the pricing to load the trial.
7748
- $pricing_cta_slug = 'start-trial';
7749
- $pricing_class = 'trial-mode';
7750
- } else if ( $this->is_paying() ) {
7751
- $pricing_cta_slug = 'pricing';
7752
- $pricing_class = '';
7753
- }
7754
- }
7755
-
7756
- // Add upgrade/pricing page.
7757
- $this->add_submenu_item(
7758
- __fs( $pricing_cta_slug, $this->_slug ) . '&nbsp;&nbsp;&#x27a4;',
7759
- array( &$this, '_pricing_page_render' ),
7760
- $this->get_plugin_name() . ' &ndash; ' . __fs( 'pricing', $this->_slug ),
7761
- 'manage_options',
7762
- 'pricing',
7763
- 'Freemius::_clean_admin_content_section',
7764
- WP_FS__LOWEST_PRIORITY,
7765
- $show_pricing,
7766
- $pricing_class
7767
- );
7768
- }
7769
- }
7770
-
7771
-
7772
- if ( 0 < count( $this->_menu_items ) ) {
7773
- if ( ! $this->_menu->is_top_level() ) {
7774
- fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
7775
-
7776
- // Append submenu items right after the plugin's submenu item.
7777
- $this->order_sub_submenu_items();
7778
- } else {
7779
- // Append submenu items.
7780
- $this->embed_submenu_items();
7781
- }
7782
- }
7783
- }
7784
-
7785
- /**
7786
- * Moved the actual submenu item additions to a separated function,
7787
- * in order to support sub-submenu items when the plugin's settings
7788
- * only have a submenu and not top-level menu item.
7789
- *
7790
- * @author Vova Feldman (@svovaf)
7791
- * @since 1.1.4
7792
- */
7793
- private function embed_submenu_items() {
7794
- $item_template = $this->_menu->is_top_level() ?
7795
- '<span class="fs-submenu-item %s %s %s">%s</span>' :
7796
- '<span class="fs-submenu-item fs-sub %s %s %s">%s</span>';
7797
-
7798
- $top_level_menu_capability = $this->get_top_level_menu_capability();
7799
-
7800
- ksort( $this->_menu_items );
7801
-
7802
- foreach ( $this->_menu_items as $priority => $items ) {
7803
- foreach ( $items as $item ) {
7804
- $capability = ( ! empty( $item['capability'] ) ? $item['capability'] : $top_level_menu_capability );
7805
-
7806
- $menu_item = sprintf(
7807
- $item_template,
7808
- $this->_slug,
7809
- $item['menu_slug'],
7810
- ! empty( $item['class'] ) ? $item['class'] : '',
7811
- $item['menu_title']
7812
- );
7813
-
7814
- $menu_slug = $this->_menu->get_slug( $item['menu_slug'] );
7815
-
7816
- if ( ! isset( $item['url'] ) ) {
7817
- $hook = add_submenu_page(
7818
- $item['show_submenu'] ?
7819
- $this->get_top_level_menu_slug() :
7820
- null,
7821
- $item['page_title'],
7822
- $menu_item,
7823
- $capability,
7824
- $menu_slug,
7825
- $item['render_function']
7826
- );
7827
-
7828
- if ( false !== $item['before_render_function'] ) {
7829
- add_action( "load-$hook", $item['before_render_function'] );
7830
- }
7831
- } else {
7832
- add_submenu_page(
7833
- $this->get_top_level_menu_slug(),
7834
- $item['page_title'],
7835
- $menu_item,
7836
- $capability,
7837
- $menu_slug,
7838
- array( $this, '' )
7839
- );
7840
- }
7841
- }
7842
- }
7843
- }
7844
-
7845
- /**
7846
- * Re-order the submenu items so all Freemius added new submenu items
7847
- * are added right after the plugin's settings submenu item.
7848
- *
7849
- * @author Vova Feldman (@svovaf)
7850
- * @since 1.1.4
7851
- */
7852
- private function order_sub_submenu_items() {
7853
- global $submenu;
7854
-
7855
- $menu_slug = $this->_menu->get_top_level_menu_slug();
7856
-
7857
- /**
7858
- * Before "admin_menu" fires, WordPress will loop over the default submenus and remove pages for which the user
7859
- * does not have permissions. So in case a plugin does not have top-level menu but does have submenus under any
7860
- * of the default menus, only users that have the right role can access its sub-submenus (Account, Contact Us,
7861
- * Support Forum, etc.) since $submenu[ $menu_slug ] will be empty if the user doesn't have permission.
7862
- *
7863
- * In case a plugin does not have submenus under any of the default menus but does have submenus under the menu
7864
- * of another plugin, only users that have the right role can access its sub-submenus since we will use the
7865
- * capability needed to access the parent menu as the capability for the submenus that we will add.
7866
- */
7867
- if ( empty( $submenu[ $menu_slug ] ) ) {
7868
- return;
7869
- }
7870
-
7871
- $top_level_menu = &$submenu[ $menu_slug ];
7872
-
7873
- $all_submenu_items_after = array();
7874
-
7875
- $found_submenu_item = false;
7876
-
7877
- foreach ( $top_level_menu as $submenu_id => $meta ) {
7878
- if ( $found_submenu_item ) {
7879
- // Remove all submenu items after the plugin's submenu item.
7880
- $all_submenu_items_after[] = $meta;
7881
- unset( $top_level_menu[ $submenu_id ] );
7882
- }
7883
-
7884
- if ( $this->_menu->get_raw_slug() === $meta[2] ) {
7885
- // Found the submenu item, put all below.
7886
- $found_submenu_item = true;
7887
- continue;
7888
- }
7889
- }
7890
-
7891
- // Embed all plugin's new submenu items.
7892
- $this->embed_submenu_items();
7893
-
7894
- // Start with specially high number to make sure it's appended.
7895
- $i = max( 10000, max( array_keys( $top_level_menu ) ) + 1 );
7896
- foreach ( $all_submenu_items_after as $meta ) {
7897
- $top_level_menu[ $i ] = $meta;
7898
- $i ++;
7899
- }
7900
-
7901
- // Sort submenu items.
7902
- ksort( $top_level_menu );
7903
- }
7904
-
7905
- /**
7906
- * Displays the Support Forum link when enabled.
7907
- *
7908
- * Can be filtered like so:
7909
- *
7910
- * function _fs_show_support_menu( $is_visible, $menu_id ) {
7911
- * if ( 'support' === $menu_id ) {
7912
- * return _fs->is_registered();
7913
- * }
7914
- * return $is_visible;
7915
- * }
7916
- * _fs()->add_filter('is_submenu_visible', '_fs_show_support_menu', 10, 2);
7917
- *
7918
- */
7919
- function _add_default_submenu_items() {
7920
- if ( ! $this->is_on() ) {
7921
- return;
7922
- }
7923
-
7924
- if ( ! $this->is_activation_mode() ) {
7925
- if ( $this->_menu->is_submenu_item_visible( 'support' ) ) {
7926
- $this->add_submenu_link_item(
7927
- $this->apply_filters( 'support_forum_submenu', __fs( 'support-forum', $this->_slug ) ),
7928
- $this->apply_filters( 'support_forum_url', 'https://wordpress.org/support/plugin/' . $this->_slug ),
7929
- 'wp-support-forum',
7930
- null,
7931
- 50
7932
- );
7933
- }
7934
- }
7935
- }
7936
-
7937
- /**
7938
- * @author Vova Feldman (@svovaf)
7939
- * @since 1.0.1
7940
- *
7941
- * @param string $menu_title
7942
- * @param callable $render_function
7943
- * @param bool|string $page_title
7944
- * @param string $capability
7945
- * @param bool|string $menu_slug
7946
- * @param bool|callable $before_render_function
7947
- * @param int $priority
7948
- * @param bool $show_submenu
7949
- * @param string $class Since 1.2.1.5 can add custom classes to menu items.
7950
- */
7951
- function add_submenu_item(
7952
- $menu_title,
7953
- $render_function,
7954
- $page_title = false,
7955
- $capability = 'manage_options',
7956
- $menu_slug = false,
7957
- $before_render_function = false,
7958
- $priority = WP_FS__DEFAULT_PRIORITY,
7959
- $show_submenu = true,
7960
- $class = ''
7961
- ) {
7962
- $this->_logger->entrance( 'Title = ' . $menu_title );
7963
-
7964
- if ( $this->is_addon() ) {
7965
- $parent_fs = $this->get_parent_instance();
7966
-
7967
- if ( is_object( $parent_fs ) ) {
7968
- $parent_fs->add_submenu_item(
7969
- $menu_title,
7970
- $render_function,
7971
- $page_title,
7972
- $capability,
7973
- $menu_slug,
7974
- $before_render_function,
7975
- $priority,
7976
- $show_submenu,
7977
- $class
7978
- );
7979
-
7980
- return;
7981
- }
7982
- }
7983
-
7984
- if ( ! isset( $this->_menu_items[ $priority ] ) ) {
7985
- $this->_menu_items[ $priority ] = array();
7986
- }
7987
-
7988
- $this->_menu_items[ $priority ][] = array(
7989
- 'page_title' => is_string( $page_title ) ? $page_title : $menu_title,
7990
- 'menu_title' => $menu_title,
7991
- 'capability' => $capability,
7992
- 'menu_slug' => is_string( $menu_slug ) ? $menu_slug : strtolower( $menu_title ),
7993
- 'render_function' => $render_function,
7994
- 'before_render_function' => $before_render_function,
7995
- 'show_submenu' => $show_submenu,
7996
- 'class' => $class,
7997
- );
7998
- }
7999
-
8000
- /**
8001
- * @author Vova Feldman (@svovaf)
8002
- * @since 1.0.1
8003
- *
8004
- * @param string $menu_title
8005
- * @param string $url
8006
- * @param bool $menu_slug
8007
- * @param string $capability
8008
- * @param int $priority
8009
- *
8010
- */
8011
- function add_submenu_link_item(
8012
- $menu_title,
8013
- $url,
8014
- $menu_slug = false,
8015
- $capability = 'read',
8016
- $priority = WP_FS__DEFAULT_PRIORITY
8017
- ) {
8018
- $this->_logger->entrance( 'Title = ' . $menu_title . '; Url = ' . $url );
8019
-
8020
- if ( $this->is_addon() ) {
8021
- $parent_fs = $this->get_parent_instance();
8022
-
8023
- if ( is_object( $parent_fs ) ) {
8024
- $parent_fs->add_submenu_link_item(
8025
- $menu_title,
8026
- $url,
8027
- $menu_slug,
8028
- $capability,
8029
- $priority
8030
- );
8031
-
8032
- return;
8033
- }
8034
- }
8035
-
8036
- if ( ! isset( $this->_menu_items[ $priority ] ) ) {
8037
- $this->_menu_items[ $priority ] = array();
8038
- }
8039
-
8040
- $this->_menu_items[ $priority ][] = array(
8041
- 'menu_title' => $menu_title,
8042
- 'capability' => $capability,
8043
- 'menu_slug' => is_string( $menu_slug ) ? $menu_slug : strtolower( $menu_title ),
8044
- 'url' => $url,
8045
- 'page_title' => $menu_title,
8046
- 'render_function' => 'fs_dummy',
8047
- 'before_render_function' => '',
8048
- );
8049
- }
8050
-
8051
- #endregion ------------------------------------------------------------------
8052
-
8053
- /* Actions / Hooks / Filters
8054
- ------------------------------------------------------------------------------------------------------------------*/
8055
- /**
8056
- * @author Vova Feldman (@svovaf)
8057
- * @since 1.1.7
8058
- *
8059
- * @param string $tag
8060
- *
8061
- * @return string
8062
- */
8063
- public function get_action_tag( $tag ) {
8064
- return self::get_action_tag_static( $tag, $this->_slug );
8065
- }
8066
-
8067
- /**
8068
- * @author Vova Feldman (@svovaf)
8069
- * @since 1.2.1.6
8070
- *
8071
- * @param string $tag
8072
- * @param string $slug
8073
- *
8074
- * @return string
8075
- */
8076
- static function get_action_tag_static( $tag, $slug = '' ) {
8077
- return "fs_{$tag}" . ( empty( $slug ) ? '' : "_{$slug}" );
8078
- }
8079
-
8080
- /**
8081
- * @author Vova Feldman (@svovaf)
8082
- * @since 1.2.1
8083
- *
8084
- * @param string $tag
8085
- *
8086
- * @return string
8087
- */
8088
- private function get_ajax_action_tag( $tag ) {
8089
- return 'wp_ajax_' . $this->get_action_tag( $tag );
8090
- }
8091
-
8092
- /**
8093
- * @author Vova Feldman (@svovaf)
8094
- * @since 1.2.1.6
8095
- *
8096
- * @param string $tag
8097
- * @param string $slug
8098
- *
8099
- * @return string
8100
- */
8101
- private static function get_ajax_action_tag_static( $tag, $slug = '' ) {
8102
- return 'wp_ajax_' . self::get_action_tag_static( $tag, $slug );
8103
- }
8104
-
8105
- /**
8106
- * Do action, specific for the current context plugin.
8107
- *
8108
- * @author Vova Feldman (@svovaf)
8109
- * @since 1.0.1
8110
- *
8111
- * @param string $tag The name of the action to be executed.
8112
- * @param mixed $arg,... Optional. Additional arguments which are passed on to the
8113
- * functions hooked to the action. Default empty.
8114
- *
8115
- * @uses do_action()
8116
- */
8117
- function do_action( $tag, $arg = '' ) {
8118
- $this->_logger->entrance( $tag );
8119
-
8120
- $args = func_get_args();
8121
-
8122
- call_user_func_array( 'do_action', array_merge(
8123
- array( $this->get_action_tag( $tag ) ),
8124
- array_slice( $args, 1 ) )
8125
- );
8126
- }
8127
-
8128
- /**
8129
- * Add action, specific for the current context plugin.
8130
- *
8131
- * @author Vova Feldman (@svovaf)
8132
- * @since 1.0.1
8133
- *
8134
- * @param string $tag
8135
- * @param callable $function_to_add
8136
- * @param int $priority
8137
- * @param int $accepted_args
8138
- *
8139
- * @uses add_action()
8140
- */
8141
- function add_action( $tag, $function_to_add, $priority = WP_FS__DEFAULT_PRIORITY, $accepted_args = 1 ) {
8142
- $this->_logger->entrance( $tag );
8143
-
8144
- add_action( $this->get_action_tag( $tag ), $function_to_add, $priority, $accepted_args );
8145
- }
8146
-
8147
- /**
8148
- * Add AJAX action, specific for the current context plugin.
8149
- *
8150
- * @author Vova Feldman (@svovaf)
8151
- * @since 1.2.1
8152
- *
8153
- * @param string $tag
8154
- * @param callable $function_to_add
8155
- * @param int $priority
8156
- *
8157
- * @uses add_action()
8158
- *
8159
- * @return bool True if action added, false if no need to add the action since the AJAX call isn't matching.
8160
- */
8161
- function add_ajax_action(
8162
- $tag,
8163
- $function_to_add,
8164
- $priority = WP_FS__DEFAULT_PRIORITY
8165
- ) {
8166
- $this->_logger->entrance( $tag );
8167
-
8168
- return self::add_ajax_action_static(
8169
- $tag,
8170
- $function_to_add,
8171
- $priority,
8172
- $this->_slug
8173
- );
8174
- }
8175
-
8176
- /**
8177
- * Add AJAX action.
8178
- *
8179
- * @author Vova Feldman (@svovaf)
8180
- * @since 1.2.1.6
8181
- *
8182
- * @param string $tag
8183
- * @param callable $function_to_add
8184
- * @param int $priority
8185
- * @param string $slug
8186
- *
8187
- * @return bool True if action added, false if no need to add the action since the AJAX call isn't matching.
8188
- * @uses add_action()
8189
- *
8190
- */
8191
- static function add_ajax_action_static(
8192
- $tag,
8193
- $function_to_add,
8194
- $priority = WP_FS__DEFAULT_PRIORITY,
8195
- $slug = ''
8196
- ) {
8197
- self::$_static_logger->entrance( $tag );
8198
-
8199
- if ( ! self::is_ajax_action_static( $tag, $slug ) ) {
8200
- return false;
8201
- }
8202
-
8203
- add_action(
8204
- self::get_ajax_action_tag_static( $tag, $slug ),
8205
- $function_to_add,
8206
- $priority,
8207
- 0
8208
- );
8209
-
8210
- self::$_static_logger->info( "$tag AJAX callback action added." );
8211
-
8212
- return true;
8213
- }
8214
-
8215
- /**
8216
- * Send a JSON response back to an Ajax request.
8217
- *
8218
- * @author Vova Feldman (@svovaf)
8219
- * @since 1.2.1.5
8220
- *
8221
- * @param mixed $response
8222
- */
8223
- static function shoot_ajax_response( $response ) {
8224
- wp_send_json( $response );
8225
- }
8226
-
8227
- /**
8228
- * Send a JSON response back to an Ajax request, indicating success.
8229
- *
8230
- * @author Vova Feldman (@svovaf)
8231
- * @since 1.2.1.5
8232
- *
8233
- * @param mixed $data Data to encode as JSON, then print and exit.
8234
- */
8235
- static function shoot_ajax_success( $data = null ) {
8236
- wp_send_json_success( $data );
8237
- }
8238
-
8239
- /**
8240
- * Send a JSON response back to an Ajax request, indicating failure.
8241
- *
8242
- * @author Vova Feldman (@svovaf)
8243
- * @since 1.2.1.5
8244
- *
8245
- * @param mixed $error Optional error message.
8246
- */
8247
- static function shoot_ajax_failure( $error = '' ) {
8248
- $result = array( 'success' => false );
8249
- if ( ! empty( $error ) ) {
8250
- $result['error'] = $error;
8251
- }
8252
-
8253
- wp_send_json( $result );
8254
- }
8255
-
8256
- /**
8257
- * Apply filter, specific for the current context plugin.
8258
- *
8259
- * @author Vova Feldman (@svovaf)
8260
- * @since 1.0.9
8261
- *
8262
- * @param string $tag The name of the filter hook.
8263
- * @param mixed $value The value on which the filters hooked to `$tag` are applied on.
8264
- *
8265
- * @return mixed The filtered value after all hooked functions are applied to it.
8266
- *
8267
- * @uses apply_filters()
8268
- */
8269
- function apply_filters( $tag, $value ) {
8270
- $this->_logger->entrance( $tag );
8271
-
8272
- $args = func_get_args();
8273
- array_unshift( $args, $this->_slug );
8274
-
8275
- return call_user_func_array( 'fs_apply_filter', $args );
8276
- }
8277
-
8278
- /**
8279
- * Add filter, specific for the current context plugin.
8280
- *
8281
- * @author Vova Feldman (@svovaf)
8282
- * @since 1.0.9
8283
- *
8284
- * @param string $tag
8285
- * @param callable $function_to_add
8286
- * @param int $priority
8287
- * @param int $accepted_args
8288
- *
8289
- * @uses add_filter()
8290
- */
8291
- function add_filter( $tag, $function_to_add, $priority = WP_FS__DEFAULT_PRIORITY, $accepted_args = 1 ) {
8292
- $this->_logger->entrance( $tag );
8293
-
8294
- add_filter( $this->get_action_tag( $tag ), $function_to_add, $priority, $accepted_args );
8295
- }
8296
-
8297
- /**
8298
- * Check if has filter.
8299
- *
8300
- * @author Vova Feldman (@svovaf)
8301
- * @since 1.1.4
8302
- *
8303
- * @param string $tag
8304
- * @param callable|bool $function_to_check Optional. The callback to check for. Default false.
8305
- *
8306
- * @return false|int
8307
- *
8308
- * @uses has_filter()
8309
- */
8310
- function has_filter( $tag, $function_to_check = false ) {
8311
- $this->_logger->entrance( $tag );
8312
-
8313
- return has_filter( $this->get_action_tag( $tag ), $function_to_check );
8314
- }
8315
-
8316
- /**
8317
- * Override default i18n text phrases.
8318
- *
8319
- * @author Vova Feldman (@svovaf)
8320
- * @since 1.1.6
8321
- *
8322
- * @param string[] string $key_value
8323
- *
8324
- * @uses fs_override_i18n()
8325
- */
8326
- function override_i18n( $key_value ) {
8327
- fs_override_i18n( $key_value, $this->_slug );
8328
- }
8329
-
8330
- /* Account Page
8331
- ------------------------------------------------------------------------------------------------------------------*/
8332
- /**
8333
- * Update site information.
8334
- *
8335
- * @author Vova Feldman (@svovaf)
8336
- * @since 1.0.1
8337
- *
8338
- * @param bool $store Flush to Database if true.
8339
- */
8340
- private function _store_site( $store = true ) {
8341
- $this->_logger->entrance();
8342
-
8343
- if ( empty( $this->_site->id ) ) {
8344
- $this->_logger->error( "Empty install ID, can't store site." );
8345
-
8346
- return;
8347
- }
8348
-
8349
- $encrypted_site = clone $this->_site;
8350
- $encrypted_site->plan = $this->_encrypt_entity( $this->_site->plan );
8351
-
8352
- $sites = self::get_all_sites();
8353
- $sites[ $this->_slug ] = $encrypted_site;
8354
- self::$_accounts->set_option( 'sites', $sites, $store );
8355
- }
8356
-
8357
- /**
8358
- * Update plugin's plans information.
8359
- *
8360
- * @author Vova Feldman (@svovaf)
8361
- * @since 1.0.2
8362
- *
8363
- * @param bool $store Flush to Database if true.
8364
- */
8365
- private function _store_plans( $store = true ) {
8366
- $this->_logger->entrance();
8367
-
8368
- $plans = self::get_all_plans();
8369
-
8370
- // Copy plans.
8371
- $encrypted_plans = array();
8372
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
8373
- $encrypted_plans[] = $this->_encrypt_entity( $this->_plans[ $i ] );
8374
- }
8375
-
8376
- $plans[ $this->_slug ] = $encrypted_plans;
8377
- self::$_accounts->set_option( 'plans', $plans, $store );
8378
- }
8379
-
8380
- /**
8381
- * Update user's plugin licenses.
8382
- *
8383
- * @author Vova Feldman (@svovaf)
8384
- * @since 1.0.5
8385
- *
8386
- * @param bool $store
8387
- * @param string|bool $plugin_slug
8388
- * @param FS_Plugin_License[] $licenses
8389
- */
8390
- private function _store_licenses( $store = true, $plugin_slug = false, $licenses = array() ) {
8391
- $this->_logger->entrance();
8392
-
8393
- $all_licenses = self::get_all_licenses();
8394
-
8395
- if ( ! is_string( $plugin_slug ) ) {
8396
- $plugin_slug = $this->_slug;
8397
- $licenses = $this->_licenses;
8398
- }
8399
-
8400
- if ( ! isset( $all_licenses[ $plugin_slug ] ) ) {
8401
- $all_licenses[ $plugin_slug ] = array();
8402
- }
8403
-
8404
- $all_licenses[ $plugin_slug ][ $this->_user->id ] = $licenses;
8405
-
8406
- self::$_accounts->set_option( 'licenses', $all_licenses, $store );
8407
- }
8408
-
8409
- /**
8410
- * Update user information.
8411
- *
8412
- * @author Vova Feldman (@svovaf)
8413
- * @since 1.0.1
8414
- *
8415
- * @param bool $store Flush to Database if true.
8416
- */
8417
- private function _store_user( $store = true ) {
8418
- $this->_logger->entrance();
8419
-
8420
- if ( empty( $this->_user->id ) ) {
8421
- $this->_logger->error( "Empty user ID, can't store user." );
8422
-
8423
- return;
8424
- }
8425
-
8426
- $users = self::get_all_users();
8427
- $users[ $this->_user->id ] = $this->_user;
8428
- self::$_accounts->set_option( 'users', $users, $store );
8429
- }
8430
-
8431
- /**
8432
- * Update new updates information.
8433
- *
8434
- * @author Vova Feldman (@svovaf)
8435
- * @since 1.0.4
8436
- *
8437
- * @param FS_Plugin_Tag|null $update
8438
- * @param bool $store Flush to Database if true.
8439
- * @param bool|number $plugin_id
8440
- */
8441
- private function _store_update( $update, $store = true, $plugin_id = false ) {
8442
- $this->_logger->entrance();
8443
-
8444
- if ( $update instanceof FS_Plugin_Tag ) {
8445
- $update->updated = time();
8446
- }
8447
-
8448
- if ( ! is_numeric( $plugin_id ) ) {
8449
- $plugin_id = $this->_plugin->id;
8450
- }
8451
-
8452
- $updates = self::get_all_updates();
8453
- $updates[ $plugin_id ] = $update;
8454
- self::$_accounts->set_option( 'updates', $updates, $store );
8455
- }
8456
-
8457
- /**
8458
- * Update new updates information.
8459
- *
8460
- * @author Vova Feldman (@svovaf)
8461
- * @since 1.0.6
8462
- *
8463
- * @param FS_Plugin[] $plugin_addons
8464
- * @param bool $store Flush to Database if true.
8465
- */
8466
- private function _store_addons( $plugin_addons, $store = true ) {
8467
- $this->_logger->entrance();
8468
-
8469
- $addons = self::get_all_addons();
8470
- $addons[ $this->_plugin->id ] = $plugin_addons;
8471
- self::$_accounts->set_option( 'addons', $addons, $store );
8472
- }
8473
-
8474
- /**
8475
- * Delete plugin's associated add-ons.
8476
- *
8477
- * @author Vova Feldman (@svovaf)
8478
- * @since 1.0.8
8479
- *
8480
- * @param bool $store
8481
- *
8482
- * @return bool
8483
- */
8484
- private function _delete_account_addons( $store = true ) {
8485
- $all_addons = self::get_all_account_addons();
8486
-
8487
- if ( ! isset( $all_addons[ $this->_plugin->id ] ) ) {
8488
- return false;
8489
- }
8490
-
8491
- unset( $all_addons[ $this->_plugin->id ] );
8492
-
8493
- self::$_accounts->set_option( 'account_addons', $all_addons, $store );
8494
-
8495
- return true;
8496
- }
8497
-
8498
- /**
8499
- * Update account add-ons list.
8500
- *
8501
- * @author Vova Feldman (@svovaf)
8502
- * @since 1.0.6
8503
- *
8504
- * @param FS_Plugin[] $addons
8505
- * @param bool $store Flush to Database if true.
8506
- */
8507
- private function _store_account_addons( $addons, $store = true ) {
8508
- $this->_logger->entrance();
8509
-
8510
- $all_addons = self::get_all_account_addons();
8511
- $all_addons[ $this->_plugin->id ] = $addons;
8512
- self::$_accounts->set_option( 'account_addons', $all_addons, $store );
8513
- }
8514
-
8515
- /**
8516
- * Store account params in the Database.
8517
- *
8518
- * @author Vova Feldman (@svovaf)
8519
- * @since 1.0.1
8520
- */
8521
- private function _store_account() {
8522
- $this->_logger->entrance();
8523
-
8524
- $this->_store_site( false );
8525
- $this->_store_user( false );
8526
- $this->_store_plans( false );
8527
- $this->_store_licenses( false );
8528
-
8529
- self::$_accounts->store();
8530
- }
8531
-
8532
- /**
8533
- * Sync user's information.
8534
- *
8535
- * @author Vova Feldman (@svovaf)
8536
- * @since 1.0.3
8537
- * @uses FS_Api
8538
- */
8539
- private function _handle_account_user_sync() {
8540
- $this->_logger->entrance();
8541
-
8542
- $api = $this->get_api_user_scope();
8543
-
8544
- // Get user's information.
8545
- $user = $api->get( '/', true );
8546
-
8547
- if ( isset( $user->id ) ) {
8548
- $this->_user->first = $user->first;
8549
- $this->_user->last = $user->last;
8550
- $this->_user->email = $user->email;
8551
-
8552
- $is_menu_item_account_visible = $this->_menu->is_submenu_item_visible( 'account' );
8553
-
8554
- if ( $user->is_verified &&
8555
- ( ! isset( $this->_user->is_verified ) || false === $this->_user->is_verified )
8556
- ) {
8557
- $this->_user->is_verified = true;
8558
-
8559
- $this->do_action( 'account_email_verified', $user->email );
8560
-
8561
- $this->_admin_notices->add(
8562
- __fs( 'email-verified-message', $this->_slug ),
8563
- __fs( 'right-on', $this->_slug ) . '!',
8564
- 'success',
8565
- // Make admin sticky if account menu item is invisible,
8566
- // since the page will be auto redirected to the plugin's
8567
- // main settings page, and the non-sticky message
8568
- // will disappear.
8569
- ! $is_menu_item_account_visible,
8570
- false,
8571
- 'email_verified'
8572
- );
8573
- }
8574
-
8575
- // Flush user details to DB.
8576
- $this->_store_user();
8577
-
8578
- $this->do_action( 'after_account_user_sync', $user );
8579
-
8580
- /**
8581
- * If account menu item is hidden, redirect to plugin's main settings page.
8582
- *
8583
- * @author Vova Feldman (@svovaf)
8584
- * @since 1.1.6
8585
- *
8586
- * @link https://github.com/Freemius/wordpress-sdk/issues/6
8587
- */
8588
- if ( ! $is_menu_item_account_visible ) {
8589
- fs_redirect( $this->_get_admin_page_url() );
8590
- }
8591
- }
8592
- }
8593
-
8594
- /**
8595
- * @param bool $store
8596
- *
8597
- * @return FS_Plugin_Plan|object|false
8598
- */
8599
- private function _enrich_site_plan( $store = true ) {
8600
- // Try to load plan from local cache.
8601
- $plan = $this->_get_plan_by_id( $this->_site->plan->id );
8602
-
8603
- if ( false === $plan ) {
8604
- $plan = $this->_fetch_site_plan();
8605
- }
8606
-
8607
- if ( $plan instanceof FS_Plugin_Plan ) {
8608
- $this->_update_plan( $plan, $store );
8609
- }
8610
-
8611
- return $plan;
8612
- }
8613
-
8614
- /**
8615
- * @author Vova Feldman (@svovaf)
8616
- * @since 1.0.9
8617
- * @uses FS_Api
8618
- *
8619
- * @param bool $store
8620
- *
8621
- * @return FS_Plugin_Plan|object|false
8622
- */
8623
- private function _enrich_site_trial_plan( $store = true ) {
8624
- // Try to load plan from local cache.
8625
- $trial_plan = $this->_get_plan_by_id( $this->_site->trial_plan_id );
8626
-
8627
- if ( false === $trial_plan ) {
8628
- $trial_plan = $this->_fetch_site_plan( $this->_site->trial_plan_id );
8629
- }
8630
-
8631
- if ( $trial_plan instanceof FS_Plugin_Plan ) {
8632
- $this->_storage->store( 'trial_plan', $trial_plan, $store );
8633
- }
8634
-
8635
- return $trial_plan;
8636
- }
8637
-
8638
- /**
8639
- * @author Vova Feldman (@svovaf)
8640
- * @since 1.0.9
8641
- * @uses FS_Api
8642
- *
8643
- * @param number|bool $license_id
8644
- *
8645
- * @return FS_Subscription|object|bool
8646
- */
8647
- private function _fetch_site_license_subscription( $license_id = false ) {
8648
- $this->_logger->entrance();
8649
- $api = $this->get_api_site_scope();
8650
-
8651
- if ( ! is_numeric( $license_id ) ) {
8652
- $license_id = $this->_license->id;
8653
- }
8654
-
8655
- $result = $api->get( "/licenses/{$license_id}/subscriptions.json", true );
8656
-
8657
- return ! isset( $result->error ) ?
8658
- ( ( is_array( $result->subscriptions ) && 0 < count( $result->subscriptions ) ) ?
8659
- new FS_Subscription( $result->subscriptions[0] ) :
8660
- false
8661
- ) :
8662
- $result;
8663
- }
8664
-
8665
- /**
8666
- * @author Vova Feldman (@svovaf)
8667
- * @since 1.0.4
8668
- * @uses FS_Api
8669
- *
8670
- * @param number|bool $plan_id
8671
- *
8672
- * @return FS_Plugin_Plan|object
8673
- */
8674
- private function _fetch_site_plan( $plan_id = false ) {
8675
- $this->_logger->entrance();
8676
- $api = $this->get_api_site_scope();
8677
-
8678
- if ( ! is_numeric( $plan_id ) ) {
8679
- $plan_id = $this->_site->plan->id;
8680
- }
8681
-
8682
- $plan = $api->get( "/plans/{$plan_id}.json", true );
8683
-
8684
- return ! isset( $plan->error ) ? new FS_Plugin_Plan( $plan ) : $plan;
8685
- }
8686
-
8687
- /**
8688
- * @author Vova Feldman (@svovaf)
8689
- * @since 1.0.5
8690
- * @uses FS_Api
8691
- *
8692
- * @return FS_Plugin_Plan[]|object
8693
- */
8694
- private function _fetch_plugin_plans() {
8695
- $this->_logger->entrance();
8696
- $api = $this->get_api_site_scope();
8697
-
8698
- $result = $api->get( '/plans.json', true );
8699
-
8700
- if ( $this->is_api_result_object( $result, 'plans' ) && is_array( $result->plans ) ) {
8701
- for ( $i = 0, $len = count( $result->plans ); $i < $len; $i ++ ) {
8702
- $result->plans[ $i ] = new FS_Plugin_Plan( $result->plans[ $i ] );
8703
- }
8704
-
8705
- $result = $result->plans;
8706
- }
8707
-
8708
- return $result;
8709
- }
8710
-
8711
- /**
8712
- * @author Vova Feldman (@svovaf)
8713
- * @since 1.0.5
8714
- * @uses FS_Api
8715
- *
8716
- * @param number|bool $plugin_id
8717
- * @param number|bool $site_license_id
8718
- *
8719
- * @return FS_Plugin_License[]|object
8720
- */
8721
- private function _fetch_licenses( $plugin_id = false, $site_license_id = false ) {
8722
- $this->_logger->entrance();
8723
-
8724
- $api = $this->get_api_user_scope();
8725
-
8726
- if ( ! is_numeric( $plugin_id ) ) {
8727
- $plugin_id = $this->_plugin->id;
8728
- }
8729
-
8730
- $result = $api->get( "/plugins/{$plugin_id}/licenses.json", true );
8731
-
8732
- $is_site_license_synced = false;
8733
-
8734
- $api_errors = array();
8735
-
8736
- if ( $this->is_api_result_object( $result, 'licenses' ) &&
8737
- is_array( $result->licenses )
8738
- ) {
8739
- for ( $i = 0, $len = count( $result->licenses ); $i < $len; $i ++ ) {
8740
- $result->licenses[ $i ] = new FS_Plugin_License( $result->licenses[ $i ] );
8741
-
8742
- if ( ( ! $is_site_license_synced ) && is_numeric( $site_license_id ) ) {
8743
- $is_site_license_synced = ( $site_license_id == $result->licenses[ $i ]->id );
8744
- }
8745
- }
8746
-
8747
- $result = $result->licenses;
8748
- } else {
8749
- $api_errors[] = $result;
8750
- $result = array();
8751
- }
8752
-
8753
- if ( ! $is_site_license_synced ) {
8754
- $api = $this->get_api_site_scope();
8755
-
8756
- if ( is_numeric( $site_license_id ) ) {
8757
- // Try to retrieve a foreign license that is linked to the install.
8758
- $api_result = $api->call( '/licenses.json' );
8759
-
8760
- if ( $this->is_api_result_object( $api_result, 'licenses' ) &&
8761
- is_array( $api_result->licenses )
8762
- ) {
8763
- $licenses = $api_result->licenses;
8764
-
8765
- if ( ! empty( $licenses ) ) {
8766
- $result[] = new FS_Plugin_License( $licenses[0] );
8767
- }
8768
- } else {
8769
- $api_errors[] = $api_result;
8770
- }
8771
- } else if ( is_object( $this->_license ) ) {
8772
- // Fetch foreign license by ID and license key.
8773
- $license = $api->get( "/licenses/{$this->_license->id}.json?license_key=" .
8774
- urlencode( $this->_license->secret_key ) );
8775
-
8776
- if ( $this->is_api_result_entity( $license ) ) {
8777
- $result[] = new FS_Plugin_License( $license );
8778
- } else {
8779
- $api_errors[] = $license;
8780
- }
8781
- }
8782
- }
8783
-
8784
- if ( is_array( $result ) && 0 < count( $result ) ) {
8785
- // If found at least one license, return license collection even if there are errors.
8786
- return $result;
8787
- }
8788
-
8789
- if ( ! empty( $api_errors ) ) {
8790
- // If found any errors and no licenses, return first error.
8791
- return $api_errors[0];
8792
- }
8793
-
8794
- // Fallback to empty licenses list.
8795
- return $result;
8796
- }
8797
-
8798
- /**
8799
- * @author Vova Feldman (@svovaf)
8800
- * @since 1.2.0
8801
- * @uses FS_Api
8802
- *
8803
- * @param number|bool $plugin_id
8804
- *
8805
- * @return FS_Payment[]|object
8806
- */
8807
- function _fetch_payments( $plugin_id = false ) {
8808
- $this->_logger->entrance();
8809
-
8810
- $api = $this->get_api_user_scope();
8811
-
8812
- if ( ! is_numeric( $plugin_id ) ) {
8813
- $plugin_id = $this->_plugin->id;
8814
- }
8815
-
8816
- $result = $api->get( "/plugins/{$plugin_id}/payments.json", true );
8817
-
8818
- if ( ! isset( $result->error ) ) {
8819
- for ( $i = 0, $len = count( $result->payments ); $i < $len; $i ++ ) {
8820
- $result->payments[ $i ] = new FS_Payment( $result->payments[ $i ] );
8821
- }
8822
- $result = $result->payments;
8823
- }
8824
-
8825
- return $result;
8826
- }
8827
-
8828
- /**
8829
- * @author Vova Feldman (@svovaf)
8830
- * @since 1.2.1.5
8831
- * @uses FS_Api
8832
- *
8833
- * @return \FS_Billing|mixed
8834
- */
8835
- function _fetch_billing() {
8836
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-billing.php';
8837
-
8838
- $billing = $this->get_api_user_scope()->call( 'billing.json' );
8839
-
8840
- if ( $this->is_api_result_entity( $billing ) ) {
8841
- $billing = new FS_Billing( $billing );
8842
- }
8843
-
8844
- return $billing;
8845
- }
8846
-
8847
- /**
8848
- * @author Vova Feldman (@svovaf)
8849
- * @since 1.0.4
8850
- *
8851
- * @param FS_Plugin_Plan $plan
8852
- * @param bool $store
8853
- */
8854
- private function _update_plan( $plan, $store = false ) {
8855
- $this->_logger->entrance();
8856
-
8857
- $this->_site->plan = $plan;
8858
- $this->_store_site( $store );
8859
- }
8860
-
8861
- /**
8862
- * @author Vova Feldman (@svovaf)
8863
- * @since 1.0.5
8864
- *
8865
- * @param FS_Plugin_License[] $licenses
8866
- * @param string|bool $plugin_slug
8867
- */
8868
- private function _update_licenses( $licenses, $plugin_slug = false ) {
8869
- $this->_logger->entrance();
8870
-
8871
- if ( is_array( $licenses ) ) {
8872
- for ( $i = 0, $len = count( $licenses ); $i < $len; $i ++ ) {
8873
- $licenses[ $i ]->updated = time();
8874
- }
8875
- }
8876
-
8877
- if ( ! is_string( $plugin_slug ) ) {
8878
- $this->_licenses = $licenses;
8879
- }
8880
-
8881
- $this->_store_licenses( true, $plugin_slug, $licenses );
8882
- }
8883
-
8884
- /**
8885
- * @author Vova Feldman (@svovaf)
8886
- * @since 1.0.4
8887
- *
8888
- * @param bool|number $plugin_id
8889
- * @param bool $flush Since 1.1.7.3
8890
- *
8891
- * @return object|false New plugin tag info if exist.
8892
- */
8893
- private function _fetch_newer_version( $plugin_id = false, $flush = true ) {
8894
- $latest_tag = $this->_fetch_latest_version( $plugin_id, $flush );
8895
-
8896
- if ( ! is_object( $latest_tag ) ) {
8897
- return false;
8898
- }
8899
-
8900
- // Check if version is actually newer.
8901
- $has_new_version =
8902
- // If it's an non-installed add-on then always return latest.
8903
- ( $this->_is_addon_id( $plugin_id ) && ! $this->is_addon_activated( $plugin_id ) ) ||
8904
- // Compare versions.
8905
- version_compare( $this->get_plugin_version(), $latest_tag->version, '<' );
8906
-
8907
- $this->_logger->departure( $has_new_version ? 'Found newer plugin version ' . $latest_tag->version : 'No new version' );
8908
-
8909
- return $has_new_version ? $latest_tag : false;
8910
- }
8911
-
8912
- /**
8913
- * @author Vova Feldman (@svovaf)
8914
- * @since 1.0.5
8915
- *
8916
- * @param bool|number $plugin_id
8917
- * @param bool $flush Since 1.1.7.3
8918
- *
8919
- * @return bool|FS_Plugin_Tag
8920
- */
8921
- function get_update( $plugin_id = false, $flush = true ) {
8922
- $this->_logger->entrance();
8923
-
8924
- if ( ! is_numeric( $plugin_id ) ) {
8925
- $plugin_id = $this->_plugin->id;
8926
- }
8927
-
8928
- $this->check_updates( true, $plugin_id, $flush );
8929
- $updates = $this->get_all_updates();
8930
-
8931
- return isset( $updates[ $plugin_id ] ) && is_object( $updates[ $plugin_id ] ) ? $updates[ $plugin_id ] : false;
8932
- }
8933
-
8934
- /**
8935
- * Check if site assigned with active license.
8936
- *
8937
- * @author Vova Feldman (@svovaf)
8938
- * @since 1.0.6
8939
- *
8940
- * @deprecated Please use has_active_valid_license() instead because license can be cancelled.
8941
- */
8942
- function has_active_license() {
8943
- return (
8944
- is_object( $this->_license ) &&
8945
- is_numeric( $this->_license->id ) &&
8946
- ! $this->_license->is_expired()
8947
- );
8948
- }
8949
-
8950
- /**
8951
- * Check if site assigned with active & valid (not expired) license.
8952
- *
8953
- * @author Vova Feldman (@svovaf)
8954
- * @since 1.2.1
8955
- */
8956
- function has_active_valid_license() {
8957
- return (
8958
- is_object( $this->_license ) &&
8959
- is_numeric( $this->_license->id ) &&
8960
- $this->_license->is_active() &&
8961
- $this->_license->is_valid()
8962
- );
8963
- }
8964
-
8965
- /**
8966
- * Check if site assigned with license with enabled features.
8967
- *
8968
- * @author Vova Feldman (@svovaf)
8969
- * @since 1.0.6
8970
- *
8971
- * @return bool
8972
- */
8973
- function has_features_enabled_license() {
8974
- return (
8975
- is_object( $this->_license ) &&
8976
- is_numeric( $this->_license->id ) &&
8977
- $this->_license->is_features_enabled()
8978
- );
8979
- }
8980
-
8981
- /**
8982
- * Check if user is a trial or have feature enabled license.
8983
- *
8984
- * @author Vova Feldman (@svovaf)
8985
- * @since 1.1.7
8986
- *
8987
- * @return bool
8988
- */
8989
- function can_use_premium_code() {
8990
- return $this->is_trial() || $this->has_features_enabled_license();
8991
- }
8992
-
8993
- /**
8994
- * Sync site's plan.
8995
- *
8996
- * @author Vova Feldman (@svovaf)
8997
- * @since 1.0.3
8998
- *
8999
- * @uses FS_Api
9000
- *
9001
- * @param bool $background Hints the method if it's a background sync. If false, it means that was initiated by
9002
- * the admin.
9003
- */
9004
- private function _sync_license( $background = false ) {
9005
- $this->_logger->entrance();
9006
-
9007
- $plugin_id = fs_request_get( 'plugin_id', $this->get_id() );
9008
-
9009
- $is_addon_sync = ( ! $this->_plugin->is_addon() && $plugin_id != $this->get_id() );
9010
-
9011
- if ( $is_addon_sync ) {
9012
- $this->_sync_addon_license( $plugin_id, $background );
9013
- } else {
9014
- $this->_sync_plugin_license( $background );
9015
- }
9016
-
9017
- $this->do_action( 'after_account_plan_sync', $this->_site->plan->name );
9018
- }
9019
-
9020
- /**
9021
- * Sync plugin's add-on license.
9022
- *
9023
- * @author Vova Feldman (@svovaf)
9024
- * @since 1.0.6
9025
- * @uses FS_Api
9026
- *
9027
- * @param number $addon_id
9028
- * @param bool $background
9029
- */
9030
- private function _sync_addon_license( $addon_id, $background ) {
9031
- $this->_logger->entrance();
9032
-
9033
- if ( $this->is_addon_activated( $addon_id ) ) {
9034
- // If already installed, use add-on sync.
9035
- $fs_addon = self::get_instance_by_id( $addon_id );
9036
- $fs_addon->_sync_license( $background );
9037
-
9038
- return;
9039
- }
9040
-
9041
- // Validate add-on exists.
9042
- $addon = $this->get_addon( $addon_id );
9043
-
9044
- if ( ! is_object( $addon ) ) {
9045
- return;
9046
- }
9047
-
9048
- // Add add-on into account add-ons.
9049
- $account_addons = $this->get_account_addons();
9050
- if ( ! is_array( $account_addons ) ) {
9051
- $account_addons = array();
9052
- }
9053
- $account_addons[] = $addon->id;
9054
- $account_addons = array_unique( $account_addons );
9055
- $this->_store_account_addons( $account_addons );
9056
-
9057
- // Load add-on licenses.
9058
- $licenses = $this->_fetch_licenses( $addon->id );
9059
-
9060
- // Sync add-on licenses.
9061
- if ( $this->is_array_instanceof( $licenses, 'FS_Plugin_License' ) ) {
9062
- $this->_update_licenses( $licenses, $addon->slug );
9063
-
9064
- if ( ! $this->is_addon_installed( $addon->slug ) && FS_License_Manager::has_premium_license( $licenses ) ) {
9065
- $plans_result = $this->get_api_site_or_plugin_scope()->get( "/addons/{$addon_id}/plans.json" );
9066
-
9067
- if ( ! isset( $plans_result->error ) ) {
9068
- $plans = array();
9069
- foreach ( $plans_result->plans as $plan ) {
9070
- $plans[] = new FS_Plugin_Plan( $plan );
9071
- }
9072
-
9073
- $this->_admin_notices->add_sticky(
9074
- FS_Plan_Manager::instance()->has_free_plan( $plans ) ?
9075
- sprintf(
9076
- __fs( 'addon-successfully-upgraded-message', $this->_slug ),
9077
- $addon->title
9078
- ) . ' ' . $this->get_latest_download_link(
9079
- __fs( 'download-latest-version', $this->_slug ),
9080
- $addon_id
9081
- )
9082
- :
9083
- sprintf(
9084
- __fs( 'addon-successfully-purchased-message', $this->_slug ),
9085
- $addon->title
9086
- ) . ' ' . $this->get_latest_download_link(
9087
- __fs( 'download-latest-version', $this->_slug ),
9088
- $addon_id
9089
- ),
9090
- 'addon_plan_upgraded_' . $addon->slug,
9091
- __fs( 'yee-haw', $this->_slug ) . '!'
9092
- );
9093
- }
9094
- }
9095
- }
9096
- }
9097
-
9098
- /**
9099
- * Sync site's plugin plan.
9100
- *
9101
- * @author Vova Feldman (@svovaf)
9102
- * @since 1.0.6
9103
- * @uses FS_Api
9104
- *
9105
- * @param bool $background Hints the method if it's a background sync. If false, it means that was initiated by
9106
- * the admin.
9107
- */
9108
- private function _sync_plugin_license( $background = false ) {
9109
- $this->_logger->entrance();
9110
-
9111
- /**
9112
- * Sync site info.
9113
- *
9114
- * @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.
9115
- */
9116
- $site = $this->send_install_update( array(), true );
9117
-
9118
- $plan_change = 'none';
9119
-
9120
- if ( ! $this->is_api_result_entity( $site ) ) {
9121
- // Show API messages only if not background sync or if paying customer.
9122
- if ( ! $background || $this->is_paying() ) {
9123
- // Try to ping API to see if not blocked.
9124
- if ( ! FS_Api::test() ) {
9125
- /**
9126
- * Failed to ping API - blocked!
9127
- *
9128
- * @author Vova Feldman (@svovaf)
9129
- * @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.
9130
- */
9131
- $api = $this->get_api_site_scope();
9132
-
9133
- if ( ! self::$_global_admin_notices->has_sticky( 'api_blocked' ) ) {
9134
- self::$_global_admin_notices->add(
9135
- sprintf(
9136
- __fs( 'server-blocking-access', $this->_slug ),
9137
- $this->get_plugin_name(),
9138
- '<a href="' . $api->get_url() . '" target="_blank">' . $api->get_url() . '</a>'
9139
- ) . '<br> ' . __fs( 'server-error-message', $this->_slug ) . var_export( $site->error, true ),
9140
- __fs( 'oops', $this->_slug ) . '...',
9141
- 'error',
9142
- $background,
9143
- false,
9144
- 'api_blocked'
9145
- );
9146
- }
9147
- } else {
9148
- // Authentication params are broken.
9149
- $this->_admin_notices->add(
9150
- __fs( 'wrong-authentication-param-message', $this->_slug ),
9151
- __fs( 'oops', $this->_slug ) . '...',
9152
- 'error'
9153
- );
9154
- }
9155
- }
9156
-
9157
- // No reason to continue with license sync while there are API issues.
9158
- return;
9159
- }
9160
-
9161
- // Remove sticky API connectivity message.
9162
- self::$_global_admin_notices->remove_sticky( 'api_blocked' );
9163
-
9164
- $site = new FS_Site( $site );
9165
-
9166
- // Sync plans.
9167
- $this->_sync_plans();
9168
-
9169
- if ( ! $this->has_paid_plan() ) {
9170
- $this->_site = $site;
9171
- $this->_enrich_site_plan( true );
9172
- $this->_store_site();
9173
- } else {
9174
- /**
9175
- * Sync licenses. Pass the site's license ID so that the foreign licenses will be fetched if the license
9176
- * associated with that ID is not included in the user's licenses collection.
9177
- */
9178
- $this->_sync_licenses( $site->license_id );
9179
-
9180
- // Check if plan / license changed.
9181
- if ( ! FS_Entity::equals( $site->plan, $this->_site->plan ) ||
9182
- // Check if trial started.
9183
- $site->trial_plan_id != $this->_site->trial_plan_id ||
9184
- $site->trial_ends != $this->_site->trial_ends ||
9185
- // Check if license changed.
9186
- $site->license_id != $this->_site->license_id
9187
- ) {
9188
- if ( $site->is_trial() && ( ! $this->_site->is_trial() || $site->trial_ends != $this->_site->trial_ends ) ) {
9189
- // New trial started.
9190
- $this->_site = $site;
9191
- $plan_change = 'trial_started';
9192
-
9193
- // Store trial plan information.
9194
- $this->_enrich_site_trial_plan( true );
9195
-
9196
- // For trial with subscription use-case.
9197
- $new_license = is_null( $site->license_id ) ? null : $this->_get_license_by_id( $site->license_id );
9198
-
9199
- if ( is_object( $new_license ) && $new_license->is_valid() ) {
9200
- $this->_site = $site;
9201
- $this->_update_site_license( $new_license );
9202
- $this->_store_licenses();
9203
- $this->_enrich_site_plan( true );
9204
-
9205
- $this->_sync_site_subscription( $this->_license );
9206
- }
9207
- } else if ( $this->_site->is_trial() && ! $site->is_trial() && ! is_numeric( $site->license_id ) ) {
9208
- // Was in trial, but now trial expired and no license ID.
9209
- // New trial started.
9210
- $this->_site = $site;
9211
- $plan_change = 'trial_expired';
9212
-
9213
- // Clear trial plan information.
9214
- $this->_storage->trial_plan = null;
9215
-
9216
- } else {
9217
- $is_free = $this->is_free_plan();
9218
-
9219
- // Make sure license exist and not expired.
9220
- $new_license = is_null( $site->license_id ) ?
9221
- null :
9222
- $this->_get_license_by_id( $site->license_id );
9223
-
9224
- if ( $is_free && is_null( $new_license ) && $this->has_any_license() && $this->_license->is_cancelled ) {
9225
- // License cancelled.
9226
- $this->_site = $site;
9227
- $this->_update_site_license( $new_license );
9228
- $this->_store_licenses();
9229
- $this->_enrich_site_plan( true );
9230
-
9231
- $plan_change = 'cancelled';
9232
- } else if ( $is_free && ( ( ! is_object( $new_license ) || $new_license->is_expired() ) ) ) {
9233
- // The license is expired, so ignore upgrade method.
9234
- } else {
9235
- // License changed.
9236
- $this->_site = $site;
9237
- $this->_update_site_license( $new_license );
9238
- $this->_store_licenses();
9239
- $this->_enrich_site_plan( true );
9240
-
9241
- $plan_change = $is_free ?
9242
- 'upgraded' :
9243
- ( is_object( $new_license ) ?
9244
- 'changed' :
9245
- 'downgraded' );
9246
- }
9247
- }
9248
-
9249
- // Store updated site info.
9250
- $this->_store_site();
9251
- } else {
9252
- if ( is_object( $this->_license ) && $this->_license->is_expired() ) {
9253
- if ( ! $this->has_features_enabled_license() ) {
9254
- $this->_deactivate_license();
9255
- $plan_change = 'downgraded';
9256
- } else {
9257
- $plan_change = 'expired';
9258
- }
9259
- }
9260
-
9261
- if ( is_numeric( $site->license_id ) && is_object( $this->_license ) ) {
9262
- $this->_sync_site_subscription( $this->_license );
9263
- }
9264
- }
9265
- }
9266
-
9267
- if ( $this->has_paid_plan() ) {
9268
- switch ( $plan_change ) {
9269
- case 'none':
9270
- if ( ! $background && is_admin() ) {
9271
- $plan = $this->is_trial() ?
9272
- $this->_storage->trial_plan :
9273
- $this->_site->plan;
9274
-
9275
- if ( $plan->is_free() ) {
9276
- $this->_admin_notices->add(
9277
- sprintf(
9278
- __fs( 'plan-did-not-change-message', $this->_slug ),
9279
- '<i><b>' . $plan->title . ( $this->is_trial() ? ' ' . __fs( 'trial', $this->_slug ) : '' ) . '</b></i>'
9280
- ) . ' ' . sprintf(
9281
- '<a href="%s">%s</a>',
9282
- $this->contact_url(
9283
- 'bug',
9284
- sprintf( __fs( 'plan-did-not-change-email-message', $this->_slug ),
9285
- strtoupper( $plan->name )
9286
- )
9287
- ),
9288
- __fs( 'contact-us-here', $this->_slug )
9289
- ),
9290
- __fs( 'hmm', $this->_slug ) . '...'
9291
- );
9292
- }
9293
- }
9294
- break;
9295
- case 'upgraded':
9296
- $this->_admin_notices->add_sticky(
9297
- sprintf(
9298
- __fs( 'plan-upgraded-message', $this->_slug ),
9299
- '<i>' . $this->get_plugin_name() . '</i>'
9300
- ) . $this->get_complete_upgrade_instructions(),
9301
- 'plan_upgraded',
9302
- __fs( 'yee-haw', $this->_slug ) . '!'
9303
- );
9304
-
9305
- $this->_admin_notices->remove_sticky( array(
9306
- 'trial_started',
9307
- 'trial_promotion',
9308
- 'trial_expired',
9309
- 'activation_complete',
9310
- ) );
9311
- break;
9312
- case 'changed':
9313
- $this->_admin_notices->add_sticky(
9314
- sprintf(
9315
- __fs( 'plan-changed-to-x-message', $this->_slug ),
9316
- $this->_site->plan->title
9317
- ),
9318
- 'plan_changed'
9319
- );
9320
-
9321
- $this->_admin_notices->remove_sticky( array(
9322
- 'trial_started',
9323
- 'trial_promotion',
9324
- 'trial_expired',
9325
- 'activation_complete',
9326
- ) );
9327
- break;
9328
- case 'downgraded':
9329
- $this->_admin_notices->add_sticky(
9330
- sprintf( __fs( 'license-expired-blocking-message', $this->_slug ) ),
9331
- 'license_expired',
9332
- __fs( 'hmm', $this->_slug ) . '...'
9333
- );
9334
- $this->_admin_notices->remove_sticky( 'plan_upgraded' );
9335
- break;
9336
- case 'cancelled':
9337
- $this->_admin_notices->add(
9338
- __fs( 'license-cancelled', $this->_slug ) . ' ' .
9339
- sprintf(
9340
- '<a href="%s">%s</a>',
9341
- $this->contact_url( 'bug' ),
9342
- __fs( 'contact-us-here', $this->_slug )
9343
- ),
9344
- __fs( 'hmm', $this->_slug ) . '...',
9345
- 'error'
9346
- );
9347
- $this->_admin_notices->remove_sticky( 'plan_upgraded' );
9348
- break;
9349
- case 'expired':
9350
- $this->_admin_notices->add_sticky(
9351
- sprintf( __fs( 'license-expired-non-blocking-message', $this->_slug ), $this->_site->plan->title ),
9352
- 'license_expired',
9353
- __fs( 'hmm', $this->_slug ) . '...'
9354
- );
9355
- $this->_admin_notices->remove_sticky( 'plan_upgraded' );
9356
- break;
9357
- case 'trial_started':
9358
- $this->_admin_notices->add_sticky(
9359
- sprintf(
9360
- __fs( 'trial-started-message', $this->_slug ),
9361
- '<i>' . $this->get_plugin_name() . '</i>'
9362
- ) . $this->get_complete_upgrade_instructions( $this->_storage->trial_plan->title ),
9363
- 'trial_started',
9364
- __fs( 'yee-haw', $this->_slug ) . '!'
9365
- );
9366
-
9367
- $this->_admin_notices->remove_sticky( array(
9368
- 'trial_promotion',
9369
- ) );
9370
- break;
9371
- case 'trial_expired':
9372
- $this->_admin_notices->add_sticky(
9373
- __fs( 'trial-expired-message', $this->_slug ),
9374
- 'trial_expired',
9375
- __fs( 'hmm', $this->_slug ) . '...'
9376
- );
9377
- $this->_admin_notices->remove_sticky( array(
9378
- 'trial_started',
9379
- 'trial_promotion',
9380
- 'plan_upgraded',
9381
- ) );
9382
- break;
9383
- }
9384
- }
9385
-
9386
- if ( 'none' !== $plan_change ) {
9387
- $this->do_action( 'after_license_change', $plan_change, $this->_site->plan );
9388
- }
9389
- }
9390
-
9391
- /**
9392
- * @author Vova Feldman (@svovaf)
9393
- * @since 1.0.5
9394
- *
9395
- * @param bool $background
9396
- */
9397
- protected function _activate_license( $background = false ) {
9398
- $this->_logger->entrance();
9399
-
9400
- $license_id = fs_request_get( 'license_id' );
9401
-
9402
- if ( FS_Plugin_License::is_valid_id( $license_id ) && $license_id == $this->_site->license_id ) {
9403
- // License is already activated.
9404
- return;
9405
- }
9406
-
9407
- $premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
9408
- $this->_get_license_by_id( $license_id ) :
9409
- $this->_get_available_premium_license();
9410
-
9411
- if ( ! is_object( $premium_license ) ) {
9412
- return;
9413
- }
9414
-
9415
- /**
9416
- * If the premium license is already associated with the install, just
9417
- * update the license reference (activation is not required).
9418
- *
9419
- * @since 1.1.9
9420
- */
9421
- if ( $premium_license->id == $this->_site->license_id ) {
9422
- // License is already activated.
9423
- $this->_update_site_license( $premium_license );
9424
- $this->_enrich_site_plan( false );
9425
- $this->_store_account();
9426
-
9427
- return;
9428
- }
9429
-
9430
- if ( $this->_site->user_id != $premium_license->user_id ) {
9431
- $api_request_params = array( 'license_key' => $premium_license->secret_key );
9432
- } else {
9433
- $api_request_params = array();
9434
- }
9435
-
9436
- $api = $this->get_api_site_scope();
9437
- $license = $api->call( "/licenses/{$premium_license->id}.json", 'put', $api_request_params );
9438
-
9439
- if ( ! $this->is_api_result_entity( $license ) ) {
9440
- if ( ! $background ) {
9441
- $this->_admin_notices->add( sprintf(
9442
- '%s %s',
9443
- __fs( 'license-activation-failed-message', $this->_slug ),
9444
- ( is_object( $license ) && isset( $license->error ) ?
9445
- $license->error->message :
9446
- sprintf( '%s<br><code>%s</code>',
9447
- __fs( 'server-error-message', $this->_slug ),
9448
- var_export( $license, true )
9449
- )
9450
- )
9451
- ),
9452
- __fs( 'hmm', $this->_slug ) . '...',
9453
- 'error'
9454
- );
9455
- }
9456
-
9457
- return;
9458
- }
9459
-
9460
- $premium_license = new FS_Plugin_License( $license );
9461
-
9462
- // Updated site plan.
9463
- $site = $this->get_api_site_scope()->get( '/', true );
9464
- if ( $this->is_api_result_entity( $site ) ) {
9465
- $this->_site = new FS_Site( $site );
9466
- }
9467
- $this->_update_site_license( $premium_license );
9468
- $this->_enrich_site_plan( false );
9469
-
9470
- $this->_store_account();
9471
-
9472
- if ( ! $background ) {
9473
- $this->_admin_notices->add_sticky(
9474
- __fs( 'license-activated-message', $this->_slug ) .
9475
- $this->get_complete_upgrade_instructions(),
9476
- 'license_activated',
9477
- __fs( 'yee-haw', $this->_slug ) . '!'
9478
- );
9479
- }
9480
-
9481
- $this->_admin_notices->remove_sticky( array(
9482
- 'trial_promotion',
9483
- 'license_expired',
9484
- ) );
9485
- }
9486
-
9487
- /**
9488
- * @author Vova Feldman (@svovaf)
9489
- * @since 1.0.5
9490
- *
9491
- * @param bool $show_notice
9492
- */
9493
- protected function _deactivate_license( $show_notice = true ) {
9494
- $this->_logger->entrance();
9495
-
9496
- if ( ! is_object( $this->_license ) ) {
9497
- $this->_admin_notices->add(
9498
- sprintf( __fs( 'no-active-license-message', $this->_slug ), $this->_site->plan->title ),
9499
- __fs( 'hmm', $this->_slug ) . '...'
9500
- );
9501
-
9502
- return;
9503
- }
9504
-
9505
- $api = $this->get_api_site_scope();
9506
- $license = $api->call( "/licenses/{$this->_site->license_id}.json", 'delete' );
9507
-
9508
- if ( isset( $license->error ) ) {
9509
- $this->_admin_notices->add(
9510
- __fs( 'license-deactivation-failed-message', $this->_slug ) . '<br> ' .
9511
- __fs( 'server-error-message', $this->_slug ) . ' ' . var_export( $license->error, true ),
9512
- __fs( 'hmm', $this->_slug ) . '...',
9513
- 'error'
9514
- );
9515
-
9516
- return;
9517
- }
9518
-
9519
- // Update license cache.
9520
- for ( $i = 0, $len = count( $this->_licenses ); $i < $len; $i ++ ) {
9521
- if ( $license->id == $this->_licenses[ $i ]->id ) {
9522
- $this->_licenses[ $i ] = new FS_Plugin_License( $license );
9523
- }
9524
- }
9525
-
9526
- // Updated site plan to default.
9527
- $this->_sync_plans();
9528
- $this->_site->plan->id = $this->_plans[0]->id;
9529
- // Unlink license from site.
9530
- $this->_update_site_license( null );
9531
- $this->_enrich_site_plan( false );
9532
-
9533
- $this->_store_account();
9534
-
9535
- if ( $show_notice ) {
9536
- $this->_admin_notices->add(
9537
- sprintf( __fs( 'license-deactivation-message', $this->_slug ), $this->_site->plan->title ),
9538
- __fs( 'ok', $this->_slug )
9539
- );
9540
- }
9541
-
9542
- $this->_admin_notices->remove_sticky( array(
9543
- 'plan_upgraded',
9544
- 'license_activated',
9545
- ) );
9546
- }
9547
-
9548
- /**
9549
- * Site plan downgrade.
9550
- *
9551
- * @author Vova Feldman (@svovaf)
9552
- * @since 1.0.4
9553
- *
9554
- * @uses FS_Api
9555
- */
9556
- private function _downgrade_site() {
9557
- $this->_logger->entrance();
9558
-
9559
- $api = $this->get_api_site_scope();
9560
- $site = $api->call( 'downgrade.json', 'put' );
9561
-
9562
- $plan_downgraded = false;
9563
- $plan = false;
9564
- if ( $this->is_api_result_entity( $site ) ) {
9565
- $prev_plan_id = $this->_site->plan->id;
9566
-
9567
- // Update new site plan id.
9568
- $this->_site->plan->id = $site->plan_id;
9569
-
9570
- $plan = $this->_enrich_site_plan();
9571
- $subscription = $this->_sync_site_subscription( $this->_license );
9572
-
9573
- // Plan downgraded if plan was changed or subscription was cancelled.
9574
- $plan_downgraded = ( $plan instanceof FS_Plugin_Plan && $prev_plan_id != $plan->id ) ||
9575
- ( is_object( $subscription ) && ! isset( $subscription->error ) && ! $subscription->is_active() );
9576
- } else {
9577
- // handle different error cases.
9578
-
9579
- }
9580
-
9581
- if ( $plan_downgraded ) {
9582
- // Remove previous sticky message about upgrade (if exist).
9583
- $this->_admin_notices->remove_sticky( 'plan_upgraded' );
9584
-
9585
- $this->_admin_notices->add(
9586
- sprintf( __fs( 'plan-x-downgraded-message', $this->_slug ),
9587
- $plan->title,
9588
- human_time_diff( time(), strtotime( $this->_license->expiration ) )
9589
- )
9590
- );
9591
-
9592
- // Store site updates.
9593
- $this->_store_site();
9594
- } else {
9595
- $this->_admin_notices->add(
9596
- __fs( 'plan-downgraded-failure-message', $this->_slug ),
9597
- __fs( 'oops', $this->_slug ) . '...',
9598
- 'error'
9599
- );
9600
- }
9601
- }
9602
-
9603
- /**
9604
- * @author Vova Feldman (@svovaf)
9605
- * @since 1.1.8.1
9606
- *
9607
- * @param bool|string $plan_name
9608
- *
9609
- * @return bool If trial was successfully started.
9610
- */
9611
- function start_trial( $plan_name = false ) {
9612
- $this->_logger->entrance();
9613
-
9614
- if ( $this->is_trial() ) {
9615
- // Already in trial mode.
9616
- $this->_admin_notices->add(
9617
- __fs( 'in-trial-mode', $this->_slug ),
9618
- __fs( 'oops', $this->_slug ) . '...',
9619
- 'error'
9620
- );
9621
-
9622
- return false;
9623
- }
9624
-
9625
- if ( $this->_site->is_trial_utilized() ) {
9626
- // Trial was already utilized.
9627
- $this->_admin_notices->add(
9628
- __fs( 'trial-utilized', $this->_slug ),
9629
- __fs( 'oops', $this->_slug ) . '...',
9630
- 'error'
9631
- );
9632
-
9633
- return false;
9634
- }
9635
-
9636
- if ( false !== $plan_name ) {
9637
- $plan = $this->get_plan_by_name( $plan_name );
9638
-
9639
- if ( false === $plan ) {
9640
- // Plan doesn't exist.
9641
- $this->_admin_notices->add(
9642
- sprintf( __fs( 'trial-plan-x-not-exist', $this->_slug ), $plan_name ),
9643
- __fs( 'oops', $this->_slug ) . '...',
9644
- 'error'
9645
- );
9646
-
9647
- return false;
9648
- }
9649
-
9650
- if ( ! $plan->has_trial() ) {
9651
- // Plan doesn't exist.
9652
- $this->_admin_notices->add(
9653
- sprintf( __fs( 'plan-x-no-trial', $this->_slug ), $plan_name ),
9654
- __fs( 'oops', $this->_slug ) . '...',
9655
- 'error'
9656
- );
9657
-
9658
- return false;
9659
- }
9660
- } else {
9661
- if ( ! $this->has_trial_plan() ) {
9662
- // None of the plans have a trial.
9663
- $this->_admin_notices->add(
9664
- __fs( 'no-trials', $this->_slug ),
9665
- __fs( 'oops', $this->_slug ) . '...',
9666
- 'error'
9667
- );
9668
-
9669
- return false;
9670
- }
9671
-
9672
- $plans_with_trial = FS_Plan_Manager::instance()->get_trial_plans( $this->_plans );
9673
-
9674
- $plan = $plans_with_trial[0];
9675
- }
9676
-
9677
- $api = $this->get_api_site_scope();
9678
- $plan = $api->call( "plans/{$plan->id}/trials.json", 'post' );
9679
-
9680
- if ( ! $this->is_api_result_entity( $plan ) ) {
9681
- // Some API error while trying to start the trial.
9682
- $this->_admin_notices->add(
9683
- __fs( 'unexpected-api-error', $this->_slug ) . ' ' . var_export( $plan, true ),
9684
- __fs( 'oops', $this->_slug ) . '...',
9685
- 'error'
9686
- );
9687
-
9688
- return false;
9689
- }
9690
-
9691
- // Sync license.
9692
- $this->_sync_license();
9693
-
9694
- return $this->is_trial();
9695
- }
9696
-
9697
- /**
9698
- * Cancel site trial.
9699
- *
9700
- * @author Vova Feldman (@svovaf)
9701
- * @since 1.0.9
9702
- *
9703
- * @uses FS_Api
9704
- */
9705
- private function _cancel_trial() {
9706
- $this->_logger->entrance();
9707
-
9708
- if ( ! $this->is_trial() ) {
9709
- $this->_admin_notices->add(
9710
- __fs( 'trial-cancel-no-trial-message', $this->_slug ),
9711
- __fs( 'oops', $this->_slug ) . '...',
9712
- 'error'
9713
- );
9714
-
9715
- return;
9716
- }
9717
-
9718
- $api = $this->get_api_site_scope();
9719
- $site = $api->call( 'trials.json', 'delete' );
9720
-
9721
- $trial_cancelled = false;
9722
-
9723
- if ( $this->is_api_result_entity( $site ) ) {
9724
- $prev_trial_ends = $this->_site->trial_ends;
9725
-
9726
- if ( $this->is_paid_trial() ) {
9727
- $this->_license->expiration = $site->trial_ends;
9728
- $this->_license->is_cancelled = true;
9729
- $this->_update_site_license( $this->_license );
9730
- $this->_store_licenses();
9731
-
9732
- // Clear subscription reference.
9733
- $this->_sync_site_subscription( null );
9734
- }
9735
-
9736
- // Update site info.
9737
- $this->_site = new FS_Site( $site );
9738
- $this->_enrich_site_plan();
9739
-
9740
- $trial_cancelled = ( $prev_trial_ends != $site->trial_ends );
9741
- } else {
9742
- // handle different error cases.
9743
-
9744
- }
9745
-
9746
- if ( $trial_cancelled ) {
9747
- // Remove previous sticky messages about upgrade or trial (if exist).
9748
- $this->_admin_notices->remove_sticky( array(
9749
- 'trial_started',
9750
- 'trial_promotion',
9751
- 'plan_upgraded',
9752
- ) );
9753
-
9754
- // Store site updates.
9755
- $this->_store_site();
9756
-
9757
- if ( ! $this->is_addon() ||
9758
- ! $this->deactivate_premium_only_addon_without_license( true )
9759
- ) {
9760
- $this->_admin_notices->add(
9761
- sprintf( __fs( 'trial-cancel-message', $this->_slug ), $this->_storage->trial_plan->title )
9762
- );
9763
- }
9764
-
9765
- // Clear trial plan information.
9766
- unset( $this->_storage->trial_plan );
9767
- } else {
9768
- $this->_admin_notices->add(
9769
- __fs( 'trial-cancel-failure-message', $this->_slug ),
9770
- __fs( 'oops', $this->_slug ) . '...',
9771
- 'error'
9772
- );
9773
- }
9774
- }
9775
-
9776
- /**
9777
- * @author Vova Feldman (@svovaf)
9778
- * @since 1.0.6
9779
- *
9780
- * @param bool|number $plugin_id
9781
- *
9782
- * @return bool
9783
- */
9784
- private function _is_addon_id( $plugin_id ) {
9785
- return is_numeric( $plugin_id ) && ( $this->get_id() != $plugin_id );
9786
- }
9787
-
9788
- /**
9789
- * Check if user eligible to download premium version updates.
9790
- *
9791
- * @author Vova Feldman (@svovaf)
9792
- * @since 1.0.6
9793
- *
9794
- * @return bool
9795
- */
9796
- private function _can_download_premium() {
9797
- return $this->has_active_valid_license() ||
9798
- ( $this->is_trial() && ! $this->get_trial_plan()->is_free() );
9799
- }
9800
-
9801
- /**
9802
- *
9803
- * @author Vova Feldman (@svovaf)
9804
- * @since 1.0.6
9805
- *
9806
- * @param bool|number $addon_id
9807
- * @param string $type "json" or "zip"
9808
- *
9809
- * @return string
9810
- */
9811
- private function _get_latest_version_endpoint( $addon_id = false, $type = 'json' ) {
9812
-
9813
- $is_addon = $this->_is_addon_id( $addon_id );
9814
-
9815
- $is_premium = null;
9816
- if ( ! $is_addon ) {
9817
- $is_premium = $this->_can_download_premium();
9818
- } else if ( $this->is_addon_activated( $addon_id ) ) {
9819
- $is_premium = self::get_instance_by_id( $addon_id )->_can_download_premium();
9820
- }
9821
-
9822
- // If add-on, then append add-on ID.
9823
- $endpoint = ( $is_addon ? "/addons/$addon_id" : '' ) .
9824
- '/updates/latest.' . $type;
9825
-
9826
- // If add-on and not yet activated, try to fetch based on server licensing.
9827
- if ( is_bool( $is_premium ) ) {
9828
- $endpoint = add_query_arg( 'is_premium', json_encode( $is_premium ), $endpoint );
9829
- }
9830
-
9831
- if ( $this->has_secret_key() ) {
9832
- $endpoint = add_query_arg( 'type', 'all', $endpoint );
9833
- }
9834
-
9835
- return $endpoint;
9836
- }
9837
-
9838
- /**
9839
- * @author Vova Feldman (@svovaf)
9840
- * @since 1.0.4
9841
- *
9842
- * @param bool|number $addon_id
9843
- * @param bool $flush Since 1.1.7.3
9844
- *
9845
- * @return object|false Plugin latest tag info.
9846
- */
9847
- function _fetch_latest_version( $addon_id = false, $flush = true ) {
9848
- $this->_logger->entrance();
9849
-
9850
- /**
9851
- * @since 1.1.7.3 Check for plugin updates from Freemius only if opted-in.
9852
- * @since 1.1.7.4 Also check updates for add-ons.
9853
- */
9854
- if ( ! $this->is_registered() &&
9855
- ! $this->_is_addon_id( $addon_id )
9856
- ) {
9857
- return false;
9858
- }
9859
-
9860
- $tag = $this->get_api_site_or_plugin_scope()->get(
9861
- $this->_get_latest_version_endpoint( $addon_id, 'json' ),
9862
- $flush
9863
- );
9864
-
9865
- $latest_version = ( is_object( $tag ) && isset( $tag->version ) ) ? $tag->version : 'couldn\'t get';
9866
-
9867
- $this->_logger->departure( 'Latest version ' . $latest_version );
9868
-
9869
- return ( is_object( $tag ) && isset( $tag->version ) ) ? $tag : false;
9870
- }
9871
-
9872
- #----------------------------------------------------------------------------------
9873
- #region Download Plugin
9874
- #----------------------------------------------------------------------------------
9875
-
9876
- /**
9877
- * Download latest plugin version, based on plan.
9878
- *
9879
- * Not like _download_latest(), this will redirect the page
9880
- * to secure download url to prevent dual download (from FS to WP server,
9881
- * and then from WP server to the client / browser).
9882
- *
9883
- * @author Vova Feldman (@svovaf)
9884
- * @since 1.0.9
9885
- *
9886
- * @param bool|number $plugin_id
9887
- *
9888
- * @uses FS_Api
9889
- * @uses wp_redirect()
9890
- */
9891
- private function download_latest_directly( $plugin_id = false ) {
9892
- $this->_logger->entrance();
9893
-
9894
- wp_redirect( $this->get_latest_download_api_url( $plugin_id ) );
9895
- }
9896
-
9897
- /**
9898
- * Get latest plugin FS API download URL.
9899
- *
9900
- * @author Vova Feldman (@svovaf)
9901
- * @since 1.0.9
9902
- *
9903
- * @param bool|number $plugin_id
9904
- *
9905
- * @return string
9906
- */
9907
- private function get_latest_download_api_url( $plugin_id = false ) {
9908
- $this->_logger->entrance();
9909
-
9910
- return $this->get_api_site_scope()->get_signed_url(
9911
- $this->_get_latest_version_endpoint( $plugin_id, 'zip' )
9912
- );
9913
- }
9914
-
9915
- /**
9916
- * Get payment invoice URL.
9917
- *
9918
- * @author Vova Feldman (@svovaf)
9919
- * @since 1.2.0
9920
- *
9921
- * @param bool|number $payment_id
9922
- *
9923
- * @return string
9924
- */
9925
- function _get_invoice_api_url( $payment_id = false ) {
9926
- $this->_logger->entrance();
9927
-
9928
- return $this->get_api_user_scope()->get_signed_url(
9929
- "/payments/{$payment_id}/invoice.pdf"
9930
- );
9931
- }
9932
-
9933
- /**
9934
- * Get latest plugin download link.
9935
- *
9936
- * @author Vova Feldman (@svovaf)
9937
- * @since 1.0.9
9938
- *
9939
- * @param string $label
9940
- * @param bool|number $plugin_id
9941
- *
9942
- * @return string
9943
- */
9944
- private function get_latest_download_link( $label, $plugin_id = false ) {
9945
- return sprintf(
9946
- '<a target="_blank" href="%s">%s</a>',
9947
- $this->_get_latest_download_local_url( $plugin_id ),
9948
- $label
9949
- );
9950
- }
9951
-
9952
- /**
9953
- * Get latest plugin download local URL.
9954
- *
9955
- * @author Vova Feldman (@svovaf)
9956
- * @since 1.0.9
9957
- *
9958
- * @param bool|number $plugin_id
9959
- *
9960
- * @return string
9961
- */
9962
- function _get_latest_download_local_url( $plugin_id = false ) {
9963
- // Add timestamp to protect from caching.
9964
- $params = array( 'ts' => WP_FS__SCRIPT_START_TIME );
9965
-
9966
- if ( ! empty( $plugin_id ) ) {
9967
- $params['plugin_id'] = $plugin_id;
9968
- }
9969
-
9970
- return $this->get_account_url( 'download_latest', $params );
9971
- }
9972
-
9973
- #endregion Download Plugin ------------------------------------------------------------------
9974
-
9975
- /**
9976
- * @author Vova Feldman (@svovaf)
9977
- * @since 1.0.4
9978
- *
9979
- * @uses FS_Api
9980
- *
9981
- * @param bool $background Hints the method if it's a background updates check. If false, it means that
9982
- * was initiated by the admin.
9983
- * @param bool|number $plugin_id
9984
- * @param bool $flush Since 1.1.7.3
9985
- */
9986
- private function check_updates( $background = false, $plugin_id = false, $flush = true ) {
9987
- $this->_logger->entrance();
9988
-
9989
- // Check if there's a newer version for download.
9990
- $new_version = $this->_fetch_newer_version( $plugin_id, $flush );
9991
-
9992
- $update = null;
9993
- if ( is_object( $new_version ) ) {
9994
- $update = new FS_Plugin_Tag( $new_version );
9995
-
9996
- if ( ! $background ) {
9997
- $this->_admin_notices->add(
9998
- sprintf(
9999
- __fs( 'version-x-released', $this->_slug ) . ' ' . __fs( 'please-download-x', $this->_slug ),
10000
- $update->version,
10001
- sprintf(
10002
- '<a href="%s" target="_blank">%s</a>',
10003
- $this->get_account_url( 'download_latest' ),
10004
- sprintf( __fs( 'latest-x-version', $this->_slug ), $this->_site->plan->title )
10005
- )
10006
- ),
10007
- __fs( 'new', $this->_slug ) . '!'
10008
- );
10009
- }
10010
- } else if ( false === $new_version && ! $background ) {
10011
- $this->_admin_notices->add(
10012
- __fs( 'you-have-latest', $this->_slug ),
10013
- __fs( 'you-are-good', $this->_slug )
10014
- );
10015
- }
10016
-
10017
- $this->_store_update( $update, true, $plugin_id );
10018
- }
10019
-
10020
- /**
10021
- * @author Vova Feldman (@svovaf)
10022
- * @since 1.0.4
10023
- *
10024
- * @param bool $flush Since 1.1.7.3 add 24 hour cache by default.
10025
- *
10026
- * @return FS_Plugin[]
10027
- *
10028
- * @uses FS_Api
10029
- */
10030
- private function sync_addons( $flush = false ) {
10031
- $this->_logger->entrance();
10032
-
10033
- $api = $this->get_api_site_or_plugin_scope();
10034
-
10035
- /**
10036
- * @since 1.2.1
10037
- *
10038
- * If there's a cached version of the add-ons and not asking
10039
- * for a flush, just use the currently stored add-ons.
10040
- */
10041
- if ( ! $flush && $api->is_cached( '/addons.json?enriched=true' ) ) {
10042
- $addons = self::get_all_addons();
10043
-
10044
- return $addons[ $this->_plugin->id ];
10045
- }
10046
-
10047
- $result = $api->get( '/addons.json?enriched=true', $flush );
10048
-
10049
- $addons = array();
10050
- if ( $this->is_api_result_object( $result, 'plugins' ) &&
10051
- is_array( $result->plugins )
10052
- ) {
10053
- for ( $i = 0, $len = count( $result->plugins ); $i < $len; $i ++ ) {
10054
- $addons[ $i ] = new FS_Plugin( $result->plugins[ $i ] );
10055
- }
10056
-
10057
- $this->_store_addons( $addons, true );
10058
- }
10059
-
10060
- return $addons;
10061
- }
10062
-
10063
- /**
10064
- * Handle user email update.
10065
- *
10066
- * @author Vova Feldman (@svovaf)
10067
- * @since 1.0.3
10068
- * @uses FS_Api
10069
- *
10070
- * @param string $new_email
10071
- *
10072
- * @return object
10073
- */
10074
- private function update_email( $new_email ) {
10075
- $this->_logger->entrance();
10076
-
10077
-
10078
- $api = $this->get_api_user_scope();
10079
- $user = $api->call( "?plugin_id={$this->_plugin->id}&fields=id,email,is_verified", 'put', array(
10080
- 'email' => $new_email,
10081
- 'after_email_confirm_url' => $this->_get_admin_page_url(
10082
- 'account',
10083
- array( 'fs_action' => 'sync_user' )
10084
- ),
10085
- ) );
10086
-
10087
- if ( ! isset( $user->error ) ) {
10088
- $this->_user->email = $user->email;
10089
- $this->_user->is_verified = $user->is_verified;
10090
- $this->_store_user();
10091
- } else {
10092
- // handle different error cases.
10093
-
10094
- }
10095
-
10096
- return $user;
10097
- }
10098
-
10099
- #----------------------------------------------------------------------------------
10100
- #region API Error Handling
10101
- #----------------------------------------------------------------------------------
10102
-
10103
- /**
10104
- * @author Vova Feldman (@svovaf)
10105
- * @since 1.1.1
10106
- *
10107
- * @param mixed $result
10108
- *
10109
- * @return bool Is API result contains an error.
10110
- */
10111
- private function is_api_error( $result ) {
10112
- return FS_Api::is_api_error( $result );
10113
- }
10114
-
10115
- /**
10116
- * Checks if given API result is a non-empty and not an error object.
10117
- *
10118
- * @author Vova Feldman (@svovaf)
10119
- * @since 1.2.1.5
10120
- *
10121
- * @param mixed $result
10122
- * @param string|null $required_property Optional property we want to verify that is set.
10123
- *
10124
- * @return bool
10125
- */
10126
- function is_api_result_object( $result, $required_property = null ) {
10127
- return FS_Api::is_api_result_object( $result, $required_property );
10128
- }
10129
-
10130
- /**
10131
- * Checks if given API result is a non-empty entity object with non-empty ID.
10132
- *
10133
- * @author Vova Feldman (@svovaf)
10134
- * @since 1.2.1.5
10135
- *
10136
- * @param mixed $result
10137
- *
10138
- * @return bool
10139
- */
10140
- private function is_api_result_entity( $result ) {
10141
- return FS_Api::is_api_result_entity( $result );
10142
- }
10143
-
10144
- #endregion
10145
-
10146
- /**
10147
- * Make sure a given argument is an array of a specific type.
10148
- *
10149
- * @author Vova Feldman (@svovaf)
10150
- * @since 1.2.1.5
10151
- *
10152
- * @param mixed $array
10153
- * @param string $class
10154
- *
10155
- * @return bool
10156
- */
10157
- private function is_array_instanceof( $array, $class ) {
10158
- return ( is_array( $array ) && ( empty( $array ) || $array[0] instanceof $class ) );
10159
- }
10160
-
10161
- /**
10162
- * Start install ownership change.
10163
- *
10164
- * @author Vova Feldman (@svovaf)
10165
- * @since 1.1.1
10166
- * @uses FS_Api
10167
- *
10168
- * @param string $candidate_email
10169
- *
10170
- * @return bool Is ownership change successfully initiated.
10171
- */
10172
- private function init_change_owner( $candidate_email ) {
10173
- $this->_logger->entrance();
10174
-
10175
- $api = $this->get_api_site_scope();
10176
- $result = $api->call( "/users/{$this->_user->id}.json", 'put', array(
10177
- 'email' => $candidate_email,
10178
- 'after_confirm_url' => $this->_get_admin_page_url(
10179
- 'account',
10180
- array( 'fs_action' => 'change_owner' )
10181
- ),
10182
- ) );
10183
-
10184
- return ! $this->is_api_error( $result );
10185
- }
10186
-
10187
- /**
10188
- * Handle install ownership change.
10189
- *
10190
- * @author Vova Feldman (@svovaf)
10191
- * @since 1.1.1
10192
- * @uses FS_Api
10193
- *
10194
- * @return bool Was ownership change successfully complete.
10195
- */
10196
- private function complete_change_owner() {
10197
- $this->_logger->entrance();
10198
-
10199
- $site_result = $this->get_api_site_scope( true )->get();
10200
- $site = new FS_Site( $site_result );
10201
- $this->_site = $site;
10202
-
10203
- $user = new FS_User();
10204
- $user->id = fs_request_get( 'user_id' );
10205
-
10206
- // Validate install's user and given user.
10207
- if ( $user->id != $this->_site->user_id ) {
10208
- return false;
10209
- }
10210
-
10211
- $user->public_key = fs_request_get( 'user_public_key' );
10212
- $user->secret_key = fs_request_get( 'user_secret_key' );
10213
-
10214
- // Fetch new user information.
10215
- $this->_user = $user;
10216
- $user_result = $this->get_api_user_scope( true )->get();
10217
- $user = new FS_User( $user_result );
10218
- $this->_user = $user;
10219
-
10220
- $this->_set_account( $user, $site );
10221
-
10222
- return true;
10223
- }
10224
-
10225
- /**
10226
- * Handle user name update.
10227
- *
10228
- * @author Vova Feldman (@svovaf)
10229
- * @since 1.0.9
10230
- * @uses FS_Api
10231
- *
10232
- * @return object
10233
- */
10234
- private function update_user_name() {
10235
- $this->_logger->entrance();
10236
- $name = fs_request_get( 'fs_user_name_' . $this->_slug, '' );
10237
-
10238
- $api = $this->get_api_user_scope();
10239
- $user = $api->call( "?plugin_id={$this->_plugin->id}&fields=id,first,last", 'put', array(
10240
- 'name' => $name,
10241
- ) );
10242
-
10243
- if ( ! isset( $user->error ) ) {
10244
- $this->_user->first = $user->first;
10245
- $this->_user->last = $user->last;
10246
- $this->_store_user();
10247
- } else {
10248
- // handle different error cases.
10249
-
10250
- }
10251
-
10252
- return $user;
10253
- }
10254
-
10255
- /**
10256
- * Verify user email.
10257
- *
10258
- * @author Vova Feldman (@svovaf)
10259
- * @since 1.0.3
10260
- * @uses FS_Api
10261
- */
10262
- private function verify_email() {
10263
- $this->_handle_account_user_sync();
10264
-
10265
- if ( $this->_user->is_verified() ) {
10266
- return;
10267
- }
10268
-
10269
- $api = $this->get_api_site_scope();
10270
- $result = $api->call( "/users/{$this->_user->id}/verify.json", 'put', array(
10271
- 'after_email_confirm_url' => $this->_get_admin_page_url(
10272
- 'account',
10273
- array( 'fs_action' => 'sync_user' )
10274
- )
10275
- ) );
10276
-
10277
- if ( ! isset( $result->error ) ) {
10278
- $this->_admin_notices->add( sprintf(
10279
- __fs( 'verification-email-sent-message', $this->_slug ),
10280
- sprintf( '<a href="mailto:%1s">%2s</a>', esc_url( $this->_user->email ), $this->_user->email )
10281
- ) );
10282
- } else {
10283
- // handle different error cases.
10284
-
10285
- }
10286
- }
10287
-
10288
- /**
10289
- * @author Vova Feldman (@svovaf)
10290
- * @since 1.1.2
10291
- *
10292
- * @param array $params
10293
- *
10294
- * @return string
10295
- */
10296
- private function get_activation_url( $params = array() ) {
10297
- return $this->apply_filters( 'connect_url', $this->_get_admin_page_url( '', $params ) );
10298
- }
10299
-
10300
- /**
10301
- * @author Vova Feldman (@svovaf)
10302
- * @since 1.2.1.5
10303
- *
10304
- * @param array $params
10305
- *
10306
- * @return string
10307
- */
10308
- function get_reconnect_url( $params = array() ) {
10309
- $params['fs_action'] = 'reset_anonymous_mode';
10310
- $params['fs_slug'] = $this->_slug;
10311
-
10312
- return $this->apply_filters( 'connect_url', $this->_get_admin_page_url( '', $params ) );
10313
- }
10314
-
10315
- /**
10316
- * Get the URL of the page that should be loaded after the user connect or skip in the opt-in screen.
10317
- *
10318
- * @author Vova Feldman (@svovaf)
10319
- * @since 1.1.3
10320
- *
10321
- * @param string $filter Filter name.
10322
- *
10323
- * @return string
10324
- */
10325
- function get_after_activation_url( $filter ) {
10326
- $first_time_path = $this->_menu->get_first_time_path();
10327
-
10328
- return $this->apply_filters(
10329
- $filter,
10330
- empty( $first_time_path ) ?
10331
- $this->_get_admin_page_url() :
10332
- $first_time_path
10333
- );
10334
- }
10335
-
10336
- /**
10337
- * Handle account page updates / edits / actions.
10338
- *
10339
- * @author Vova Feldman (@svovaf)
10340
- * @since 1.0.2
10341
- *
10342
- */
10343
- private function _handle_account_edits() {
10344
- if ( ! current_user_can( 'activate_plugins' ) ) {
10345
- return;
10346
- }
10347
-
10348
- $plugin_id = fs_request_get( 'plugin_id', $this->get_id() );
10349
- $action = fs_get_action();
10350
-
10351
- switch ( $action ) {
10352
- case 'delete_account':
10353
- check_admin_referer( $action );
10354
-
10355
- if ( $plugin_id == $this->get_id() ) {
10356
- $this->delete_account_event();
10357
-
10358
- // Clear user and site.
10359
- $this->_site = null;
10360
- $this->_user = null;
10361
-
10362
- fs_redirect( $this->get_activation_url() );
10363
- } else {
10364
- if ( $this->is_addon_activated( $plugin_id ) ) {
10365
- $fs_addon = self::get_instance_by_id( $plugin_id );
10366
- $fs_addon->delete_account_event();
10367
-
10368
- fs_redirect( $this->_get_admin_page_url( 'account' ) );
10369
- }
10370
- }
10371
-
10372
- return;
10373
-
10374
- case 'downgrade_account':
10375
- check_admin_referer( $action );
10376
-
10377
- if ( $plugin_id == $this->get_id() ) {
10378
- $this->_downgrade_site();
10379
- } else if ( $this->is_addon_activated( $plugin_id ) ) {
10380
- $fs_addon = self::get_instance_by_id( $plugin_id );
10381
- $fs_addon->_downgrade_site();
10382
- }
10383
-
10384
- return;
10385
-
10386
- case 'activate_license':
10387
- check_admin_referer( $action );
10388
-
10389
- if ( $plugin_id == $this->get_id() ) {
10390
- $this->_activate_license();
10391
- } else {
10392
- if ( $this->is_addon_activated( $plugin_id ) ) {
10393
- $fs_addon = self::get_instance_by_id( $plugin_id );
10394
- $fs_addon->_activate_license();
10395
- }
10396
- }
10397
-
10398
- return;
10399
-
10400
- case 'deactivate_license':
10401
- check_admin_referer( $action );
10402
-
10403
- if ( $plugin_id == $this->get_id() ) {
10404
- $this->_deactivate_license();
10405
- } else {
10406
- if ( $this->is_addon_activated( $plugin_id ) ) {
10407
- $fs_addon = self::get_instance_by_id( $plugin_id );
10408
- $fs_addon->_deactivate_license();
10409
- }
10410
- }
10411
-
10412
- return;
10413
-
10414
- case 'check_updates':
10415
- check_admin_referer( $action );
10416
- $this->check_updates();
10417
-
10418
- return;
10419
-
10420
- case 'change_owner':
10421
- $state = fs_request_get( 'state', 'init' );
10422
- switch ( $state ) {
10423
- case 'init':
10424
- $candidate_email = fs_request_get( 'candidate_email', '' );
10425
-
10426
- if ( $this->init_change_owner( $candidate_email ) ) {
10427
- $this->_admin_notices->add( sprintf( __fs( 'change-owner-request-sent-x', $this->_slug ), '<b>' . $this->_user->email . '</b>' ) );
10428
- }
10429
- break;
10430
- case 'owner_confirmed':
10431
- $candidate_email = fs_request_get( 'candidate_email', '' );
10432
-
10433
- $this->_admin_notices->add( sprintf( __fs( 'change-owner-request_owner-confirmed', $this->_slug ), '<b>' . $candidate_email . '</b>' ) );
10434
- break;
10435
- case 'candidate_confirmed':
10436
- if ( $this->complete_change_owner() ) {
10437
- $this->_admin_notices->add_sticky(
10438
- sprintf( __fs( 'change-owner-request_candidate-confirmed', $this->_slug ), '<b>' . $this->_user->email . '</b>' ),
10439
- 'ownership_changed',
10440
- __fs( 'congrats', $this->_slug ) . '!'
10441
- );
10442
- } else {
10443
- // @todo Handle failed ownership change message.
10444
- }
10445
- break;
10446
- }
10447
-
10448
- return;
10449
-
10450
- case 'update_email':
10451
- check_admin_referer( 'update_email' );
10452
-
10453
- $new_email = fs_request_get( 'fs_email_' . $this->_slug, '' );
10454
- $result = $this->update_email( $new_email );
10455
-
10456
- if ( isset( $result->error ) ) {
10457
- switch ( $result->error->code ) {
10458
- case 'user_exist':
10459
- $this->_admin_notices->add(
10460
- __fs( 'user-exist-message', $this->_slug ) . ' ' .
10461
- sprintf( __fs( 'user-exist-message_ownership', $this->_slug ), '<b>' . $new_email . '</b>' ) .
10462
- sprintf(
10463
- '<a style="margin-left: 10px;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
10464
- $this->get_account_url( 'change_owner', array(
10465
- 'state' => 'init',
10466
- 'candidate_email' => $new_email
10467
- ) ),
10468
- __fs( 'change-ownership', $this->_slug )
10469
- ),
10470
- __fs( 'oops', $this->_slug ) . '...',
10471
- 'error'
10472
- );
10473
- break;
10474
- }
10475
- } else {
10476
- $this->_admin_notices->add( __fs( 'email-updated-message', $this->_slug ) );
10477
- }
10478
-
10479
- return;
10480
-
10481
- case 'update_user_name':
10482
- check_admin_referer( 'update_user_name' );
10483
-
10484
- $result = $this->update_user_name();
10485
-
10486
- if ( isset( $result->error ) ) {
10487
- $this->_admin_notices->add(
10488
- __fs( 'name-update-failed-message', $this->_slug ),
10489
- __fs( 'oops', $this->_slug ) . '...',
10490
- 'error'
10491
- );
10492
- } else {
10493
- $this->_admin_notices->add( __fs( 'name-updated-message', $this->_slug ) );
10494
- }
10495
-
10496
- return;
10497
-
10498
- #region Actions that might be called from external links (e.g. email)
10499
-
10500
- case 'cancel_trial':
10501
- if ( $plugin_id == $this->get_id() ) {
10502
- $this->_cancel_trial();
10503
- } else {
10504
- if ( $this->is_addon_activated( $plugin_id ) ) {
10505
- $fs_addon = self::get_instance_by_id( $plugin_id );
10506
- $fs_addon->_cancel_trial();
10507
- }
10508
- }
10509
-
10510
- return;
10511
-
10512
- case 'verify_email':
10513
- $this->verify_email();
10514
-
10515
- return;
10516
-
10517
- case 'sync_user':
10518
- $this->_handle_account_user_sync();
10519
-
10520
- return;
10521
-
10522
- case $this->_slug . '_sync_license':
10523
- $this->_sync_license();
10524
-
10525
- return;
10526
-
10527
- case 'download_latest':
10528
- $this->download_latest_directly( $plugin_id );
10529
-
10530
- return;
10531
-
10532
- #endregion
10533
- }
10534
-
10535
- if ( WP_FS__IS_POST_REQUEST ) {
10536
- $properties = array( 'site_secret_key', 'site_id', 'site_public_key' );
10537
- foreach ( $properties as $p ) {
10538
- if ( 'update_' . $p === $action ) {
10539
- check_admin_referer( $action );
10540
-
10541
- $this->_logger->log( $action );
10542
-
10543
- $site_property = substr( $p, strlen( 'site_' ) );
10544
- $site_property_value = fs_request_get( 'fs_' . $p . '_' . $this->_slug, '' );
10545
- $this->get_site()->{$site_property} = $site_property_value;
10546
-
10547
- // Store account after modification.
10548
- $this->_store_site();
10549
-
10550
- $this->do_action( 'account_property_edit', 'site', $site_property, $site_property_value );
10551
-
10552
- $this->_admin_notices->add( sprintf(
10553
- __fs( 'x-updated', $this->_slug ),
10554
- '<b>' . str_replace( '_', ' ', $p ) . '</b>' ) );
10555
-
10556
- return;
10557
- }
10558
- }
10559
- }
10560
- }
10561
-
10562
- /**
10563
- * Account page resources load.
10564
- *
10565
- * @author Vova Feldman (@svovaf)
10566
- * @since 1.0.6
10567
- */
10568
- function _account_page_load() {
10569
- $this->_logger->entrance();
10570
-
10571
- $this->_logger->info( var_export( $_REQUEST, true ) );
10572
-
10573
- fs_enqueue_local_style( 'fs_account', '/admin/account.css' );
10574
-
10575
- if ( $this->has_addons() ) {
10576
- wp_enqueue_script( 'plugin-install' );
10577
- add_thickbox();
10578
-
10579
- function fs_addons_body_class( $classes ) {
10580
- $classes .= ' plugins-php';
10581
-
10582
- return $classes;
10583
- }
10584
-
10585
- add_filter( 'admin_body_class', 'fs_addons_body_class' );
10586
- }
10587
-
10588
- if ( $this->has_paid_plan() &&
10589
- ! $this->has_any_license() &&
10590
- ! $this->is_sync_executed() &&
10591
- $this->is_tracking_allowed()
10592
- ) {
10593
- /**
10594
- * If no licenses found and no sync job was executed during the last 24 hours,
10595
- * just execute the sync job right away (blocking execution).
10596
- *
10597
- * @since 1.1.7.3
10598
- */
10599
- $this->run_manual_sync();
10600
- }
10601
-
10602
- $this->_handle_account_edits();
10603
-
10604
- $this->do_action( 'account_page_load_before_departure' );
10605
- }
10606
-
10607
- /**
10608
- * Render account page.
10609
- *
10610
- * @author Vova Feldman (@svovaf)
10611
- * @since 1.0.0
10612
- */
10613
- function _account_page_render() {
10614
- $this->_logger->entrance();
10615
-
10616
- $template = 'account.php';
10617
- if ( 'billing' === fs_request_get( 'tab' ) ) {
10618
- $template = 'billing.php';
10619
- }
10620
-
10621
- $vars = array( 'slug' => $this->_slug );
10622
-
10623
- /**
10624
- * Added filter to the template to allow developers wrapping the template
10625
- * in custom HTML (e.g. within a wizard/tabs).
10626
- *
10627
- * @author Vova Feldman (@svovaf)
10628
- * @since 1.2.1.6
10629
- */
10630
- echo $this->apply_filters( "templates/{$template}", fs_get_template( $template, $vars ) );
10631
- }
10632
-
10633
- /**
10634
- * Render account connect page.
10635
- *
10636
- * @author Vova Feldman (@svovaf)
10637
- * @since 1.0.7
10638
- */
10639
- function _connect_page_render() {
10640
- $this->_logger->entrance();
10641
-
10642
- $vars = array( 'slug' => $this->_slug );
10643
-
10644
- /**
10645
- * Added filter to the template to allow developers wrapping the template
10646
- * in custom HTML (e.g. within a wizard/tabs).
10647
- *
10648
- * @author Vova Feldman (@svovaf)
10649
- * @since 1.2.1.6
10650
- */
10651
- echo $this->apply_filters( 'templates/connect.php', fs_get_template( 'connect.php', $vars ) );
10652
- }
10653
-
10654
- /**
10655
- * Load required resources before add-ons page render.
10656
- *
10657
- * @author Vova Feldman (@svovaf)
10658
- * @since 1.0.6
10659
- */
10660
- function _addons_page_load() {
10661
- $this->_logger->entrance();
10662
-
10663
- fs_enqueue_local_style( 'fs_addons', '/admin/add-ons.css' );
10664
-
10665
- wp_enqueue_script( 'plugin-install' );
10666
- add_thickbox();
10667
-
10668
- function fs_addons_body_class( $classes ) {
10669
- $classes .= ' plugins-php';
10670
-
10671
- return $classes;
10672
- }
10673
-
10674
- add_filter( 'admin_body_class', 'fs_addons_body_class' );
10675
-
10676
- if ( ! $this->is_registered() && $this->is_org_repo_compliant() ) {
10677
- $this->_admin_notices->add(
10678
- sprintf( __fs( 'addons-info-external-message', $this->_slug ), '<b>' . $this->get_plugin_name() . '</b>' ),
10679
- __fs( 'heads-up', $this->_slug ),
10680
- 'update-nag'
10681
- );
10682
- }
10683
- }
10684
-
10685
- /**
10686
- * Render add-ons page.
10687
- *
10688
- * @author Vova Feldman (@svovaf)
10689
- * @since 1.0.6
10690
- */
10691
- function _addons_page_render() {
10692
- $this->_logger->entrance();
10693
-
10694
- $vars = array( 'slug' => $this->_slug );
10695
-
10696
- /**
10697
- * Added filter to the template to allow developers wrapping the template
10698
- * in custom HTML (e.g. within a wizard/tabs).
10699
- *
10700
- * @author Vova Feldman (@svovaf)
10701
- * @since 1.2.1.6
10702
- */
10703
- echo $this->apply_filters( 'templates/add-ons.php', fs_get_template( 'add-ons.php', $vars ) );
10704
- }
10705
-
10706
- /* Pricing & Upgrade
10707
- ------------------------------------------------------------------------------------------------------------------*/
10708
- /**
10709
- * Render pricing page.
10710
- *
10711
- * @author Vova Feldman (@svovaf)
10712
- * @since 1.0.0
10713
- */
10714
- function _pricing_page_render() {
10715
- $this->_logger->entrance();
10716
-
10717
- $vars = array( 'slug' => $this->_slug );
10718
-
10719
- if ( 'true' === fs_request_get( 'checkout', false ) ) {
10720
- fs_require_once_template( 'checkout.php', $vars );
10721
- } else {
10722
- fs_require_once_template( 'pricing.php', $vars );
10723
- }
10724
- }
10725
-
10726
- #----------------------------------------------------------------------------------
10727
- #region Contact Us
10728
- #----------------------------------------------------------------------------------
10729
-
10730
- /**
10731
- * Render contact-us page.
10732
- *
10733
- * @author Vova Feldman (@svovaf)
10734
- * @since 1.0.3
10735
- */
10736
- function _contact_page_render() {
10737
- $this->_logger->entrance();
10738
-
10739
- $vars = array( 'slug' => $this->_slug );
10740
- fs_require_once_template( 'contact.php', $vars );
10741
- }
10742
-
10743
- #endregion ------------------------------------------------------------------------
10744
-
10745
- /**
10746
- * Hide all admin notices to prevent distractions.
10747
- *
10748
- * @author Vova Feldman (@svovaf)
10749
- * @since 1.0.3
10750
- *
10751
- * @uses remove_all_actions()
10752
- */
10753
- private static function _hide_admin_notices() {
10754
- remove_all_actions( 'admin_notices' );
10755
- remove_all_actions( 'network_admin_notices' );
10756
- remove_all_actions( 'all_admin_notices' );
10757
- remove_all_actions( 'user_admin_notices' );
10758
- }
10759
-
10760
- static function _clean_admin_content_section_hook() {
10761
- self::_hide_admin_notices();
10762
-
10763
- // Hide footer.
10764
- echo '<style>#wpfooter { display: none !important; }</style>';
10765
- }
10766
-
10767
- /**
10768
- * Attach to admin_head hook to hide all admin notices.
10769
- *
10770
- * @author Vova Feldman (@svovaf)
10771
- * @since 1.0.3
10772
- */
10773
- static function _clean_admin_content_section() {
10774
- add_action( 'admin_head', 'Freemius::_clean_admin_content_section_hook' );
10775
- }
10776
-
10777
- /* CSS & JavaScript
10778
- ------------------------------------------------------------------------------------------------------------------*/
10779
- /* function _enqueue_script($handle, $src) {
10780
- $url = plugins_url( substr( WP_FS__DIR_JS, strlen( $this->_plugin_dir_path ) ) . '/assets/js/' . $src );
10781
-
10782
- $this->_logger->entrance( 'script = ' . $url );
10783
-
10784
- wp_enqueue_script( $handle, $url );
10785
- }*/
10786
-
10787
- /* SDK
10788
- ------------------------------------------------------------------------------------------------------------------*/
10789
- private $_user_api;
10790
-
10791
- /**
10792
- *
10793
- * @author Vova Feldman (@svovaf)
10794
- * @since 1.0.2
10795
- *
10796
- * @param bool $flush
10797
- *
10798
- * @return FS_Api
10799
- */
10800
- function get_api_user_scope( $flush = false ) {
10801
- if ( ! isset( $this->_user_api ) || $flush ) {
10802
- $this->_user_api = FS_Api::instance(
10803
- $this->_slug,
10804
- 'user',
10805
- $this->_user->id,
10806
- $this->_user->public_key,
10807
- ! $this->is_live(),
10808
- $this->_user->secret_key
10809
- );
10810
- }
10811
-
10812
- return $this->_user_api;
10813
- }
10814
-
10815
- private $_site_api;
10816
-
10817
- /**
10818
- *
10819
- * @author Vova Feldman (@svovaf)
10820
- * @since 1.0.2
10821
- *
10822
- * @param bool $flush
10823
- *
10824
- * @return FS_Api
10825
- */
10826
- function get_api_site_scope( $flush = false ) {
10827
- if ( ! isset( $this->_site_api ) || $flush ) {
10828
- $this->_site_api = FS_Api::instance(
10829
- $this->_slug,
10830
- 'install',
10831
- $this->_site->id,
10832
- $this->_site->public_key,
10833
- ! $this->is_live(),
10834
- $this->_site->secret_key
10835
- );
10836
- }
10837
-
10838
- return $this->_site_api;
10839
- }
10840
-
10841
- private $_plugin_api;
10842
-
10843
- /**
10844
- * Get plugin public API scope.
10845
- *
10846
- * @author Vova Feldman (@svovaf)
10847
- * @since 1.0.7
10848
- *
10849
- * @return FS_Api
10850
- */
10851
- function get_api_plugin_scope() {
10852
- if ( ! isset( $this->_plugin_api ) ) {
10853
- $this->_plugin_api = FS_Api::instance(
10854
- $this->_slug,
10855
- 'plugin',
10856
- $this->_plugin->id,
10857
- $this->_plugin->public_key,
10858
- ! $this->is_live()
10859
- );
10860
- }
10861
-
10862
- return $this->_plugin_api;
10863
- }
10864
-
10865
- /**
10866
- * Get site API scope object (fallback to public plugin scope when not registered).
10867
- *
10868
- * @author Vova Feldman (@svovaf)
10869
- * @since 1.0.7
10870
- *
10871
- * @return FS_Api
10872
- */
10873
- function get_api_site_or_plugin_scope() {
10874
- return $this->is_registered() ?
10875
- $this->get_api_site_scope() :
10876
- $this->get_api_plugin_scope();
10877
- }
10878
-
10879
- /**
10880
- * Show trial promotional notice (if any trial exist).
10881
- *
10882
- * @author Vova Feldman (@svovaf)
10883
- * @since 1.0.9
10884
- *
10885
- * @param $plans
10886
- */
10887
- function _check_for_trial_plans( $plans ) {
10888
- $this->_storage->has_trial_plan = FS_Plan_Manager::instance()->has_trial_plan( $plans );
10889
- }
10890
-
10891
- /**
10892
- * During trial promotion the "upgrade" submenu item turns to
10893
- * "start trial" to encourage the trial. Since we want to keep
10894
- * the same menu item handler and there's no robust way to
10895
- * add new arguments to the menu item link's querystring,
10896
- * use JavaScript to find the menu item and update the href of
10897
- * the link.
10898
- *
10899
- * @author Vova Feldman (@svovaf)
10900
- * @since 1.2.1.5
10901
- */
10902
- function _fix_start_trial_menu_item_url() {
10903
- $template_args = array( 'slug' => $this->_slug );
10904
- fs_require_template( 'add-trial-to-pricing.php', $template_args );
10905
- }
10906
-
10907
- /**
10908
- * Show trial promotional notice (if any trial exist).
10909
- *
10910
- * @author Vova Feldman (@svovaf)
10911
- * @since 1.0.9
10912
- *
10913
- * @return bool If trial notice added.
10914
- */
10915
- function _add_trial_notice() {
10916
- if ( ! current_user_can( 'activate_plugins' ) ) {
10917
- return false;
10918
- }
10919
-
10920
- if ( ! $this->is_user_in_admin() ) {
10921
- return false;
10922
- }
10923
-
10924
- // Check if trial message is already shown.
10925
- if ( $this->_admin_notices->has_sticky( 'trial_promotion' ) ) {
10926
- add_action( 'admin_footer', array( &$this, '_fix_start_trial_menu_item_url' ) );
10927
-
10928
- $this->_menu->add_counter_to_menu_item( 1, 'fs-trial' );
10929
-
10930
- return false;
10931
- }
10932
-
10933
- if ( $this->is_premium() && ! WP_FS__DEV_MODE ) {
10934
- // Don't show trial if running the premium code, unless running in DEV mode.
10935
- return false;
10936
- }
10937
-
10938
- if ( ! $this->has_trial_plan() ) {
10939
- // No plans with trial.
10940
- return false;
10941
- }
10942
-
10943
- if ( ! $this->apply_filters( 'show_trial', true ) ) {
10944
- // Developer explicitly asked not to show the trial promo.
10945
- return false;
10946
- }
10947
-
10948
- if ( $this->is_registered() ) {
10949
- // Check if trial already utilized.
10950
- if ( $this->_site->is_trial_utilized() ) {
10951
- return false;
10952
- }
10953
-
10954
- if ( $this->is_paying_or_trial() ) {
10955
- // Don't show trial if paying or already in trial.
10956
- return false;
10957
- }
10958
- }
10959
-
10960
- if ( $this->is_activation_mode() || $this->is_pending_activation() ) {
10961
- // If not yet opted-in/skipped, or pending activation, don't show trial.
10962
- return false;
10963
- }
10964
-
10965
- $last_time_trial_promotion_shown = $this->_storage->get( 'trial_promotion_shown', false );
10966
- $was_promotion_shown_before = ( false !== $last_time_trial_promotion_shown );
10967
-
10968
- // Show promotion if never shown before and 24 hours after initial activation with FS.
10969
- if ( ! $was_promotion_shown_before &&
10970
- $this->_storage->install_timestamp > ( time() - WP_FS__TIME_24_HOURS_IN_SEC )
10971
- ) {
10972
- return false;
10973
- }
10974
-
10975
- // OR if promotion was shown before, try showing it every 30 days.
10976
- if ( $was_promotion_shown_before &&
10977
- 30 * WP_FS__TIME_24_HOURS_IN_SEC > time() - $last_time_trial_promotion_shown
10978
- ) {
10979
- return false;
10980
- }
10981
-
10982
- $trial_period = $this->_trial_days;
10983
- $require_payment = $this->_is_trial_require_payment;
10984
- $trial_url = $this->get_trial_url();
10985
- $plans_string = strtolower( __fs( 'awesome', $this->_slug ) );
10986
-
10987
- if ( $this->is_registered() ) {
10988
- // If opted-in, override trial with up to date data from API.
10989
- $trial_plans = FS_Plan_Manager::instance()->get_trial_plans( $this->_plans );
10990
- $trial_plans_count = count( $trial_plans );
10991
-
10992
- if ( 0 === $trial_plans_count ) {
10993
- // If there's no plans with a trial just exit.
10994
- return false;
10995
- }
10996
-
10997
- /**
10998
- * @var FS_Plugin_Plan $paid_plan
10999
- */
11000
- $paid_plan = $trial_plans[0];
11001
- $require_payment = $paid_plan->is_require_subscription;
11002
- $trial_period = $paid_plan->trial_period;
11003
-
11004
- $total_paid_plans = count( $this->_plans ) - ( FS_Plan_Manager::instance()->has_free_plan( $this->_plans ) ? 1 : 0 );
11005
-
11006
- if ( $total_paid_plans !== $trial_plans_count ) {
11007
- // Not all paid plans have a trial - generate a string of those that have it.
11008
- for ( $i = 0; $i < $trial_plans_count; $i ++ ) {
11009
- $plans_string .= sprintf(
11010
- '<a href="%s">%s</a>',
11011
- $trial_url,
11012
- $trial_plans[ $i ]->title
11013
- );
11014
-
11015
- if ( $i < $trial_plans_count - 2 ) {
11016
- $plans_string .= ', ';
11017
- } else if ( $i == $trial_plans_count - 2 ) {
11018
- $plans_string .= ' and ';
11019
- }
11020
- }
11021
- }
11022
- }
11023
-
11024
- $message = sprintf(
11025
- __fs( 'hey', $this->_slug ) . '! ' . __fs( 'trial-x-promotion-message', $this->_slug ),
11026
- sprintf( '<b>%s</b>', $this->get_plugin_name() ),
11027
- $plans_string,
11028
- $trial_period
11029
- );
11030
-
11031
- // "No Credit-Card Required" or "No Commitment for N Days".
11032
- $cc_string = $require_payment ?
11033
- sprintf( __fs( 'no-commitment-for-x-days', $this->_slug ), $trial_period ) :
11034
- __fs( 'no-cc-required', $this->_slug ) . '!';
11035
-
11036
-
11037
- // Start trial button.
11038
- $button = ' ' . sprintf(
11039
- '<a style="margin-left: 10px; vertical-align: super;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
11040
- $trial_url,
11041
- __fs( 'start-free-trial', $this->_slug )
11042
- );
11043
-
11044
- $this->_admin_notices->add_sticky(
11045
- $this->apply_filters( 'trial_promotion_message', "{$message} {$cc_string} {$button}" ),
11046
- 'trial_promotion',
11047
- '',
11048
- 'promotion'
11049
- );
11050
-
11051
- $this->_storage->trial_promotion_shown = WP_FS__SCRIPT_START_TIME;
11052
-
11053
- return true;
11054
- }
11055
-
11056
- /**
11057
- * @author Vova Feldman (@svovaf)
11058
- * @since 1.2.1.5
11059
- */
11060
- function _enqueue_common_css() {
11061
- if ( $this->has_paid_plan() && ! $this->is_paying() ) {
11062
- // Add basic CSS for admin-notices and menu-item colors.
11063
- fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
11064
- }
11065
- }
11066
-
11067
- /* Action Links
11068
- ------------------------------------------------------------------------------------------------------------------*/
11069
- private $_action_links_hooked = false;
11070
- private $_action_links = array();
11071
-
11072
- /**
11073
- * Hook to plugin action links filter.
11074
- *
11075
- * @author Vova Feldman (@svovaf)
11076
- * @since 1.0.0
11077
- */
11078
- private function hook_plugin_action_links() {
11079
- $this->_logger->entrance();
11080
-
11081
- $this->_action_links_hooked = true;
11082
-
11083
- $this->_logger->log( 'Adding action links hooks.' );
11084
-
11085
- // Add action link to settings page.
11086
- add_filter( 'plugin_action_links_' . $this->_plugin_basename, array(
11087
- &$this,
11088
- '_modify_plugin_action_links_hook'
11089
- ), WP_FS__DEFAULT_PRIORITY, 2 );
11090
- add_filter( 'network_admin_plugin_action_links_' . $this->_plugin_basename, array(
11091
- &$this,
11092
- '_modify_plugin_action_links_hook'
11093
- ), WP_FS__DEFAULT_PRIORITY, 2 );
11094
- }
11095
-
11096
- /**
11097
- * Add plugin action link.
11098
- *
11099
- * @author Vova Feldman (@svovaf)
11100
- * @since 1.0.0
11101
- *
11102
- * @param $label
11103
- * @param $url
11104
- * @param bool $external
11105
- * @param int $priority
11106
- * @param bool $key
11107
- */
11108
- function add_plugin_action_link( $label, $url, $external = false, $priority = WP_FS__DEFAULT_PRIORITY, $key = false ) {
11109
- $this->_logger->entrance();
11110
-
11111
- if ( ! isset( $this->_action_links[ $priority ] ) ) {
11112
- $this->_action_links[ $priority ] = array();
11113
- }
11114
-
11115
- if ( false === $key ) {
11116
- $key = preg_replace( "/[^A-Za-z0-9 ]/", '', strtolower( $label ) );
11117
- }
11118
-
11119
- $this->_action_links[ $priority ][] = array(
11120
- 'label' => $label,
11121
- 'href' => $url,
11122
- 'key' => $key,
11123
- 'external' => $external
11124
- );
11125
- }
11126
-
11127
- /**
11128
- * Adds Upgrade and Add-Ons links to the main Plugins page link actions collection.
11129
- *
11130
- * @author Vova Feldman (@svovaf)
11131
- * @since 1.0.0
11132
- */
11133
- function _add_upgrade_action_link() {
11134
- $this->_logger->entrance();
11135
-
11136
- if ( $this->is_registered() ) {
11137
- if ( ! $this->is_paying() && $this->has_paid_plan() ) {
11138
- $this->add_plugin_action_link(
11139
- __fs( 'upgrade', $this->_slug ),
11140
- $this->get_upgrade_url(),
11141
- false,
11142
- 7,
11143
- 'upgrade'
11144
- );
11145
- }
11146
-
11147
- if ( $this->has_addons() ) {
11148
- $this->add_plugin_action_link(
11149
- __fs( 'add-ons', $this->_slug ),
11150
- $this->_get_admin_page_url( 'addons' ),
11151
- false,
11152
- 9,
11153
- 'addons'
11154
- );
11155
- }
11156
- }
11157
- }
11158
-
11159
- /**
11160
- * Adds "Activate License" or "Change License" link to the main Plugins page link actions collection.
11161
- *
11162
- * @author Leo Fajardo (@leorw)
11163
- * @since 1.1.9
11164
- */
11165
- function _add_license_action_link() {
11166
- $this->_logger->entrance();
11167
-
11168
- if ( $this->is_free_plan() && $this->is_addon() ) {
11169
- return;
11170
- }
11171
-
11172
- if ( ! self::is_ajax() ) {
11173
- // Inject license activation dialog UI and client side code.
11174
- add_action( 'admin_footer', array( &$this, '_add_license_activation_dialog_box' ) );
11175
- }
11176
-
11177
- $link_text = __fs(
11178
- $this->is_free_plan() ? 'activate-license' : 'change-license',
11179
- $this->_slug
11180
- );
11181
-
11182
- $this->add_plugin_action_link(
11183
- $link_text,
11184
- '#',
11185
- false,
11186
- 11,
11187
- ( 'activate-license ' . $this->_slug )
11188
- );
11189
- }
11190
-
11191
- /**
11192
- * Adds "Opt in" or "Opt out" link to the main "Plugins" page link actions collection.
11193
- *
11194
- * @author Leo Fajardo (@leorw)
11195
- * @since 1.2.1.5
11196
- */
11197
- function _add_tracking_links() {
11198
- if ( ! current_user_can( 'activate_plugins' ) ) {
11199
- return;
11200
- }
11201
-
11202
- $this->_logger->entrance();
11203
-
11204
- if ( ! $this->is_enable_anonymous() ) {
11205
- // Don't allow to opt-out if anonymous mode is disabled.
11206
- return;
11207
- }
11208
-
11209
- if ( ! $this->is_free_plan() ) {
11210
- // Don't allow to opt-out if running in paid plan.
11211
- return;
11212
- }
11213
-
11214
- if ( $this->add_ajax_action( 'stop_tracking', array( &$this, '_stop_tracking_callback' ) ) ) {
11215
- return;
11216
- }
11217
-
11218
- if ( $this->add_ajax_action( 'allow_tracking', array( &$this, '_allow_tracking_callback' ) ) ) {
11219
- return;
11220
- }
11221
-
11222
- if ( fs_request_is_action_secure( $this->_slug . '_reconnect' ) ) {
11223
- if ( ! $this->is_registered() && $this->is_anonymous() ) {
11224
- $this->connect_again();
11225
-
11226
- return;
11227
- }
11228
- }
11229
-
11230
- $url = '#';
11231
-
11232
- if ( $this->is_registered() ) {
11233
- if ( $this->is_tracking_allowed() ) {
11234
- $link_text_id = 'opt-out';
11235
- } else {
11236
- $link_text_id = 'opt-in';
11237
- }
11238
-
11239
- add_action( 'admin_footer', array( &$this, '_add_optout_dialog' ) );
11240
- } else {
11241
- $link_text_id = 'opt-in';
11242
-
11243
- $params = ! $this->is_anonymous() ?
11244
- array() :
11245
- array(
11246
- 'nonce' => wp_create_nonce( $this->_slug . '_reconnect' ),
11247
- 'fs_action' => ( $this->_slug . '_reconnect' ),
11248
- );
11249
-
11250
- $url = $this->get_activation_url( $params );
11251
- }
11252
-
11253
- $this->add_plugin_action_link(
11254
- __fs( $link_text_id, $this->_slug ),
11255
- $url,
11256
- false,
11257
- 13,
11258
- "opt-in-or-opt-out {$this->_slug}"
11259
- );
11260
- }
11261
-
11262
- /**
11263
- * Get the URL of the page that should be loaded right after the plugin activation.
11264
- *
11265
- * @author Vova Feldman (@svovaf)
11266
- * @since 1.1.7.4
11267
- *
11268
- * @return string
11269
- */
11270
- function get_after_plugin_activation_redirect_url() {
11271
- $url = false;
11272
- $plugin_fs = false;
11273
-
11274
- if ( ! $this->is_addon() ) {
11275
- $first_time_path = $this->_menu->get_first_time_path();
11276
- $plugin_fs = $this;
11277
- $url = $plugin_fs->is_activation_mode() ?
11278
- $plugin_fs->get_activation_url() :
11279
- ( empty( $first_time_path ) ?
11280
- $this->_get_admin_page_url() :
11281
- $first_time_path );
11282
- } else {
11283
- if ( $this->is_parent_plugin_installed() ) {
11284
- $plugin_fs = self::get_parent_instance();
11285
- }
11286
-
11287
- if ( is_object( $plugin_fs ) ) {
11288
- if ( ! $plugin_fs->is_registered() ) {
11289
- // Forward to parent plugin connect when parent not registered.
11290
- $url = $plugin_fs->get_activation_url();
11291
- } else {
11292
- // Forward to account page.
11293
- $url = $plugin_fs->_get_admin_page_url( 'account' );
11294
- }
11295
- }
11296
- }
11297
-
11298
- return $url;
11299
- }
11300
-
11301
- /**
11302
- * Forward page to activation page.
11303
- *
11304
- * @author Vova Feldman (@svovaf)
11305
- * @since 1.0.3
11306
- */
11307
- function _redirect_on_activation_hook() {
11308
- $url = $this->get_after_plugin_activation_redirect_url();
11309
-
11310
- if ( is_string( $url ) ) {
11311
- fs_redirect( $url );
11312
- }
11313
- }
11314
-
11315
- /**
11316
- * Modify plugin's page action links collection.
11317
- *
11318
- * @author Vova Feldman (@svovaf)
11319
- * @since 1.0.0
11320
- *
11321
- * @param array $links
11322
- * @param $file
11323
- *
11324
- * @return array
11325
- */
11326
- function _modify_plugin_action_links_hook( $links, $file ) {
11327
- $this->_logger->entrance();
11328
-
11329
- $passed_deactivate = false;
11330
- $deactivate_link = '';
11331
- $before_deactivate = array();
11332
- $after_deactivate = array();
11333
- foreach ( $links as $key => $link ) {
11334
- if ( 'deactivate' === $key ) {
11335
- $deactivate_link = $link;
11336
- $passed_deactivate = true;
11337
- continue;
11338
- }
11339
-
11340
- if ( ! $passed_deactivate ) {
11341
- $before_deactivate[ $key ] = $link;
11342
- } else {
11343
- $after_deactivate[ $key ] = $link;
11344
- }
11345
- }
11346
-
11347
- ksort( $this->_action_links );
11348
-
11349
- foreach ( $this->_action_links as $new_links ) {
11350
- foreach ( $new_links as $link ) {
11351
- $before_deactivate[ $link['key'] ] = '<a href="' . $link['href'] . '"' . ( $link['external'] ? ' target="_blank"' : '' ) . '>' . $link['label'] . '</a>';
11352
- }
11353
- }
11354
-
11355
- if ( ! empty( $deactivate_link ) ) {
11356
- if ( ! $this->is_paying_or_trial() || $this->is_premium() ) {
11357
- /*
11358
- * This HTML element is used to identify the correct plugin when attaching an event to its Deactivate link.
11359
- *
11360
- * If user is paying or in trial and have the free version installed,
11361
- * assume that the deactivation is for the upgrade process, so this is not needed.
11362
- */
11363
- $deactivate_link .= '<i class="fs-slug" data-slug="' . $this->_slug . '"></i>';
11364
- }
11365
-
11366
- // Append deactivation link.
11367
- $before_deactivate['deactivate'] = $deactivate_link;
11368
- }
11369
-
11370
- return array_merge( $before_deactivate, $after_deactivate );
11371
- }
11372
-
11373
- /**
11374
- * Adds admin message.
11375
- *
11376
- * @author Vova Feldman (@svovaf)
11377
- * @since 1.0.4
11378
- *
11379
- * @param string $message
11380
- * @param string $title
11381
- * @param string $type
11382
- */
11383
- function add_admin_message( $message, $title = '', $type = 'success' ) {
11384
- $this->_admin_notices->add( $message, $title, $type );
11385
- }
11386
-
11387
- /**
11388
- * Adds sticky admin message.
11389
- *
11390
- * @author Vova Feldman (@svovaf)
11391
- * @since 1.1.0
11392
- *
11393
- * @param string $message
11394
- * @param string $id
11395
- * @param string $title
11396
- * @param string $type
11397
- */
11398
- function add_sticky_admin_message( $message, $id, $title = '', $type = 'success' ) {
11399
- $this->_admin_notices->add_sticky( $message, $id, $title, $type );
11400
- }
11401
-
11402
- /**
11403
- * Helper function that returns the final steps for the upgrade completion.
11404
- *
11405
- * If the module is already running the premium code, returns an empty string.
11406
- *
11407
- * @author Vova Feldman (@svovaf)
11408
- * @since 1.2.1
11409
- *
11410
- * @param string $plan_title
11411
- *
11412
- * @return string
11413
- */
11414
- private function get_complete_upgrade_instructions( $plan_title = '' ) {
11415
- if ( ! $this->has_premium_version() || $this->is_premium() ) {
11416
- return '';
11417
- }
11418
-
11419
- if ( empty( $plan_title ) ) {
11420
- $plan_title = $this->_site->plan->title;
11421
- }
11422
-
11423
- // @since 1.2.1.5 The free version is auto deactivated.
11424
- $deactivation_step = version_compare( $this->version, '1.2.1.5', '<' ) ?
11425
- ( '<li>' . __fs( 'deactivate-free-version', $this->_slug ) . '.</li>' ) :
11426
- '';
11427
-
11428
- return sprintf(
11429
- ' %s: <ol><li>%s.</li>%s<li>%s (<a href="%s" target="_blank">%s</a>).</li></ol>',
11430
- __fs( 'follow-steps-to-complete-upgrade', $this->_slug ),
11431
- $this->get_latest_download_link( sprintf(
11432
- __fs( 'download-latest-x-version', $this->_slug ),
11433
- $plan_title
11434
- ) ),
11435
- $deactivation_step,
11436
- __fs( 'upload-and-activate', $this->_slug ),
11437
- '//bit.ly/upload-wp-plugin',
11438
- __fs( 'howto-upload-activate', $this->_slug )
11439
- );
11440
- }
11441
-
11442
- /* Plugin Auto-Updates (@since 1.0.4)
11443
- ------------------------------------------------------------------------------------------------------------------*/
11444
- /**
11445
- * @var string[]
11446
- */
11447
- private static $_auto_updated_plugins;
11448
-
11449
- /**
11450
- * @todo TEST IF IT WORKS!!!
11451
- *
11452
- * Include plugins for automatic updates based on stored settings.
11453
- *
11454
- * @see http://wordpress.stackexchange.com/questions/131394/how-do-i-exclude-plugins-from-getting-automatically-updated/131404#131404
11455
- *
11456
- * @author Vova Feldman (@svovaf)
11457
- * @since 1.0.4
11458
- *
11459
- * @param bool $update Whether to update (not used for plugins)
11460
- * @param object $item The plugin's info
11461
- *
11462
- * @return bool
11463
- */
11464
- static function _include_plugins_in_auto_update( $update, $item ) {
11465
- // Before version 3.8.2 the $item was the file name of the plugin,
11466
- // while in 3.8.2 statistics were added (https://core.trac.wordpress.org/changeset/27905).
11467
- $by_slug = ( (int) str_replace( '.', '', get_bloginfo( 'version' ) ) >= 382 );
11468
-
11469
- if ( ! isset( self::$_auto_updated_plugins ) ) {
11470
- $plugins = self::$_accounts->get_option( 'plugins', array() );
11471
-
11472
- $identifiers = array();
11473
- foreach ( $plugins as $p ) {
11474
- /**
11475
- * @var FS_Plugin $p
11476
- */
11477
- if ( isset( $p->auto_update ) && $p->auto_update ) {
11478
- $identifiers[] = ( $by_slug ? $p->slug : plugin_basename( $p->file ) );
11479
- }
11480
- }
11481
-
11482
- self::$_auto_updated_plugins = $identifiers;
11483
- }
11484
-
11485
- if ( in_array( $by_slug ? $item->slug : $item, self::$_auto_updated_plugins ) ) {
11486
- return true;
11487
- }
11488
-
11489
- // Pass update decision to next filters
11490
- return $update;
11491
- }
11492
-
11493
- #----------------------------------------------------------------------------------
11494
- #region Versioning
11495
- #----------------------------------------------------------------------------------
11496
-
11497
- /**
11498
- * Check if Freemius in SDK upgrade mode.
11499
- *
11500
- * @author Vova Feldman (@svovaf)
11501
- * @since 1.0.9
11502
- *
11503
- * @return bool
11504
- */
11505
- function is_sdk_upgrade_mode() {
11506
- return isset( $this->_storage->sdk_upgrade_mode ) ?
11507
- $this->_storage->sdk_upgrade_mode :
11508
- false;
11509
- }
11510
-
11511
- /**
11512
- * Turn SDK upgrade mode off.
11513
- *
11514
- * @author Vova Feldman (@svovaf)
11515
- * @since 1.0.9
11516
- */
11517
- function set_sdk_upgrade_complete() {
11518
- $this->_storage->sdk_upgrade_mode = false;
11519
- }
11520
-
11521
- /**
11522
- * Check if plugin upgrade mode.
11523
- *
11524
- * @author Vova Feldman (@svovaf)
11525
- * @since 1.0.9
11526
- *
11527
- * @return bool
11528
- */
11529
- function is_plugin_upgrade_mode() {
11530
- return isset( $this->_storage->plugin_upgrade_mode ) ?
11531
- $this->_storage->plugin_upgrade_mode :
11532
- false;
11533
- }
11534
-
11535
- /**
11536
- * Turn plugin upgrade mode off.
11537
- *
11538
- * @author Vova Feldman (@svovaf)
11539
- * @since 1.0.9
11540
- *
11541
- * @return bool
11542
- */
11543
- function set_plugin_upgrade_complete() {
11544
- $this->_storage->plugin_upgrade_mode = false;
11545
- }
11546
-
11547
- #endregion
11548
-
11549
- #----------------------------------------------------------------------------------
11550
- #region Permissions
11551
- #----------------------------------------------------------------------------------
11552
-
11553
- /**
11554
- * Check if specific permission requested.
11555
- *
11556
- * @author Vova Feldman (@svovaf)
11557
- * @since 1.1.6
11558
- *
11559
- * @param string $permission
11560
- *
11561
- * @return bool
11562
- */
11563
- function is_permission_requested( $permission ) {
11564
- return isset( $this->_permissions[ $permission ] ) && ( true === $this->_permissions[ $permission ] );
11565
- }
11566
-
11567
- #endregion
11568
-
11569
- #----------------------------------------------------------------------------------
11570
- #region Marketing
11571
- #----------------------------------------------------------------------------------
11572
-
11573
- /**
11574
- * Check if current user purchased any other plugins before.
11575
- *
11576
- * @author Vova Feldman (@svovaf)
11577
- * @since 1.0.9
11578
- *
11579
- * @return bool
11580
- */
11581
- function has_purchased_before() {
11582
- // TODO: Implement has_purchased_before() method.
11583
- throw new Exception( 'not implemented' );
11584
- }
11585
-
11586
- /**
11587
- * Check if current user classified as an agency.
11588
- *
11589
- * @author Vova Feldman (@svovaf)
11590
- * @since 1.0.9
11591
- *
11592
- * @return bool
11593
- */
11594
- function is_agency() {
11595
- // TODO: Implement is_agency() method.
11596
- throw new Exception( 'not implemented' );
11597
- }
11598
-
11599
- /**
11600
- * Check if current user classified as a developer.
11601
- *
11602
- * @author Vova Feldman (@svovaf)
11603
- * @since 1.0.9
11604
- *
11605
- * @return bool
11606
- */
11607
- function is_developer() {
11608
- // TODO: Implement is_developer() method.
11609
- throw new Exception( 'not implemented' );
11610
- }
11611
-
11612
- /**
11613
- * Check if current user classified as a business.
11614
- *
11615
- * @author Vova Feldman (@svovaf)
11616
- * @since 1.0.9
11617
- *
11618
- * @return bool
11619
- */
11620
- function is_business() {
11621
- // TODO: Implement is_business() method.
11622
- throw new Exception( 'not implemented' );
11623
- }
11624
-
11625
- #endregion
11626
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 2.2.1
38
+ *
39
+ * @var string
40
+ */
41
+ private $_premium_plugin_basename;
42
+ /**
43
+ * @since 1.0.0
44
+ *
45
+ * @var string
46
+ */
47
+ private $_free_plugin_basename;
48
+ /**
49
+ * @since 1.0.0
50
+ *
51
+ * @var string
52
+ */
53
+ private $_plugin_dir_path;
54
+ /**
55
+ * @since 1.0.0
56
+ *
57
+ * @var string
58
+ */
59
+ private $_plugin_dir_name;
60
+ /**
61
+ * @since 1.0.0
62
+ *
63
+ * @var string
64
+ */
65
+ private $_plugin_main_file_path;
66
+ /**
67
+ * @var string[]
68
+ */
69
+ private $_plugin_data;
70
+ /**
71
+ * @since 1.0.9
72
+ *
73
+ * @var string
74
+ */
75
+ private $_plugin_name;
76
+ /**
77
+ * @since 1.2.2
78
+ *
79
+ * @var string
80
+ */
81
+ private $_module_type;
82
+
83
+ #endregion Plugin Info
84
+
85
+ /**
86
+ * @since 1.0.9
87
+ *
88
+ * @var bool If false, don't turn Freemius on.
89
+ */
90
+ private $_is_on;
91
+
92
+ /**
93
+ * @since 1.1.3
94
+ *
95
+ * @var bool If false, don't turn Freemius on.
96
+ */
97
+ private $_is_anonymous;
98
+
99
+ /**
100
+ * @since 1.0.9
101
+ * @var bool If false, issues with connectivity to Freemius API.
102
+ */
103
+ private $_has_api_connection;
104
+
105
+ /**
106
+ * @since 1.0.9
107
+ * @since 2.0.0 Default to true since we need the property during the instance construction, prior to the dynamic_init() execution.
108
+ * @var bool Hints the SDK if plugin can support anonymous mode (if skip connect is visible).
109
+ */
110
+ private $_enable_anonymous = true;
111
+
112
+ /**
113
+ * @since 1.1.7.5
114
+ * @var bool Hints the SDK if plugin should run in anonymous mode (only adds feedback form).
115
+ */
116
+ private $_anonymous_mode;
117
+
118
+ /**
119
+ * @since 1.1.9
120
+ * @var bool Hints the SDK if plugin have any free plans.
121
+ */
122
+ private $_is_premium_only;
123
+
124
+ /**
125
+ * @since 1.2.1.6
126
+ * @var bool Hints the SDK if plugin have premium code version at all.
127
+ */
128
+ private $_has_premium_version;
129
+
130
+ /**
131
+ * @since 1.2.1.6
132
+ * @var bool Hints the SDK if plugin should ignore pending mode by simulating a skip.
133
+ */
134
+ private $_ignore_pending_mode;
135
+
136
+ /**
137
+ * @since 1.0.8
138
+ * @var bool Hints the SDK if the plugin has any paid plans.
139
+ */
140
+ private $_has_paid_plans;
141
+
142
+ /**
143
+ * @since 1.2.1.5
144
+ * @var int Hints the SDK if the plugin offers a trial period. If negative, no trial, if zero - has a trial but
145
+ * without a specified period, if positive - the number of trial days.
146
+ */
147
+ private $_trial_days = - 1;
148
+
149
+ /**
150
+ * @since 1.2.1.5
151
+ * @var bool Hints the SDK if the trial requires a payment method or not.
152
+ */
153
+ private $_is_trial_require_payment = false;
154
+
155
+ /**
156
+ * @since 1.0.7
157
+ * @var bool Hints the SDK if the plugin is WordPress.org compliant.
158
+ */
159
+ private $_is_org_compliant;
160
+
161
+ /**
162
+ * @since 1.0.7
163
+ * @var bool Hints the SDK if the plugin is has add-ons.
164
+ */
165
+ private $_has_addons;
166
+
167
+ /**
168
+ * @since 1.1.6
169
+ * @var string[]bool.
170
+ */
171
+ private $_permissions;
172
+
173
+ /**
174
+ * @var FS_Storage
175
+ */
176
+ private $_storage;
177
+
178
+ /**
179
+ * @since 1.2.2.7
180
+ * @var FS_Cache_Manager
181
+ */
182
+ private $_cache;
183
+
184
+ /**
185
+ * @since 1.0.0
186
+ *
187
+ * @var FS_Logger
188
+ */
189
+ private $_logger;
190
+ /**
191
+ * @since 1.0.4
192
+ *
193
+ * @var FS_Plugin
194
+ */
195
+ private $_plugin = false;
196
+ /**
197
+ * @since 1.0.4
198
+ *
199
+ * @var FS_Plugin|false
200
+ */
201
+ private $_parent_plugin = false;
202
+ /**
203
+ * @since 1.1.1
204
+ *
205
+ * @var Freemius
206
+ */
207
+ private $_parent = false;
208
+ /**
209
+ * @since 1.0.1
210
+ *
211
+ * @var FS_User
212
+ */
213
+ private $_user = false;
214
+ /**
215
+ * @since 1.0.1
216
+ *
217
+ * @var FS_Site
218
+ */
219
+ private $_site = false;
220
+ /**
221
+ * @since 1.0.1
222
+ *
223
+ * @var FS_Plugin_License
224
+ */
225
+ private $_license;
226
+ /**
227
+ * @since 1.0.2
228
+ *
229
+ * @var FS_Plugin_Plan[]
230
+ */
231
+ private $_plans = false;
232
+ /**
233
+ * @var FS_Plugin_License[]
234
+ * @since 1.0.5
235
+ */
236
+ private $_licenses = false;
237
+
238
+ /**
239
+ * @since 1.0.1
240
+ *
241
+ * @var FS_Admin_Menu_Manager
242
+ */
243
+ private $_menu;
244
+
245
+ /**
246
+ * @var FS_Admin_Notices
247
+ */
248
+ private $_admin_notices;
249
+
250
+ /**
251
+ * @since 1.1.6
252
+ *
253
+ * @var FS_Admin_Notices
254
+ */
255
+ private static $_global_admin_notices;
256
+
257
+ /**
258
+ * @var FS_Logger
259
+ * @since 1.0.0
260
+ */
261
+ private static $_static_logger;
262
+
263
+ /**
264
+ * @var FS_Options
265
+ * @since 1.0.2
266
+ */
267
+ private static $_accounts;
268
+
269
+ /**
270
+ * @since 1.2.2
271
+ *
272
+ * @var number
273
+ */
274
+ private $_module_id;
275
+
276
+ /**
277
+ * @var Freemius[]
278
+ */
279
+ private static $_instances = array();
280
+
281
+ /**
282
+ * @since 1.2.3
283
+ *
284
+ * @var FS_Affiliate
285
+ */
286
+ private $affiliate = null;
287
+
288
+ /**
289
+ * @since 1.2.3
290
+ *
291
+ * @var FS_AffiliateTerms
292
+ */
293
+ private $plugin_affiliate_terms = null;
294
+
295
+ /**
296
+ * @since 1.2.3
297
+ *
298
+ * @var FS_AffiliateTerms
299
+ */
300
+ private $custom_affiliate_terms = null;
301
+
302
+ /**
303
+ * @since 2.0.0
304
+ *
305
+ * @var bool
306
+ */
307
+ private $_is_multisite_integrated;
308
+
309
+ /**
310
+ * @since 2.0.0
311
+ *
312
+ * @var bool True if the current request is for a network admin screen and the plugin is network active.
313
+ */
314
+ private $_is_network_active;
315
+
316
+ /**
317
+ * @since 2.0.0
318
+ *
319
+ * @var int|null The original blog ID the plugin was loaded with.
320
+ */
321
+ private $_blog_id = null;
322
+
323
+ /**
324
+ * @since 2.0.0
325
+ *
326
+ * @var int|null The current execution context. When true, run on network context. When int, run on the specified blog context.
327
+ */
328
+ private $_context_is_network_or_blog_id = null;
329
+
330
+ /**
331
+ * @since 2.0.0
332
+ *
333
+ * @var string
334
+ */
335
+ private $_dynamically_added_top_level_page_hook_name = '';
336
+
337
+ #region Uninstall Reasons IDs
338
+
339
+ const REASON_NO_LONGER_NEEDED = 1;
340
+ const REASON_FOUND_A_BETTER_PLUGIN = 2;
341
+ const REASON_NEEDED_FOR_A_SHORT_PERIOD = 3;
342
+ const REASON_BROKE_MY_SITE = 4;
343
+ const REASON_SUDDENLY_STOPPED_WORKING = 5;
344
+ const REASON_CANT_PAY_ANYMORE = 6;
345
+ const REASON_OTHER = 7;
346
+ const REASON_DIDNT_WORK = 8;
347
+ const REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION = 9;
348
+ const REASON_COULDNT_MAKE_IT_WORK = 10;
349
+ const REASON_GREAT_BUT_NEED_SPECIFIC_FEATURE = 11;
350
+ const REASON_NOT_WORKING = 12;
351
+ const REASON_NOT_WHAT_I_WAS_LOOKING_FOR = 13;
352
+ const REASON_DIDNT_WORK_AS_EXPECTED = 14;
353
+ const REASON_TEMPORARY_DEACTIVATION = 15;
354
+
355
+ #endregion
356
+
357
+ /* Ctor
358
+ ------------------------------------------------------------------------------------------------------------------*/
359
+
360
+ /**
361
+ * Main singleton instance.
362
+ *
363
+ * @author Vova Feldman (@svovaf)
364
+ * @since 1.0.0
365
+ *
366
+ * @param number $module_id
367
+ * @param string|bool $slug
368
+ * @param bool $is_init Since 1.2.1 Is initiation sequence.
369
+ */
370
+ private function __construct( $module_id, $slug = false, $is_init = false ) {
371
+ if ( $is_init && is_numeric( $module_id ) && is_string( $slug ) ) {
372
+ $this->store_id_slug_type_path_map( $module_id, $slug );
373
+ }
374
+
375
+ $this->_module_id = $module_id;
376
+ $this->_slug = $this->get_slug();
377
+ $this->_module_type = $this->get_module_type();
378
+
379
+ $this->_blog_id = is_multisite() ? get_current_blog_id() : null;
380
+
381
+ $this->_storage = FS_Storage::instance( $this->_module_type, $this->_slug );
382
+
383
+ $this->_cache = FS_Cache_Manager::get_manager( WP_FS___OPTION_PREFIX . "cache_{$module_id}" );
384
+
385
+ $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $this->get_unique_affix(), WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
386
+
387
+ $this->_plugin_main_file_path = $this->_find_caller_plugin_file( $is_init );
388
+ $this->_plugin_dir_path = plugin_dir_path( $this->_plugin_main_file_path );
389
+ $this->_plugin_basename = $this->get_plugin_basename();
390
+ $this->_free_plugin_basename = str_replace( '-premium/', '/', $this->_plugin_basename );
391
+
392
+ $this->_is_multisite_integrated = (
393
+ defined( "WP_FS__PRODUCT_{$module_id}_MULTISITE" ) &&
394
+ ( true === constant( "WP_FS__PRODUCT_{$module_id}_MULTISITE" ) )
395
+ );
396
+
397
+ $this->_is_network_active = (
398
+ is_multisite() &&
399
+ $this->_is_multisite_integrated &&
400
+ // Themes are always network activated, but the ACTUAL activation is per site.
401
+ $this->is_plugin() &&
402
+ ( is_plugin_active_for_network( $this->_plugin_basename ) ||
403
+ // Plugin network level activation or uninstall.
404
+ is_plugin_inactive( $this->_plugin_basename ) )
405
+ );
406
+
407
+ $this->_storage->set_network_active(
408
+ $this->_is_network_active,
409
+ $this->is_delegated_connection()
410
+ );
411
+
412
+ #region Migration
413
+
414
+ if ( is_multisite() ) {
415
+ /**
416
+ * If the install_timestamp exists on the site level but doesn't exist on the
417
+ * network level storage, it means that we need to process the storage with migration.
418
+ *
419
+ * The code in this `if` scope will only be executed once and only for the first site that will execute it because once we migrate the storage data, install_timestamp will be already set in the network level storage.
420
+ *
421
+ * @author Vova Feldman (@svovaf)
422
+ * @since 2.0.0
423
+ */
424
+ if ( false === $this->_storage->get( 'install_timestamp', false, true ) &&
425
+ false !== $this->_storage->get( 'install_timestamp', false, false )
426
+ ) {
427
+ // Initiate storage migration.
428
+ $this->_storage->migrate_to_network();
429
+
430
+ // Migrate module cache to network level storage.
431
+ $this->_cache->migrate_to_network();
432
+ }
433
+ }
434
+
435
+ #endregion
436
+
437
+ $base_name_split = explode( '/', $this->_plugin_basename );
438
+ $this->_plugin_dir_name = $base_name_split[0];
439
+
440
+ if ( $this->_logger->is_on() ) {
441
+ $this->_logger->info( 'plugin_main_file_path = ' . $this->_plugin_main_file_path );
442
+ $this->_logger->info( 'plugin_dir_path = ' . $this->_plugin_dir_path );
443
+ $this->_logger->info( 'plugin_basename = ' . $this->_plugin_basename );
444
+ $this->_logger->info( 'free_plugin_basename = ' . $this->_free_plugin_basename );
445
+ $this->_logger->info( 'plugin_dir_name = ' . $this->_plugin_dir_name );
446
+ }
447
+
448
+ // Remember link between file to slug.
449
+ $this->store_file_slug_map();
450
+
451
+ // Store plugin's initial install timestamp.
452
+ if ( ! isset( $this->_storage->install_timestamp ) ) {
453
+ $this->_storage->install_timestamp = WP_FS__SCRIPT_START_TIME;
454
+ }
455
+
456
+ if ( ! is_object( $this->_plugin ) ) {
457
+ $this->_plugin = FS_Plugin_Manager::instance( $this->_module_id )->get();
458
+ }
459
+
460
+ $this->_admin_notices = FS_Admin_Notices::instance(
461
+ $this->_slug . ( $this->is_theme() ? ':theme' : '' ),
462
+ /**
463
+ * Ensure that the admin notice will always have a title by using the stored plugin title if available and
464
+ * retrieving the title via the "get_plugin_name" method if there is no stored plugin title available.
465
+ *
466
+ * @author Leo Fajardo (@leorw)
467
+ * @since 1.2.2
468
+ */
469
+ ( is_object( $this->_plugin ) ? $this->_plugin->title : $this->get_plugin_name() ),
470
+ $this->get_unique_affix()
471
+ );
472
+
473
+ if ( 'true' === fs_request_get( 'fs_clear_api_cache' ) ||
474
+ 'true' === fs_request_is_action( 'restart_freemius' )
475
+ ) {
476
+ FS_Api::clear_cache();
477
+ $this->_cache->clear();
478
+ }
479
+
480
+ $this->_register_hooks();
481
+
482
+ /**
483
+ * Starting from version 2.0.0, `FS_Site` entities no longer have the `plan` property and have `plan_id`
484
+ * instead. This should be called before calling `_load_account()`, otherwise, `$this->_site` will not be
485
+ * loaded in `_load_account` for versions of SDK starting from 2.0.0.
486
+ *
487
+ * @author Leo Fajardo (@leorw)
488
+ */
489
+ self::migrate_install_plan_to_plan_id( $this->_storage );
490
+
491
+ $this->_load_account();
492
+
493
+ $this->_version_updates_handler();
494
+ }
495
+
496
+ /**
497
+ * Checks whether this module has a settings menu.
498
+ *
499
+ * @author Leo Fajardo (@leorw)
500
+ * @since 1.2.2
501
+ *
502
+ * @return bool
503
+ */
504
+ function has_settings_menu() {
505
+ return ( $this->_is_network_active && fs_is_network_admin() ) ?
506
+ $this->_menu->has_network_menu() :
507
+ $this->_menu->has_menu();
508
+ }
509
+
510
+ /**
511
+ * Check if the context module is free wp.org theme.
512
+ *
513
+ * This method is helpful because:
514
+ * 1. wp.org themes are limited to a single submenu item,
515
+ * and sub-submenu items are most likely not allowed (never verified).
516
+ * 2. wp.org themes are not allowed to redirect the user
517
+ * after the theme activation, therefore, the agreed UX
518
+ * is showing the opt-in as a modal dialog box after
519
+ * activation (approved by @otto42, @emiluzelac, @greenshady, @grapplerulrich).
520
+ *
521
+ * @author Vova Feldman (@svovaf)
522
+ * @since 1.2.2.7
523
+ *
524
+ * @return bool
525
+ */
526
+ function is_free_wp_org_theme() {
527
+ return (
528
+ $this->is_theme() &&
529
+ $this->is_org_repo_compliant() &&
530
+ ! $this->is_premium()
531
+ );
532
+ }
533
+
534
+ /**
535
+ * Checks whether this a submenu item is visible.
536
+ *
537
+ * @author Vova Feldman (@svovaf)
538
+ * @since 1.2.2.6
539
+ * @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.
540
+ *
541
+ * @param string $slug
542
+ * @param bool $ignore_free_wp_org_theme_context This is used to decide if the associated tab should be shown
543
+ * or hidden.
544
+ *
545
+ * @return bool
546
+ */
547
+ function is_submenu_item_visible( $slug, $ignore_free_wp_org_theme_context = false ) {
548
+ if ( $this->is_admin_page( $slug ) ) {
549
+ /**
550
+ * It is the current context page, so show the submenu item
551
+ * so the user will have the right context page, even if it
552
+ * was set to hidden.
553
+ */
554
+ return true;
555
+ }
556
+
557
+ if ( ! $this->has_settings_menu() ) {
558
+ // No menu settings at all.
559
+ return false;
560
+ }
561
+
562
+ if ( ! $ignore_free_wp_org_theme_context && $this->is_free_wp_org_theme() ) {
563
+ /**
564
+ * wp.org themes are limited to a single submenu item, and
565
+ * sub-submenu items are most likely not allowed (never verified).
566
+ */
567
+ return false;
568
+ }
569
+
570
+ return $this->_menu->is_submenu_item_visible( $slug );
571
+ }
572
+
573
+ /**
574
+ * Check if a Freemius page should be accessible via the UI.
575
+ *
576
+ * @author Vova Feldman (@svovaf)
577
+ * @since 1.2.2.7
578
+ *
579
+ * @param string $slug
580
+ *
581
+ * @return bool
582
+ */
583
+ function is_page_visible( $slug ) {
584
+ if ( $this->is_admin_page( $slug ) ) {
585
+ return true;
586
+ }
587
+
588
+ return $this->_menu->is_submenu_item_visible( $slug, true, true );
589
+ }
590
+
591
+ /**
592
+ * @author Vova Feldman (@svovaf)
593
+ * @since 1.0.9
594
+ */
595
+ private function _version_updates_handler() {
596
+ if ( ! isset( $this->_storage->sdk_version ) || $this->_storage->sdk_version != $this->version ) {
597
+ // Freemius version upgrade mode.
598
+ $this->_storage->sdk_last_version = $this->_storage->sdk_version;
599
+ $this->_storage->sdk_version = $this->version;
600
+
601
+ if ( empty( $this->_storage->sdk_last_version ) ||
602
+ version_compare( $this->_storage->sdk_last_version, $this->version, '<' )
603
+ ) {
604
+ $this->_storage->sdk_upgrade_mode = true;
605
+ $this->_storage->sdk_downgrade_mode = false;
606
+ } else {
607
+ $this->_storage->sdk_downgrade_mode = true;
608
+ $this->_storage->sdk_upgrade_mode = false;
609
+
610
+ }
611
+
612
+ $this->do_action( 'sdk_version_update', $this->_storage->sdk_last_version, $this->version );
613
+ }
614
+
615
+ $plugin_version = $this->get_plugin_version();
616
+ if ( ! isset( $this->_storage->plugin_version ) || $this->_storage->plugin_version != $plugin_version ) {
617
+ // Plugin version upgrade mode.
618
+ $this->_storage->plugin_last_version = $this->_storage->plugin_version;
619
+ $this->_storage->plugin_version = $plugin_version;
620
+
621
+ if ( empty( $this->_storage->plugin_last_version ) ||
622
+ version_compare( $this->_storage->plugin_last_version, $plugin_version, '<' )
623
+ ) {
624
+ $this->_storage->plugin_upgrade_mode = true;
625
+ $this->_storage->plugin_downgrade_mode = false;
626
+ } else {
627
+ $this->_storage->plugin_downgrade_mode = true;
628
+ $this->_storage->plugin_upgrade_mode = false;
629
+ }
630
+
631
+ if ( ! empty( $this->_storage->plugin_last_version ) ) {
632
+ // Different version of the plugin was installed before, therefore it's an update.
633
+ $this->_storage->is_plugin_new_install = false;
634
+ }
635
+
636
+ $this->do_action( 'plugin_version_update', $this->_storage->plugin_last_version, $plugin_version );
637
+ }
638
+ }
639
+
640
+ #--------------------------------------------------------------------------------
641
+ #region Data Migration on SDK Update
642
+ #--------------------------------------------------------------------------------
643
+
644
+ /**
645
+ * @author Vova Feldman (@svovaf)
646
+ * @since 1.1.5
647
+ *
648
+ * @param string $sdk_prev_version
649
+ * @param string $sdk_version
650
+ */
651
+ function _sdk_version_update( $sdk_prev_version, $sdk_version ) {
652
+ /**
653
+ * @since 1.1.7.3 Fixed unwanted connectivity test cleanup.
654
+ */
655
+ if ( empty( $sdk_prev_version ) ) {
656
+ return;
657
+ }
658
+
659
+ if ( version_compare( $sdk_prev_version, '2.1.0', '<' ) &&
660
+ version_compare( $sdk_version, '2.1.0', '>=' )
661
+ ) {
662
+ $this->_storage->handle_gdpr_admin_notice = true;
663
+ }
664
+
665
+ if ( version_compare( $sdk_prev_version, '2.0.0', '<' ) &&
666
+ version_compare( $sdk_version, '2.0.0', '>=' )
667
+ ) {
668
+ $this->migrate_to_subscriptions_collection();
669
+
670
+ $this->consolidate_licenses();
671
+
672
+ // Clear trial_plan since it's now loaded from the plans collection when needed.
673
+ $this->_storage->remove( 'trial_plan', true, false );
674
+ }
675
+
676
+ if ( version_compare( $sdk_prev_version, '1.2.3', '<' ) &&
677
+ version_compare( $sdk_version, '1.2.3', '>=' )
678
+ ) {
679
+ /**
680
+ * Starting from version 1.2.3, paths are stored as relative instead of absolute and some of them can be
681
+ * invalid.
682
+ *
683
+ * @author Leo Fajardo (@leorw)
684
+ */
685
+ $this->remove_invalid_paths();
686
+ }
687
+
688
+ if ( version_compare( $sdk_prev_version, '1.1.5', '<' ) &&
689
+ version_compare( $sdk_version, '1.1.5', '>=' )
690
+ ) {
691
+ // On version 1.1.5 merged connectivity and is_on data.
692
+ if ( isset( $this->_storage->connectivity_test ) ) {
693
+ if ( ! isset( $this->_storage->is_on ) ) {
694
+ unset( $this->_storage->connectivity_test );
695
+ } else {
696
+ $connectivity_data = $this->_storage->connectivity_test;
697
+ $connectivity_data['is_active'] = $this->_storage->is_on['is_active'];
698
+ $connectivity_data['timestamp'] = $this->_storage->is_on['timestamp'];
699
+
700
+ // Override.
701
+ $this->_storage->connectivity_test = $connectivity_data;
702
+
703
+ // Remove previous structure.
704
+ unset( $this->_storage->is_on );
705
+ }
706
+
707
+ }
708
+ }
709
+
710
+ if (
711
+ version_compare( $sdk_prev_version, '2.2.1', '<' ) &&
712
+ version_compare( $sdk_version, '2.2.1', '>=' )
713
+ ) {
714
+ /**
715
+ * Clear the file cache without storing the previous path since it could be a wrong path. For example,
716
+ * in the versions of the SDK lower than 2.2.1, it's possible for the path of an add-on to be the same
717
+ * as the parent plugin's when the add-on was auto-installed since the relevant method names were not
718
+ * skipped in the logic that determines the right path in the `get_caller_main_file_and_type` method
719
+ * (e.g. `try_activate_plugin`). Since it was an auto-installation, the caller was the parent plugin
720
+ * and so its path was used. In case the stored path is wrong, clearing the cache will resolve issues
721
+ * related to data mix-up between plugins (e.g. titles and versions of an add-on and its parent plugin).
722
+ *
723
+ * @author Leo Fajardo (@leorw)
724
+ * @since 2.2.1
725
+ */
726
+ $this->clear_module_main_file_cache( false );
727
+ }
728
+ }
729
+
730
+ /**
731
+ * @author Leo Fajardo (@leorw)
732
+ * @since 2.0.0
733
+ *
734
+ * @param \FS_Storage $storage
735
+ * @param bool|int|null $blog_id
736
+ */
737
+ private static function migrate_install_plan_to_plan_id( FS_Storage $storage, $blog_id = null ) {
738
+ if ( empty( $storage->sdk_version ) ) {
739
+ // New installation of the plugin, no need to upgrade.
740
+ return;
741
+ }
742
+
743
+ if ( ! version_compare( $storage->sdk_version, '2.0.0', '<' ) ) {
744
+ // Previous version is >= 2.0.0, so no need to migrate.
745
+ return;
746
+ }
747
+
748
+ // Alias.
749
+ $module_type = $storage->get_module_type();
750
+ $module_slug = $storage->get_module_slug();
751
+
752
+ $installs = self::get_all_sites( $module_type, $blog_id );
753
+ $install = isset( $installs[ $module_slug ] ) ? $installs[ $module_slug ] : null;
754
+
755
+ if ( ! is_object( $install ) ) {
756
+ return;
757
+ }
758
+
759
+ if ( isset( $install->plan ) && is_object( $install->plan ) ) {
760
+ if ( isset( $install->plan->id ) && ! empty( $install->plan->id ) ) {
761
+ $install->plan_id = self::_decrypt( $install->plan->id );
762
+ }
763
+
764
+ unset( $install->plan );
765
+
766
+ $installs[ $module_slug ] = clone $install;
767
+
768
+ self::set_account_option_by_module(
769
+ $module_type,
770
+ 'sites',
771
+ $installs,
772
+ true,
773
+ $blog_id
774
+ );
775
+ }
776
+ }
777
+
778
+ /**
779
+ * @author Leo Fajardo (@leorw)
780
+ * @since 2.0.0
781
+ */
782
+ private function migrate_to_subscriptions_collection() {
783
+ if ( ! is_object( $this->_site ) ) {
784
+ return;
785
+ }
786
+
787
+ if ( isset( $this->_storage->subscription ) && is_object( $this->_storage->subscription ) ) {
788
+ $this->_storage->subscriptions = array( $this->_storage->subscription );
789
+ }
790
+ }
791
+
792
+ /**
793
+ * @author Leo Fajardo (@leorw)
794
+ * @since 2.0.0
795
+ */
796
+ private function consolidate_licenses() {
797
+ $plugin_licenses = self::get_account_option( 'licenses', WP_FS__MODULE_TYPE_PLUGIN );
798
+ if ( isset( $plugin_licenses[ $this->_slug ] ) ) {
799
+ $plugin_licenses = $plugin_licenses[ $this->_slug ];
800
+ } else {
801
+ $plugin_licenses = array();
802
+ }
803
+
804
+ $theme_licenses = self::get_account_option( 'licenses', WP_FS__MODULE_TYPE_THEME );
805
+ if ( isset( $theme_licenses[ $this->_slug ] ) ) {
806
+ $theme_licenses = $theme_licenses[ $this->_slug ];
807
+ } else {
808
+ $theme_licenses = array();
809
+ }
810
+
811
+ if ( empty( $plugin_licenses ) && empty( $theme_licenses ) ) {
812
+ return;
813
+ }
814
+
815
+ $all_licenses = array();
816
+ $user_id_license_ids_map = array();
817
+
818
+ foreach ( $plugin_licenses as $user_id => $user_licenses ) {
819
+ if ( is_array( $user_licenses ) ) {
820
+ if ( ! isset( $user_license_ids[ $user_id ] ) ) {
821
+ $user_id_license_ids_map[ $user_id ] = array();
822
+ }
823
+
824
+ foreach ( $user_licenses as $user_license ) {
825
+ $all_licenses[] = $user_license;
826
+ $user_id_license_ids_map[ $user_id ][] = $user_license->id;
827
+ }
828
+ }
829
+ }
830
+
831
+ foreach ( $theme_licenses as $user_id => $user_licenses ) {
832
+ if ( is_array( $user_licenses ) ) {
833
+ if ( ! isset( $user_license_ids[ $user_id ] ) ) {
834
+ $user_id_license_ids_map[ $user_id ] = array();
835
+ }
836
+
837
+ foreach ( $user_licenses as $user_license ) {
838
+ $all_licenses[] = $user_license;
839
+ $user_id_license_ids_map[ $user_id ][] = $user_license->id;
840
+ }
841
+ }
842
+ }
843
+
844
+ self::store_user_id_license_ids_map(
845
+ $user_id_license_ids_map,
846
+ $this->_module_id
847
+ );
848
+
849
+ $this->_store_licenses( true, $this->_module_id, $all_licenses );
850
+ }
851
+
852
+ /**
853
+ * Remove invalid paths.
854
+ *
855
+ * @author Leo Fajardo (@leorw)
856
+ * @since 1.2.3
857
+ */
858
+ private function remove_invalid_paths() {
859
+ // Remove invalid path that is still associated with the current slug if there's any.
860
+ $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
861
+ foreach ( $file_slug_map as $plugin_basename => $slug ) {
862
+ if ( $slug === $this->_slug &&
863
+ $plugin_basename !== $this->_plugin_basename &&
864
+ ! file_exists( $this->get_absolute_path( $plugin_basename ) )
865
+ ) {
866
+ unset( $file_slug_map[ $plugin_basename ] );
867
+ self::$_accounts->set_option( 'file_slug_map', $file_slug_map, true );
868
+
869
+ break;
870
+ }
871
+ }
872
+ }
873
+
874
+ /**
875
+ * @author Vova Feldman (@svovaf)
876
+ * @since 1.2.2.7
877
+ *
878
+ * @param string $plugin_prev_version
879
+ * @param string $plugin_version
880
+ */
881
+ function _after_version_update( $plugin_prev_version, $plugin_version ) {
882
+ if ( $this->is_theme() ) {
883
+ // Expire the cache of the previous tabs since the theme may
884
+ // have setting updates.
885
+ $this->_cache->expire( 'tabs' );
886
+ $this->_cache->expire( 'tabs_stylesheets' );
887
+ }
888
+ }
889
+
890
+ /**
891
+ * A special migration logic for the $_accounts, executed for all the plugins in the system:
892
+ * - Moves some data to the network level storage.
893
+ * - If the plugin's connection was skipped for all sites, set the plugin as if it was network skipped.
894
+ * - If the plugin's connection was ignored for all sites, don't do anything in terms of the network connection.
895
+ * - If the plugin was connected to all sites by the same super-admin, set the plugin as if was network opted-in for all sites.
896
+ * - If there's at least one site that was connected by a super-admin, find the "main super-admin" (the one that installed the majority of the plugin installs) and set the plugin as if was network activated with the main super-admin, set all the sites that were skipped or opted-in with a different user to delegated mode. Then, prompt the currently logged super-admin to choose what to do with the ignored sites.
897
+ * - If there are any sites in the network which the connection decision was not yet taken for, set this plugin into network activation mode so a super-admin can choose what to do with the rest of the sites.
898
+ *
899
+ * @author Vova Feldman (@svovaf)
900
+ * @since 2.0.0
901
+ */
902
+ private static function migrate_accounts_to_network() {
903
+ $sites = self::get_sites();
904
+ $sites_count = count( $sites );
905
+ $connection_status = array();
906
+ $plugin_slugs = array();
907
+ foreach ( $sites as $site ) {
908
+ $blog_id = self::get_site_blog_id( $site );
909
+
910
+ self::$_accounts->migrate_to_network( $blog_id );
911
+
912
+ /**
913
+ * Build a list of all Freemius powered plugins slugs.
914
+ */
915
+ $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array(), $blog_id );
916
+ foreach ( $id_slug_type_path_map as $module_id => $data ) {
917
+ if ( WP_FS__MODULE_TYPE_PLUGIN === $data['type'] ) {
918
+ $plugin_slugs[ $data['slug'] ] = true;
919
+ }
920
+ }
921
+
922
+ $installs = self::get_account_option( 'sites', WP_FS__MODULE_TYPE_PLUGIN, $blog_id );
923
+
924
+ if ( is_array( $installs ) ) {
925
+ foreach ( $installs as $slug => $install ) {
926
+ if ( ! isset( $connection_status[ $slug ] ) ) {
927
+ $connection_status[ $slug ] = array();
928
+ }
929
+
930
+ if ( is_object( $install ) &&
931
+ FS_Site::is_valid_id( $install->id ) &&
932
+ FS_User::is_valid_id( $install->user_id )
933
+ ) {
934
+ $connection_status[ $slug ][ $blog_id ] = $install->user_id;
935
+ }
936
+ }
937
+ }
938
+ }
939
+
940
+ foreach ( $plugin_slugs as $slug => $true ) {
941
+ if ( ! isset( $connection_status[ $slug ] ) ) {
942
+ $connection_status[ $slug ] = array();
943
+ }
944
+
945
+ foreach ( $sites as $site ) {
946
+ $blog_id = self::get_site_blog_id( $site );
947
+
948
+ if ( isset( $connection_status[ $slug ][ $blog_id ] ) ) {
949
+ continue;
950
+ }
951
+
952
+ $storage = FS_Storage::instance( WP_FS__MODULE_TYPE_PLUGIN, $slug );
953
+
954
+ $is_anonymous = $storage->get( 'is_anonymous', null, $blog_id );
955
+
956
+ if ( ! is_null( $is_anonymous ) ) {
957
+ // Since 1.1.3 is_anonymous is an array.
958
+ if ( is_array( $is_anonymous ) && isset( $is_anonymous['is'] ) ) {
959
+ $is_anonymous = $is_anonymous['is'];
960
+ }
961
+
962
+ if ( is_bool( $is_anonymous ) && true === $is_anonymous ) {
963
+ $connection_status[ $slug ][ $blog_id ] = 'skipped';
964
+ }
965
+ }
966
+
967
+ if ( ! isset( $connection_status[ $slug ][ $blog_id ] ) ) {
968
+ $connection_status[ $slug ][ $blog_id ] = 'ignored';
969
+ }
970
+ }
971
+ }
972
+
973
+ $super_admins = array();
974
+
975
+ foreach ( $connection_status as $slug => $blogs_status ) {
976
+ $skips = 0;
977
+ $ignores = 0;
978
+ $connections = 0;
979
+ $opted_in_users = array();
980
+ $opted_in_super_admins = array();
981
+
982
+ $storage = FS_Storage::instance( WP_FS__MODULE_TYPE_PLUGIN, $slug );
983
+
984
+ foreach ( $blogs_status as $blog_id => $status_or_user_id ) {
985
+ if ( 'skipped' === $status_or_user_id ) {
986
+ $skips ++;
987
+ } else if ( 'ignored' === $status_or_user_id ) {
988
+ $ignores ++;
989
+ } else if ( FS_User::is_valid_id( $status_or_user_id ) ) {
990
+ $connections ++;
991
+
992
+ if ( ! isset( $opted_in_users[ $status_or_user_id ] ) ) {
993
+ $opted_in_users[ $status_or_user_id ] = array();
994
+ }
995
+
996
+ $opted_in_users[ $status_or_user_id ][] = $blog_id;
997
+
998
+ if ( isset( $super_admins[ $status_or_user_id ] ) ||
999
+ self::is_super_admin( $status_or_user_id )
1000
+ ) {
1001
+ // Cache super-admin data.
1002
+ $super_admins[ $status_or_user_id ] = true;
1003
+
1004
+ // Remember opted-in super-admins for the plugin.
1005
+ $opted_in_super_admins[ $status_or_user_id ] = true;
1006
+ }
1007
+ }
1008
+ }
1009
+
1010
+ $main_super_admin_user_id = null;
1011
+ $all_migrated = false;
1012
+ if ( $sites_count == $skips ) {
1013
+ // All sites were skipped -> network skip by copying the anonymous mode from any of the sites.
1014
+ $storage->is_anonymous_ms = $storage->is_anonymous;
1015
+
1016
+ $all_migrated = true;
1017
+ } else if ( $sites_count == $ignores ) {
1018
+ // Don't do anything, still in activation mode.
1019
+
1020
+ $all_migrated = true;
1021
+ } else if ( 0 < count( $opted_in_super_admins ) ) {
1022
+ // Find the super-admin with the majority of installs.
1023
+ $max_installs_by_super_admin = 0;
1024
+ foreach ( $opted_in_super_admins as $user_id => $true ) {
1025
+ $installs_count = count( $opted_in_users[ $user_id ] );
1026
+
1027
+ if ( $installs_count > $max_installs_by_super_admin ) {
1028
+ $max_installs_by_super_admin = $installs_count;
1029
+ $main_super_admin_user_id = $user_id;
1030
+ }
1031
+ }
1032
+
1033
+ if ( $sites_count == $connections && 1 == count( $opted_in_super_admins ) ) {
1034
+ // Super-admin opted-in for all sites in the network.
1035
+ $storage->is_network_connected = true;
1036
+
1037
+ $all_migrated = true;
1038
+ }
1039
+
1040
+ // Store network user.
1041
+ $storage->network_user_id = $main_super_admin_user_id;
1042
+
1043
+ $storage->network_install_blog_id = ( $sites_count == $connections ) ?
1044
+ // Since all sites are opted-in, associating with the main site.
1045
+ get_current_blog_id() :
1046
+ // Associating with the 1st found opted-in site.
1047
+ $opted_in_users[ $main_super_admin_user_id ][0];
1048
+
1049
+ /**
1050
+ * Make sure we migrate the plan ID of the network install, otherwise, if after the migration
1051
+ * the 1st page that will be loaded is the network level WP Admin and $storage->network_install_blog_id
1052
+ * is different than the main site of the network, the $this->_site will not be set since the plan_id
1053
+ * will be empty.
1054
+ */
1055
+ $storage->migrate_to_network();
1056
+ self::migrate_install_plan_to_plan_id( $storage, $storage->network_install_blog_id );
1057
+ } else {
1058
+ // At least one opt-in. All the opt-in were created by a non-super-admin.
1059
+ if ( 0 == $ignores ) {
1060
+ // All sites were opted-in or skipped, all by non-super-admin. So delegate all.
1061
+ $storage->store( 'is_delegated_connection', true, true );
1062
+
1063
+ $all_migrated = true;
1064
+ }
1065
+ }
1066
+
1067
+ if ( ! $all_migrated ) {
1068
+ /**
1069
+ * Delegate all sites that were:
1070
+ * 1) Opted-in by a user that is NOT the main-super-admin.
1071
+ * 2) Skipped and non of the sites was opted-in by a super-admin. If any site was opted-in by a super-admin, there will be a main-super-admin, and we consider the skip as if it was done by that user.
1072
+ */
1073
+ foreach ( $blogs_status as $blog_id => $status_or_user_id ) {
1074
+ if ( $status_or_user_id == $main_super_admin_user_id ) {
1075
+ continue;
1076
+ }
1077
+
1078
+ if ( FS_User::is_valid_id( $status_or_user_id ) ||
1079
+ ( 'skipped' === $status_or_user_id && is_null( $main_super_admin_user_id ) )
1080
+ ) {
1081
+ $storage->store( 'is_delegated_connection', true, $blog_id );
1082
+ }
1083
+ }
1084
+ }
1085
+
1086
+
1087
+ if ( ( $connections + $skips > 0 ) ) {
1088
+ if ( $ignores > 0 ) {
1089
+ /**
1090
+ * If admin already opted-in or skipped in any of the network sites, and also
1091
+ * have sites which the connection decision was not yet taken, set this plugin
1092
+ * into network activation mode so the super-admin can choose what to do with
1093
+ * the rest of the sites.
1094
+ */
1095
+ self::set_network_upgrade_mode( $storage );
1096
+ }
1097
+ }
1098
+ }
1099
+ }
1100
+
1101
+ /**
1102
+ * Set a module into network upgrade mode.
1103
+ *
1104
+ * @author Vova Feldman (@svovaf)
1105
+ * @since 2.0.0
1106
+ *
1107
+ * @param \FS_Storage $storage
1108
+ *
1109
+ * @return bool
1110
+ */
1111
+ private static function set_network_upgrade_mode( FS_Storage $storage ) {
1112
+ return $storage->is_network_activation = true;
1113
+ }
1114
+
1115
+ /**
1116
+ * Will return true after upgrading to the SDK with the network level integration,
1117
+ * when the super-admin involvement is required regarding the rest of the sites.
1118
+ *
1119
+ * @author Vova Feldman (@svovaf)
1120
+ * @since 2.0.0
1121
+ *
1122
+ * @return bool
1123
+ */
1124
+ function is_network_upgrade_mode() {
1125
+ return $this->_storage->get( 'is_network_activation' );
1126
+ }
1127
+
1128
+ /**
1129
+ * Clear flag after the upgrade mode completion.
1130
+ *
1131
+ * @author Vova Feldman (@svovaf)
1132
+ * @since 2.0.0
1133
+ *
1134
+ * @return bool True if network activation was on and now completed.
1135
+ */
1136
+ private function network_upgrade_mode_completed() {
1137
+ if ( fs_is_network_admin() && $this->is_network_upgrade_mode() ) {
1138
+ $this->_storage->remove( 'is_network_activation' );
1139
+
1140
+ return true;
1141
+ }
1142
+
1143
+ return false;
1144
+ }
1145
+
1146
+ #endregion
1147
+
1148
+ /**
1149
+ * This action is connected to the 'plugins_loaded' hook and helps to determine
1150
+ * if this is a new plugin installation or a plugin update.
1151
+ *
1152
+ * There are 3 different use-cases:
1153
+ * 1) New plugin installation right with Freemius:
1154
+ * 1.1 _activate_plugin_event_hook() will be executed first
1155
+ * 1.2 Since $this->_storage->is_plugin_new_install is not set,
1156
+ * and $this->_storage->plugin_last_version is not set,
1157
+ * $this->_storage->is_plugin_new_install will be set to TRUE.
1158
+ * 1.3 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install will
1159
+ * be already set to TRUE.
1160
+ *
1161
+ * 2) Plugin update, didn't have Freemius before, and now have the SDK:
1162
+ * 2.1 _activate_plugin_event_hook() will not be executed, because
1163
+ * the activation hook do NOT fires on updates since WP 3.1.
1164
+ * 2.2 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install will
1165
+ * be empty, therefore, it will be set to FALSE.
1166
+ *
1167
+ * 3) Plugin update, had Freemius in prev version as well:
1168
+ * 3.1 _version_updates_handler() will be executed 1st, since FS was installed
1169
+ * before, $this->_storage->plugin_last_version will NOT be empty,
1170
+ * therefore, $this->_storage->is_plugin_new_install will be set to FALSE.
1171
+ * 3.2 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install is
1172
+ * already set, therefore, it will not be modified.
1173
+ *
1174
+ * Use-case #3 is backward compatible, #3.1 will be executed since 1.0.9.
1175
+ *
1176
+ * NOTE:
1177
+ * The only fallback of this mechanism is if an admin updates a plugin based on use-case #2,
1178
+ * and then, the next immediate PageView is the plugin's main settings page, it will not
1179
+ * show the opt-in right away. The reason it will happen is because Freemius execution
1180
+ * will be turned off till the plugin is fully loaded at least once
1181
+ * (till $this->_storage->was_plugin_loaded is TRUE).
1182
+ *
1183
+ * @author Vova Feldman (@svovaf)
1184
+ * @since 1.1.9
1185
+ *
1186
+ */
1187
+ function _plugins_loaded() {
1188
+ // Update flag that plugin was loaded with Freemius at least once.
1189
+ $this->_storage->was_plugin_loaded = true;
1190
+
1191
+ /**
1192
+ * Bug fix - only set to false when it's a plugin, due to the
1193
+ * execution sequence of the theme hooks and our methods, if
1194
+ * this will be set for themes, Freemius will always assume
1195
+ * it's a theme update.
1196
+ *
1197
+ * @author Vova Feldman (@svovaf)
1198
+ * @since 1.2.2.2
1199
+ */
1200
+ if ( $this->is_plugin() &&
1201
+ ! isset( $this->_storage->is_plugin_new_install )
1202
+ ) {
1203
+ $this->_storage->is_plugin_new_install = false;
1204
+ }
1205
+ }
1206
+
1207
+ /**
1208
+ * Add special parameter to WP admin AJAX calls so when we
1209
+ * process AJAX calls we can identify its source properly.
1210
+ *
1211
+ * @author Leo Fajardo (@leorw)
1212
+ * @since 2.0.0
1213
+ */
1214
+ static function _enrich_ajax_url() {
1215
+ $admin_param = is_network_admin() ?
1216
+ '_fs_network_admin' :
1217
+ '_fs_blog_admin';
1218
+ ?>
1219
+ <script type="text/javascript">
1220
+ (function ($) {
1221
+ $(document).ajaxSend(function (event, jqxhr, settings) {
1222
+ if (settings.url &&
1223
+ -1 < settings.url.indexOf('admin-ajax.php') &&
1224
+ ! ( settings.url.indexOf( '<?php echo $admin_param ?>' ) > 0 )
1225
+ ) {
1226
+ if (settings.url.indexOf('?') > 0) {
1227
+ settings.url += '&';
1228
+ } else {
1229
+ settings.url += '?';
1230
+ }
1231
+
1232
+ settings.url += '<?php echo $admin_param ?>=true';
1233
+
1234
+ }
1235
+ });
1236
+ })(jQuery);
1237
+ </script>
1238
+ <?php
1239
+ }
1240
+
1241
+ /**
1242
+ * Opens the support forum subemenu item in a new browser page.
1243
+ *
1244
+ * @author Vova Feldman (@svovaf)
1245
+ * @since 2.1.4
1246
+ */
1247
+ static function _open_support_forum_in_new_page() {
1248
+ ?>
1249
+ <script type="text/javascript">
1250
+ (function ($) {
1251
+ $('.fs-submenu-item.wp-support-forum').parent().attr('target', '_blank');
1252
+ })(jQuery);
1253
+ </script>
1254
+ <?php
1255
+ }
1256
+
1257
+ /**
1258
+ * @author Vova Feldman (@svovaf)
1259
+ * @since 1.0.9
1260
+ */
1261
+ private function _register_hooks() {
1262
+ $this->_logger->entrance();
1263
+
1264
+ if ( is_admin() ) {
1265
+ add_action( 'plugins_loaded', array( &$this, '_hook_action_links_and_register_account_hooks' ) );
1266
+
1267
+ if ( $this->is_plugin() ) {
1268
+ if ( self::is_plugin_install_page() && true !== fs_request_get_bool( 'fs_allow_updater_and_dialog' ) ) {
1269
+ /**
1270
+ * Unless the `fs_allow_updater_and_dialog` URL param exists and its value is `true`, make
1271
+ * Freemius-related updates unavailable on the "Add Plugins" admin page (/plugin-install.php)
1272
+ * so that they won't interfere with the .org plugins' functionalities on that page (e.g.
1273
+ * updating of a .org plugin).
1274
+ */
1275
+ add_filter( 'site_transient_update_plugins', array( 'Freemius', '_remove_fs_updates_from_plugin_install_page' ), 10, 2 );
1276
+ } else if ( self::is_plugins_page() || self::is_updates_page() ) {
1277
+ /**
1278
+ * On the "Plugins" and "Updates" admin pages, if there are premium or non–org-compliant
1279
+ * plugins, modify their details dialog URLs (add a Freemius-specific param) so that the SDK can
1280
+ * determine if the plugin information dialog should show information from Freemius.
1281
+ *
1282
+ * @author Leo Fajardo (@leorw)
1283
+ * @since 2.2.3
1284
+ */
1285
+ add_action( 'admin_footer', array( 'Freemius', '_prepend_fs_allow_updater_and_dialog_flag_url_param' ) );
1286
+ }
1287
+
1288
+ $plugin_dir = dirname( $this->_plugin_dir_path ) . '/';
1289
+
1290
+ /**
1291
+ * @since 1.2.2
1292
+ *
1293
+ * Hook to both free and premium version activations to support
1294
+ * auto deactivation on the other version activation.
1295
+ */
1296
+ register_activation_hook(
1297
+ $plugin_dir . $this->_free_plugin_basename,
1298
+ array( &$this, '_activate_plugin_event_hook' )
1299
+ );
1300
+
1301
+ register_activation_hook(
1302
+ $plugin_dir . $this->premium_plugin_basename(),
1303
+ array( &$this, '_activate_plugin_event_hook' )
1304
+ );
1305
+ } else {
1306
+ add_action( 'after_switch_theme', array( &$this, '_activate_theme_event_hook' ), 10, 2 );
1307
+
1308
+ /**
1309
+ * Include the required hooks to capture the theme settings' page tabs
1310
+ * and cache them.
1311
+ *
1312
+ * @author Vova Feldman (@svovaf)
1313
+ * @since 1.2.2.7
1314
+ */
1315
+ if ( ! $this->_cache->has_valid( 'tabs' ) ) {
1316
+ add_action( 'admin_footer', array( &$this, '_tabs_capture' ) );
1317
+ // Add license activation AJAX callback.
1318
+ $this->add_ajax_action( 'store_tabs', array( &$this, '_store_tabs_ajax_action' ) );
1319
+
1320
+ add_action( 'admin_enqueue_scripts', array( &$this, '_store_tabs_styles' ), 9999999 );
1321
+ }
1322
+
1323
+ add_action(
1324
+ 'admin_footer',
1325
+ array( &$this, '_add_freemius_tabs' ),
1326
+ /**
1327
+ * The tabs JS code must be executed after the tabs capture logic (_tabs_capture()).
1328
+ * That's why the priority is 11 while the tabs capture logic is added
1329
+ * with priority 10.
1330
+ *
1331
+ * @author Vova Feldman (@svovaf)
1332
+ */
1333
+ 11
1334
+ );
1335
+
1336
+ add_action( 'admin_footer', array( &$this, '_style_premium_theme' ) );
1337
+ }
1338
+
1339
+ /**
1340
+ * Part of the mechanism to identify new plugin install vs. plugin update.
1341
+ *
1342
+ * @author Vova Feldman (@svovaf)
1343
+ * @since 1.1.9
1344
+ */
1345
+ if ( empty( $this->_storage->was_plugin_loaded ) ) {
1346
+ /**
1347
+ * During the plugin activation (not theme), 'plugins_loaded' will be already executed
1348
+ * when the logic gets here since the activation logic first add the activate plugins,
1349
+ * then triggers 'plugins_loaded', and only then include the code of the plugin that
1350
+ * is activated. Which means that _plugins_loaded() will NOT be executed during the
1351
+ * plugin activation, and that IS intentional.
1352
+ *
1353
+ * @author Vova Feldman (@svovaf)
1354
+ */
1355
+ if ( $this->is_plugin() && $this->is_activation_mode( false ) ) {
1356
+ add_action( 'plugins_loaded', array( &$this, '_plugins_loaded' ) );
1357
+ } else {
1358
+ // If was activated before, then it was already loaded before.
1359
+ $this->_plugins_loaded();
1360
+ }
1361
+ }
1362
+
1363
+ if ( ! self::is_ajax() ) {
1364
+ if ( ! $this->is_addon() ) {
1365
+ add_action( 'init', array( &$this, '_add_default_submenu_items' ), WP_FS__LOWEST_PRIORITY );
1366
+ }
1367
+ }
1368
+
1369
+ if ( $this->_storage->handle_gdpr_admin_notice ) {
1370
+ add_action( 'init', array( &$this, '_maybe_show_gdpr_admin_notice' ) );
1371
+ }
1372
+
1373
+ add_action( 'init', array( &$this, '_maybe_add_gdpr_optin_ajax_handler') );
1374
+ }
1375
+
1376
+ if ( $this->is_plugin() ) {
1377
+ if ( $this->_is_network_active ) {
1378
+ add_action( 'wpmu_new_blog', array( $this, '_after_new_blog_callback' ), 10, 6 );
1379
+ }
1380
+
1381
+ register_deactivation_hook( $this->_plugin_main_file_path, array( &$this, '_deactivate_plugin_hook' ) );
1382
+ }
1383
+
1384
+ if ( is_multisite() ) {
1385
+ add_action( 'deactivate_blog', array( &$this, '_after_site_deactivated_callback' ) );
1386
+ add_action( 'archive_blog', array( &$this, '_after_site_deactivated_callback' ) );
1387
+ add_action( 'make_spam_blog', array( &$this, '_after_site_deactivated_callback' ) );
1388
+ add_action( 'deleted_blog', array( &$this, '_after_site_deleted_callback' ), 10, 2 );
1389
+
1390
+ add_action( 'activate_blog', array( &$this, '_after_site_reactivated_callback' ) );
1391
+ add_action( 'unarchive_blog', array( &$this, '_after_site_reactivated_callback' ) );
1392
+ add_action( 'make_ham_blog', array( &$this, '_after_site_reactivated_callback' ) );
1393
+ }
1394
+
1395
+ if ( $this->is_theme() &&
1396
+ self::is_customizer() &&
1397
+ $this->apply_filters( 'show_customizer_upsell', true )
1398
+ ) {
1399
+ // Register customizer upsell.
1400
+ add_action( 'customize_register', array( &$this, '_customizer_register' ) );
1401
+ }
1402
+
1403
+ add_action( 'admin_init', array( &$this, '_redirect_on_clicked_menu_link' ), WP_FS__LOWEST_PRIORITY );
1404
+
1405
+ if ( $this->is_theme() ) {
1406
+ add_action( 'admin_init', array( &$this, '_add_tracking_links' ) );
1407
+ }
1408
+
1409
+ add_action( 'admin_init', array( &$this, '_add_license_activation' ) );
1410
+ add_action( 'admin_init', array( &$this, '_add_premium_version_upgrade_selection' ) );
1411
+
1412
+ $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
1413
+ $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
1414
+
1415
+ if ( $this->_is_network_active && fs_is_network_admin() ) {
1416
+ $this->add_ajax_action( 'network_activate', array( &$this, '_network_activate_ajax_action' ) );
1417
+ }
1418
+
1419
+ $this->add_ajax_action( 'install_premium_version', array(
1420
+ &$this,
1421
+ '_install_premium_version_ajax_action'
1422
+ ) );
1423
+
1424
+ $this->add_ajax_action( 'submit_affiliate_application', array( &$this, '_submit_affiliate_application' ) );
1425
+
1426
+ $this->add_action( 'after_plans_sync', array( &$this, '_check_for_trial_plans' ) );
1427
+
1428
+ $this->add_action( 'sdk_version_update', array( &$this, '_sdk_version_update' ), WP_FS__DEFAULT_PRIORITY, 2 );
1429
+
1430
+ $this->add_action(
1431
+ 'plugin_version_update',
1432
+ array( &$this, '_after_version_update' ),
1433
+ WP_FS__DEFAULT_PRIORITY,
1434
+ 2
1435
+ );
1436
+ $this->add_filter( 'after_code_type_change', array( &$this, '_after_code_type_change' ) );
1437
+
1438
+ add_action( 'admin_init', array( &$this, '_add_trial_notice' ) );
1439
+ add_action( 'admin_init', array( &$this, '_add_affiliate_program_notice' ) );
1440
+ add_action( 'admin_enqueue_scripts', array( &$this, '_enqueue_common_css' ) );
1441
+
1442
+ /**
1443
+ * Handle request to reset anonymous mode for `get_reconnect_url()`.
1444
+ *
1445
+ * @author Vova Feldman (@svovaf)
1446
+ * @since 1.2.1.5
1447
+ */
1448
+ if ( fs_request_is_action( 'reset_anonymous_mode' ) &&
1449
+ $this->get_unique_affix() === fs_request_get( 'fs_unique_affix' )
1450
+ ) {
1451
+ add_action( 'admin_init', array( &$this, 'connect_again' ) );
1452
+ }
1453
+ }
1454
+
1455
+ /**
1456
+ * Makes Freemius-related updates unavailable on the "Add Plugins" admin page (/plugin-install.php) so that
1457
+ * they won't interfere with the .org plugins' functionalities on that page (e.g. updating of a .org plugin).
1458
+ *
1459
+ * @author Leo Fajardo (@leorw)
1460
+ * @since 2.2.3
1461
+ *
1462
+ * @param object $updates
1463
+ * @param string|null $transient
1464
+ *
1465
+ * @return object
1466
+ */
1467
+ static function _remove_fs_updates_from_plugin_install_page( $updates, $transient = null ) {
1468
+ if ( is_object( $updates ) && isset( $updates->response ) ) {
1469
+ foreach ( $updates->response as $file => $plugin ) {
1470
+ if ( false !== strpos( $plugin->package, 'api.freemius' ) ) {
1471
+ unset( $updates->response[ $file ] );
1472
+ }
1473
+ }
1474
+ }
1475
+
1476
+ return $updates;
1477
+ }
1478
+
1479
+ /**
1480
+ * Prepends the `fs_allow_updater_and_dialog` param to the plugin information URLs to tell the SDK to handle
1481
+ * the information that is shown on the plugin details dialog that is shown when the relevant link is clicked.
1482
+ *
1483
+ * @author Leo Fajardo (@leorw)
1484
+ * @since 2.2.3
1485
+ *
1486
+ * @return string
1487
+ */
1488
+ static function _prepend_fs_allow_updater_and_dialog_flag_url_param() {
1489
+ $slug_basename_map = array();
1490
+ foreach ( self::$_instances as $instance ) {
1491
+ if ( ! $instance->is_plugin() ) {
1492
+ continue;
1493
+ }
1494
+
1495
+ $slug_basename_map[ $instance->get_slug() ] = $instance->premium_plugin_basename();
1496
+ }
1497
+ ?>
1498
+ <script type="text/javascript">
1499
+ (function( $ ) {
1500
+ var slugBasenameMap = <?php echo json_encode( $slug_basename_map ) ?>;
1501
+ for ( var slug in slugBasenameMap ) {
1502
+ var basename = slugBasenameMap[ slug ];
1503
+
1504
+ // Try to get the plugin rows if on the "Plugins" page.
1505
+ var $pluginRows = $( '.wp-list-table.plugins tr[data-plugin="' + basename + '"]');
1506
+
1507
+ if ( 0 === $pluginRows.length ) {
1508
+ // Try to get the plugin rows if on the "Updates" page.
1509
+ var $pluginCheckbox = $( '#update-plugins-table input[type="checkbox"][value="' + basename + '"]' );
1510
+ if ( 0 !== $pluginCheckbox.length ) {
1511
+ $pluginRows = $pluginCheckbox.parents( 'tr:first' );
1512
+ }
1513
+ }
1514
+
1515
+ if ( 0 === $pluginRows.length ) {
1516
+ // No plugin rows found.
1517
+ continue;
1518
+ }
1519
+
1520
+ // Find the "View details" links and add the `fs_allow_updater_and_dialog` param to the URL.
1521
+ $pluginRows.find( 'a[href*="plugin-install.php?tab=plugin-information"]' ).each(function() {
1522
+ var $this = $( this ),
1523
+ href = $this.attr( 'href' ).replace( '?tab=', '?fs_allow_updater_and_dialog=true&tab=');
1524
+
1525
+ $this.attr( 'href', href );
1526
+ });
1527
+ }
1528
+ })( jQuery );
1529
+ </script>
1530
+ <?php
1531
+ }
1532
+
1533
+ /**
1534
+ * Keeping the uninstall hook registered for free or premium plugin version may result to a fatal error that
1535
+ * could happen when a user tries to uninstall either version while one of them is still active. Uninstalling a
1536
+ * plugin will trigger inclusion of the free or premium version and if one of them is active during the
1537
+ * uninstallation, a fatal error may occur in case the plugin's class or functions are already defined.
1538
+ *
1539
+ * @author Leo Fajardo (@leorw)
1540
+ *
1541
+ * @since 1.2.0
1542
+ */
1543
+ private function unregister_uninstall_hook() {
1544
+ $uninstallable_plugins = (array) get_option( 'uninstall_plugins' );
1545
+ unset( $uninstallable_plugins[ $this->_free_plugin_basename ] );
1546
+ unset( $uninstallable_plugins[ $this->premium_plugin_basename() ] );
1547
+
1548
+ update_option( 'uninstall_plugins', $uninstallable_plugins );
1549
+ }
1550
+
1551
+ /**
1552
+ * @since 1.2.0 Invalidate module's main file cache, otherwise, FS_Plugin_Updater will not fetch updates.
1553
+ *
1554
+ * @param bool $store_prev_path
1555
+ */
1556
+ private function clear_module_main_file_cache( $store_prev_path = true ) {
1557
+ if ( ! isset( $this->_storage->plugin_main_file ) ||
1558
+ empty( $this->_storage->plugin_main_file->path )
1559
+ ) {
1560
+ return;
1561
+ }
1562
+
1563
+ if ( ! $store_prev_path ) {
1564
+ /**
1565
+ * Storing the previous path is not needed when clearing the cache after an SDK version update since
1566
+ * the main purpose of the cache clearing in that event is to correct a wrong plugin main file path
1567
+ * which causes data mix-up between plugins (e.g. titles and versions of an add-on and its parent plugin).
1568
+ *
1569
+ * @author Leo Fajardo (@leorw)
1570
+ * @since 2.2.1
1571
+ */
1572
+ unset( $this->_storage->plugin_main_file->path );
1573
+ } else {
1574
+ $plugin_main_file = clone $this->_storage->plugin_main_file;
1575
+
1576
+ // Store cached path (2nd layer cache).
1577
+ $plugin_main_file->prev_path = $plugin_main_file->path;
1578
+
1579
+ // Clear cached path.
1580
+ unset( $plugin_main_file->path );
1581
+
1582
+ $this->_storage->plugin_main_file = $plugin_main_file;
1583
+ }
1584
+
1585
+ /**
1586
+ * Clear global cached path.
1587
+ *
1588
+ * @author Leo Fajardo (@leorw)
1589
+ * @since 1.2.2
1590
+ */
1591
+ $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map' );
1592
+ unset( $id_slug_type_path_map[ $this->_module_id ]['path'] );
1593
+ self::$_accounts->set_option( 'id_slug_type_path_map', $id_slug_type_path_map, true );
1594
+ }
1595
+
1596
+ /**
1597
+ * @author Leo Fajardo (@leorw)
1598
+ * @since 2.0.0
1599
+ */
1600
+ function _hook_action_links_and_register_account_hooks() {
1601
+ add_action( 'admin_init', array( &$this, '_add_tracking_links' ) );
1602
+
1603
+ if ( self::is_plugins_page() && $this->is_plugin() ) {
1604
+ $this->hook_plugin_action_links();
1605
+ }
1606
+
1607
+ $this->_register_account_hooks();
1608
+ }
1609
+
1610
+ /**
1611
+ * @author Vova Feldman (@svovaf)
1612
+ * @since 1.0.9
1613
+ */
1614
+ private function _register_account_hooks() {
1615
+ if ( ! is_admin() ) {
1616
+ return;
1617
+ }
1618
+
1619
+ /**
1620
+ * Always show the deactivation feedback form since we added
1621
+ * automatic free version deactivation upon premium code activation.
1622
+ *
1623
+ * @since 1.2.1.6
1624
+ */
1625
+ $this->add_ajax_action(
1626
+ 'submit_uninstall_reason',
1627
+ array( &$this, '_submit_uninstall_reason_action' )
1628
+ );
1629
+
1630
+ $this->add_ajax_action(
1631
+ 'cancel_subscription_or_trial',
1632
+ array( &$this, 'cancel_subscription_or_trial_ajax_action' )
1633
+ );
1634
+
1635
+ if ( ! $this->is_addon() || $this->is_parent_plugin_installed() ) {
1636
+ if ( ( $this->is_plugin() && self::is_plugins_page() ) ||
1637
+ ( $this->is_theme() && self::is_themes_page() )
1638
+ ) {
1639
+ add_action( 'admin_footer', array( &$this, '_add_deactivation_feedback_dialog_box' ) );
1640
+ }
1641
+ }
1642
+ }
1643
+
1644
+ /**
1645
+ * Leverage backtrace to find caller plugin file path.
1646
+ *
1647
+ * @author Vova Feldman (@svovaf)
1648
+ * @since 1.0.6
1649
+ *
1650
+ * @param bool $is_init Is initiation sequence.
1651
+ *
1652
+ * @return string
1653
+ */
1654
+ private function _find_caller_plugin_file( $is_init = false ) {
1655
+ // Try to load the cached value of the file path.
1656
+ if ( isset( $this->_storage->plugin_main_file ) ) {
1657
+ $plugin_main_file = $this->_storage->plugin_main_file;
1658
+ if ( isset( $plugin_main_file->path ) ) {
1659
+ $absolute_path = $this->get_absolute_path( $plugin_main_file->path );
1660
+ if ( file_exists( $absolute_path ) ) {
1661
+ return $absolute_path;
1662
+ }
1663
+ }
1664
+ }
1665
+
1666
+ /**
1667
+ * @since 1.2.1
1668
+ *
1669
+ * `clear_module_main_file_cache()` is clearing the plugin's cached path on
1670
+ * deactivation. Therefore, if any plugin/theme was initiating `Freemius`
1671
+ * with that plugin's slug, it was overriding the empty plugin path with a wrong path.
1672
+ *
1673
+ * So, we've added a special mechanism with a 2nd layer of cache that uses `prev_path`
1674
+ * when the class instantiator isn't the module.
1675
+ */
1676
+ if ( ! $is_init ) {
1677
+ // Fetch prev path cache.
1678
+ if ( isset( $this->_storage->plugin_main_file ) &&
1679
+ isset( $this->_storage->plugin_main_file->prev_path )
1680
+ ) {
1681
+ $absolute_path = $this->get_absolute_path( $this->_storage->plugin_main_file->prev_path );
1682
+ if ( file_exists( $absolute_path ) ) {
1683
+ return $absolute_path;
1684
+ }
1685
+ }
1686
+
1687
+ wp_die(
1688
+ $this->get_text_inline( 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.', 'failed-finding-main-path' ) .
1689
+ " Module: {$this->_slug}; SDK: " . WP_FS__SDK_VERSION . ";",
1690
+ $this->get_text_inline( 'Error', 'error' ),
1691
+ array( 'back_link' => true )
1692
+ );
1693
+ }
1694
+
1695
+ /**
1696
+ * @since 1.2.1
1697
+ *
1698
+ * Only the original instantiator that calls dynamic_init can modify the module's path.
1699
+ */
1700
+ // Find caller module.
1701
+ $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );
1702
+ $this->_storage->plugin_main_file = (object) array(
1703
+ 'path' => $id_slug_type_path_map[ $this->_module_id ]['path'],
1704
+ );
1705
+
1706
+ return $this->get_absolute_path( $id_slug_type_path_map[ $this->_module_id ]['path'] );
1707
+ }
1708
+
1709
+ /**
1710
+ * @author Leo Fajardo (@leorw)
1711
+ * @since 1.2.3
1712
+ *
1713
+ * @param string $path
1714
+ *
1715
+ * @return string
1716
+ */
1717
+ private function get_relative_path( $path ) {
1718
+ $module_root_dir = $this->get_module_root_dir_path();
1719
+ if ( 0 === strpos( $path, $module_root_dir ) ) {
1720
+ $path = substr( $path, strlen( $module_root_dir ) );
1721
+ }
1722
+
1723
+ return $path;
1724
+ }
1725
+
1726
+ /**
1727
+ * @author Leo Fajardo (@leorw)
1728
+ * @since 1.2.3
1729
+ *
1730
+ * @param string $path
1731
+ * @param string|bool $module_type
1732
+ *
1733
+ * @return string
1734
+ */
1735
+ private function get_absolute_path( $path, $module_type = false ) {
1736
+ $module_root_dir = $this->get_module_root_dir_path( $module_type );
1737
+ if ( 0 !== strpos( $path, $module_root_dir ) ) {
1738
+ $path = fs_normalize_path( $module_root_dir . $path );
1739
+ }
1740
+
1741
+ return $path;
1742
+ }
1743
+
1744
+ /**
1745
+ * @author Leo Fajardo (@leorw)
1746
+ * @since 1.2.3
1747
+ *
1748
+ * @param string|bool $module_type
1749
+ *
1750
+ * @return string
1751
+ */
1752
+ private function get_module_root_dir_path( $module_type = false ) {
1753
+ $is_plugin = empty( $module_type ) ?
1754
+ $this->is_plugin() :
1755
+ ( WP_FS__MODULE_TYPE_PLUGIN === $module_type );
1756
+
1757
+ return fs_normalize_path( trailingslashit( $is_plugin ?
1758
+ WP_PLUGIN_DIR :
1759
+ get_theme_root( get_stylesheet() ) ) );
1760
+ }
1761
+
1762
+ /**
1763
+ * @author Leo Fajardo (@leorw)
1764
+ *
1765
+ * @param number $module_id
1766
+ * @param string $slug
1767
+ *
1768
+ * @since 1.2.2
1769
+ */
1770
+ private function store_id_slug_type_path_map( $module_id, $slug ) {
1771
+ $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );
1772
+
1773
+ $store_option = false;
1774
+
1775
+ if ( ! isset( $id_slug_type_path_map[ $module_id ] ) ) {
1776
+ $id_slug_type_path_map[ $module_id ] = array(
1777
+ 'slug' => $slug
1778
+ );
1779
+
1780
+ $store_option = true;
1781
+ }
1782
+
1783
+ if ( ! isset( $id_slug_type_path_map[ $module_id ]['path'] ) ||
1784
+ /**
1785
+ * This verification is for cases when suddenly the same module
1786
+ * is installed but with a different folder name.
1787
+ *
1788
+ * @author Vova Feldman (@svovaf)
1789
+ * @since 1.2.3
1790
+ */
1791
+ ! file_exists( $this->get_absolute_path(
1792
+ $id_slug_type_path_map[ $module_id ]['path'],
1793
+ $id_slug_type_path_map[ $module_id ]['type']
1794
+ ) )
1795
+ ) {
1796
+ $caller_main_file_and_type = $this->get_caller_main_file_and_type();
1797
+
1798
+ $id_slug_type_path_map[ $module_id ]['type'] = $caller_main_file_and_type->module_type;
1799
+ $id_slug_type_path_map[ $module_id ]['path'] = $caller_main_file_and_type->path;
1800
+
1801
+ $store_option = true;
1802
+ }
1803
+
1804
+ if ( $store_option ) {
1805
+ self::$_accounts->set_option( 'id_slug_type_path_map', $id_slug_type_path_map, true );
1806
+ }
1807
+ }
1808
+
1809
+ /**
1810
+ * Identifies the caller type: plugin or theme.
1811
+ *
1812
+ * @author Leo Fajardo (@leorw)
1813
+ * @since 1.2.2
1814
+ *
1815
+ * @author Vova Feldman (@svovaf)
1816
+ * @since 1.2.2.3 Find the earliest module in the call stack that calls to the SDK. This fix is for cases when
1817
+ * add-ons are relying on loading the SDK from the parent module, and also allows themes including the
1818
+ * SDK an internal file instead of directly from functions.php.
1819
+ * @since 1.2.1.7 Knows how to handle cases when an add-on includes the parent module logic.
1820
+ */
1821
+ private function get_caller_main_file_and_type() {
1822
+ self::require_plugin_essentials();
1823
+
1824
+ $all_plugins = fs_get_plugins( true );
1825
+ $all_plugins_paths = array();
1826
+
1827
+ // Get active plugin's main files real full names (might be symlinks).
1828
+ foreach ( $all_plugins as $relative_path => $data ) {
1829
+ if ( false === strpos( fs_normalize_path( $relative_path ), '/' ) ) {
1830
+ /**
1831
+ * Ignore plugins that don't have a folder (e.g. Hello Dolly) since they
1832
+ * can't really include the SDK.
1833
+ *
1834
+ * @author Vova Feldman
1835
+ * @since 1.2.1.7
1836
+ */
1837
+ continue;
1838
+ }
1839
+
1840
+ $all_plugins_paths[] = fs_normalize_path( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) );
1841
+ }
1842
+
1843
+ $caller_file_candidate = false;
1844
+ $caller_map = array();
1845
+ $module_type = WP_FS__MODULE_TYPE_PLUGIN;
1846
+ $themes_dir = fs_normalize_path( get_theme_root( get_stylesheet() ) );
1847
+
1848
+ for ( $i = 1, $bt = debug_backtrace(), $len = count( $bt ); $i < $len; $i ++ ) {
1849
+ if ( empty( $bt[ $i ]['file'] ) ) {
1850
+ continue;
1851
+ }
1852
+
1853
+ if ( $i > 1 && ! empty( $bt[ $i - 1 ]['file'] ) && $bt[ $i ]['file'] === $bt[ $i - 1 ]['file'] ) {
1854
+ // If file same as the prev file in the stack, skip it.
1855
+ continue;
1856
+ }
1857
+
1858
+ if ( ! empty( $bt[ $i ]['function'] ) && in_array( $bt[ $i ]['function'], array(
1859
+ 'do_action',
1860
+ 'apply_filter',
1861
+ // The string split is stupid, but otherwise, theme check
1862
+ // throws info notices.
1863
+ 'requir' . 'e_once',
1864
+ 'requir' . 'e',
1865
+ 'includ' . 'e_once',
1866
+ 'includ' . 'e',
1867
+ 'install_and_activate_plugin',
1868
+ 'try_activate_plugin',
1869
+ 'activate_plugin'
1870
+ ) )
1871
+ ) {
1872
+ // Ignore call stack hooks and files inclusion.
1873
+ continue;
1874
+ }
1875
+
1876
+ $caller_file_path = fs_normalize_path( $bt[ $i ]['file'] );
1877
+
1878
+ if ( 'functions.php' === basename( $caller_file_path ) ) {
1879
+ /**
1880
+ * 1. Assumes that theme's starting execution file is functions.php.
1881
+ * 2. This complex logic fixes symlink issues (e.g. with Vargant).
1882
+ *
1883
+ * @author Vova Feldman (@svovaf)
1884
+ * @since 1.2.2.5
1885
+ */
1886
+
1887
+ if ( $caller_file_path == fs_normalize_path( realpath( trailingslashit( $themes_dir ) . basename( dirname( $caller_file_path ) ) . '/' . basename( $caller_file_path ) ) ) ) {
1888
+ $module_type = WP_FS__MODULE_TYPE_THEME;
1889
+
1890
+ /**
1891
+ * Relative path of the theme, e.g.:
1892
+ * `my-theme/functions.php`
1893
+ *
1894
+ * @author Leo Fajardo (@leorw)
1895
+ */
1896
+ $caller_file_candidate = basename( dirname( $caller_file_path ) ) .
1897
+ '/' .
1898
+ basename( $caller_file_path );
1899
+
1900
+ continue;
1901
+ }
1902
+ }
1903
+
1904
+ $caller_file_hash = md5( $caller_file_path );
1905
+
1906
+ if ( ! isset( $caller_map[ $caller_file_hash ] ) ) {
1907
+ foreach ( $all_plugins_paths as $plugin_path ) {
1908
+ if ( false !== strpos( $caller_file_path, fs_normalize_path( dirname( $plugin_path ) . '/' ) ) ) {
1909
+ $caller_map[ $caller_file_hash ] = fs_normalize_path( $plugin_path );
1910
+ break;
1911
+ }
1912
+ }
1913
+ }
1914
+
1915
+ if ( isset( $caller_map[ $caller_file_hash ] ) ) {
1916
+ $module_type = WP_FS__MODULE_TYPE_PLUGIN;
1917
+ $caller_file_candidate = plugin_basename( $caller_map[ $caller_file_hash ] );
1918
+ }
1919
+ }
1920
+
1921
+ return (object) array(
1922
+ 'module_type' => $module_type,
1923
+ 'path' => $caller_file_candidate
1924
+ );
1925
+ }
1926
+
1927
+ #----------------------------------------------------------------------------------
1928
+ #region Deactivation Feedback Form
1929
+ #----------------------------------------------------------------------------------
1930
+
1931
+ /**
1932
+ * Displays a confirmation and feedback dialog box when the user clicks on the "Deactivate" link on the plugins
1933
+ * page.
1934
+ *
1935
+ * @author Vova Feldman (@svovaf)
1936
+ * @author Leo Fajardo (@leorw)
1937
+ * @since 1.1.2
1938
+ */
1939
+ function _add_deactivation_feedback_dialog_box() {
1940
+ /* Check the type of user:
1941
+ * 1. Long-term (long-term)
1942
+ * 2. Non-registered and non-anonymous short-term (non-registered-and-non-anonymous-short-term).
1943
+ * 3. Short-term (short-term)
1944
+ */
1945
+ $is_long_term_user = true;
1946
+
1947
+ // Check if the site is at least 2 days old.
1948
+ $time_installed = $this->_storage->install_timestamp;
1949
+
1950
+ // Difference in seconds.
1951
+ $date_diff = time() - $time_installed;
1952
+
1953
+ // Convert seconds to days.
1954
+ $date_diff_days = floor( $date_diff / ( 60 * 60 * 24 ) );
1955
+
1956
+ if ( $date_diff_days < 2 ) {
1957
+ $is_long_term_user = false;
1958
+ }
1959
+
1960
+ $is_long_term_user = $this->apply_filters( 'is_long_term_user', $is_long_term_user );
1961
+
1962
+ if ( $is_long_term_user ) {
1963
+ $user_type = 'long-term';
1964
+ } else {
1965
+ if ( ! $this->is_registered() && ! $this->is_anonymous() ) {
1966
+ $user_type = 'non-registered-and-non-anonymous-short-term';
1967
+ } else {
1968
+ $user_type = 'short-term';
1969
+ }
1970
+ }
1971
+
1972
+ $uninstall_reasons = $this->_get_uninstall_reasons( $user_type );
1973
+
1974
+ // Load the HTML template for the deactivation feedback dialog box.
1975
+ $vars = array(
1976
+ 'reasons' => $uninstall_reasons,
1977
+ 'id' => $this->_module_id
1978
+ );
1979
+
1980
+ /**
1981
+ * @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.
1982
+ */
1983
+ fs_require_template( 'forms/deactivation/form.php', $vars );
1984
+ }
1985
+
1986
+ /**
1987
+ * @author Leo Fajardo (@leorw)
1988
+ * @since 1.1.2
1989
+ *
1990
+ * @param string $user_type
1991
+ *
1992
+ * @return array The uninstall reasons for the specified user type.
1993
+ */
1994
+ function _get_uninstall_reasons( $user_type = 'long-term' ) {
1995
+ $module_type = $this->_module_type;
1996
+
1997
+ $internal_message_template_var = array(
1998
+ 'id' => $this->_module_id
1999
+ );
2000
+
2001
+ $plan = $this->get_plan();
2002
+
2003
+ if ( $this->is_registered() && is_object( $plan ) && $plan->has_technical_support() ) {
2004
+ $contact_support_template = fs_get_template( 'forms/deactivation/contact.php', $internal_message_template_var );
2005
+ } else {
2006
+ $contact_support_template = '';
2007
+ }
2008
+
2009
+ $reason_found_better_plugin = array(
2010
+ 'id' => self::REASON_FOUND_A_BETTER_PLUGIN,
2011
+ 'text' => sprintf( $this->get_text_inline( 'I found a better %s', 'reason-found-a-better-plugin' ), $module_type ),
2012
+ 'input_type' => 'textfield',
2013
+ 'input_placeholder' => sprintf( $this->get_text_inline( "What's the %s's name?", 'placeholder-plugin-name' ), $module_type ),
2014
+ );
2015
+
2016
+ $reason_temporary_deactivation = array(
2017
+ 'id' => self::REASON_TEMPORARY_DEACTIVATION,
2018
+ 'text' => sprintf(
2019
+ $this->get_text_inline( "It's a temporary %s. I'm just debugging an issue.", 'reason-temporary-x' ),
2020
+ strtolower( $this->is_plugin() ?
2021
+ $this->get_text_inline( 'Deactivation', 'deactivation' ) :
2022
+ $this->get_text_inline( 'Theme Switch', 'theme-switch' )
2023
+ )
2024
+ ),
2025
+ 'input_type' => '',
2026
+ 'input_placeholder' => ''
2027
+ );
2028
+
2029
+ $reason_other = array(
2030
+ 'id' => self::REASON_OTHER,
2031
+ 'text' => $this->get_text_inline( 'Other', 'reason-other' ),
2032
+ 'input_type' => 'textfield',
2033
+ 'input_placeholder' => ''
2034
+ );
2035
+
2036
+ $long_term_user_reasons = array(
2037
+ array(
2038
+ 'id' => self::REASON_NO_LONGER_NEEDED,
2039
+ 'text' => sprintf( $this->get_text_inline( 'I no longer need the %s', 'reason-no-longer-needed' ), $module_type ),
2040
+ 'input_type' => '',
2041
+ 'input_placeholder' => ''
2042
+ ),
2043
+ $reason_found_better_plugin,
2044
+ array(
2045
+ 'id' => self::REASON_NEEDED_FOR_A_SHORT_PERIOD,
2046
+ 'text' => sprintf( $this->get_text_inline( 'I only needed the %s for a short period', 'reason-needed-for-a-short-period' ), $module_type ),
2047
+ 'input_type' => '',
2048
+ 'input_placeholder' => ''
2049
+ ),
2050
+ array(
2051
+ 'id' => self::REASON_BROKE_MY_SITE,
2052
+ 'text' => sprintf( $this->get_text_inline( 'The %s broke my site', 'reason-broke-my-site' ), $module_type ),
2053
+ 'input_type' => '',
2054
+ 'input_placeholder' => '',
2055
+ 'internal_message' => $contact_support_template
2056
+ ),
2057
+ array(
2058
+ 'id' => self::REASON_SUDDENLY_STOPPED_WORKING,
2059
+ 'text' => sprintf( $this->get_text_inline( 'The %s suddenly stopped working', 'reason-suddenly-stopped-working' ), $module_type ),
2060
+ 'input_type' => '',
2061
+ 'input_placeholder' => '',
2062
+ 'internal_message' => $contact_support_template
2063
+ )
2064
+ );
2065
+
2066
+ if ( $this->is_paying() ) {
2067
+ $long_term_user_reasons[] = array(
2068
+ 'id' => self::REASON_CANT_PAY_ANYMORE,
2069
+ 'text' => $this->get_text_inline( "I can't pay for it anymore", 'reason-cant-pay-anymore' ),
2070
+ 'input_type' => 'textfield',
2071
+ 'input_placeholder' => $this->get_text_inline( 'What price would you feel comfortable paying?', 'placeholder-comfortable-price' )
2072
+ );
2073
+ }
2074
+
2075
+ $reason_dont_share_info = array(
2076
+ 'id' => self::REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION,
2077
+ 'text' => $this->get_text_inline( "I don't like to share my information with you", 'reason-dont-like-to-share-my-information' ),
2078
+ 'input_type' => '',
2079
+ 'input_placeholder' => ''
2080
+ );
2081
+
2082
+ /**
2083
+ * If the current user has selected the "don't share data" reason in the deactivation feedback modal, inform the
2084
+ * user by showing additional message that he doesn't have to share data and can just choose to skip the opt-in
2085
+ * (the Skip button is included in the message to show). This message will only be shown if anonymous mode is
2086
+ * enabled and the user's account is currently not in pending activation state (similar to the way the Skip
2087
+ * button in the opt-in form is shown/hidden).
2088
+ */
2089
+ if ( $this->is_enable_anonymous() && ! $this->is_pending_activation() ) {
2090
+ $reason_dont_share_info['internal_message'] = fs_get_template( 'forms/deactivation/retry-skip.php', $internal_message_template_var );
2091
+ }
2092
+
2093
+ $uninstall_reasons = array(
2094
+ 'long-term' => $long_term_user_reasons,
2095
+ 'non-registered-and-non-anonymous-short-term' => array(
2096
+ array(
2097
+ 'id' => self::REASON_DIDNT_WORK,
2098
+ 'text' => sprintf( $this->get_text_inline( "The %s didn't work", 'reason-didnt-work' ), $module_type ),
2099
+ 'input_type' => '',
2100
+ 'input_placeholder' => ''
2101
+ ),
2102
+ $reason_dont_share_info,
2103
+ $reason_found_better_plugin
2104
+ ),
2105
+ 'short-term' => array(
2106
+ array(
2107
+ 'id' => self::REASON_COULDNT_MAKE_IT_WORK,
2108
+ 'text' => $this->get_text_inline( "I couldn't understand how to make it work", 'reason-couldnt-make-it-work' ),
2109
+ 'input_type' => '',
2110
+ 'input_placeholder' => '',
2111
+ 'internal_message' => $contact_support_template
2112
+ ),
2113
+ $reason_found_better_plugin,
2114
+ array(
2115
+ 'id' => self::REASON_GREAT_BUT_NEED_SPECIFIC_FEATURE,
2116
+ 'text' => sprintf( $this->get_text_inline( "The %s is great, but I need specific feature that you don't support", 'reason-great-but-need-specific-feature' ), $module_type ),
2117
+ 'input_type' => 'textarea',
2118
+ 'input_placeholder' => $this->get_text_inline( 'What feature?', 'placeholder-feature' )
2119
+ ),
2120
+ array(
2121
+ 'id' => self::REASON_NOT_WORKING,
2122
+ 'text' => sprintf( $this->get_text_inline( 'The %s is not working', 'reason-not-working' ), $module_type ),
2123
+ 'input_type' => 'textarea',
2124
+ 'input_placeholder' => $this->get_text_inline( "Kindly share what didn't work so we can fix it for future users...", 'placeholder-share-what-didnt-work' )
2125
+ ),
2126
+ array(
2127
+ 'id' => self::REASON_NOT_WHAT_I_WAS_LOOKING_FOR,
2128
+ 'text' => $this->get_text_inline( "It's not what I was looking for", 'reason-not-what-i-was-looking-for' ),
2129
+ 'input_type' => 'textarea',
2130
+ 'input_placeholder' => $this->get_text_inline( "What you've been looking for?", 'placeholder-what-youve-been-looking-for' )
2131
+ ),
2132
+ array(
2133
+ 'id' => self::REASON_DIDNT_WORK_AS_EXPECTED,
2134
+ 'text' => sprintf( $this->get_text_inline( "The %s didn't work as expected", 'reason-didnt-work-as-expected' ), $module_type ),
2135
+ 'input_type' => 'textarea',
2136
+ 'input_placeholder' => $this->get_text_inline( 'What did you expect?', 'placeholder-what-did-you-expect' )
2137
+ )
2138
+ )
2139
+ );
2140
+
2141
+ // Randomize the reasons for the current user type.
2142
+ shuffle( $uninstall_reasons[ $user_type ] );
2143
+
2144
+ // Keep the following reasons as the last items in the list.
2145
+ $uninstall_reasons[ $user_type ][] = $reason_temporary_deactivation;
2146
+ $uninstall_reasons[ $user_type ][] = $reason_other;
2147
+
2148
+ $uninstall_reasons = $this->apply_filters( 'uninstall_reasons', $uninstall_reasons );
2149
+
2150
+ return $uninstall_reasons[ $user_type ];
2151
+ }
2152
+
2153
+ /**
2154
+ * Called after the user has submitted his reason for deactivating the plugin.
2155
+ *
2156
+ * @author Leo Fajardo (@leorw)
2157
+ * @since 1.1.2
2158
+ */
2159
+ function _submit_uninstall_reason_action() {
2160
+ $this->_logger->entrance();
2161
+
2162
+ $this->check_ajax_referer( 'submit_uninstall_reason' );
2163
+
2164
+ $reason_id = fs_request_get( 'reason_id' );
2165
+
2166
+ // Check if the given reason ID is an unsigned integer.
2167
+ if ( ! ctype_digit( $reason_id ) ) {
2168
+ exit;
2169
+ }
2170
+
2171
+ $reason_info = trim( fs_request_get( 'reason_info', '' ) );
2172
+ if ( ! empty( $reason_info ) ) {
2173
+ $reason_info = substr( $reason_info, 0, 128 );
2174
+ }
2175
+
2176
+ $reason = (object) array(
2177
+ 'id' => $reason_id,
2178
+ 'info' => $reason_info,
2179
+ 'is_anonymous' => fs_request_get_bool( 'is_anonymous' )
2180
+ );
2181
+
2182
+ $this->_storage->store( 'uninstall_reason', $reason );
2183
+
2184
+ /**
2185
+ * If the module type is "theme", trigger the uninstall event here (on theme deactivation) since themes do
2186
+ * not support uninstall hook.
2187
+ *
2188
+ * @author Leo Fajardo (@leorw)
2189
+ * @since 1.2.2
2190
+ */
2191
+ if ( $this->is_theme() ) {
2192
+ if ( $this->is_premium() && ! $this->has_active_valid_license() ) {
2193
+ FS_Plugin_Updater::instance( $this )->delete_update_data();
2194
+ }
2195
+
2196
+ $this->_uninstall_plugin_event( false );
2197
+ $this->remove_sdk_reference();
2198
+ }
2199
+
2200
+ // Print '1' for successful operation.
2201
+ echo 1;
2202
+ exit;
2203
+ }
2204
+
2205
+ /**
2206
+ * @author Leo Fajardo (@leorw)
2207
+ * @since 2.1.4
2208
+ */
2209
+ function cancel_subscription_or_trial_ajax_action() {
2210
+ $this->_logger->entrance();
2211
+
2212
+ $this->check_ajax_referer( 'cancel_subscription_or_trial' );
2213
+
2214
+ $result = $this->cancel_subscription_or_trial( fs_request_get( 'plugin_id', $this->get_id() ), false );
2215
+
2216
+ if ( $this->is_api_error( $result ) ) {
2217
+ $this->shoot_ajax_failure( $result->error->message );
2218
+ }
2219
+
2220
+ $this->shoot_ajax_success();
2221
+ }
2222
+
2223
+ /**
2224
+ * @author Leo Fajardo (@leorw)
2225
+ * @since 2.1.4
2226
+ *
2227
+ * @param number $plugin_id
2228
+ *
2229
+ * @return object
2230
+ */
2231
+ private function cancel_subscription_or_trial( $plugin_id ) {
2232
+ $fs = null;
2233
+ if ( $plugin_id == $this->get_id() ) {
2234
+ $fs = $this;
2235
+ } else if ( $this->is_addon_activated( $plugin_id ) ) {
2236
+ $fs = self::get_instance_by_id( $plugin_id );
2237
+ }
2238
+
2239
+ $result = null;
2240
+
2241
+ if ( ! is_null( $fs ) ) {
2242
+ $result = $fs->is_paid_trial() ?
2243
+ $fs->_cancel_trial() :
2244
+ $fs->_downgrade_site();
2245
+ }
2246
+
2247
+ return $result;
2248
+ }
2249
+
2250
+ /**
2251
+ * @author Leo Fajardo (@leorw)
2252
+ * @since 2.0.2
2253
+ */
2254
+ function _delete_theme_update_data_action() {
2255
+ FS_Plugin_Updater::instance( $this )->delete_update_data();
2256
+ }
2257
+
2258
+ #endregion
2259
+
2260
+ #----------------------------------------------------------------------------------
2261
+ #region Instance
2262
+ #----------------------------------------------------------------------------------
2263
+
2264
+ /**
2265
+ * Main singleton instance.
2266
+ *
2267
+ * @author Vova Feldman (@svovaf)
2268
+ * @since 1.0.0
2269
+ *
2270
+ * @param number $module_id
2271
+ * @param string|bool $slug
2272
+ * @param bool $is_init Is initiation sequence.
2273
+ *
2274
+ * @return Freemius|false
2275
+ */
2276
+ static function instance( $module_id, $slug = false, $is_init = false ) {
2277
+ if ( empty( $module_id ) ) {
2278
+ return false;
2279
+ }
2280
+
2281
+ /**
2282
+ * Load the essential static data prior to initiating FS_Plugin_Manager since there's an essential MS network migration logic that needs to be executed prior to the initiation.
2283
+ */
2284
+ self::_load_required_static();
2285
+
2286
+ if ( ! is_numeric( $module_id ) ) {
2287
+ if ( ! $is_init && true === $slug ) {
2288
+ $is_init = true;
2289
+ }
2290
+
2291
+ $slug = $module_id;
2292
+
2293
+ $module = FS_Plugin_Manager::instance( $slug )->get();
2294
+
2295
+ if ( is_object( $module ) ) {
2296
+ $module_id = $module->id;
2297
+ }
2298
+ }
2299
+
2300
+ $key = 'm_' . $module_id;
2301
+
2302
+ if ( ! isset( self::$_instances[ $key ] ) ) {
2303
+ self::$_instances[ $key ] = new Freemius( $module_id, $slug, $is_init );
2304
+ }
2305
+
2306
+ return self::$_instances[ $key ];
2307
+ }
2308
+
2309
+ /**
2310
+ * @author Vova Feldman (@svovaf)
2311
+ * @since 1.0.6
2312
+ *
2313
+ * @param number $addon_id
2314
+ *
2315
+ * @return bool
2316
+ */
2317
+ private static function has_instance( $addon_id ) {
2318
+ return isset( self::$_instances[ 'm_' . $addon_id ] );
2319
+ }
2320
+
2321
+ /**
2322
+ * @author Leo Fajardo (@leorw)
2323
+ * @since 1.2.2
2324
+ *
2325
+ * @param string|number $id_or_slug
2326
+ * @param string $module_type
2327
+ *
2328
+ * @return number|false
2329
+ */
2330
+ private static function get_module_id( $id_or_slug, $module_type = WP_FS__MODULE_TYPE_PLUGIN ) {
2331
+ if ( is_numeric( $id_or_slug ) ) {
2332
+ return $id_or_slug;
2333
+ }
2334
+
2335
+ foreach ( self::$_instances as $instance ) {
2336
+ // Also check the module type since there can be a plugin and a theme with the same slug.
2337
+ if ( ( $module_type === $instance->get_module_type() ) && ( $id_or_slug === $instance->get_slug() ) ) {
2338
+ return $instance->get_id();
2339
+ }
2340
+ }
2341
+
2342
+ return false;
2343
+ }
2344
+
2345
+ /**
2346
+ * @author Vova Feldman (@svovaf)
2347
+ * @since 1.0.6
2348
+ *
2349
+ * @param number $id
2350
+ *
2351
+ * @return false|Freemius
2352
+ */
2353
+ static function get_instance_by_id( $id ) {
2354
+ return isset ( self::$_instances[ 'm_' . $id ] ) ?
2355
+ self::$_instances[ 'm_' . $id ] :
2356
+ false;
2357
+ }
2358
+
2359
+ /**
2360
+ *
2361
+ * @author Vova Feldman (@svovaf)
2362
+ * @since 1.0.1
2363
+ *
2364
+ * @param string $plugin_file
2365
+ * @param string $module_type
2366
+ *
2367
+ * @return false|Freemius
2368
+ */
2369
+ static function get_instance_by_file( $plugin_file, $module_type = WP_FS__MODULE_TYPE_PLUGIN ) {
2370
+ $slug = self::find_slug_by_basename( $plugin_file );
2371
+
2372
+ return ( false !== $slug ) ?
2373
+ self::instance( self::get_module_id( $slug, $module_type ) ) :
2374
+ false;
2375
+ }
2376
+
2377
+ /**
2378
+ * @author Vova Feldman (@svovaf)
2379
+ * @since 1.0.6
2380
+ *
2381
+ * @return false|Freemius
2382
+ */
2383
+ function get_parent_instance() {
2384
+ return self::get_instance_by_id( $this->_plugin->parent_plugin_id );
2385
+ }
2386
+
2387
+ /**
2388
+ * @author Vova Feldman (@svovaf)
2389
+ * @since 1.0.6
2390
+ *
2391
+ * @param string|number $id_or_slug
2392
+ *
2393
+ * @return false|Freemius
2394
+ */
2395
+ function get_addon_instance( $id_or_slug ) {
2396
+ $addon_id = self::get_module_id( $id_or_slug );
2397
+
2398
+ return self::instance( $addon_id );
2399
+ }
2400
+
2401
+ #endregion ------------------------------------------------------------------
2402
+
2403
+ /**
2404
+ * @author Vova Feldman (@svovaf)
2405
+ * @since 1.0.6
2406
+ *
2407
+ * @return bool
2408
+ */
2409
+ function is_parent_plugin_installed() {
2410
+ $is_active = self::has_instance( $this->_plugin->parent_plugin_id );
2411
+
2412
+ if ( $is_active ) {
2413
+ return true;
2414
+ }
2415
+
2416
+ /**
2417
+ * Parent module might be a theme. If that's the case, the add-on's FS
2418
+ * instance will be loaded prior to the theme's FS instance, therefore,
2419
+ * we need to check if it's active with a "look ahead".
2420
+ *
2421
+ * @author Vova Feldman
2422
+ * @since 1.2.2.3
2423
+ */
2424
+ global $fs_active_plugins;
2425
+ if ( is_object( $fs_active_plugins ) && is_array( $fs_active_plugins->plugins ) ) {
2426
+ $active_theme = wp_get_theme();
2427
+
2428
+ foreach ( $fs_active_plugins->plugins as $sdk => $module ) {
2429
+ if ( WP_FS__MODULE_TYPE_THEME === $module->type ) {
2430
+ if ( $module->plugin_path == $active_theme->get_stylesheet() ) {
2431
+ // Parent module is a theme and it's currently active.
2432
+ return true;
2433
+ }
2434
+ }
2435
+ }
2436
+ }
2437
+
2438
+ return false;
2439
+ }
2440
+
2441
+ /**
2442
+ * Check if add-on parent plugin in activation mode.
2443
+ *
2444
+ * @author Vova Feldman (@svovaf)
2445
+ * @since 1.0.7
2446
+ *
2447
+ * @return bool
2448
+ */
2449
+ function is_parent_in_activation() {
2450
+ $parent_fs = $this->get_parent_instance();
2451
+ if ( ! is_object( $parent_fs ) ) {
2452
+ return false;
2453
+ }
2454
+
2455
+ return ( $parent_fs->is_activation_mode() );
2456
+ }
2457
+
2458
+ /**
2459
+ * Is plugin in activation mode.
2460
+ *
2461
+ * @author Vova Feldman (@svovaf)
2462
+ * @since 1.0.7
2463
+ *
2464
+ * @param bool $and_on
2465
+ *
2466
+ * @return bool
2467
+ */
2468
+ function is_activation_mode( $and_on = true ) {
2469
+ return fs_is_network_admin() ?
2470
+ $this->is_network_activation_mode( $and_on ) :
2471
+ $this->is_site_activation_mode( $and_on );
2472
+ }
2473
+
2474
+ /**
2475
+ * Is plugin in activation mode.
2476
+ *
2477
+ * @author Vova Feldman (@svovaf)
2478
+ * @since 1.0.7
2479
+ *
2480
+ * @param bool $and_on
2481
+ *
2482
+ * @return bool
2483
+ */
2484
+ function is_site_activation_mode( $and_on = true ) {
2485
+ return (
2486
+ ( $this->is_on() || ! $and_on ) &&
2487
+ ( $this->is_premium() && true === $this->_storage->require_license_activation ) ||
2488
+ (
2489
+ ( ! $this->is_registered() ||
2490
+ ( $this->is_only_premium() && ! $this->has_features_enabled_license() ) ) &&
2491
+ ( ! $this->is_enable_anonymous() ||
2492
+ ( ! $this->is_anonymous() && ! $this->is_pending_activation() ) )
2493
+ )
2494
+ );
2495
+ }
2496
+
2497
+ /**
2498
+ * Checks if the SDK in network activation mode.
2499
+ *
2500
+ * @author Leo Fajardo (@leorw)
2501
+ * @since 2.0.0
2502
+ *
2503
+ * @param bool $and_on
2504
+ *
2505
+ * @return bool
2506
+ */
2507
+ private function is_network_activation_mode( $and_on = true ) {
2508
+ if ( ! $this->_is_network_active ) {
2509
+ // Not network activated.
2510
+ return false;
2511
+ }
2512
+
2513
+ if ( $this->is_network_upgrade_mode() ) {
2514
+ // Special flag to enforce network activation mode to decide what to do with the sites that are not yet opted-in nor skipped.
2515
+ return true;
2516
+ }
2517
+
2518
+ if ( ! $this->is_site_activation_mode( $and_on ) ) {
2519
+ // Whether the context is single site or the network, if the plugin is no longer in activation mode then it is not in network activation mode as well.
2520
+ return false;
2521
+ }
2522
+
2523
+ if ( $this->is_network_delegated_connection() ) {
2524
+ // Super-admin delegated the connection to the site admins -> not activation mode.
2525
+ return false;
2526
+ }
2527
+
2528
+ if ( $this->is_network_anonymous() && true !== $this->_storage->require_license_activation ) {
2529
+ // Super-admin skipped the connection network wide -> not activation mode.
2530
+ return false;
2531
+ }
2532
+
2533
+ if ( $this->is_network_registered() ) {
2534
+ // Super-admin connected at least one site -> not activation mode.
2535
+ return false;
2536
+ }
2537
+
2538
+ return true;
2539
+ }
2540
+
2541
+ /**
2542
+ * Check if current page is the opt-in/pending-activation page.
2543
+ *
2544
+ * @author Vova Feldman (@svovaf)
2545
+ * @since 1.2.1.7
2546
+ *
2547
+ * @return bool
2548
+ */
2549
+ function is_activation_page() {
2550
+ if ( $this->_menu->is_main_settings_page() ) {
2551
+ return true;
2552
+ }
2553
+
2554
+ if ( ! $this->is_activation_mode() ) {
2555
+ return false;
2556
+ }
2557
+
2558
+ // Check if current page is matching the activation page.
2559
+ return $this->is_matching_url( $this->get_activation_url() );
2560
+ }
2561
+
2562
+ /**
2563
+ * Check if URL path's are matching and that all querystring
2564
+ * arguments of the $sub_url exist in the $url with the same values.
2565
+ *
2566
+ * WARNING:
2567
+ * 1. This method doesn't check if the sub/domain are matching.
2568
+ * 2. Ignore case sensitivity.
2569
+ *
2570
+ * @author Vova Feldman (@svovaf)
2571
+ * @since 1.2.1.7
2572
+ *
2573
+ * @param string $sub_url
2574
+ * @param string $url If argument is not set, check if the sub_url matching the current's page URL.
2575
+ *
2576
+ * @return bool
2577
+ */
2578
+ private function is_matching_url( $sub_url, $url = '' ) {
2579
+ if ( empty( $url ) ) {
2580
+ $url = $_SERVER['REQUEST_URI'];
2581
+ }
2582
+
2583
+ $url = strtolower( $url );
2584
+ $sub_url = strtolower( $sub_url );
2585
+
2586
+ if ( parse_url( $sub_url, PHP_URL_PATH ) !== parse_url( $url, PHP_URL_PATH ) ) {
2587
+ // Different path - DO NOT OVERRIDE PAGE.
2588
+ return false;
2589
+ }
2590
+
2591
+ $url_params = array();
2592
+ parse_str( parse_url( $url, PHP_URL_QUERY ), $url_params );
2593
+
2594
+ $sub_url_params = array();
2595
+ parse_str( parse_url( $sub_url, PHP_URL_QUERY ), $sub_url_params );
2596
+
2597
+ foreach ( $sub_url_params as $key => $val ) {
2598
+ if ( ! isset( $url_params[ $key ] ) || $val != $url_params[ $key ] ) {
2599
+ // Not matching query string - DO NOT OVERRIDE PAGE.
2600
+ return false;
2601
+ }
2602
+ }
2603
+
2604
+ return true;
2605
+ }
2606
+
2607
+ /**
2608
+ * Get the basenames of all active plugins for specific blog. Including network activated plugins.
2609
+ *
2610
+ * @author Vova Feldman (@svovaf)
2611
+ * @since 2.0.0
2612
+ *
2613
+ * @param int $blog_id
2614
+ *
2615
+ * @return string[]
2616
+ */
2617
+ private static function get_active_plugins_basenames( $blog_id = 0 ) {
2618
+ if ( is_multisite() && $blog_id > 0 ) {
2619
+ $active_basenames = get_blog_option( $blog_id, 'active_plugins' );
2620
+ } else {
2621
+ $active_basenames = get_option( 'active_plugins' );
2622
+ }
2623
+
2624
+ if ( is_multisite() ) {
2625
+ $network_active_basenames = get_site_option( 'active_sitewide_plugins' );
2626
+
2627
+ if ( is_array( $network_active_basenames ) && ! empty( $network_active_basenames ) ) {
2628
+ $active_basenames = array_merge( $active_basenames, $network_active_basenames );
2629
+ }
2630
+ }
2631
+
2632
+ return $active_basenames;
2633
+ }
2634
+
2635
+ /**
2636
+ * Get collection of all active plugins. Including network activated plugins.
2637
+ *
2638
+ * @author Vova Feldman (@svovaf)
2639
+ * @since 1.0.9
2640
+ *
2641
+ * @param int $blog_id Since 2.0.0
2642
+ *
2643
+ * @return array[string]array
2644
+ */
2645
+ private static function get_active_plugins( $blog_id = 0 ) {
2646
+ self::require_plugin_essentials();
2647
+
2648
+ $active_plugin = array();
2649
+ $all_plugins = fs_get_plugins();
2650
+ $active_plugins_basenames = self::get_active_plugins_basenames( $blog_id );
2651
+
2652
+ foreach ( $active_plugins_basenames as $plugin_basename ) {
2653
+ $active_plugin[ $plugin_basename ] = $all_plugins[ $plugin_basename ];
2654
+ }
2655
+
2656
+ return $active_plugin;
2657
+ }
2658
+
2659
+ /**
2660
+ * Get collection of all site active plugins for a specified blog.
2661
+ *
2662
+ * @author Vova Feldman (@svovaf)
2663
+ * @since 2.0.0
2664
+ *
2665
+ * @param int $blog_id
2666
+ *
2667
+ * @return array[string]array
2668
+ */
2669
+ private static function get_site_active_plugins( $blog_id = 0 ) {
2670
+ $active_basenames = ( is_multisite() && $blog_id > 0 ) ?
2671
+ get_blog_option( $blog_id, 'active_plugins' ) :
2672
+ get_option( 'active_plugins' );
2673
+
2674
+ $active = array();
2675
+
2676
+ if ( ! is_array( $active_basenames ) ) {
2677
+ return $active;
2678
+ }
2679
+
2680
+ foreach ( $active_basenames as $basename ) {
2681
+ $active[ $basename ] = array(
2682
+ 'is_active' => true,
2683
+ 'Version' => '1.0', // Dummy version.
2684
+ 'slug' => self::get_plugin_slug( $basename ),
2685
+ );
2686
+ }
2687
+
2688
+ return $active;
2689
+ }
2690
+
2691
+ /**
2692
+ * Get collection of all plugins with their activation status for a specified blog.
2693
+ *
2694
+ * @author Vova Feldman (@svovaf)
2695
+ * @since 1.1.8
2696
+ *
2697
+ * @param int $blog_id Since 2.0.0
2698
+ *
2699
+ * @return array Key is the plugin file path and the value is an array of the plugin data.
2700
+ */
2701
+ private static function get_all_plugins( $blog_id = 0 ) {
2702
+ self::require_plugin_essentials();
2703
+
2704
+ $all_plugins = fs_get_plugins();
2705
+
2706
+ $active_plugins_basenames = self::get_active_plugins_basenames( $blog_id );
2707
+
2708
+ foreach ( $all_plugins as $basename => &$data ) {
2709
+ // By default set to inactive (next foreach update the active plugins).
2710
+ $data['is_active'] = false;
2711
+ // Enrich with plugin slug.
2712
+ $data['slug'] = self::get_plugin_slug( $basename );
2713
+ }
2714
+
2715
+ // Flag active plugins.
2716
+ foreach ( $active_plugins_basenames as $basename ) {
2717
+ if ( isset( $all_plugins[ $basename ] ) ) {
2718
+ $all_plugins[ $basename ]['is_active'] = true;
2719
+ }
2720
+ }
2721
+
2722
+ return $all_plugins;
2723
+ }
2724
+
2725
+ /**
2726
+ * Get collection of all plugins and if they are network level activated.
2727
+ *
2728
+ * @author Vova Feldman (@svovaf)
2729
+ * @since 2.0.0
2730
+ *
2731
+ * @return array Key is the plugin basename and the value is an array of the plugin data.
2732
+ */
2733
+ private static function get_network_plugins() {
2734
+ self::require_plugin_essentials();
2735
+
2736
+ $all_plugins = fs_get_plugins();
2737
+
2738
+ $network_active_basenames = is_multisite() ?
2739
+ get_site_option( 'active_sitewide_plugins' ) :
2740
+ array();
2741
+
2742
+ foreach ( $all_plugins as $basename => &$data ) {
2743
+ // By default set to inactive (next foreach update the active plugins).
2744
+ $data['is_active'] = false;
2745
+ // Enrich with plugin slug.
2746
+ $data['slug'] = self::get_plugin_slug( $basename );
2747
+ }
2748
+
2749
+ // Flag active plugins.
2750
+ foreach ( $network_active_basenames as $basename ) {
2751
+ if ( isset( $all_plugins[ $basename ] ) ) {
2752
+ $all_plugins[ $basename ]['is_active'] = true;
2753
+ }
2754
+ }
2755
+
2756
+ return $all_plugins;
2757
+ }
2758
+
2759
+ /**
2760
+ * Cached result of get_site_transient( 'update_plugins' )
2761
+ *
2762
+ * @author Vova Feldman (@svovaf)
2763
+ * @since 1.1.8
2764
+ *
2765
+ * @var object
2766
+ */
2767
+ private static $_plugins_info;
2768
+
2769
+ /**
2770
+ * Helper function to get specified plugin's slug.
2771
+ *
2772
+ * @author Vova Feldman (@svovaf)
2773
+ * @since 1.1.8
2774
+ *
2775
+ * @param $basename
2776
+ *
2777
+ * @return string
2778
+ */
2779
+ private static function get_plugin_slug( $basename ) {
2780
+ if ( ! isset( self::$_plugins_info ) ) {
2781
+ self::$_plugins_info = get_site_transient( 'update_plugins' );
2782
+ }
2783
+
2784
+ $slug = '';
2785
+
2786
+ if ( is_object( self::$_plugins_info ) ) {
2787
+ if ( isset( self::$_plugins_info->no_update ) &&
2788
+ isset( self::$_plugins_info->no_update[ $basename ] ) &&
2789
+ ! empty( self::$_plugins_info->no_update[ $basename ]->slug )
2790
+ ) {
2791
+ $slug = self::$_plugins_info->no_update[ $basename ]->slug;
2792
+ } else if ( isset( self::$_plugins_info->response ) &&
2793
+ isset( self::$_plugins_info->response[ $basename ] ) &&
2794
+ ! empty( self::$_plugins_info->response[ $basename ]->slug )
2795
+ ) {
2796
+ $slug = self::$_plugins_info->response[ $basename ]->slug;
2797
+ }
2798
+ }
2799
+
2800
+ if ( empty( $slug ) ) {
2801
+ // Try to find slug from FS data.
2802
+ $slug = self::find_slug_by_basename( $basename );
2803
+ }
2804
+
2805
+ if ( empty( $slug ) ) {
2806
+ // Fallback to plugin's folder name.
2807
+ $slug = dirname( $basename );
2808
+ }
2809
+
2810
+ return $slug;
2811
+ }
2812
+
2813
+ private static $_statics_loaded = false;
2814
+
2815
+ /**
2816
+ * Load static resources.
2817
+ *
2818
+ * @author Vova Feldman (@svovaf)
2819
+ * @since 1.0.1
2820
+ */
2821
+ private static function _load_required_static() {
2822
+ if ( self::$_statics_loaded ) {
2823
+ return;
2824
+ }
2825
+
2826
+ self::$_static_logger = FS_Logger::get_logger( WP_FS__SLUG, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
2827
+
2828
+ self::$_static_logger->entrance();
2829
+
2830
+ self::$_accounts = FS_Options::instance( WP_FS__ACCOUNTS_OPTION_NAME, true );
2831
+
2832
+ if ( is_multisite() ) {
2833
+ $has_skipped_migration = (
2834
+ // 'id_slug_type_path_map' - was never stored on older versions, therefore, not exists on the site level.
2835
+ null === self::$_accounts->get_option( 'id_slug_type_path_map', null, false ) &&
2836
+ // 'file_slug_map' stored on the site level, so it was running an SDK version before it was integrated with MS-network.
2837
+ null !== self::$_accounts->get_option( 'file_slug_map', null, false )
2838
+ );
2839
+
2840
+ /**
2841
+ * If the file_slug_map exists on the site level but doesn't exist on the
2842
+ * network level storage, it means that we need to process the storage with migration.
2843
+ *
2844
+ * The code in this `if` scope will only be executed once and only for the first site that will execute it because once we migrate the storage data, file_slug_map will be already set in the network level storage.
2845
+ *
2846
+ * @author Vova Feldman (@svovaf)
2847
+ * @since 2.0.0
2848
+ */
2849
+ if (
2850
+ ( $has_skipped_migration && true !== self::$_accounts->get_option( 'ms_migration_complete', false, true ) ) ||
2851
+ ( null === self::$_accounts->get_option( 'file_slug_map', null, true ) &&
2852
+ null !== self::$_accounts->get_option( 'file_slug_map', null, false ) )
2853
+ ) {
2854
+ self::migrate_options_to_network();
2855
+ }
2856
+ }
2857
+
2858
+ self::$_global_admin_notices = FS_Admin_Notices::instance( 'global' );
2859
+
2860
+ if ( ! WP_FS__DEMO_MODE ) {
2861
+ add_action( ( fs_is_network_admin() ? 'network_' : '' ) . 'admin_menu', array(
2862
+ 'Freemius',
2863
+ '_add_debug_section'
2864
+ ) );
2865
+ }
2866
+
2867
+ add_action( "wp_ajax_fs_toggle_debug_mode", array( 'Freemius', '_toggle_debug_mode' ) );
2868
+
2869
+ self::add_ajax_action_static( 'get_debug_log', array( 'Freemius', '_get_debug_log' ) );
2870
+
2871
+ self::add_ajax_action_static( 'get_db_option', array( 'Freemius', '_get_db_option' ) );
2872
+
2873
+ self::add_ajax_action_static( 'set_db_option', array( 'Freemius', '_set_db_option' ) );
2874
+
2875
+ if ( 0 == did_action( 'plugins_loaded' ) ) {
2876
+ add_action( 'plugins_loaded', array( 'Freemius', '_load_textdomain' ), 1 );
2877
+ }
2878
+
2879
+ add_action( 'admin_footer', array( 'Freemius', '_enrich_ajax_url' ) );
2880
+ add_action( 'admin_footer', array( 'Freemius', '_open_support_forum_in_new_page' ) );
2881
+
2882
+
2883
+ self::$_statics_loaded = true;
2884
+ }
2885
+
2886
+ /**
2887
+ * @author Leo Fajardo (@leorw)
2888
+ *
2889
+ * @since 2.1.3
2890
+ */
2891
+ private static function migrate_options_to_network() {
2892
+ self::migrate_accounts_to_network();
2893
+
2894
+ // Migrate API options from site level to network level.
2895
+ $api_network_options = FS_Option_Manager::get_manager( WP_FS__OPTIONS_OPTION_NAME, true, true );
2896
+ $api_network_options->migrate_to_network();
2897
+
2898
+ // Migrate API cache to network level storage.
2899
+ FS_Cache_Manager::get_manager( WP_FS__API_CACHE_OPTION_NAME )->migrate_to_network();
2900
+
2901
+ self::$_accounts->set_option( 'ms_migration_complete', true, true );
2902
+ }
2903
+
2904
+ #----------------------------------------------------------------------------------
2905
+ #region Localization
2906
+ #----------------------------------------------------------------------------------
2907
+
2908
+ /**
2909
+ * Load framework's text domain.
2910
+ *
2911
+ * @author Vova Feldman (@svovaf)
2912
+ * @since 1.2.1
2913
+ */
2914
+ static function _load_textdomain() {
2915
+ if ( ! is_admin() ) {
2916
+ return;
2917
+ }
2918
+
2919
+ global $fs_active_plugins;
2920
+
2921
+ // Works both for plugins and themes.
2922
+ load_plugin_textdomain(
2923
+ 'freemius',
2924
+ false,
2925
+ $fs_active_plugins->newest->sdk_path . '/languages/'
2926
+ );
2927
+ }
2928
+
2929
+ #endregion
2930
+
2931
+ #----------------------------------------------------------------------------------
2932
+ #region Debugging
2933
+ #----------------------------------------------------------------------------------
2934
+
2935
+ /**
2936
+ * @author Vova Feldman (@svovaf)
2937
+ * @since 1.0.8
2938
+ */
2939
+ static function _add_debug_section() {
2940
+ if ( ! is_super_admin() ) {
2941
+ // Add debug page only for super-admins.
2942
+ return;
2943
+ }
2944
+
2945
+ self::$_static_logger->entrance();
2946
+
2947
+ $title = sprintf( '%s [v.%s]', fs_text_inline( 'Freemius Debug' ), WP_FS__SDK_VERSION );
2948
+
2949
+ if ( WP_FS__DEV_MODE ) {
2950
+ // Add top-level debug menu item.
2951
+ $hook = FS_Admin_Menu_Manager::add_page(
2952
+ $title,
2953
+ $title,
2954
+ 'manage_options',
2955
+ 'freemius',
2956
+ array( 'Freemius', '_debug_page_render' )
2957
+ );
2958
+ } else {
2959
+ // Add hidden debug page.
2960
+ $hook = FS_Admin_Menu_Manager::add_subpage(
2961
+ null,
2962
+ $title,
2963
+ $title,
2964
+ 'manage_options',
2965
+ 'freemius',
2966
+ array( 'Freemius', '_debug_page_render' )
2967
+ );
2968
+ }
2969
+
2970
+ if ( ! empty( $hook ) ) {
2971
+ add_action( "load-$hook", array( 'Freemius', '_debug_page_actions' ) );
2972
+ }
2973
+ }
2974
+
2975
+ /**
2976
+ * @author Vova Feldman (@svovaf)
2977
+ * @since 1.1.7.3
2978
+ */
2979
+ static function _toggle_debug_mode() {
2980
+ if ( ! is_super_admin() ) {
2981
+ return;
2982
+ }
2983
+
2984
+ $is_on = fs_request_get( 'is_on', false, 'post' );
2985
+
2986
+ if ( fs_request_is_post() && in_array( $is_on, array( 0, 1 ) ) ) {
2987
+ update_option( 'fs_debug_mode', $is_on );
2988
+
2989
+ // Turn on/off storage logging.
2990
+ FS_Logger::_set_storage_logging( ( 1 == $is_on ) );
2991
+ }
2992
+
2993
+ exit;
2994
+ }
2995
+
2996
+ /**
2997
+ * @author Vova Feldman (@svovaf)
2998
+ * @since 1.2.1.6
2999
+ */
3000
+ static function _get_debug_log() {
3001
+ $logs = FS_Logger::load_db_logs(
3002
+ fs_request_get( 'filters', false, 'post' ),
3003
+ ! empty( $_POST['limit'] ) && is_numeric( $_POST['limit'] ) ? $_POST['limit'] : 200,
3004
+ ! empty( $_POST['offset'] ) && is_numeric( $_POST['offset'] ) ? $_POST['offset'] : 0
3005
+ );
3006
+
3007
+ self::shoot_ajax_success( $logs );
3008
+ }
3009
+
3010
+ /**
3011
+ * @author Vova Feldman (@svovaf)
3012
+ * @since 1.2.1.7
3013
+ */
3014
+ static function _get_db_option() {
3015
+ check_admin_referer( 'fs_get_db_option' );
3016
+
3017
+ $option_name = fs_request_get( 'option_name' );
3018
+
3019
+ if ( ! is_super_admin() ||
3020
+ ! fs_starts_with( $option_name, 'fs_' )
3021
+ ) {
3022
+ self::shoot_ajax_failure();
3023
+ }
3024
+
3025
+ $value = get_option( $option_name );
3026
+
3027
+ $result = array(
3028
+ 'name' => $option_name,
3029
+ );
3030
+
3031
+ if ( false !== $value ) {
3032
+ if ( ! is_string( $value ) ) {
3033
+ $value = json_encode( $value );
3034
+ }
3035
+
3036
+ $result['value'] = $value;
3037
+ }
3038
+
3039
+ self::shoot_ajax_success( $result );
3040
+ }
3041
+
3042
+ /**
3043
+ * @author Vova Feldman (@svovaf)
3044
+ * @since 1.2.1.7
3045
+ */
3046
+ static function _set_db_option() {
3047
+ check_admin_referer( 'fs_set_db_option' );
3048
+
3049
+ $option_name = fs_request_get( 'option_name' );
3050
+
3051
+ if ( ! is_super_admin() ||
3052
+ ! fs_starts_with( $option_name, 'fs_' )
3053
+ ) {
3054
+ self::shoot_ajax_failure();
3055
+ }
3056
+
3057
+ $option_value = fs_request_get( 'option_value' );
3058
+
3059
+ if ( ! empty( $option_value ) ) {
3060
+ update_option( $option_name, $option_value );
3061
+ }
3062
+
3063
+ self::shoot_ajax_success();
3064
+ }
3065
+
3066
+ /**
3067
+ * @author Vova Feldman (@svovaf)
3068
+ * @since 1.0.8
3069
+ */
3070
+ static function _debug_page_actions() {
3071
+ self::_clean_admin_content_section();
3072
+
3073
+ if ( fs_request_is_action( 'restart_freemius' ) ) {
3074
+ check_admin_referer( 'restart_freemius' );
3075
+
3076
+ if ( ! is_multisite() ) {
3077
+ // Clear accounts data.
3078
+ self::$_accounts->clear( null, true );
3079
+ } else {
3080
+ $sites = self::get_sites();
3081
+ foreach ( $sites as $site ) {
3082
+ $blog_id = self::get_site_blog_id( $site );
3083
+ self::$_accounts->clear( $blog_id, true );
3084
+ }
3085
+
3086
+ // Clear network level storage.
3087
+ self::$_accounts->clear( true, true );
3088
+ }
3089
+
3090
+ // Clear SDK reference cache.
3091
+ delete_option( 'fs_active_plugins' );
3092
+ } else if ( fs_request_is_action( 'clear_updates_data' ) ) {
3093
+ check_admin_referer( 'clear_updates_data' );
3094
+
3095
+ if ( ! is_multisite() ) {
3096
+ set_site_transient( 'update_plugins', null );
3097
+ set_site_transient( 'update_themes', null );
3098
+ } else {
3099
+ $current_blog_id = get_current_blog_id();
3100
+
3101
+ $sites = self::get_sites();
3102
+ foreach ( $sites as $site ) {
3103
+ switch_to_blog( self::get_site_blog_id( $site ) );
3104
+
3105
+ set_site_transient( 'update_plugins', null );
3106
+ set_site_transient( 'update_themes', null );
3107
+ }
3108
+
3109
+ switch_to_blog( $current_blog_id );
3110
+ }
3111
+ } else if ( fs_request_is_action( 'simulate_trial' ) ) {
3112
+ check_admin_referer( 'simulate_trial' );
3113
+
3114
+ $fs = freemius( fs_request_get( 'module_id' ) );
3115
+
3116
+ // Update SDK install to at least 24 hours before.
3117
+ $fs->_storage->install_timestamp = ( time() - WP_FS__TIME_24_HOURS_IN_SEC );
3118
+ // Unset the trial shown timestamp.
3119
+ unset( $fs->_storage->trial_promotion_shown );
3120
+ } else if ( fs_request_is_action( 'simulate_network_upgrade' ) ) {
3121
+ check_admin_referer( 'simulate_network_upgrade' );
3122
+
3123
+ $fs = freemius( fs_request_get( 'module_id' ) );
3124
+
3125
+ self::set_network_upgrade_mode( $fs->_storage );
3126
+ } else if ( fs_request_is_action( 'delete_install' ) ) {
3127
+ check_admin_referer( 'delete_install' );
3128
+
3129
+ self::_delete_site_by_slug(
3130
+ fs_request_get( 'slug' ),
3131
+ fs_request_get( 'module_type' ),
3132
+ true,
3133
+ fs_request_get( 'blog_id', null )
3134
+ );
3135
+ } else if ( fs_request_is_action( 'delete_user' ) ) {
3136
+ check_admin_referer( 'delete_user' );
3137
+
3138
+ self::delete_user( fs_request_get( 'user_id' ) );
3139
+ } else if ( fs_request_is_action( 'download_logs' ) ) {
3140
+ check_admin_referer( 'download_logs' );
3141
+
3142
+ $download_url = FS_Logger::download_db_logs(
3143
+ fs_request_get( 'filters', false, 'post' )
3144
+ );
3145
+
3146
+ if ( false === $download_url ) {
3147
+ 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.' );
3148
+ }
3149
+
3150
+ fs_redirect( $download_url );
3151
+ } else if ( fs_request_is_action( 'migrate_options_to_network' ) ) {
3152
+ check_admin_referer( 'migrate_options_to_network' );
3153
+
3154
+ self::migrate_options_to_network();
3155
+ }
3156
+ }
3157
+
3158
+ /**
3159
+ * @author Vova Feldman (@svovaf)
3160
+ * @since 1.0.8
3161
+ */
3162
+ static function _debug_page_render() {
3163
+ self::$_static_logger->entrance();
3164
+
3165
+ if ( ! is_multisite() ) {
3166
+ $all_plugins_installs = self::get_all_sites( WP_FS__MODULE_TYPE_PLUGIN );
3167
+ $all_themes_installs = self::get_all_sites( WP_FS__MODULE_TYPE_THEME );
3168
+ } else {
3169
+ $sites = self::get_sites();
3170
+
3171
+ $all_plugins_installs = array();
3172
+ $all_themes_installs = array();
3173
+
3174
+ foreach ( $sites as $site ) {
3175
+ $blog_id = self::get_site_blog_id( $site );
3176
+
3177
+ $plugins_installs = self::get_all_sites( WP_FS__MODULE_TYPE_PLUGIN, $blog_id );
3178
+
3179
+ foreach ( $plugins_installs as $slug => $install ) {
3180
+ if ( ! isset( $all_plugins_installs[ $slug ] ) ) {
3181
+ $all_plugins_installs[ $slug ] = array();
3182
+ }
3183
+
3184
+ $install->blog_id = $blog_id;
3185
+
3186
+ $all_plugins_installs[ $slug ][] = $install;
3187
+ }
3188
+
3189
+ $themes_installs = self::get_all_sites( WP_FS__MODULE_TYPE_THEME, $blog_id );
3190
+
3191
+ foreach ( $themes_installs as $slug => $install ) {
3192
+ if ( ! isset( $all_themes_installs[ $slug ] ) ) {
3193
+ $all_themes_installs[ $slug ] = array();
3194
+ }
3195
+
3196
+ $install->blog_id = $blog_id;
3197
+
3198
+ $all_themes_installs[ $slug ][] = $install;
3199
+ }
3200
+ }
3201
+ }
3202
+
3203
+ $licenses_by_module_type = self::get_all_licenses_by_module_type();
3204
+
3205
+ $vars = array(
3206
+ 'plugin_sites' => $all_plugins_installs,
3207
+ 'theme_sites' => $all_themes_installs,
3208
+ 'users' => self::get_all_users(),
3209
+ 'addons' => self::get_all_addons(),
3210
+ 'account_addons' => self::get_all_account_addons(),
3211
+ 'plugin_licenses' => $licenses_by_module_type[ WP_FS__MODULE_TYPE_PLUGIN ],
3212
+ 'theme_licenses' => $licenses_by_module_type[ WP_FS__MODULE_TYPE_THEME ]
3213
+ );
3214
+
3215
+ fs_enqueue_local_style( 'fs_debug', '/admin/debug.css' );
3216
+ fs_require_once_template( 'debug.php', $vars );
3217
+ }
3218
+
3219
+ #endregion
3220
+
3221
+ #----------------------------------------------------------------------------------
3222
+ #region Connectivity Issues
3223
+ #----------------------------------------------------------------------------------
3224
+
3225
+ /**
3226
+ * Check if Freemius should be turned on for the current plugin install.
3227
+ *
3228
+ * Note:
3229
+ * $this->_is_on is updated in has_api_connectivity()
3230
+ *
3231
+ * @author Vova Feldman (@svovaf)
3232
+ * @since 1.0.9
3233
+ *
3234
+ * @return bool
3235
+ */
3236
+ function is_on() {
3237
+ self::$_static_logger->entrance();
3238
+
3239
+ if ( isset( $this->_is_on ) ) {
3240
+ return $this->_is_on;
3241
+ }
3242
+
3243
+ // If already installed or pending then sure it's on :)
3244
+ if ( $this->is_registered() || $this->is_pending_activation() ) {
3245
+ $this->_is_on = true;
3246
+
3247
+ return true;
3248
+ }
3249
+
3250
+ return false;
3251
+ }
3252
+
3253
+ /**
3254
+ * @author Vova Feldman (@svovaf)
3255
+ * @since 1.1.7.3
3256
+ *
3257
+ * @param bool $flush_if_no_connectivity
3258
+ *
3259
+ * @return bool
3260
+ */
3261
+ private function should_run_connectivity_test( $flush_if_no_connectivity = false ) {
3262
+ if ( ! isset( $this->_storage->connectivity_test ) ) {
3263
+ // Connectivity test was never executed, or cache was cleared.
3264
+ return true;
3265
+ }
3266
+
3267
+ if ( WP_FS__PING_API_ON_IP_OR_HOST_CHANGES ) {
3268
+ if ( WP_FS__IS_HTTP_REQUEST ) {
3269
+ if ( $_SERVER['HTTP_HOST'] != $this->_storage->connectivity_test['host'] ) {
3270
+ // Domain changed.
3271
+ return true;
3272
+ }
3273
+
3274
+ if ( WP_FS__REMOTE_ADDR != $this->_storage->connectivity_test['server_ip'] ) {
3275
+ // Server IP changed.
3276
+ return true;
3277
+ }
3278
+ }
3279
+ }
3280
+
3281
+ if ( $this->_storage->connectivity_test['is_connected'] &&
3282
+ $this->_storage->connectivity_test['is_active']
3283
+ ) {
3284
+ // API connected and Freemius is active - no need to run connectivity check.
3285
+ return false;
3286
+ }
3287
+
3288
+ if ( $flush_if_no_connectivity ) {
3289
+ /**
3290
+ * If explicitly asked to flush when no connectivity - do it only
3291
+ * if at least 10 sec passed from the last API connectivity test.
3292
+ */
3293
+ return ( isset( $this->_storage->connectivity_test['timestamp'] ) &&
3294
+ ( WP_FS__SCRIPT_START_TIME - $this->_storage->connectivity_test['timestamp'] ) > 10 );
3295
+ }
3296
+
3297
+ /**
3298
+ * @since 1.1.7 Don't check for connectivity on plugin downgrade.
3299
+ */
3300
+ $version = $this->get_plugin_version();
3301
+ if ( version_compare( $version, $this->_storage->connectivity_test['version'], '>' ) ) {
3302
+ // If it's a plugin version upgrade and Freemius is off or no connectivity, run connectivity test.
3303
+ return true;
3304
+ }
3305
+
3306
+ return false;
3307
+ }
3308
+
3309
+ /**
3310
+ * @author Vova Feldman (@svovaf)
3311
+ * @since 1.1.7.4
3312
+ *
3313
+ * @param int|null $blog_id Since 2.0.0.
3314
+ * @param bool $is_gdpr_test Since 2.0.2. Perform only the GDPR test.
3315
+ *
3316
+ * @return object|false
3317
+ */
3318
+ private function ping( $blog_id = null, $is_gdpr_test = false ) {
3319
+ if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY ) {
3320
+ return false;
3321
+ }
3322
+
3323
+ $version = $this->get_plugin_version();
3324
+
3325
+ $is_update = $this->apply_filters( 'is_plugin_update', $this->is_plugin_update() );
3326
+
3327
+ return $this->get_api_plugin_scope()->ping(
3328
+ $this->get_anonymous_id( $blog_id ),
3329
+ array(
3330
+ 'is_update' => json_encode( $is_update ),
3331
+ 'version' => $version,
3332
+ 'sdk' => $this->version,
3333
+ 'is_admin' => json_encode( is_admin() ),
3334
+ 'is_ajax' => json_encode( self::is_ajax() ),
3335
+ 'is_cron' => json_encode( self::is_cron() ),
3336
+ 'is_gdpr_test' => $is_gdpr_test,
3337
+ 'is_http' => json_encode( WP_FS__IS_HTTP_REQUEST ),
3338
+ )
3339
+ );
3340
+ }
3341
+
3342
+ /**
3343
+ * Check if there's any connectivity issue to Freemius API.
3344
+ *
3345
+ * @author Vova Feldman (@svovaf)
3346
+ * @since 1.0.9
3347
+ *
3348
+ * @param bool $flush_if_no_connectivity
3349
+ *
3350
+ * @return bool
3351
+ */
3352
+ function has_api_connectivity( $flush_if_no_connectivity = false ) {
3353
+ $this->_logger->entrance();
3354
+
3355
+ if ( isset( $this->_has_api_connection ) && ( $this->_has_api_connection || ! $flush_if_no_connectivity ) ) {
3356
+ return $this->_has_api_connection;
3357
+ }
3358
+
3359
+ if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY &&
3360
+ isset( $this->_storage->connectivity_test ) &&
3361
+ true === $this->_storage->connectivity_test['is_connected']
3362
+ ) {
3363
+ unset( $this->_storage->connectivity_test );
3364
+ }
3365
+
3366
+ if ( ! $this->should_run_connectivity_test( $flush_if_no_connectivity ) ) {
3367
+ $this->_has_api_connection = $this->_storage->connectivity_test['is_connected'];
3368
+ /**
3369
+ * @since 1.1.6 During dev mode, if there's connectivity - turn Freemius on regardless the configuration.
3370
+ *
3371
+ * @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.
3372
+ */
3373
+ $this->_is_on = $this->_storage->connectivity_test['is_active'] ||
3374
+ $this->is_premium() ||
3375
+ ( WP_FS__DEV_MODE && $this->_has_api_connection && ! WP_FS__SIMULATE_FREEMIUS_OFF );
3376
+
3377
+ return $this->_has_api_connection;
3378
+ }
3379
+
3380
+ $pong = $this->ping();
3381
+ $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
3382
+
3383
+ if ( ! $is_connected ) {
3384
+ // API failure.
3385
+ $this->_add_connectivity_issue_message( $pong );
3386
+ }
3387
+
3388
+ if ( $is_connected ) {
3389
+ FS_GDPR_Manager::instance()->store_is_required( $pong->is_gdpr_required );
3390
+ }
3391
+
3392
+ $this->store_connectivity_info( $pong, $is_connected );
3393
+
3394
+ return $this->_has_api_connection;
3395
+ }
3396
+
3397
+ /**
3398
+ * @author Vova Feldman (@svovaf)
3399
+ * @since 1.1.7.4
3400
+ *
3401
+ * @param object $pong
3402
+ * @param bool $is_connected
3403
+ */
3404
+ private function store_connectivity_info( $pong, $is_connected ) {
3405
+ $this->_logger->entrance();
3406
+
3407
+ $version = $this->get_plugin_version();
3408
+
3409
+ if ( ! $is_connected || WP_FS__SIMULATE_FREEMIUS_OFF ) {
3410
+ $is_active = false;
3411
+ } else {
3412
+ $is_active = ( isset( $pong->is_active ) && true == $pong->is_active );
3413
+ }
3414
+
3415
+ $is_active = $this->apply_filters(
3416
+ 'is_on',
3417
+ $is_active,
3418
+ $this->is_plugin_update(),
3419
+ $version
3420
+ );
3421
+
3422
+ $this->_storage->connectivity_test = array(
3423
+ 'is_connected' => $is_connected,
3424
+ 'host' => $_SERVER['HTTP_HOST'],
3425
+ 'server_ip' => WP_FS__REMOTE_ADDR,
3426
+ 'is_active' => $is_active,
3427
+ 'timestamp' => WP_FS__SCRIPT_START_TIME,
3428
+ // Last version with connectivity attempt.
3429
+ 'version' => $version,
3430
+ );
3431
+
3432
+ $this->_has_api_connection = $is_connected;
3433
+ $this->_is_on = $is_active || ( WP_FS__DEV_MODE && $is_connected && ! WP_FS__SIMULATE_FREEMIUS_OFF );
3434
+ }
3435
+
3436
+ /**
3437
+ * Force turning Freemius on.
3438
+ *
3439
+ * @author Vova Feldman (@svovaf)
3440
+ * @since 1.1.8.1
3441
+ *
3442
+ * @return bool TRUE if successfully turned on.
3443
+ */
3444
+ private function turn_on() {
3445
+ $this->_logger->entrance();
3446
+
3447
+ if ( $this->is_on() || ! isset( $this->_storage->connectivity_test['is_active'] ) ) {
3448
+ return false;
3449
+ }
3450
+
3451
+ $updated_connectivity = $this->_storage->connectivity_test;
3452
+ $updated_connectivity['is_active'] = true;
3453
+ $updated_connectivity['timestamp'] = WP_FS__SCRIPT_START_TIME;
3454
+ $this->_storage->connectivity_test = $updated_connectivity;
3455
+
3456
+ $this->_is_on = true;
3457
+
3458
+ return true;
3459
+ }
3460
+
3461
+ /**
3462
+ * Anonymous and unique site identifier (Hash).
3463
+ *
3464
+ * @author Vova Feldman (@svovaf)
3465
+ * @since 1.1.0
3466
+ *
3467
+ * @param null|int $blog_id Since 2.0.0
3468
+ *
3469
+ * @return string
3470
+ */
3471
+ function get_anonymous_id( $blog_id = null ) {
3472
+ $unique_id = self::$_accounts->get_option( 'unique_id', null, $blog_id );
3473
+
3474
+ if ( empty( $unique_id ) || ! is_string( $unique_id ) ) {
3475
+ $key = fs_strip_url_protocol( get_site_url( $blog_id ) );
3476
+
3477
+ $secure_auth = SECURE_AUTH_KEY;
3478
+ if ( empty( $secure_auth ) || false !== strpos( $secure_auth, ' ' ) ) {
3479
+ // Protect against default auth key.
3480
+ $secure_auth = md5( microtime() );
3481
+ }
3482
+
3483
+ /**
3484
+ * Base the unique identifier on the WP secure authentication key. Which
3485
+ * turns the key into a secret anonymous identifier. This will help us
3486
+ * to avoid duplicate installs generation on the backend upon opt-in.
3487
+ *
3488
+ * @author Vova Feldman (@svovaf)
3489
+ * @since 1.2.3
3490
+ */
3491
+ $unique_id = md5( $key . $secure_auth );
3492
+
3493
+ self::$_accounts->set_option( 'unique_id', $unique_id, true, $blog_id );
3494
+ }
3495
+
3496
+ $this->_logger->departure( $unique_id );
3497
+
3498
+ return $unique_id;
3499
+ }
3500
+
3501
+ /**
3502
+ * @author Vova Feldman (@svovaf)
3503
+ * @since 1.1.7.4
3504
+ *
3505
+ * @return \WP_User
3506
+ */
3507
+ static function _get_current_wp_user() {
3508
+ self::require_pluggable_essentials();
3509
+ self::wp_cookie_constants();
3510
+
3511
+ return wp_get_current_user();
3512
+ }
3513
+
3514
+ /**
3515
+ * Define cookie constants which are required by Freemius::_get_current_wp_user() since
3516
+ * it uses wp_get_current_user() which needs the cookie constants set. When a plugin
3517
+ * is network activated the cookie constants are only configured after the network
3518
+ * plugins activation, therefore, if we don't define those constants WP will throw
3519
+ * PHP warnings/notices.
3520
+ *
3521
+ * @author Vova Feldman (@svovaf)
3522
+ * @since 2.1.1
3523
+ */
3524
+ private static function wp_cookie_constants() {
3525
+ if ( defined( 'LOGGED_IN_COOKIE' ) &&
3526
+ ( defined( 'AUTH_COOKIE' ) || defined( 'SECURE_AUTH_COOKIE' ) )
3527
+ ) {
3528
+ return;
3529
+ }
3530
+
3531
+ /**
3532
+ * Used to guarantee unique hash cookies
3533
+ *
3534
+ * @since 1.5.0
3535
+ */
3536
+ if ( ! defined( 'COOKIEHASH' ) ) {
3537
+ $siteurl = get_site_option( 'siteurl' );
3538
+ if ( $siteurl ) {
3539
+ define( 'COOKIEHASH', md5( $siteurl ) );
3540
+ } else {
3541
+ define( 'COOKIEHASH', '' );
3542
+ }
3543
+ }
3544
+
3545
+ if ( ! defined( 'LOGGED_IN_COOKIE' ) ) {
3546
+ define( 'LOGGED_IN_COOKIE', 'wordpress_logged_in_' . COOKIEHASH );
3547
+ }
3548
+
3549
+ /**
3550
+ * @since 2.5.0
3551
+ */
3552
+ if ( ! defined( 'AUTH_COOKIE' ) ) {
3553
+ define( 'AUTH_COOKIE', 'wordpress_' . COOKIEHASH );
3554
+ }
3555
+
3556
+ /**
3557
+ * @since 2.6.0
3558
+ */
3559
+ if ( ! defined( 'SECURE_AUTH_COOKIE' ) ) {
3560
+ define( 'SECURE_AUTH_COOKIE', 'wordpress_sec_' . COOKIEHASH );
3561
+ }
3562
+ }
3563
+
3564
+ /**
3565
+ * @author Vova Feldman (@svovaf)
3566
+ * @since 2.1.0
3567
+ *
3568
+ * @return int
3569
+ */
3570
+ static function get_current_wp_user_id() {
3571
+ $wp_user = self::_get_current_wp_user();
3572
+
3573
+ return $wp_user->ID;
3574
+ }
3575
+
3576
+ /**
3577
+ * @author Vova Feldman (@svovaf)
3578
+ * @since 1.2.1.7
3579
+ *
3580
+ * @param string $email
3581
+ *
3582
+ * @return bool
3583
+ */
3584
+ static function is_valid_email( $email ) {
3585
+ if ( false === filter_var( $email, FILTER_VALIDATE_EMAIL ) ) {
3586
+ return false;
3587
+ }
3588
+
3589
+ $parts = explode( '@', $email );
3590
+
3591
+ if ( 2 !== count( $parts ) || empty( $parts[1] ) ) {
3592
+ return false;
3593
+ }
3594
+
3595
+ $blacklist = array(
3596
+ 'admin.',
3597
+ 'webmaster.',
3598
+ 'localhost.',
3599
+ 'dev.',
3600
+ 'development.',
3601
+ 'test.',
3602
+ 'stage.',
3603
+ 'staging.',
3604
+ );
3605
+
3606
+ // Make sure domain is not one of the blacklisted.
3607
+ foreach ( $blacklist as $invalid ) {
3608
+ if ( 0 === strpos( $parts[1], $invalid ) ) {
3609
+ return false;
3610
+ }
3611
+ }
3612
+
3613
+ // Get the UTF encoded domain name.
3614
+ $domain = idn_to_ascii( $parts[1] ) . '.';
3615
+
3616
+ return ( checkdnsrr( $domain, 'MX' ) || checkdnsrr( $domain, 'A' ) );
3617
+ }
3618
+
3619
+ /**
3620
+ * Generate API connectivity issue message.
3621
+ *
3622
+ * @author Vova Feldman (@svovaf)
3623
+ * @since 1.0.9
3624
+ *
3625
+ * @param mixed $api_result
3626
+ * @param bool $is_first_failure
3627
+ */
3628
+ function _add_connectivity_issue_message( $api_result, $is_first_failure = true ) {
3629
+ if ( ! $this->is_premium() && $this->_enable_anonymous ) {
3630
+ // Don't add message if it's the free version and can run anonymously.
3631
+ return;
3632
+ }
3633
+
3634
+ if ( ! function_exists( 'wp_nonce_url' ) ) {
3635
+ require_once ABSPATH . 'wp-includes/functions.php';
3636
+ }
3637
+
3638
+ $current_user = self::_get_current_wp_user();
3639
+ // $admin_email = get_option( 'admin_email' );
3640
+ $admin_email = $current_user->user_email;
3641
+
3642
+ // Aliases.
3643
+ $deactivate_plugin_title = $this->esc_html_inline( 'That\'s exhausting, please deactivate', 'deactivate-plugin-title' );
3644
+ $deactivate_plugin_desc = $this->esc_html_inline( 'We feel your frustration and sincerely apologize for the inconvenience. Hope to see you again in the future.', 'deactivate-plugin-desc' );
3645
+ $install_previous_title = $this->esc_html_inline( 'Let\'s try your previous version', 'install-previous-title' );
3646
+ $install_previous_desc = $this->esc_html_inline( 'Uninstall this version and install the previous one.', 'install-previous-desc' );
3647
+ $fix_issue_title = $this->esc_html_inline( 'Yes - I\'m giving you a chance to fix it', 'fix-issue-title' );
3648
+ $fix_issue_desc = $this->esc_html_inline( 'We will do our best to whitelist your server and resolve this issue ASAP. You will get a follow-up email to %s once we have an update.', 'fix-issue-desc' );
3649
+ /* translators: %s: product title (e.g. "Awesome Plugin" requires an access to...) */
3650
+ $x_requires_access_to_api = $this->esc_html_inline( '%s requires an access to our API.', 'x-requires-access-to-api' );
3651
+ $sysadmin_title = $this->esc_html_inline( 'I\'m a system administrator', 'sysadmin-title' );
3652
+ $happy_to_resolve_issue_asap = $this->esc_html_inline( 'We are sure it\'s an issue on our side and more than happy to resolve it for you ASAP if you give us a chance.', 'happy-to-resolve-issue-asap' );
3653
+
3654
+ $message = false;
3655
+ if ( is_object( $api_result ) &&
3656
+ isset( $api_result->error ) &&
3657
+ isset( $api_result->error->code )
3658
+ ) {
3659
+ switch ( $api_result->error->code ) {
3660
+ case 'curl_missing':
3661
+ $missing_methods = '';
3662
+ if ( is_array( $api_result->missing_methods ) &&
3663
+ ! empty( $api_result->missing_methods )
3664
+ ) {
3665
+ foreach ( $api_result->missing_methods as $m ) {
3666
+ if ( 'curl_version' === $m ) {
3667
+ continue;
3668
+ }
3669
+
3670
+ if ( ! empty( $missing_methods ) ) {
3671
+ $missing_methods .= ', ';
3672
+ }
3673
+
3674
+ $missing_methods .= sprintf( '<code>%s</code>', $m );
3675
+ }
3676
+
3677
+ if ( ! empty( $missing_methods ) ) {
3678
+ $missing_methods = sprintf(
3679
+ '<br><br><b>%s</b> %s',
3680
+ $this->esc_html_inline( 'Disabled method(s):', 'curl-disabled-methods' ),
3681
+ $missing_methods
3682
+ );
3683
+ }
3684
+ }
3685
+
3686
+ $message = sprintf(
3687
+ $x_requires_access_to_api . ' ' .
3688
+ $this->esc_html_inline( 'We use PHP cURL library for the API calls, which is a very common library and usually installed and activated out of the box. Unfortunately, cURL is not activated (or disabled) on your server.', 'curl-missing-message' ) . ' ' .
3689
+ $missing_methods .
3690
+ ' %s',
3691
+ '<b>' . $this->get_plugin_name() . '</b>',
3692
+ sprintf(
3693
+ '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
3694
+ sprintf(
3695
+ '<a class="fs-resolve" data-type="curl" href="#"><b>%s</b></a>%s',
3696
+ $this->get_text_inline( 'I don\'t know what is cURL or how to install it, help me!', 'curl-missing-no-clue-title' ),
3697
+ ' - ' . sprintf(
3698
+ $this->get_text_inline( 'We\'ll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update.', 'curl-missing-no-clue-desc' ),
3699
+ '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
3700
+ )
3701
+ ),
3702
+ sprintf(
3703
+ '<b>%s</b> - %s',
3704
+ $sysadmin_title,
3705
+ esc_html( sprintf( $this->get_text_inline( 'Great, please install cURL and enable it in your php.ini file. In addition, search for the \'disable_functions\' directive in your php.ini file and remove any disabled methods starting with \'curl_\'. To make sure it was successfully activated, use \'phpinfo()\'. Once activated, deactivate the %s and reactivate it back again.', 'curl-missing-sysadmin-desc' ), $this->get_module_label( true ) ) )
3706
+ ),
3707
+ sprintf(
3708
+ '<a href="%s"><b>%s</b></a> - %s',
3709
+ 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 ),
3710
+ $deactivate_plugin_title,
3711
+ $deactivate_plugin_desc
3712
+ )
3713
+ )
3714
+ );
3715
+ break;
3716
+ case 'cloudflare_ddos_protection':
3717
+ $message = sprintf(
3718
+ $x_requires_access_to_api . ' ' .
3719
+ $this->esc_html_inline( 'From unknown reason, CloudFlare, the firewall we use, blocks the connection.', 'cloudflare-blocks-connection-message' ) . ' ' .
3720
+ $happy_to_resolve_issue_asap .
3721
+ ' %s',
3722
+ '<b>' . $this->get_plugin_name() . '</b>',
3723
+ sprintf(
3724
+ '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
3725
+ sprintf(
3726
+ '<a class="fs-resolve" data-type="cloudflare" href="#"><b>%s</b></a>%s',
3727
+ $fix_issue_title,
3728
+ ' - ' . sprintf(
3729
+ $fix_issue_desc,
3730
+ '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
3731
+ )
3732
+ ),
3733
+ sprintf(
3734
+ '<a href="%s" target="_blank"><b>%s</b></a> - %s',
3735
+ sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
3736
+ $install_previous_title,
3737
+ $install_previous_desc
3738
+ ),
3739
+ sprintf(
3740
+ '<a href="%s"><b>%s</b></a> - %s',
3741
+ 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 ),
3742
+ $deactivate_plugin_title,
3743
+ $deactivate_plugin_desc
3744
+ )
3745
+ )
3746
+ );
3747
+ break;
3748
+ case 'squid_cache_block':
3749
+ $message = sprintf(
3750
+ $x_requires_access_to_api . ' ' .
3751
+ $this->esc_html_inline( 'It looks like your server is using Squid ACL (access control lists), which blocks the connection.', 'squid-blocks-connection-message' ) .
3752
+ ' %s',
3753
+ '<b>' . $this->get_plugin_name() . '</b>',
3754
+ sprintf(
3755
+ '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
3756
+ sprintf(
3757
+ '<a class="fs-resolve" data-type="squid" href="#"><b>%s</b></a> - %s',
3758
+ $this->esc_html_inline( 'I don\'t know what is Squid or ACL, help me!', 'squid-no-clue-title' ),
3759
+ sprintf(
3760
+ $this->esc_html_inline( 'We\'ll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update.', 'squid-no-clue-desc' ),
3761
+ '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
3762
+ )
3763
+ ),
3764
+ sprintf(
3765
+ '<b>%s</b> - %s',
3766
+ $sysadmin_title,
3767
+ sprintf(
3768
+ $this->esc_html_inline( 'Great, please whitelist the following domains: %s. Once you are done, deactivate the %s and activate it again.', 'squid-sysadmin-desc' ),
3769
+ // We use a filter since the plugin might require additional API connectivity.
3770
+ '<b>' . implode( ', ', $this->apply_filters( 'api_domains', array(
3771
+ 'api.freemius.com',
3772
+ 'wp.freemius.com'
3773
+ ) ) ) . '</b>',
3774
+ $this->_module_type
3775
+ )
3776
+ ),
3777
+ sprintf(
3778
+ '<a href="%s"><b>%s</b></a> - %s',
3779
+ 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 ),
3780
+ $deactivate_plugin_title,
3781
+ $deactivate_plugin_desc
3782
+ )
3783
+ )
3784
+ );
3785
+ break;
3786
+ // default:
3787
+ // $message = $this->get_text_inline( 'connectivity-test-fails-message' );
3788
+ // break;
3789
+ }
3790
+ }
3791
+
3792
+ $message_id = 'failed_connect_api';
3793
+ $type = 'error';
3794
+
3795
+ $connectivity_test_fails_message = $this->esc_html_inline( 'From unknown reason, the API connectivity test failed.', 'connectivity-test-fails-message' );
3796
+
3797
+ if ( false === $message ) {
3798
+ if ( $is_first_failure ) {
3799
+ // First attempt failed.
3800
+ $message = sprintf(
3801
+ $x_requires_access_to_api . ' ' .
3802
+ $connectivity_test_fails_message . ' ' .
3803
+ $this->esc_html_inline( 'It\'s probably a temporary issue on our end. Just to be sure, with your permission, would it be o.k to run another connectivity test?', 'connectivity-test-maybe-temporary' ) . '<br><br>' .
3804
+ '%s',
3805
+ '<b>' . $this->get_plugin_name() . '</b>',
3806
+ sprintf(
3807
+ '<div id="fs_firewall_issue_options">%s %s</div>',
3808
+ sprintf(
3809
+ '<a class="button button-primary fs-resolve" data-type="retry_ping" href="#">%s</a>',
3810
+ $this->get_text_inline( 'Yes - do your thing', 'yes-do-your-thing' )
3811
+ ),
3812
+ sprintf(
3813
+ '<a href="%s" class="button">%s</a>',
3814
+ 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 ),
3815
+ $this->get_text_inline( 'No - just deactivate', 'no-deactivate' )
3816
+ )
3817
+ )
3818
+ );
3819
+
3820
+ $message_id = 'failed_connect_api_first';
3821
+ $type = 'promotion';
3822
+ } else {
3823
+ // Second connectivity attempt failed.
3824
+ $message = sprintf(
3825
+ $x_requires_access_to_api . ' ' .
3826
+ $connectivity_test_fails_message . ' ' .
3827
+ $happy_to_resolve_issue_asap .
3828
+ ' %s',
3829
+ '<b>' . $this->get_plugin_name() . '</b>',
3830
+ sprintf(
3831
+ '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
3832
+ sprintf(
3833
+ '<a class="fs-resolve" data-type="general" href="#"><b>%s</b></a>%s',
3834
+ $fix_issue_title,
3835
+ ' - ' . sprintf(
3836
+ $fix_issue_desc,
3837
+ '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
3838
+ )
3839
+ ),
3840
+ sprintf(
3841
+ '<a href="%s" target="_blank"><b>%s</b></a> - %s',
3842
+ sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
3843
+ $install_previous_title,
3844
+ $install_previous_desc
3845
+ ),
3846
+ sprintf(
3847
+ '<a href="%s"><b>%s</b></a> - %s',
3848
+ 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 ),
3849
+ $deactivate_plugin_title,
3850
+ $deactivate_plugin_desc
3851
+ )
3852
+ )
3853
+ );
3854
+ }
3855
+ }
3856
+
3857
+ $this->_admin_notices->add_sticky(
3858
+ $message,
3859
+ $message_id,
3860
+ $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
3861
+ $type
3862
+ );
3863
+ }
3864
+
3865
+ /**
3866
+ * Handle user request to resolve connectivity issue.
3867
+ * This method will send an email to Freemius API technical staff for resolution.
3868
+ * The email will contain server's info and installed plugins (might be caching issue).
3869
+ *
3870
+ * @author Vova Feldman (@svovaf)
3871
+ * @since 1.0.9
3872
+ */
3873
+ function _email_about_firewall_issue() {
3874
+ $this->_admin_notices->remove_sticky( 'failed_connect_api' );
3875
+
3876
+ $pong = $this->ping();
3877
+
3878
+ $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
3879
+
3880
+ if ( $is_connected ) {
3881
+ FS_GDPR_Manager::instance()->store_is_required( $pong->is_gdpr_required );
3882
+
3883
+ $this->store_connectivity_info( $pong, $is_connected );
3884
+
3885
+ echo $this->get_after_plugin_activation_redirect_url();
3886
+ exit;
3887
+ }
3888
+
3889
+ $current_user = self::_get_current_wp_user();
3890
+ $admin_email = $current_user->user_email;
3891
+
3892
+ $error_type = fs_request_get( 'error_type', 'general' );
3893
+
3894
+ switch ( $error_type ) {
3895
+ case 'squid':
3896
+ $title = 'Squid ACL Blocking Issue';
3897
+ break;
3898
+ case 'cloudflare':
3899
+ $title = 'CloudFlare Blocking Issue';
3900
+ break;
3901
+ default:
3902
+ $title = 'API Connectivity Issue';
3903
+ break;
3904
+ }
3905
+
3906
+ $custom_email_sections = array();
3907
+
3908
+ // Add 'API Error' custom email section.
3909
+ $custom_email_sections['api_error'] = array(
3910
+ 'title' => 'API Error',
3911
+ 'rows' => array(
3912
+ 'ping' => array(
3913
+ 'API Error',
3914
+ is_string( $pong ) ? htmlentities( $pong ) : json_encode( $pong )
3915
+ ),
3916
+ )
3917
+ );
3918
+
3919
+ // Send email with technical details to resolve API connectivity issues.
3920
+ $this->send_email(
3921
+ 'api@freemius.com', // recipient
3922
+ $title . ' [' . $this->get_plugin_name() . ']', // subject
3923
+ $custom_email_sections,
3924
+ array( "Reply-To: $admin_email <$admin_email>" ) // headers
3925
+ );
3926
+
3927
+ $this->_admin_notices->add_sticky(
3928
+ sprintf(
3929
+ $this->get_text_inline( 'Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience.', 'fix-request-sent-message' ),
3930
+ '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
3931
+ ),
3932
+ 'server_details_sent'
3933
+ );
3934
+
3935
+ // Action was taken, tell that API connectivity troubleshooting should be off now.
3936
+
3937
+ echo "1";
3938
+ exit;
3939
+ }
3940
+
3941
+ /**
3942
+ * Handle connectivity test retry approved by the user.
3943
+ *
3944
+ * @author Vova Feldman (@svovaf)
3945
+ * @since 1.1.7.4
3946
+ */
3947
+ function _retry_connectivity_test() {
3948
+ $this->_admin_notices->remove_sticky( 'failed_connect_api_first' );
3949
+
3950
+ $pong = $this->ping();
3951
+
3952
+ $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
3953
+
3954
+ if ( $is_connected ) {
3955
+ FS_GDPR_Manager::instance()->store_is_required( $pong->is_gdpr_required );
3956
+
3957
+ $this->store_connectivity_info( $pong, $is_connected );
3958
+
3959
+ echo $this->get_after_plugin_activation_redirect_url();
3960
+ } else {
3961
+ // Add connectivity issue message after 2nd failed attempt.
3962
+ $this->_add_connectivity_issue_message( $pong, false );
3963
+
3964
+ echo "1";
3965
+ }
3966
+
3967
+ exit;
3968
+ }
3969
+
3970
+ static function _add_firewall_issues_javascript() {
3971
+ $params = array();
3972
+ fs_require_once_template( 'firewall-issues-js.php', $params );
3973
+ }
3974
+
3975
+ #endregion
3976
+
3977
+ #----------------------------------------------------------------------------------
3978
+ #region Email
3979
+ #----------------------------------------------------------------------------------
3980
+
3981
+ /**
3982
+ * Generates and sends an HTML email with customizable sections.
3983
+ *
3984
+ * @author Leo Fajardo (@leorw)
3985
+ * @since 1.1.2
3986
+ *
3987
+ * @param string $to_address
3988
+ * @param string $subject
3989
+ * @param array $sections
3990
+ * @param array $headers
3991
+ *
3992
+ * @return bool Whether the email contents were sent successfully.
3993
+ */
3994
+ private function send_email(
3995
+ $to_address,
3996
+ $subject,
3997
+ $sections = array(),
3998
+ $headers = array()
3999
+ ) {
4000
+ $default_sections = $this->get_email_sections();
4001
+
4002
+ // Insert new sections or replace the default email sections.
4003
+ if ( is_array( $sections ) && ! empty( $sections ) ) {
4004
+ foreach ( $sections as $section_id => $custom_section ) {
4005
+ if ( ! isset( $default_sections[ $section_id ] ) ) {
4006
+ // If the section does not exist, add it.
4007
+ $default_sections[ $section_id ] = $custom_section;
4008
+ } else {
4009
+ // If the section already exists, override it.
4010
+ $current_section = $default_sections[ $section_id ];
4011
+
4012
+ // Replace the current section's title if a custom section title exists.
4013
+ if ( isset( $custom_section['title'] ) ) {
4014
+ $current_section['title'] = $custom_section['title'];
4015
+ }
4016
+
4017
+ // Insert new rows under the current section or replace the default rows.
4018
+ if ( isset( $custom_section['rows'] ) && is_array( $custom_section['rows'] ) && ! empty( $custom_section['rows'] ) ) {
4019
+ foreach ( $custom_section['rows'] as $row_id => $row ) {
4020
+ $current_section['rows'][ $row_id ] = $row;
4021
+ }
4022
+ }
4023
+
4024
+ $default_sections[ $section_id ] = $current_section;
4025
+ }
4026
+ }
4027
+ }
4028
+
4029
+ $vars = array( 'sections' => $default_sections );
4030
+ $message = fs_get_template( 'email.php', $vars );
4031
+
4032
+ // Set the type of email to HTML.
4033
+ $headers[] = 'Content-type: text/html; charset=UTF-8';
4034
+
4035
+ $header_string = implode( "\r\n", $headers );
4036
+
4037
+ return wp_mail(
4038
+ $to_address,
4039
+ $subject,
4040
+ $message,
4041
+ $header_string
4042
+ );
4043
+ }
4044
+
4045
+ /**
4046
+ * Generates the data for the sections of the email content.
4047
+ *
4048
+ * @author Leo Fajardo (@leorw)
4049
+ * @since 1.1.2
4050
+ *
4051
+ * @return array
4052
+ */
4053
+ private function get_email_sections() {
4054
+ // Retrieve the current user's information so that we can get the user's email, first name, and last name below.
4055
+ $current_user = self::_get_current_wp_user();
4056
+
4057
+ // Retrieve the cURL version information so that we can get the version number below.
4058
+ $curl_version_information = curl_version();
4059
+
4060
+ $active_plugin = self::get_active_plugins();
4061
+
4062
+ // Generate the list of active plugins separated by new line.
4063
+ $active_plugin_string = '';
4064
+ foreach ( $active_plugin as $plugin ) {
4065
+ $active_plugin_string .= sprintf(
4066
+ '<a href="%s">%s</a> [v%s]<br>',
4067
+ $plugin['PluginURI'],
4068
+ $plugin['Name'],
4069
+ $plugin['Version']
4070
+ );
4071
+ }
4072
+
4073
+ $server_ip = WP_FS__REMOTE_ADDR;
4074
+
4075
+ // Add PHP info for deeper investigation.
4076
+ ob_start();
4077
+ phpinfo();
4078
+ $php_info = ob_get_clean();
4079
+
4080
+ $api_domain = substr( FS_API__ADDRESS, strpos( FS_API__ADDRESS, ':' ) + 3 );
4081
+
4082
+ // Generate the default email sections.
4083
+ $sections = array(
4084
+ 'sdk' => array(
4085
+ 'title' => 'SDK',
4086
+ 'rows' => array(
4087
+ 'fs_version' => array( 'FS Version', $this->version ),
4088
+ 'curl_version' => array( 'cURL Version', $curl_version_information['version'] )
4089
+ )
4090
+ ),
4091
+ 'plugin' => array(
4092
+ 'title' => ucfirst( $this->get_module_type() ),
4093
+ 'rows' => array(
4094
+ 'name' => array( 'Name', $this->get_plugin_name() ),
4095
+ 'version' => array( 'Version', $this->get_plugin_version() )
4096
+ )
4097
+ ),
4098
+ 'api' => array(
4099
+ 'title' => 'API Subdomain',
4100
+ 'rows' => array(
4101
+ 'dns' => array(
4102
+ 'DNS_CNAME',
4103
+ function_exists( 'dns_get_record' ) ?
4104
+ var_export( dns_get_record( $api_domain, DNS_CNAME ), true ) :
4105
+ 'dns_get_record() disabled/blocked'
4106
+ ),
4107
+ 'ip' => array(
4108
+ 'IP',
4109
+ function_exists( 'gethostbyname' ) ?
4110
+ gethostbyname( $api_domain ) :
4111
+ 'gethostbyname() disabled/blocked'
4112
+ ),
4113
+ ),
4114
+ ),
4115
+ 'site' => array(
4116
+ 'title' => 'Site',
4117
+ 'rows' => array(
4118
+ 'unique_id' => array( 'Unique ID', $this->get_anonymous_id() ),
4119
+ 'address' => array( 'Address', site_url() ),
4120
+ 'host' => array(
4121
+ 'HTTP_HOST',
4122
+ ( ! empty( $_SERVER['HTTP_HOST'] ) ? $_SERVER['HTTP_HOST'] : '' )
4123
+ ),
4124
+ 'hosting' => array(
4125
+ 'Hosting Company' => fs_request_has( 'hosting_company' ) ?
4126
+ fs_request_get( 'hosting_company' ) :
4127
+ 'Unknown',
4128
+ ),
4129
+ 'server_addr' => array(
4130
+ 'SERVER_ADDR',
4131
+ '<a href="http://www.projecthoneypot.org/ip_' . $server_ip . '">' . $server_ip . '</a>'
4132
+ )
4133
+ )
4134
+ ),
4135
+ 'user' => array(
4136
+ 'title' => 'User',
4137
+ 'rows' => array(
4138
+ 'email' => array( 'Email', $current_user->user_email ),
4139
+ 'first' => array( 'First', $current_user->user_firstname ),
4140
+ 'last' => array( 'Last', $current_user->user_lastname )
4141
+ )
4142
+ ),
4143
+ 'plugins' => array(
4144
+ 'title' => 'Plugins',
4145
+ 'rows' => array(
4146
+ 'active_plugins' => array( 'Active Plugins', $active_plugin_string )
4147
+ )
4148
+ ),
4149
+ 'php_info' => array(
4150
+ 'title' => 'PHP Info',
4151
+ 'rows' => array(
4152
+ 'info' => array( $php_info )
4153
+ ),
4154
+ )
4155
+ );
4156
+
4157
+ // Allow the sections to be modified by other code.
4158
+ $sections = $this->apply_filters( 'email_template_sections', $sections );
4159
+
4160
+ return $sections;
4161
+ }
4162
+
4163
+ #endregion
4164
+
4165
+ #----------------------------------------------------------------------------------
4166
+ #region Initialization
4167
+ #----------------------------------------------------------------------------------
4168
+
4169
+ /**
4170
+ * Init plugin's Freemius instance.
4171
+ *
4172
+ * @author Vova Feldman (@svovaf)
4173
+ * @since 1.0.1
4174
+ *
4175
+ * @param number $id
4176
+ * @param string $public_key
4177
+ * @param bool $is_live
4178
+ * @param bool $is_premium
4179
+ */
4180
+ function init( $id, $public_key, $is_live = true, $is_premium = true ) {
4181
+ $this->_logger->entrance();
4182
+
4183
+ $this->dynamic_init( array(
4184
+ 'id' => $id,
4185
+ 'public_key' => $public_key,
4186
+ 'is_live' => $is_live,
4187
+ 'is_premium' => $is_premium,
4188
+ ) );
4189
+ }
4190
+
4191
+ /**
4192
+ * Dynamic initiator, originally created to support initiation
4193
+ * with parent_id for add-ons.
4194
+ *
4195
+ * @author Vova Feldman (@svovaf)
4196
+ * @since 1.0.6
4197
+ *
4198
+ * @param array $plugin_info
4199
+ *
4200
+ * @throws Freemius_Exception
4201
+ */
4202
+ function dynamic_init( array $plugin_info ) {
4203
+ $this->_logger->entrance();
4204
+
4205
+ $this->parse_settings( $plugin_info );
4206
+
4207
+ if ( is_admin() && $this->is_theme() && $this->is_premium() && ! $this->has_active_valid_license() ) {
4208
+ $this->add_ajax_action(
4209
+ 'delete_theme_update_data',
4210
+ array( &$this, '_delete_theme_update_data_action' )
4211
+ );
4212
+ }
4213
+
4214
+ if ( ! self::is_ajax() ) {
4215
+ if ( ! $this->is_addon() || $this->is_only_premium() ) {
4216
+ add_action(
4217
+ ( $this->_is_network_active && fs_is_network_admin() ? 'network_' : '' ) . 'admin_menu',
4218
+ array( &$this, '_prepare_admin_menu' ),
4219
+ WP_FS__LOWEST_PRIORITY
4220
+ );
4221
+ }
4222
+ }
4223
+
4224
+ if ( $this->should_stop_execution() ) {
4225
+ return;
4226
+ }
4227
+
4228
+ if ( ! $this->is_registered() ) {
4229
+ if ( $this->is_anonymous() ) {
4230
+ // If user skipped, no need to test connectivity.
4231
+ $this->_has_api_connection = true;
4232
+ $this->_is_on = true;
4233
+ } else {
4234
+ if ( ! $this->has_api_connectivity() ) {
4235
+ if ( $this->_admin_notices->has_sticky( 'failed_connect_api_first' ) ||
4236
+ $this->_admin_notices->has_sticky( 'failed_connect_api' )
4237
+ ) {
4238
+ if ( ! $this->_enable_anonymous || $this->is_premium() ) {
4239
+ // If anonymous mode is disabled, add firewall admin-notice message.
4240
+ add_action( 'admin_footer', array( 'Freemius', '_add_firewall_issues_javascript' ) );
4241
+
4242
+ $ajax_action_suffix = $this->_slug . ( $this->is_theme() ? ':theme' : '' );
4243
+ add_action( "wp_ajax_fs_resolve_firewall_issues_{$ajax_action_suffix}", array(
4244
+ &$this,
4245
+ '_email_about_firewall_issue'
4246
+ ) );
4247
+
4248
+ add_action( "wp_ajax_fs_retry_connectivity_test_{$ajax_action_suffix}", array(
4249
+ &$this,
4250
+ '_retry_connectivity_test'
4251
+ ) );
4252
+
4253
+ /**
4254
+ * Currently the admin notice manager relies on the module's type and slug. The new AJAX actions manager uses module IDs, hence, consider to replace the if block above with the commented code below after adjusting the admin notices manager to work with module IDs.
4255
+ *
4256
+ * @author Vova Feldman (@svovaf)
4257
+ * @since 2.0.0
4258
+ */
4259
+ /*$this->add_ajax_action( 'resolve_firewall_issues', array(
4260
+ &$this,
4261
+ '_email_about_firewall_issue'
4262
+ ) );
4263
+
4264
+ $this->add_ajax_action( 'retry_connectivity_test', array(
4265
+ &$this,
4266
+ '_retry_connectivity_test'
4267
+ ) );*/
4268
+ }
4269
+ }
4270
+
4271
+ return;
4272
+ } else {
4273
+ $this->_admin_notices->remove_sticky( array(
4274
+ 'failed_connect_api_first',
4275
+ 'failed_connect_api',
4276
+ ) );
4277
+
4278
+ if ( $this->_anonymous_mode ) {
4279
+ // Simulate anonymous mode.
4280
+ $this->_is_anonymous = true;
4281
+ }
4282
+ }
4283
+ }
4284
+ }
4285
+
4286
+ /**
4287
+ * This should be executed even if Freemius is off for the core module,
4288
+ * otherwise, the add-ons dialogbox won't work properly. This is esepcially
4289
+ * relevant when the developer decided to turn FS off for existing users.
4290
+ *
4291
+ * @author Vova Feldman (@svovaf)
4292
+ */
4293
+ if ( $this->is_user_in_admin() &&
4294
+ 'plugin-information' === fs_request_get( 'tab', false ) &&
4295
+ $this->should_use_freemius_updater_and_dialog() &&
4296
+ (
4297
+ ( $this->is_addon() && $this->get_slug() == fs_request_get( 'plugin', false ) ) ||
4298
+ ( $this->has_addons() && $this->get_id() == fs_request_get( 'parent_plugin_id', false ) )
4299
+ )
4300
+ ) {
4301
+ require_once WP_FS__DIR_INCLUDES . '/fs-plugin-info-dialog.php';
4302
+
4303
+ new FS_Plugin_Info_Dialog( $this->is_addon() ? $this->get_parent_instance() : $this );
4304
+ }
4305
+
4306
+ // Check if Freemius is on for the current plugin.
4307
+ // This MUST be executed after all the plugin variables has been loaded.
4308
+ if ( ! $this->is_registered() && ! $this->is_on() ) {
4309
+ return;
4310
+ }
4311
+
4312
+ if ( $this->has_api_connectivity() ) {
4313
+ if ( self::is_cron() ) {
4314
+ $this->hook_callback_to_sync_cron();
4315
+ } else if ( $this->is_user_in_admin() ) {
4316
+ /**
4317
+ * Schedule daily data sync cron if:
4318
+ *
4319
+ * 1. User opted-in (for tracking).
4320
+ * 2. If skipped, but later upgraded (opted-in via upgrade).
4321
+ *
4322
+ * @author Vova Feldman (@svovaf)
4323
+ * @since 1.1.7.3
4324
+ *
4325
+ */
4326
+ if ( $this->is_registered() ) {
4327
+ if ( ! $this->is_sync_cron_on() && $this->is_tracking_allowed() ) {
4328
+ $this->schedule_sync_cron();
4329
+ }
4330
+ }
4331
+
4332
+ /**
4333
+ * Check if requested for manual blocking background sync.
4334
+ */
4335
+ if ( fs_request_has( 'background_sync' ) ) {
4336
+ $this->run_manual_sync();
4337
+ }
4338
+ }
4339
+ }
4340
+
4341
+ if ( $this->is_registered() ) {
4342
+ $this->hook_callback_to_install_sync();
4343
+ }
4344
+
4345
+ if ( $this->is_addon() ) {
4346
+ if ( $this->is_parent_plugin_installed() ) {
4347
+ // Link to parent FS.
4348
+ $this->_parent = self::get_instance_by_id( $this->_plugin->parent_plugin_id );
4349
+
4350
+ // Get parent plugin reference.
4351
+ $this->_parent_plugin = $this->_parent->get_plugin();
4352
+ }
4353
+ }
4354
+
4355
+ if ( $this->is_user_in_admin() ) {
4356
+ if ( $this->is_addon() ) {
4357
+ if ( ! $this->is_parent_plugin_installed() ) {
4358
+ $parent_name = $this->get_option( $plugin_info, 'parent_name', null );
4359
+
4360
+ if ( isset( $plugin_info['parent'] ) ) {
4361
+ $parent_name = $this->get_option( $plugin_info['parent'], 'name', null );
4362
+ }
4363
+
4364
+ $this->_admin_notices->add(
4365
+ ( ! empty( $parent_name ) ?
4366
+ sprintf( $this->get_text_x_inline( '%s cannot run without %s.', 'addonX cannot run without pluginY', 'addon-x-cannot-run-without-y' ), $this->get_plugin_name(), $parent_name ) :
4367
+ sprintf( $this->get_text_x_inline( '%s cannot run without the plugin.', 'addonX cannot run...', 'addon-x-cannot-run-without-parent' ), $this->get_plugin_name() )
4368
+ ),
4369
+ $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
4370
+ 'error'
4371
+ );
4372
+
4373
+ return;
4374
+ } else {
4375
+ if ( $this->_parent->is_registered() && ! $this->is_registered() ) {
4376
+ // If parent plugin activated, automatically install add-on for the user.
4377
+ $this->_activate_addon_account( $this->_parent );
4378
+ } else if ( ! $this->_parent->is_registered() && $this->is_registered() ) {
4379
+ // If add-on activated and parent not, automatically install parent for the user.
4380
+ $this->activate_parent_account( $this->_parent );
4381
+ }
4382
+
4383
+ // @todo This should be only executed on activation. It should be migrated to register_activation_hook() together with other activation related logic.
4384
+ if ( $this->is_premium() ) {
4385
+ // Remove add-on download admin-notice.
4386
+ $this->_parent->_admin_notices->remove_sticky( array(
4387
+ 'addon_plan_upgraded_' . $this->_slug,
4388
+ 'no_addon_license_' . $this->_slug,
4389
+ ) );
4390
+ }
4391
+
4392
+ // $this->deactivate_premium_only_addon_without_license();
4393
+ }
4394
+ }
4395
+
4396
+ add_action( 'admin_init', array( &$this, '_admin_init_action' ) );
4397
+
4398
+ // if ( $this->is_registered() ||
4399
+ // $this->is_anonymous() ||
4400
+ // $this->is_pending_activation()
4401
+ // ) {
4402
+ // $this->_init_admin();
4403
+ // }
4404
+ }
4405
+
4406
+ /**
4407
+ * Should be called outside `$this->is_user_in_admin()` scope
4408
+ * because the updater has some logic that needs to be executed
4409
+ * during AJAX calls.
4410
+ *
4411
+ * Currently we need to hook to the `http_request_host_is_external` filter.
4412
+ * In the future, there might be additional logic added.
4413
+ *
4414
+ * @author Vova Feldman
4415
+ * @since 1.2.1.6
4416
+ */
4417
+ if (
4418
+ $this->should_use_freemius_updater_and_dialog() &&
4419
+ (
4420
+ $this->is_premium() ||
4421
+ /**
4422
+ * If not premium but the premium version is installed, also instantiate the updater so that the
4423
+ * plugin information dialog of the premium version will have the information from the server.
4424
+ *
4425
+ * @author Leo Fajardo (@leorw)
4426
+ * @since 2.2.3
4427
+ */
4428
+ ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $this->premium_plugin_basename() ) ) )
4429
+ ) &&
4430
+ $this->has_release_on_freemius()
4431
+ ) {
4432
+ FS_Plugin_Updater::instance( $this );
4433
+ }
4434
+
4435
+ $this->do_action( 'initiated' );
4436
+
4437
+ if ( $this->_storage->prev_is_premium !== $this->_plugin->is_premium ) {
4438
+ if ( isset( $this->_storage->prev_is_premium ) ) {
4439
+ $this->apply_filters(
4440
+ 'after_code_type_change',
4441
+ // New code type.
4442
+ $this->_plugin->is_premium
4443
+ );
4444
+ } else {
4445
+ // Set for code type for the first time.
4446
+ $this->_storage->prev_is_premium = $this->_plugin->is_premium;
4447
+ }
4448
+ }
4449
+
4450
+ if ( ! $this->is_addon() ) {
4451
+ if ( $this->is_registered() ) {
4452
+ // Fix for upgrade from versions < 1.0.9.
4453
+ if ( ! isset( $this->_storage->activation_timestamp ) ) {
4454
+ $this->_storage->activation_timestamp = WP_FS__SCRIPT_START_TIME;
4455
+ }
4456
+
4457
+ $this->do_action( 'after_init_plugin_registered' );
4458
+ } else if ( $this->is_anonymous() ) {
4459
+ $this->do_action( 'after_init_plugin_anonymous' );
4460
+ } else if ( $this->is_pending_activation() ) {
4461
+ $this->do_action( 'after_init_plugin_pending_activations' );
4462
+ }
4463
+ } else {
4464
+ if ( $this->is_registered() ) {
4465
+ $this->do_action( 'after_init_addon_registered' );
4466
+ } else if ( $this->is_anonymous() ) {
4467
+ $this->do_action( 'after_init_addon_anonymous' );
4468
+ } else if ( $this->is_pending_activation() ) {
4469
+ $this->do_action( 'after_init_addon_pending_activations' );
4470
+ }
4471
+ }
4472
+ }
4473
+
4474
+ /**
4475
+ * @author Leo Fajardo (@leorw)
4476
+ * @since 2.2.3
4477
+ *
4478
+ * @return bool
4479
+ */
4480
+ private function should_use_freemius_updater_and_dialog() {
4481
+ return (
4482
+ /**
4483
+ * Unless the `fs_allow_updater_and_dialog` URL param exists and its value is `true`, disallow updater
4484
+ * and dialog on the "Add Plugins" admin page (/plugin-install.php) so that they won't interfere with
4485
+ * the .org plugins' functionalities on that page (e.g. installation and viewing plugin details from
4486
+ * .org).
4487
+ */
4488
+ ( ! self::is_plugin_install_page() || true === fs_request_get_bool( 'fs_allow_updater_and_dialog' ) ) &&
4489
+ // Disallow updater and dialog when installing a plugin, otherwise .org "add-on" plugins will be affected.
4490
+ ( 'install-plugin' !== fs_request_get( 'action' ) )
4491
+ );
4492
+ }
4493
+
4494
+ /**
4495
+ * @author Leo Fajardo (@leorw)
4496
+ *
4497
+ * @since 1.2.1.5
4498
+ */
4499
+ function _stop_tracking_callback() {
4500
+ $this->_logger->entrance();
4501
+
4502
+ $this->check_ajax_referer( 'stop_tracking' );
4503
+
4504
+ $result = $this->stop_tracking( fs_is_network_admin() );
4505
+
4506
+ if ( true === $result ) {
4507
+ self::shoot_ajax_success();
4508
+ }
4509
+
4510
+ $this->_logger->api_error( $result );
4511
+
4512
+ self::shoot_ajax_failure(
4513
+ sprintf( $this->get_text_inline( 'Unexpected API error. Please contact the %s\'s author with the following error.', 'unexpected-api-error' ), $this->_module_type ) .
4514
+ ( $this->is_api_error( $result ) && isset( $result->error ) ?
4515
+ $result->error->message :
4516
+ var_export( $result, true ) )
4517
+ );
4518
+ }
4519
+
4520
+ /**
4521
+ * @author Leo Fajardo (@leorw)
4522
+ * @since 1.2.1.5
4523
+ */
4524
+ function _allow_tracking_callback() {
4525
+ $this->_logger->entrance();
4526
+
4527
+ $this->check_ajax_referer( 'allow_tracking' );
4528
+
4529
+ $result = $this->allow_tracking( fs_is_network_admin() );
4530
+
4531
+ if ( true === $result ) {
4532
+ self::shoot_ajax_success();
4533
+ }
4534
+
4535
+ $this->_logger->api_error( $result );
4536
+
4537
+ self::shoot_ajax_failure(
4538
+ sprintf( $this->get_text_inline( 'Unexpected API error. Please contact the %s\'s author with the following error.', 'unexpected-api-error' ), $this->_module_type ) .
4539
+ ( $this->is_api_error( $result ) && isset( $result->error ) ?
4540
+ $result->error->message :
4541
+ var_export( $result, true ) )
4542
+ );
4543
+ }
4544
+
4545
+ /**
4546
+ * Opt-out from usage tracking.
4547
+ *
4548
+ * Note: This will not delete the account information but will stop all tracking.
4549
+ *
4550
+ * Returns:
4551
+ * 1. FALSE - If the user never opted-in.
4552
+ * 2. TRUE - If successfully opted-out.
4553
+ * 3. object - API result on failure.
4554
+ *
4555
+ * @author Leo Fajardo (@leorw)
4556
+ * @since 1.2.1.5
4557
+ *
4558
+ * @return bool|object
4559
+ */
4560
+ function stop_site_tracking() {
4561
+ $this->_logger->entrance();
4562
+
4563
+ if ( ! $this->is_registered() ) {
4564
+ // User never opted-in.
4565
+ return false;
4566
+ }
4567
+
4568
+ if ( $this->is_tracking_prohibited() ) {
4569
+ // Already disconnected.
4570
+ return true;
4571
+ }
4572
+
4573
+ // Send update to FS.
4574
+ $result = $this->get_api_site_scope()->call( '/?fields=is_disconnected', 'put', array(
4575
+ 'is_disconnected' => true
4576
+ ) );
4577
+
4578
+ if ( ! $this->is_api_result_entity( $result ) ||
4579
+ ! isset( $result->is_disconnected ) ||
4580
+ ! $result->is_disconnected
4581
+ ) {
4582
+ $this->_logger->api_error( $result );
4583
+
4584
+ return $result;
4585
+ }
4586
+
4587
+ $this->_site->is_disconnected = $result->is_disconnected;
4588
+ $this->_store_site();
4589
+
4590
+ $this->clear_sync_cron();
4591
+
4592
+ // Successfully disconnected.
4593
+ return true;
4594
+ }
4595
+
4596
+ /**
4597
+ * Opt-out network from usage tracking.
4598
+ *
4599
+ * Note: This will not delete the account information but will stop all tracking.
4600
+ *
4601
+ * Returns:
4602
+ * 1. FALSE - If the user never opted-in.
4603
+ * 2. TRUE - If successfully opted-out.
4604
+ * 3. object - API result on failure.
4605
+ *
4606
+ * @author Leo Fajardo (@leorw)
4607
+ * @since 1.2.1.5
4608
+ *
4609
+ * @return bool|object
4610
+ */
4611
+ function stop_network_tracking() {
4612
+ $this->_logger->entrance();
4613
+
4614
+ if ( ! $this->is_registered() ) {
4615
+ // User never opted-in.
4616
+ return false;
4617
+ }
4618
+
4619
+ $install_id_2_blog_id = array();
4620
+ $installs_map = $this->get_blog_install_map();
4621
+
4622
+ $opt_out_all = true;
4623
+
4624
+ $params = array();
4625
+ foreach ( $installs_map as $blog_id => $install ) {
4626
+ if ( $install->is_tracking_prohibited() ) {
4627
+ // Already opted-out.
4628
+ continue;
4629
+ }
4630
+
4631
+ if ( $this->is_site_delegated_connection( $blog_id ) ) {
4632
+ // Opt-out only from non-delegated installs.
4633
+ $opt_out_all = false;
4634
+ continue;
4635
+ }
4636
+
4637
+ $params[] = array( 'id' => $install->id );
4638
+
4639
+ $install_id_2_blog_id[ $install->id ] = $blog_id;
4640
+ }
4641
+
4642
+ if ( empty( $install_id_2_blog_id ) ) {
4643
+ return true;
4644
+ }
4645
+
4646
+ $params[] = array( 'is_disconnected' => true );
4647
+
4648
+ // Send update to FS.
4649
+ $result = $this->get_current_or_network_user_api_scope()->call( "/plugins/{$this->_module_id}/installs.json", 'put', $params );
4650
+
4651
+ if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
4652
+ $this->_logger->api_error( $result );
4653
+
4654
+ return $result;
4655
+ }
4656
+
4657
+ foreach ( $result->installs as $r_install ) {
4658
+ $blog_id = $install_id_2_blog_id[ $r_install->id ];
4659
+ $install = $installs_map[ $blog_id ];
4660
+ $install->is_disconnected = $r_install->is_disconnected;
4661
+ $this->_store_site( true, $blog_id, $install );
4662
+ }
4663
+
4664
+ $this->clear_sync_cron( $opt_out_all );
4665
+
4666
+ // Successfully disconnected.
4667
+ return true;
4668
+ }
4669
+
4670
+ /**
4671
+ * Opt-out from usage tracking.
4672
+ *
4673
+ * Note: This will not delete the account information but will stop all tracking.
4674
+ *
4675
+ * Returns:
4676
+ * 1. FALSE - If the user never opted-in.
4677
+ * 2. TRUE - If successfully opted-out.
4678
+ * 3. object - API result on failure.
4679
+ *
4680
+ * @author Leo Fajardo (@leorw)
4681
+ * @since 1.2.1.5
4682
+ *
4683
+ * @param bool $is_network_action
4684
+ *
4685
+ * @return bool|object
4686
+ */
4687
+ function stop_tracking( $is_network_action = false ) {
4688
+ $this->_logger->entrance();
4689
+
4690
+ return $is_network_action ?
4691
+ $this->stop_network_tracking() :
4692
+ $this->stop_site_tracking();
4693
+ }
4694
+
4695
+ /**
4696
+ * Opt-in back into usage tracking.
4697
+ *
4698
+ * Note: This will only work if the user opted-in previously.
4699
+ *
4700
+ * Returns:
4701
+ * 1. FALSE - If the user never opted-in.
4702
+ * 2. TRUE - If successfully opted-in back to usage tracking.
4703
+ * 3. object - API result on failure.
4704
+ *
4705
+ * @author Leo Fajardo (@leorw)
4706
+ * @since 1.2.1.5
4707
+ *
4708
+ * @return bool|object
4709
+ */
4710
+ function allow_site_tracking() {
4711
+ $this->_logger->entrance();
4712
+
4713
+ if ( ! $this->is_registered() ) {
4714
+ // User never opted-in.
4715
+ return false;
4716
+ }
4717
+
4718
+ if ( $this->is_tracking_allowed() ) {
4719
+ // Tracking already allowed.
4720
+ return true;
4721
+ }
4722
+
4723
+ $result = $this->get_api_site_scope()->call( '/?is_disconnected', 'put', array(
4724
+ 'is_disconnected' => false
4725
+ ) );
4726
+
4727
+ if ( ! $this->is_api_result_entity( $result ) ||
4728
+ ! isset( $result->is_disconnected ) ||
4729
+ $result->is_disconnected
4730
+ ) {
4731
+ $this->_logger->api_error( $result );
4732
+
4733
+ return $result;
4734
+ }
4735
+
4736
+ $this->_site->is_disconnected = $result->is_disconnected;
4737
+ $this->_store_site();
4738
+
4739
+ $this->schedule_sync_cron();
4740
+
4741
+ // Successfully reconnected.
4742
+ return true;
4743
+ }
4744
+
4745
+ /**
4746
+ * Opt-in network back into usage tracking.
4747
+ *
4748
+ * Note: This will only work if the user opted-in previously.
4749
+ *
4750
+ * Returns:
4751
+ * 1. FALSE - If the user never opted-in.
4752
+ * 2. TRUE - If successfully opted-in back to usage tracking.
4753
+ * 3. object - API result on failure.
4754
+ *
4755
+ * @author Leo Fajardo (@leorw)
4756
+ * @since 1.2.1.5
4757
+ *
4758
+ * @return bool|object
4759
+ */
4760
+ function allow_network_tracking() {
4761
+ $this->_logger->entrance();
4762
+
4763
+ if ( ! $this->is_registered() ) {
4764
+ // User never opted-in.
4765
+ return false;
4766
+ }
4767
+
4768
+ $install_id_2_blog_id = array();
4769
+ $installs_map = $this->get_blog_install_map();
4770
+
4771
+ $params = array();
4772
+ foreach ( $installs_map as $blog_id => $install ) {
4773
+ if ( $install->is_tracking_allowed() ) {
4774
+ continue;
4775
+ }
4776
+
4777
+ $params[] = array( 'id' => $install->id );
4778
+
4779
+ $install_id_2_blog_id[ $install->id ] = $blog_id;
4780
+ }
4781
+
4782
+ if ( empty( $install_id_2_blog_id ) ) {
4783
+ return true;
4784
+ }
4785
+
4786
+ $params[] = array( 'is_disconnected' => false );
4787
+
4788
+ // Send update to FS.
4789
+ $result = $this->get_current_or_network_user_api_scope()->call( "/plugins/{$this->_module_id}/installs.json", 'put', $params );
4790
+
4791
+
4792
+ if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
4793
+ $this->_logger->api_error( $result );
4794
+
4795
+ return $result;
4796
+ }
4797
+
4798
+ foreach ( $result->installs as $r_install ) {
4799
+ $blog_id = $install_id_2_blog_id[ $r_install->id ];
4800
+ $install = $installs_map[ $blog_id ];
4801
+ $install->is_disconnected = $r_install->is_disconnected;
4802
+ $this->_store_site( true, $blog_id, $install );
4803
+ }
4804
+
4805
+ $this->schedule_sync_cron();
4806
+
4807
+ // Successfully reconnected.
4808
+ return true;
4809
+ }
4810
+
4811
+ /**
4812
+ * Opt-in back into usage tracking.
4813
+ *
4814
+ * Note: This will only work if the user opted-in previously.
4815
+ *
4816
+ * Returns:
4817
+ * 1. FALSE - If the user never opted-in.
4818
+ * 2. TRUE - If successfully opted-in back to usage tracking.
4819
+ * 3. object - API result on failure.
4820
+ *
4821
+ * @author Leo Fajardo (@leorw)
4822
+ * @since 1.2.1.5
4823
+ *
4824
+ * @param bool $is_network_action
4825
+ *
4826
+ * @return bool|object
4827
+ */
4828
+ function allow_tracking( $is_network_action = false ) {
4829
+ $this->_logger->entrance();
4830
+
4831
+ return $is_network_action ?
4832
+ $this->allow_network_tracking() :
4833
+ $this->allow_site_tracking();
4834
+ }
4835
+
4836
+ /**
4837
+ * If user opted-in and later disabled usage-tracking,
4838
+ * re-allow tracking for licensing and updates.
4839
+ *
4840
+ * @author Leo Fajardo (@leorw)
4841
+ * @since 1.2.1.5
4842
+ *
4843
+ * @param bool $is_context_single_site
4844
+ */
4845
+ private function reconnect_locally( $is_context_single_site = false ) {
4846
+ $this->_logger->entrance();
4847
+
4848
+ if ( ! $this->is_registered() ) {
4849
+ return;
4850
+ }
4851
+
4852
+ if ( ! fs_is_network_admin() || $is_context_single_site ) {
4853
+ if ( $this->is_tracking_prohibited() ) {
4854
+ $this->_site->is_disconnected = false;
4855
+ $this->_store_site();
4856
+ }
4857
+ } else {
4858
+ $installs_map = $this->get_blog_install_map();
4859
+ foreach ( $installs_map as $blog_id => $install ) {
4860
+ /**
4861
+ * @var FS_Site $install
4862
+ */
4863
+ if ( $install->is_tracking_prohibited() ) {
4864
+ $install->is_disconnected = false;
4865
+ $this->_store_site( true, $blog_id, $install );
4866
+ }
4867
+ }
4868
+ }
4869
+ }
4870
+
4871
+ /**
4872
+ * Parse plugin's settings (as defined by the plugin dev).
4873
+ *
4874
+ * @author Vova Feldman (@svovaf)
4875
+ * @since 1.1.7.3
4876
+ *
4877
+ * @param array $plugin_info
4878
+ *
4879
+ * @throws \Freemius_Exception
4880
+ */
4881
+ private function parse_settings( &$plugin_info ) {
4882
+ $this->_logger->entrance();
4883
+
4884
+ $id = $this->get_numeric_option( $plugin_info, 'id', false );
4885
+ $public_key = $this->get_option( $plugin_info, 'public_key', false );
4886
+ $secret_key = $this->get_option( $plugin_info, 'secret_key', null );
4887
+ $parent_id = $this->get_numeric_option( $plugin_info, 'parent_id', null );
4888
+ $parent_name = $this->get_option( $plugin_info, 'parent_name', null );
4889
+
4890
+ /**
4891
+ * @author Vova Feldman (@svovaf)
4892
+ * @since 1.1.9 Try to pull secret key from external config.
4893
+ */
4894
+ if ( is_null( $secret_key ) && defined( "WP_FS__{$this->_slug}_SECRET_KEY" ) ) {
4895
+ $secret_key = constant( "WP_FS__{$this->_slug}_SECRET_KEY" );
4896
+ }
4897
+
4898
+ if ( isset( $plugin_info['parent'] ) ) {
4899
+ $parent_id = $this->get_numeric_option( $plugin_info['parent'], 'id', null );
4900
+ // $parent_slug = $this->get_option( $plugin_info['parent'], 'slug', null );
4901
+ // $parent_public_key = $this->get_option( $plugin_info['parent'], 'public_key', null );
4902
+ // $parent_name = $this->get_option( $plugin_info['parent'], 'name', null );
4903
+ }
4904
+
4905
+ if ( false === $id ) {
4906
+ throw new Freemius_Exception( array(
4907
+ 'error' => array(
4908
+ 'type' => 'ParameterNotSet',
4909
+ 'message' => 'Plugin id parameter is not set.',
4910
+ 'code' => 'plugin_id_not_set',
4911
+ 'http' => 500,
4912
+ )
4913
+ ) );
4914
+ }
4915
+ if ( false === $public_key ) {
4916
+ throw new Freemius_Exception( array(
4917
+ 'error' => array(
4918
+ 'type' => 'ParameterNotSet',
4919
+ 'message' => 'Plugin public_key parameter is not set.',
4920
+ 'code' => 'plugin_public_key_not_set',
4921
+ 'http' => 500,
4922
+ )
4923
+ ) );
4924
+ }
4925
+
4926
+ $plugin = ( $this->_plugin instanceof FS_Plugin ) ?
4927
+ $this->_plugin :
4928
+ new FS_Plugin();
4929
+
4930
+ $premium_suffix = $this->get_option( $plugin_info, 'premium_suffix', '(Premium)' );
4931
+
4932
+ $plugin->update( array(
4933
+ 'id' => $id,
4934
+ 'type' => $this->get_option( $plugin_info, 'type', $this->_module_type ),
4935
+ 'public_key' => $public_key,
4936
+ 'slug' => $this->_slug,
4937
+ 'premium_slug' => $this->get_option( $plugin_info, 'premium_slug', "{$this->_slug}-premium" ),
4938
+ 'parent_plugin_id' => $parent_id,
4939
+ 'version' => $this->get_plugin_version(),
4940
+ 'title' => $this->get_plugin_name( $premium_suffix ),
4941
+ 'file' => $this->_plugin_basename,
4942
+ 'is_premium' => $this->get_bool_option( $plugin_info, 'is_premium', true ),
4943
+ 'premium_suffix' => $premium_suffix,
4944
+ 'is_live' => $this->get_bool_option( $plugin_info, 'is_live', true ),
4945
+ 'affiliate_moderation' => $this->get_option( $plugin_info, 'has_affiliation' ),
4946
+ ) );
4947
+
4948
+ if ( $plugin->is_updated() ) {
4949
+ // Update plugin details.
4950
+ $this->_plugin = FS_Plugin_Manager::instance( $this->_module_id )->store( $plugin );
4951
+ }
4952
+ // Set the secret key after storing the plugin, we don't want to store the key in the storage.
4953
+ $this->_plugin->secret_key = $secret_key;
4954
+
4955
+ if ( ! isset( $plugin_info['menu'] ) ) {
4956
+ $plugin_info['menu'] = array();
4957
+
4958
+ if ( ! empty( $this->_storage->sdk_last_version ) &&
4959
+ version_compare( $this->_storage->sdk_last_version, '1.1.2', '<=' )
4960
+ ) {
4961
+ // Backward compatibility to 1.1.2
4962
+ $plugin_info['menu']['slug'] = isset( $plugin_info['menu_slug'] ) ?
4963
+ $plugin_info['menu_slug'] :
4964
+ $this->_slug;
4965
+ }
4966
+ }
4967
+
4968
+ $this->_menu = FS_Admin_Menu_Manager::instance(
4969
+ $this->_module_id,
4970
+ $this->_module_type,
4971
+ $this->get_unique_affix()
4972
+ );
4973
+
4974
+ $this->_menu->init( $plugin_info['menu'], $this->is_addon() );
4975
+
4976
+ $this->_has_addons = $this->get_bool_option( $plugin_info, 'has_addons', false );
4977
+ $this->_has_paid_plans = $this->get_bool_option( $plugin_info, 'has_paid_plans', true );
4978
+ $this->_has_premium_version = $this->get_bool_option( $plugin_info, 'has_premium_version', $this->_has_paid_plans );
4979
+ $this->_ignore_pending_mode = $this->get_bool_option( $plugin_info, 'ignore_pending_mode', false );
4980
+ $this->_is_org_compliant = $this->get_bool_option( $plugin_info, 'is_org_compliant', true );
4981
+ $this->_is_premium_only = $this->get_bool_option( $plugin_info, 'is_premium_only', false );
4982
+ if ( $this->_is_premium_only ) {
4983
+ // If premium only plugin, disable anonymous mode.
4984
+ $this->_enable_anonymous = false;
4985
+ $this->_anonymous_mode = false;
4986
+ } else {
4987
+ $this->_enable_anonymous = $this->get_bool_option( $plugin_info, 'enable_anonymous', true );
4988
+ $this->_anonymous_mode = $this->get_bool_option( $plugin_info, 'anonymous_mode', false );
4989
+ }
4990
+ $this->_permissions = $this->get_option( $plugin_info, 'permissions', array() );
4991
+
4992
+ if ( ! empty( $plugin_info['trial'] ) ) {
4993
+ $this->_trial_days = $this->get_numeric_option(
4994
+ $plugin_info['trial'],
4995
+ 'days',
4996
+ // Default to 0 - trial without days specification.
4997
+ 0
4998
+ );
4999
+
5000
+ $this->_is_trial_require_payment = $this->get_bool_option( $plugin_info['trial'], 'is_require_payment', false );
5001
+ }
5002
+ }
5003
+
5004
+ /**
5005
+ * @param string[] $options
5006
+ * @param string $key
5007
+ * @param mixed $default
5008
+ *
5009
+ * @return bool
5010
+ */
5011
+ private function get_option( &$options, $key, $default = false ) {
5012
+ return ! empty( $options[ $key ] ) ? $options[ $key ] : $default;
5013
+ }
5014
+
5015
+ private function get_bool_option( &$options, $key, $default = false ) {
5016
+ return isset( $options[ $key ] ) && is_bool( $options[ $key ] ) ? $options[ $key ] : $default;
5017
+ }
5018
+
5019
+ private function get_numeric_option( &$options, $key, $default = false ) {
5020
+ return isset( $options[ $key ] ) && is_numeric( $options[ $key ] ) ? $options[ $key ] : $default;
5021
+ }
5022
+
5023
+ /**
5024
+ * Gate keeper.
5025
+ *
5026
+ * @author Vova Feldman (@svovaf)
5027
+ * @since 1.1.7.3
5028
+ *
5029
+ * @return bool
5030
+ */
5031
+ private function should_stop_execution() {
5032
+ if ( empty( $this->_storage->was_plugin_loaded ) ) {
5033
+ /**
5034
+ * Don't execute Freemius until plugin was fully loaded at least once,
5035
+ * to give the opportunity for the activation hook to run before pinging
5036
+ * the API for connectivity test. This logic is relevant for the
5037
+ * identification of new plugin install vs. plugin update.
5038
+ *
5039
+ * @author Vova Feldman (@svovaf)
5040
+ * @since 1.1.9
5041
+ */
5042
+ return true;
5043
+ }
5044
+
5045
+ if ( $this->is_activation_mode() ) {
5046
+ if ( ! is_admin() ) {
5047
+ /**
5048
+ * If in activation mode, don't execute Freemius outside of the
5049
+ * admin dashboard.
5050
+ *
5051
+ * @author Vova Feldman (@svovaf)
5052
+ * @since 1.1.7.3
5053
+ */
5054
+ return true;
5055
+ }
5056
+
5057
+ if ( ! WP_FS__IS_HTTP_REQUEST ) {
5058
+ /**
5059
+ * If in activation and executed without HTTP context (e.g. CLI, Cronjob),
5060
+ * then don't start Freemius.
5061
+ *
5062
+ * @author Vova Feldman (@svovaf)
5063
+ * @since 1.1.6.3
5064
+ *
5065
+ * @link https://wordpress.org/support/topic/errors-in-the-freemius-class-when-running-in-wordpress-in-cli
5066
+ */
5067
+ return true;
5068
+ }
5069
+
5070
+ if ( self::is_cron() ) {
5071
+ /**
5072
+ * If in activation mode, don't execute Freemius during wp crons
5073
+ * (wp crons have HTTP context - called as HTTP request).
5074
+ *
5075
+ * @author Vova Feldman (@svovaf)
5076
+ * @since 1.1.7.3
5077
+ */
5078
+ return true;
5079
+ }
5080
+
5081
+ if ( self::is_ajax() &&
5082
+ ! $this->_admin_notices->has_sticky( 'failed_connect_api_first' ) &&
5083
+ ! $this->_admin_notices->has_sticky( 'failed_connect_api' )
5084
+ ) {
5085
+ /**
5086
+ * During activation, if running in AJAX mode, unless there's a sticky
5087
+ * connectivity issue notice, don't run Freemius.
5088
+ *
5089
+ * @author Vova Feldman (@svovaf)
5090
+ * @since 1.1.7.3
5091
+ */
5092
+ return true;
5093
+ }
5094
+ }
5095
+
5096
+ return false;
5097
+ }
5098
+
5099
+ /**
5100
+ * Triggered after code type has changed.
5101
+ *
5102
+ * @author Vova Feldman (@svovaf)
5103
+ * @since 1.1.9.1
5104
+ */
5105
+ function _after_code_type_change() {
5106
+ $this->_logger->entrance();
5107
+
5108
+ if ( $this->is_theme() ) {
5109
+ // Expire the cache of the previous tabs since the theme may
5110
+ // have setting updates after code type has changed.
5111
+ $this->_cache->expire( 'tabs' );
5112
+ $this->_cache->expire( 'tabs_stylesheets' );
5113
+ }
5114
+
5115
+ if ( $this->is_registered() ) {
5116
+ if ( ! $this->is_addon() ) {
5117
+ add_action(
5118
+ is_admin() ? 'admin_init' : 'init',
5119
+ array( &$this, '_plugin_code_type_changed' )
5120
+ );
5121
+ }
5122
+
5123
+ if ( $this->is_premium() ) {
5124
+ // Purge cached payments after switching to the premium version.
5125
+ // @todo This logic doesn't handle purging the cache for serviceware module upgrade.
5126
+ $this->get_api_user_scope()->purge_cache( "/plugins/{$this->_module_id}/payments.json?include_addons=true" );
5127
+ }
5128
+ }
5129
+ }
5130
+
5131
+ /**
5132
+ * Handles plugin's code type change (free <--> premium).
5133
+ *
5134
+ * @author Vova Feldman (@svovaf)
5135
+ * @since 1.0.9
5136
+ */
5137
+ function _plugin_code_type_changed() {
5138
+ $this->_logger->entrance();
5139
+
5140
+ if ( $this->is_premium() ) {
5141
+ $this->reconnect_locally();
5142
+
5143
+ // Activated premium code.
5144
+ $this->do_action( 'after_premium_version_activation' );
5145
+
5146
+ // Remove all sticky messages related to download of the premium version.
5147
+ $this->_admin_notices->remove_sticky( array(
5148
+ 'trial_started',
5149
+ 'plan_upgraded',
5150
+ 'plan_changed',
5151
+ 'license_activated',
5152
+ ) );
5153
+
5154
+ $notice = '';
5155
+ if ( ! $this->is_only_premium() ) {
5156
+ $notice = sprintf( $this->get_text_inline( 'Premium %s version was successfully activated.', 'premium-activated-message' ), $this->_module_type );
5157
+ }
5158
+
5159
+ $license_notice = $this->get_license_network_activation_notice();
5160
+ if ( ! empty( $license_notice ) ) {
5161
+ $notice .= ' ' . $license_notice;
5162
+ }
5163
+
5164
+ if ( ! empty( $notice ) ) {
5165
+ $this->_admin_notices->add_sticky(
5166
+ trim( $notice ),
5167
+ 'premium_activated',
5168
+ $this->get_text_x_inline( 'W00t',
5169
+ 'Used to express elation, enthusiasm, or triumph (especially in electronic communication).', 'woot' ) . '!'
5170
+ );
5171
+ }
5172
+ } else {
5173
+ // Remove sticky message related to premium code activation.
5174
+ $this->_admin_notices->remove_sticky( 'premium_activated' );
5175
+
5176
+ // Activated free code (after had the premium before).
5177
+ $this->do_action( 'after_free_version_reactivation' );
5178
+
5179
+ if ( $this->is_paying() && ! $this->is_premium() ) {
5180
+ $this->_admin_notices->add_sticky(
5181
+ sprintf(
5182
+ /* translators: %s: License type (e.g. you have a professional license) */
5183
+ $this->get_text_inline( 'You have a %s license.', 'you-have-x-license' ),
5184
+ $this->get_plan_title()
5185
+ ) . $this->get_complete_upgrade_instructions(),
5186
+ 'plan_upgraded',
5187
+ $this->get_text_x_inline( 'Yee-haw', 'interjection expressing joy or exuberance', 'yee-haw' ) . '!'
5188
+ );
5189
+ }
5190
+ }
5191
+
5192
+ // Schedule code type changes event.
5193
+ $this->schedule_install_sync();
5194
+
5195
+ /**
5196
+ * Unregister the uninstall hook for the other version of the plugin (with different code type) to avoid
5197
+ * triggering a fatal error when uninstalling that plugin. For example, after deactivating the "free" version
5198
+ * of a specific plugin, its uninstall hook should be unregistered after the "premium" version has been
5199
+ * activated. If we don't do that, a fatal error will occur when we try to uninstall the "free" version since
5200
+ * the main file of the "free" version will be loaded first before calling the hooked callback. Since the
5201
+ * free and premium versions are almost identical (same class or have same functions), a fatal error like
5202
+ * "Cannot redeclare class MyClass" or "Cannot redeclare my_function()" will occur.
5203
+ */
5204
+ $this->unregister_uninstall_hook();
5205
+
5206
+ $this->clear_module_main_file_cache();
5207
+
5208
+ // Update is_premium of latest version.
5209
+ $this->_storage->prev_is_premium = $this->_plugin->is_premium;
5210
+ }
5211
+
5212
+ #endregion
5213
+
5214
+ #----------------------------------------------------------------------------------
5215
+ #region Add-ons
5216
+ #----------------------------------------------------------------------------------
5217
+
5218
+ /**
5219
+ * Check if add-on installed and activated on site.
5220
+ *
5221
+ * @author Vova Feldman (@svovaf)
5222
+ * @since 1.0.6
5223
+ *
5224
+ * @param string|number $id_or_slug
5225
+ * @param bool|null $is_premium Since 1.2.1.7 can check for specified add-on version.
5226
+ *
5227
+ * @return bool
5228
+ */
5229
+ function is_addon_activated( $id_or_slug, $is_premium = null ) {
5230
+ $this->_logger->entrance();
5231
+
5232
+ $addon_id = self::get_module_id( $id_or_slug );
5233
+ $is_activated = self::has_instance( $addon_id );
5234
+
5235
+ if ( ! $is_activated ) {
5236
+ return false;
5237
+ }
5238
+
5239
+ if ( is_bool( $is_premium ) ) {
5240
+ // Check if the specified code version is activate.
5241
+ $addon = $this->get_addon_instance( $addon_id );
5242
+ $is_activated = ( $is_premium === $addon->is_premium() );
5243
+ }
5244
+
5245
+ return $is_activated;
5246
+ }
5247
+
5248
+ /**
5249
+ * Check if add-on was connected to install
5250
+ *
5251
+ * @author Vova Feldman (@svovaf)
5252
+ * @since 1.1.7
5253
+ *
5254
+ * @param string|number $id_or_slug
5255
+ *
5256
+ * @return bool
5257
+ */
5258
+ function is_addon_connected( $id_or_slug ) {
5259
+ $this->_logger->entrance();
5260
+
5261
+ $sites = self::get_all_sites( WP_FS__MODULE_TYPE_PLUGIN );
5262
+
5263
+ $addon_id = self::get_module_id( $id_or_slug );
5264
+ $addon = $this->get_addon( $addon_id );
5265
+ $slug = $addon->slug;
5266
+ if ( ! isset( $sites[ $slug ] ) ) {
5267
+ return false;
5268
+ }
5269
+
5270
+ $site = $sites[ $slug ];
5271
+
5272
+ $plugin = FS_Plugin_Manager::instance( $addon_id )->get();
5273
+
5274
+ if ( $plugin->parent_plugin_id != $this->_plugin->id ) {
5275
+ // The given slug do NOT belong to any of the plugin's add-ons.
5276
+ return false;
5277
+ }
5278
+
5279
+ return ( is_object( $site ) &&
5280
+ is_numeric( $site->id ) &&
5281
+ is_numeric( $site->user_id ) &&
5282
+ FS_Plugin_Plan::is_valid_id( $site->plan_id )
5283
+ );
5284
+ }
5285
+
5286
+ /**
5287
+ * Determines if add-on installed.
5288
+ *
5289
+ * NOTE: This is a heuristic and only works if the folder/file named as the slug.
5290
+ *
5291
+ * @author Vova Feldman (@svovaf)
5292
+ * @since 1.0.6
5293
+ *
5294
+ * @param string|number $id_or_slug
5295
+ *
5296
+ * @return bool
5297
+ */
5298
+ function is_addon_installed( $id_or_slug ) {
5299
+ $this->_logger->entrance();
5300
+
5301
+ $addon_id = self::get_module_id( $id_or_slug );
5302
+
5303
+ return file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $this->get_addon_basename( $addon_id ) ) );
5304
+ }
5305
+
5306
+ /**
5307
+ * Get add-on basename.
5308
+ *
5309
+ * @author Vova Feldman (@svovaf)
5310
+ * @since 1.0.6
5311
+ *
5312
+ * @param string|number $id_or_slug
5313
+ *
5314
+ * @return string
5315
+ */
5316
+ function get_addon_basename( $id_or_slug ) {
5317
+ $addon_id = self::get_module_id( $id_or_slug );
5318
+
5319
+ if ( $this->is_addon_activated( $addon_id ) ) {
5320
+ return self::instance( $addon_id )->get_plugin_basename();
5321
+ }
5322
+
5323
+ $addon = $this->get_addon( $addon_id );
5324
+ $premium_basename = "{$addon->premium_slug}/{$addon->slug}.php";
5325
+
5326
+ if ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $premium_basename ) ) ) {
5327
+ return $premium_basename;
5328
+ }
5329
+
5330
+ $all_plugins = $this->get_all_plugins();
5331
+
5332
+ foreach ( $all_plugins as $basename => $data ) {
5333
+ if ( $addon->slug === $data['slug'] ||
5334
+ $addon->premium_slug === $data['slug']
5335
+ ) {
5336
+ return $basename;
5337
+ }
5338
+ }
5339
+
5340
+ $free_basename = "{$addon->slug}/{$addon->slug}.php";
5341
+
5342
+ return $free_basename;
5343
+ }
5344
+
5345
+ /**
5346
+ * Get installed add-ons instances.
5347
+ *
5348
+ * @author Vova Feldman (@svovaf)
5349
+ * @since 1.0.6
5350
+ *
5351
+ * @return Freemius[]
5352
+ */
5353
+ function get_installed_addons() {
5354
+ $installed_addons = array();
5355
+ foreach ( self::$_instances as $instance ) {
5356
+ if ( $instance->is_addon() && is_object( $instance->_parent_plugin ) ) {
5357
+ if ( $this->_plugin->id == $instance->_parent_plugin->id ) {
5358
+ $installed_addons[] = $instance;
5359
+ }
5360
+ }
5361
+ }
5362
+
5363
+ return $installed_addons;
5364
+ }
5365
+
5366
+ /**
5367
+ * Check if any add-ons of the plugin are installed.
5368
+ *
5369
+ * @author Leo Fajardo (@leorw)
5370
+ * @since 1.1.1
5371
+ *
5372
+ * @return bool
5373
+ */
5374
+ function has_installed_addons() {
5375
+ if ( ! $this->has_addons() ) {
5376
+ return false;
5377
+ }
5378
+
5379
+ foreach ( self::$_instances as $instance ) {
5380
+ if ( $instance->is_addon() && is_object( $instance->_parent_plugin ) ) {
5381
+ if ( $this->_plugin->id == $instance->_parent_plugin->id ) {
5382
+ return true;
5383
+ }
5384
+ }
5385
+ }
5386
+
5387
+ return false;
5388
+ }
5389
+
5390
+ /**
5391
+ * Tell Freemius that the current plugin is an add-on.
5392
+ *
5393
+ * @author Vova Feldman (@svovaf)
5394
+ * @since 1.0.6
5395
+ *
5396
+ * @param number $parent_plugin_id The parent plugin ID
5397
+ */
5398
+ function init_addon( $parent_plugin_id ) {
5399
+ $this->_plugin->parent_plugin_id = $parent_plugin_id;
5400
+ }
5401
+
5402
+ /**
5403
+ * @author Vova Feldman (@svovaf)
5404
+ * @since 1.0.6
5405
+ *
5406
+ * @return bool
5407
+ */
5408
+ function is_addon() {
5409
+ return isset( $this->_plugin->parent_plugin_id ) && is_numeric( $this->_plugin->parent_plugin_id );
5410
+ }
5411
+
5412
+ /**
5413
+ * Deactivate add-on if it's premium only and the user does't have a valid license.
5414
+ *
5415
+ * @param bool $is_after_trial_cancel
5416
+ *
5417
+ * @return bool If add-on was deactivated.
5418
+ */
5419
+ private function deactivate_premium_only_addon_without_license( $is_after_trial_cancel = false ) {
5420
+ if ( ! $this->has_free_plan() &&
5421
+ ! $this->has_features_enabled_license() &&
5422
+ ! $this->_has_premium_license()
5423
+ ) {
5424
+ if ( $this->is_registered() ) {
5425
+ // IF wrapper is turned off because activation_timestamp is currently only stored for plugins (not addons).
5426
+ // if (empty($this->_storage->activation_timestamp) ||
5427
+ // (WP_FS__SCRIPT_START_TIME - $this->_storage->activation_timestamp) > 30
5428
+ // ) {
5429
+ /**
5430
+ * @todo When it's first fail, there's no reason to try and re-sync because the licenses were just synced after initial activation.
5431
+ *
5432
+ * Retry syncing the user add-on licenses.
5433
+ */
5434
+ // Sync licenses.
5435
+ $this->_sync_licenses();
5436
+ // }
5437
+
5438
+ // Try to activate premium license.
5439
+ $this->_activate_license( true );
5440
+ }
5441
+
5442
+ if ( ! $this->has_free_plan() &&
5443
+ ! $this->has_features_enabled_license() &&
5444
+ ! $this->_has_premium_license()
5445
+ ) {
5446
+ // @todo Check if deactivate plugins also call the deactivation hook.
5447
+
5448
+ $this->_parent->_admin_notices->add_sticky(
5449
+ sprintf(
5450
+ ( $is_after_trial_cancel ?
5451
+ $this->_parent->get_text_inline(
5452
+ '%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you\'ll have to purchase a license.',
5453
+ 'addon-trial-cancelled-message'
5454
+ ) :
5455
+ $this->_parent->get_text_inline(
5456
+ '%s is a premium only add-on. You have to purchase a license first before activating the plugin.',
5457
+ 'addon-no-license-message'
5458
+ )
5459
+ ),
5460
+ '<b>' . $this->_plugin->title . '</b>'
5461
+ ) . ' ' . sprintf(
5462
+ '<a href="%s" aria-label="%s" class="button button-primary" style="margin-left: 10px; vertical-align: middle;">%s &nbsp;&#10140;</a>',
5463
+ $this->_parent->addon_url( $this->_slug ),
5464
+ esc_attr( sprintf( $this->_parent->get_text_inline( 'More information about %s', 'more-information-about-x' ), $this->_plugin->title ) ),
5465
+ $this->_parent->get_text_inline( 'Purchase License', 'purchase-license' )
5466
+ ),
5467
+ 'no_addon_license_' . $this->_slug,
5468
+ ( $is_after_trial_cancel ? '' : $this->_parent->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...' ),
5469
+ ( $is_after_trial_cancel ? 'success' : 'error' )
5470
+ );
5471
+
5472
+ deactivate_plugins( array( $this->_plugin_basename ), true );
5473
+
5474
+ return true;
5475
+ }
5476
+ }
5477
+
5478
+ return false;
5479
+ }
5480
+
5481
+ #endregion
5482
+
5483
+ #----------------------------------------------------------------------------------
5484
+ #region Sandbox
5485
+ #----------------------------------------------------------------------------------
5486
+
5487
+ /**
5488
+ * Set Freemius into sandbox mode for debugging.
5489
+ *
5490
+ * @author Vova Feldman (@svovaf)
5491
+ * @since 1.0.4
5492
+ *
5493
+ * @param string $secret_key
5494
+ */
5495
+ function init_sandbox( $secret_key ) {
5496
+ $this->_plugin->secret_key = $secret_key;
5497
+
5498
+ // Update plugin details.
5499
+ FS_Plugin_Manager::instance( $this->_module_id )->update( $this->_plugin, true );
5500
+ }
5501
+
5502
+ /**
5503
+ * Check if running payments in sandbox mode.
5504
+ *
5505
+ * @author Vova Feldman (@svovaf)
5506
+ * @since 1.0.4
5507
+ *
5508
+ * @return bool
5509
+ */
5510
+ function is_payments_sandbox() {
5511
+ return ( ! $this->is_live() ) || isset( $this->_plugin->secret_key );
5512
+ }
5513
+
5514
+ #endregion
5515
+
5516
+ /**
5517
+ * Check if running test vs. live plugin.
5518
+ *
5519
+ * @author Vova Feldman (@svovaf)
5520
+ * @since 1.0.5
5521
+ *
5522
+ * @return bool
5523
+ */
5524
+ function is_live() {
5525
+ return $this->_plugin->is_live;
5526
+ }
5527
+
5528
+ /**
5529
+ * Check if super-admin skipped connection for all sites in the network.
5530
+ *
5531
+ * @author Vova Feldman (@svovaf)
5532
+ * @since 2.0.0
5533
+ */
5534
+ function is_network_anonymous() {
5535
+ if ( ! $this->_is_network_active ) {
5536
+ return false;
5537
+ }
5538
+
5539
+ $is_anonymous_ms = $this->_storage->get( 'is_anonymous_ms' );
5540
+
5541
+ if ( empty( $is_anonymous_ms ) ) {
5542
+ return false;
5543
+ }
5544
+
5545
+ return $is_anonymous_ms['is'];
5546
+ }
5547
+
5548
+ /**
5549
+ * Check if super-admin opted-in for all sites in the network.
5550
+ *
5551
+ * @author Vova Feldman (@svovaf)
5552
+ * @since 2.0.0
5553
+ */
5554
+ function is_network_connected() {
5555
+ if ( ! $this->_is_network_active ) {
5556
+ return false;
5557
+ }
5558
+
5559
+ return $this->_storage->get( 'is_network_connected' );
5560
+ }
5561
+
5562
+ /**
5563
+ * Check if the user skipped connecting the account with Freemius.
5564
+ *
5565
+ * @author Vova Feldman (@svovaf)
5566
+ * @since 1.0.7
5567
+ *
5568
+ * @return bool
5569
+ */
5570
+ function is_anonymous() {
5571
+ if ( ! isset( $this->_is_anonymous ) ) {
5572
+ if ( $this->is_network_anonymous() ) {
5573
+ $this->_is_anonymous = true;
5574
+ } else if ( ! fs_is_network_admin() ) {
5575
+ if ( ! isset( $this->_storage->is_anonymous ) ) {
5576
+ // Not skipped.
5577
+ $this->_is_anonymous = false;
5578
+ } else if ( is_bool( $this->_storage->is_anonymous ) ) {
5579
+ // For back compatibility, since the variable was boolean before.
5580
+ $this->_is_anonymous = $this->_storage->is_anonymous;
5581
+
5582
+ // Upgrade stored data format to 1.1.3 format.
5583
+ $this->set_anonymous_mode( $this->_storage->is_anonymous );
5584
+ } else {
5585
+ // Version 1.1.3 and later.
5586
+ $this->_is_anonymous = $this->_storage->is_anonymous['is'];
5587
+ }
5588
+ }
5589
+ }
5590
+
5591
+ return $this->_is_anonymous;
5592
+ }
5593
+
5594
+ /**
5595
+ * Check if the user skipped the connection of a specified site.
5596
+ *
5597
+ * @author Vova Feldman (@svovaf)
5598
+ * @since 2.0.0
5599
+ *
5600
+ * @param int $blog_id
5601
+ *
5602
+ * @return bool
5603
+ */
5604
+ function is_anonymous_site( $blog_id = 0 ) {
5605
+ if ( $this->is_network_anonymous() ) {
5606
+ return true;
5607
+ }
5608
+
5609
+ $is_anonymous = $this->_storage->get( 'is_anonymous', false, $blog_id );
5610
+
5611
+ if ( empty( $is_anonymous ) ) {
5612
+ return false;
5613
+ }
5614
+
5615
+ return $is_anonymous['is'];
5616
+ }
5617
+
5618
+ /**
5619
+ * Check if user connected his account and install pending email activation.
5620
+ *
5621
+ * @author Vova Feldman (@svovaf)
5622
+ * @since 1.0.7
5623
+ *
5624
+ * @return bool
5625
+ */
5626
+ function is_pending_activation() {
5627
+ return $this->_storage->get( 'is_pending_activation', false );
5628
+ }
5629
+
5630
+ /**
5631
+ * Check if plugin must be WordPress.org compliant.
5632
+ *
5633
+ * @since 1.0.7
5634
+ *
5635
+ * @return bool
5636
+ */
5637
+ function is_org_repo_compliant() {
5638
+ return $this->_is_org_compliant;
5639
+ }
5640
+
5641
+ #--------------------------------------------------------------------------------
5642
+ #region WP Cron Common
5643
+ #--------------------------------------------------------------------------------
5644
+
5645
+ /**
5646
+ * @author Vova Feldman (@svovaf)
5647
+ * @since 2.0.0
5648
+ *
5649
+ * @param string $name Cron name.
5650
+ *
5651
+ * @return object
5652
+ */
5653
+ private function get_cron_data( $name ) {
5654
+ $this->_logger->entrance( $name );
5655
+
5656
+ /**
5657
+ * @var object $cron_data
5658
+ */
5659
+ return $this->_storage->get( "{$name}_cron", null );
5660
+ }
5661
+
5662
+ /**
5663
+ * @author Vova Feldman (@svovaf)
5664
+ * @since 2.0.0
5665
+ *
5666
+ * @param string $name Cron name.
5667
+ */
5668
+ private function clear_cron_data( $name ) {
5669
+ $this->_logger->entrance( $name );
5670
+
5671
+ $this->_storage->remove( "{$name}_cron" );
5672
+ }
5673
+
5674
+ /**
5675
+ * @author Vova Feldman (@svovaf)
5676
+ * @since 2.0.0
5677
+ *
5678
+ * @param string $name Cron name.
5679
+ * @param int $cron_blog_id The cron executing blog ID.
5680
+ */
5681
+ private function set_cron_data( $name, $cron_blog_id = 0 ) {
5682
+ $this->_logger->entrance( $name );
5683
+
5684
+ $this->_storage->store( "{$name}_cron", (object) array(
5685
+ 'version' => $this->get_plugin_version(),
5686
+ 'blog_id' => $cron_blog_id,
5687
+ 'sdk_version' => $this->version,
5688
+ 'timestamp' => WP_FS__SCRIPT_START_TIME,
5689
+ 'on' => true,
5690
+ ) );
5691
+ }
5692
+
5693
+ /**
5694
+ * Get the cron's executing blog ID.
5695
+ *
5696
+ * @author Vova Feldman (@svovaf)
5697
+ * @since 2.0.0
5698
+ *
5699
+ * @param string $name Cron name.
5700
+ *
5701
+ * @return int
5702
+ */
5703
+ private function get_cron_blog_id( $name ) {
5704
+ $this->_logger->entrance( $name );
5705
+
5706
+ /**
5707
+ * @var object $cron_data
5708
+ */
5709
+ $cron_data = $this->get_cron_data( $name );
5710
+
5711
+ return ( is_object( $cron_data ) && is_numeric( $cron_data->blog_id ) ) ?
5712
+ $cron_data->blog_id :
5713
+ 0;
5714
+ }
5715
+
5716
+ /**
5717
+ * @author Vova Feldman (@svovaf)
5718
+ * @since 2.0.0
5719
+ *
5720
+ * @param string $name Cron name.
5721
+ *
5722
+ * @return bool
5723
+ */
5724
+ private function is_cron_on( $name ) {
5725
+ $this->_logger->entrance( $name );
5726
+
5727
+ /**
5728
+ * @var object $cron_data
5729
+ */
5730
+ $cron_data = $this->get_cron_data( $name );
5731
+
5732
+ return ( ! is_null( $cron_data ) && true === $cron_data->on );
5733
+ }
5734
+
5735
+ /**
5736
+ * Unix timestamp for previous cron execution or false if never executed.
5737
+ *
5738
+ * @author Vova Feldman (@svovaf)
5739
+ * @since 2.0.0
5740
+ *
5741
+ * @param string $name Cron name.
5742
+ *
5743
+ * @return int|false
5744
+ */
5745
+ private function cron_last_execution( $name ) {
5746
+ $this->_logger->entrance( $name );
5747
+
5748
+ return $this->_storage->get( "{$name}_timestamp" );
5749
+ }
5750
+
5751
+ /**
5752
+ * Set cron execution time to now.
5753
+ *
5754
+ * @author Vova Feldman (@svovaf)
5755
+ * @since 2.0.0
5756
+ *
5757
+ * @param string $name Cron name.
5758
+ */
5759
+ private function set_cron_execution_timestamp( $name ) {
5760
+ $this->_logger->entrance( $name );
5761
+
5762
+ $this->_storage->store( "{$name}_timestamp", time() );
5763
+ }
5764
+
5765
+ /**
5766
+ * Sets the keepalive time to now.
5767
+ *
5768
+ * @author Leo Fajardo (@leorw)
5769
+ * @since 2.2.3
5770
+ *
5771
+ * @param bool|null $use_network_level_storage
5772
+ */
5773
+ private function set_keepalive_timestamp( $use_network_level_storage = null ) {
5774
+ $this->_logger->entrance();
5775
+
5776
+ $this->_storage->store( 'keepalive_timestamp', time(), $use_network_level_storage );
5777
+ }
5778
+
5779
+ /**
5780
+ * Check if cron was executed in the last $period of seconds.
5781
+ *
5782
+ * @author Vova Feldman (@svovaf)
5783
+ * @since 2.0.0
5784
+ *
5785
+ * @param string $name Cron name.
5786
+ * @param int $period In seconds
5787
+ *
5788
+ * @return bool
5789
+ */
5790
+ private function is_cron_executed( $name, $period = WP_FS__TIME_24_HOURS_IN_SEC ) {
5791
+ $this->_logger->entrance( $name );
5792
+
5793
+ $last_execution = $this->cron_last_execution( $name );
5794
+
5795
+ if ( ! is_numeric( $last_execution ) ) {
5796
+ return false;
5797
+ }
5798
+
5799
+ return ( $last_execution > ( WP_FS__SCRIPT_START_TIME - $period ) );
5800
+ }
5801
+
5802
+ /**
5803
+ * WP Cron is executed on a site level. When running in a multisite network environment
5804
+ * with the network integration activated, for optimization reasons, we are consolidating
5805
+ * the installs data sync cron to be executed only from a single site.
5806
+ *
5807
+ * @author Vova Feldman (@svovaf)
5808
+ * @since 2.0.0
5809
+ *
5810
+ * @param int $except_blog_id Target any except the excluded blog ID.
5811
+ *
5812
+ * @return int
5813
+ */
5814
+ private function get_cron_target_blog_id( $except_blog_id = 0 ) {
5815
+ if ( ! is_multisite() ) {
5816
+ return 0;
5817
+ }
5818
+
5819
+ if ( $this->_is_network_active &&
5820
+ is_numeric( $this->_storage->network_install_blog_id ) &&
5821
+ $except_blog_id != $this->_storage->network_install_blog_id &&
5822
+ self::is_site_active( $this->_storage->network_install_blog_id )
5823
+ ) {
5824
+ // Try to run cron from the main network blog.
5825
+ $install = $this->get_install_by_blog_id( $this->_storage->network_install_blog_id );
5826
+
5827
+ if ( is_object( $install ) &&
5828
+ ( $this->is_premium() || $install->is_tracking_allowed() )
5829
+ ) {
5830
+ return $this->_storage->network_install_blog_id;
5831
+ }
5832
+ }
5833
+
5834
+ // Get first opted-in blog ID with active tracking.
5835
+ $installs = $this->get_blog_install_map();
5836
+ foreach ( $installs as $blog_id => $install ) {
5837
+ if ( $except_blog_id != $blog_id &&
5838
+ self::is_site_active( $blog_id ) &&
5839
+ ( $this->is_premium() || $install->is_tracking_allowed() )
5840
+ ) {
5841
+ return $blog_id;
5842
+ }
5843
+ }
5844
+
5845
+ return 0;
5846
+ }
5847
+
5848
+ /**
5849
+ * @author Vova Feldman (@svovaf)
5850
+ * @since 2.0.0
5851
+ *
5852
+ * @param string $name Cron name.
5853
+ * @param string $action_tag Callback action tag.
5854
+ * @param bool $is_network_clear If set to TRUE, clear sync cron even if there are installs that are still connected.
5855
+ */
5856
+ private function clear_cron( $name, $action_tag = '', $is_network_clear = false ) {
5857
+ $this->_logger->entrance( $name );
5858
+
5859
+ if ( ! $this->is_cron_on( $name ) ) {
5860
+ return;
5861
+ }
5862
+
5863
+ $clear_cron = true;
5864
+ if ( ! $is_network_clear && $this->_is_network_active ) {
5865
+ $installs = $this->get_blog_install_map();
5866
+
5867
+ foreach ( $installs as $blog_id => $install ) {
5868
+ /**
5869
+ * @var FS_Site $install
5870
+ */
5871
+ if ( $install->is_tracking_allowed() ) {
5872
+ $clear_cron = false;
5873
+ break;
5874
+ }
5875
+ }
5876
+ }
5877
+
5878
+ if ( ! $clear_cron ) {
5879
+ return;
5880
+ }
5881
+
5882
+ /**
5883
+ * @var object $cron_data
5884
+ */
5885
+ $cron_data = $this->get_cron_data( $name );
5886
+
5887
+ $cron_blog_id = is_object( $cron_data ) && isset( $cron_data->blog_id ) ?
5888
+ $cron_data->blog_id :
5889
+ 0;
5890
+
5891
+ $this->clear_cron_data( $name );
5892
+
5893
+ if ( 0 < $cron_blog_id ) {
5894
+ switch_to_blog( $cron_blog_id );
5895
+ }
5896
+
5897
+ if ( empty( $action_tag ) ) {
5898
+ $action_tag = $name;
5899
+ }
5900
+
5901
+ wp_clear_scheduled_hook( $this->get_action_tag( $action_tag ) );
5902
+
5903
+ if ( 0 < $cron_blog_id ) {
5904
+ restore_current_blog();
5905
+ }
5906
+ }
5907
+
5908
+ /**
5909
+ * Unix timestamp for next cron execution or false if not scheduled.
5910
+ *
5911
+ * @author Vova Feldman (@svovaf)
5912
+ * @since 2.0.0
5913
+ *
5914
+ * @param string $name Cron name.
5915
+ * @param string $action_tag Callback action tag.
5916
+ *
5917
+ * @return int|false
5918
+ */
5919
+ private function get_next_scheduled_cron( $name, $action_tag = '' ) {
5920
+ $this->_logger->entrance( $name );
5921
+
5922
+ if ( ! $this->is_cron_on( $name ) ) {
5923
+ return false;
5924
+ }
5925
+
5926
+ /**
5927
+ * @var object $cron_data
5928
+ */
5929
+ $cron_data = $this->get_cron_data( $name );
5930
+
5931
+ $cron_blog_id = is_object( $cron_data ) && isset( $cron_data->blog_id ) ?
5932
+ $cron_data->blog_id :
5933
+ 0;
5934
+
5935
+ if ( 0 < $cron_blog_id ) {
5936
+ switch_to_blog( $cron_blog_id );
5937
+ }
5938
+
5939
+ if ( empty( $action_tag ) ) {
5940
+ $action_tag = $name;
5941
+ }
5942
+
5943
+ $next_scheduled = wp_next_scheduled( $this->get_action_tag( $action_tag ) );
5944
+
5945
+ if ( 0 < $cron_blog_id ) {
5946
+ restore_current_blog();
5947
+ }
5948
+
5949
+ return $next_scheduled;
5950
+ }
5951
+
5952
+ /**
5953
+ * @author Vova Feldman (@svovaf)
5954
+ * @since 2.0.0
5955
+ *
5956
+ * @param string $name Cron name.
5957
+ * @param string $action_tag Callback action tag.
5958
+ * @param string $recurrence 'single' or 'daily'.
5959
+ * @param int $start_at Defaults to now.
5960
+ * @param bool $randomize_start If true, schedule first job randomly during the next 12 hours. Otherwise, schedule job to start right away.
5961
+ * @param int $except_blog_id Target any except the excluded blog ID.
5962
+ */
5963
+ private function schedule_cron(
5964
+ $name,
5965
+ $action_tag = '',
5966
+ $recurrence = 'single',
5967
+ $start_at = WP_FS__SCRIPT_START_TIME,
5968
+ $randomize_start = true,
5969
+ $except_blog_id = 0
5970
+ ) {
5971
+ $this->_logger->entrance( $name );
5972
+
5973
+ $this->clear_cron( $name, $action_tag, true );
5974
+
5975
+ $cron_blog_id = $this->get_cron_target_blog_id( $except_blog_id );
5976
+
5977
+ if ( is_multisite() && 0 == $cron_blog_id ) {
5978
+ // Don't schedule cron since couldn't find a target blog.
5979
+ return;
5980
+ }
5981
+
5982
+ if ( 0 < $cron_blog_id ) {
5983
+ switch_to_blog( $cron_blog_id );
5984
+ }
5985
+
5986
+ if ( 'daily' === $recurrence ) {
5987
+ if ( $randomize_start ) {
5988
+ // Schedule first sync with a random 12 hour time range from now.
5989
+ $start_at += rand( 0, ( WP_FS__TIME_24_HOURS_IN_SEC / 2 ) );
5990
+ }
5991
+
5992
+ // Schedule daily WP cron.
5993
+ wp_schedule_event(
5994
+ $start_at,
5995
+ 'daily',
5996
+ $this->get_action_tag( $action_tag )
5997
+ );
5998
+ } else if ( 'single' === $recurrence ) {
5999
+ // Schedule single cron.
6000
+ wp_schedule_single_event(
6001
+ $start_at,
6002
+ $this->get_action_tag( $action_tag )
6003
+ );
6004
+ }
6005
+
6006
+ $this->set_cron_data( $name, $cron_blog_id );
6007
+
6008
+ if ( 0 < $cron_blog_id ) {
6009
+ restore_current_blog();
6010
+ }
6011
+ }
6012
+
6013
+ /**
6014
+ * Consolidated cron execution for performance optimization. The max number of API requests is based on the number of unique opted-in users.
6015
+ * that doesn't halt page loading.
6016
+ *
6017
+ * @author Vova Feldman (@svovaf)
6018
+ * @since 2.0.0
6019
+ *
6020
+ * @param string $name Cron name.
6021
+ * @param callable $callable The function that should be executed.
6022
+ */
6023
+ private function execute_cron( $name, $callable ) {
6024
+ $this->_logger->entrance( $name );
6025
+
6026
+ // Store the last time data sync was executed.
6027
+ $this->set_cron_execution_timestamp( $name );
6028
+
6029
+ // Check if API is temporary down.
6030
+ if ( FS_Api::is_temporary_down() ) {
6031
+ return;
6032
+ }
6033
+
6034
+ // @todo Add logic that identifies API latency, and reschedule the next background sync randomly between 8-16 hours.
6035
+
6036
+ $users_2_blog_ids = array();
6037
+
6038
+ if ( ! is_multisite() ) {
6039
+ // Add dummy blog.
6040
+ $users_2_blog_ids[0] = array( 0 );
6041
+ } else {
6042
+ $installs = $this->get_blog_install_map();
6043
+ foreach ( $installs as $blog_id => $install ) {
6044
+ if ( $this->is_premium() || $install->is_tracking_allowed() ) {
6045
+ if ( ! isset( $users_2_blog_ids[ $install->user_id ] ) ) {
6046
+ $users_2_blog_ids[ $install->user_id ] = array();
6047
+ }
6048
+
6049
+ $users_2_blog_ids[ $install->user_id ][] = $blog_id;
6050
+ }
6051
+ }
6052
+ }
6053
+
6054
+ $current_blog_id = get_current_blog_id();
6055
+
6056
+ foreach ( $users_2_blog_ids as $user_id => $blog_ids ) {
6057
+ if ( 0 < $blog_ids[0] ) {
6058
+ $this->switch_to_blog( $blog_ids[0] );
6059
+ }
6060
+
6061
+ call_user_func_array( $callable, array( $blog_ids, ( is_multisite() ? $current_blog_id : null ) ) );
6062
+
6063
+ foreach ( $blog_ids as $blog_id ) {
6064
+ $this->do_action( "after_{$name}_cron", $blog_id );
6065
+ }
6066
+ }
6067
+
6068
+ if ( is_multisite() ) {
6069
+ $this->switch_to_blog( $current_blog_id );
6070
+
6071
+ $this->do_action( "after_{$name}_cron_multisite" );
6072
+ }
6073
+ }
6074
+
6075
+ #endregion
6076
+
6077
+ #----------------------------------------------------------------------------------
6078
+ #region Daily Sync Cron
6079
+ #----------------------------------------------------------------------------------
6080
+
6081
+
6082
+ /**
6083
+ * @author Vova Feldman (@svovaf)
6084
+ * @since 2.0.0
6085
+ *
6086
+ * @return bool
6087
+ */
6088
+ private function is_sync_cron_scheduled() {
6089
+ return $this->is_cron_on( 'sync' );
6090
+ }
6091
+
6092
+ /**
6093
+ * Get the sync cron's executing blog ID.
6094
+ *
6095
+ * @author Vova Feldman (@svovaf)
6096
+ * @since 2.0.0
6097
+ *
6098
+ * @return int
6099
+ */
6100
+ private function get_sync_cron_blog_id() {
6101
+ return $this->get_cron_blog_id( 'sync' );
6102
+ }
6103
+
6104
+ /**
6105
+ * @author Vova Feldman (@svovaf)
6106
+ * @since 1.1.7.3
6107
+ */
6108
+ private function run_manual_sync() {
6109
+ self::require_pluggable_essentials();
6110
+
6111
+ if ( ! $this->is_user_admin() ) {
6112
+ return;
6113
+ }
6114
+
6115
+ // Run manual sync.
6116
+ $this->_sync_cron();
6117
+
6118
+ // Reschedule next cron to run 24 hours from now (performance optimization).
6119
+ $this->schedule_sync_cron( time() + WP_FS__TIME_24_HOURS_IN_SEC, false );
6120
+ }
6121
+
6122
+ /**
6123
+ * Data sync cron job. Replaces the background sync non blocking HTTP request
6124
+ * that doesn't halt page loading.
6125
+ *
6126
+ * @author Vova Feldman (@svovaf)
6127
+ * @since 1.1.7.3
6128
+ * @since 2.0.0 Consolidate all the data sync into the same cron for performance optimization. The max number of API requests is based on the number of unique opted-in users.
6129
+ */
6130
+ function _sync_cron() {
6131
+ $this->_logger->entrance();
6132
+
6133
+ $this->execute_cron( 'sync', array( &$this, '_sync_cron_method' ) );
6134
+ }
6135
+
6136
+ /**
6137
+ * The actual data sync cron logic.
6138
+ *
6139
+ * @author Vova Feldman (@svovaf)
6140
+ * @since 2.0.0
6141
+ *
6142
+ * @param int[] $blog_ids
6143
+ * @param int|null $current_blog_id @since 2.2.3. This is passed from the `execute_cron` method and used by the
6144
+ * `_sync_plugin_license` method in order to switch to the previous blog when sending
6145
+ * updates for a single site in case `execute_cron` has switched to a different blog.
6146
+ */
6147
+ function _sync_cron_method( array $blog_ids, $current_blog_id = null ) {
6148
+ if ( $this->is_registered() ) {
6149
+ if ( $this->has_paid_plan() ) {
6150
+ // Initiate background plan sync.
6151
+ $this->_sync_license( true, false, $current_blog_id );
6152
+
6153
+ if ( $this->is_paying() ) {
6154
+ // Check for premium plugin updates.
6155
+ $this->check_updates( true );
6156
+ }
6157
+ } else {
6158
+ // Sync install(s) (only if something changed locally).
6159
+ if ( 1 < count( $blog_ids ) ) {
6160
+ $this->sync_installs();
6161
+ } else {
6162
+ $this->sync_install();
6163
+ }
6164
+ }
6165
+ }
6166
+ }
6167
+
6168
+ /**
6169
+ * Check if sync was executed in the last $period of seconds.
6170
+ *
6171
+ * @author Vova Feldman (@svovaf)
6172
+ * @since 1.1.7.3
6173
+ *
6174
+ * @param int $period In seconds
6175
+ *
6176
+ * @return bool
6177
+ */
6178
+ private function is_sync_executed( $period = WP_FS__TIME_24_HOURS_IN_SEC ) {
6179
+ return $this->is_cron_executed( 'sync', $period );
6180
+ }
6181
+
6182
+ /**
6183
+ * @author Vova Feldman (@svovaf)
6184
+ * @since 1.1.7.3
6185
+ *
6186
+ * @return bool
6187
+ */
6188
+ private function is_sync_cron_on() {
6189
+ return $this->is_cron_on( 'sync' );
6190
+ }
6191
+
6192
+ /**
6193
+ * @author Vova Feldman (@svovaf)
6194
+ * @since 1.1.7.3
6195
+ *
6196
+ * @param int $start_at Defaults to now.
6197
+ * @param bool $randomize_start If true, schedule first job randomly during the next 12 hours. Otherwise, schedule job to start right away.
6198
+ * @param int $except_blog_id Since 2.0.0 when running in a multisite network environment, the cron execution is consolidated. This param allows excluding excluded specified blog ID from being the cron executor.
6199
+ */
6200
+ private function schedule_sync_cron(
6201
+ $start_at = WP_FS__SCRIPT_START_TIME,
6202
+ $randomize_start = true,
6203
+ $except_blog_id = 0
6204
+ ) {
6205
+ $this->schedule_cron(
6206
+ 'sync',
6207
+ 'data_sync',
6208
+ 'daily',
6209
+ $start_at,
6210
+ $randomize_start,
6211
+ $except_blog_id
6212
+ );
6213
+ }
6214
+
6215
+ /**
6216
+ * Add the actual sync function to the cron job hook.
6217
+ *
6218
+ * @author Vova Feldman (@svovaf)
6219
+ * @since 1.1.7.3
6220
+ */
6221
+ private function hook_callback_to_sync_cron() {
6222
+ $this->add_action( 'data_sync', array( &$this, '_sync_cron' ) );
6223
+ }
6224
+
6225
+ /**
6226
+ * @author Vova Feldman (@svovaf)
6227
+ * @since 1.1.7.3
6228
+ *
6229
+ * @param bool $is_network_clear Since 2.0.0 If set to TRUE, clear sync cron even if there are installs that are still connected.
6230
+ */
6231
+ private function clear_sync_cron( $is_network_clear = false ) {
6232
+ $this->_logger->entrance();
6233
+
6234
+ $this->clear_cron( 'sync', 'data_sync', $is_network_clear );
6235
+ }
6236
+
6237
+ /**
6238
+ * Unix timestamp for next sync cron execution or false if not scheduled.
6239
+ *
6240
+ * @author Vova Feldman (@svovaf)
6241
+ * @since 1.1.7.3
6242
+ *
6243
+ * @return int|false
6244
+ */
6245
+ function next_sync_cron() {
6246
+ return $this->get_next_scheduled_cron( 'sync', 'data_sync' );
6247
+ }
6248
+
6249
+ /**
6250
+ * Unix timestamp for previous sync cron execution or false if never executed.
6251
+ *
6252
+ * @author Vova Feldman (@svovaf)
6253
+ * @since 1.1.7.3
6254
+ *
6255
+ * @return int|false
6256
+ */
6257
+ function last_sync_cron() {
6258
+ return $this->cron_last_execution( 'sync' );
6259
+ }
6260
+
6261
+ #endregion Daily Sync Cron ------------------------------------------------------------------
6262
+
6263
+ #----------------------------------------------------------------------------------
6264
+ #region Async Install Sync
6265
+ #----------------------------------------------------------------------------------
6266
+
6267
+ /**
6268
+ * @author Vova Feldman (@svovaf)
6269
+ * @since 1.1.7.3
6270
+ *
6271
+ * @return bool
6272
+ */
6273
+ private function is_install_sync_scheduled() {
6274
+ return $this->is_cron_on( 'install_sync' );
6275
+ }
6276
+
6277
+ /**
6278
+ * Get the sync cron's executing blog ID.
6279
+ *
6280
+ * @author Vova Feldman (@svovaf)
6281
+ * @since 2.0.0
6282
+ *
6283
+ * @return int
6284
+ */
6285
+ private function get_install_sync_cron_blog_id() {
6286
+ return $this->get_cron_blog_id( 'install_sync' );
6287
+ }
6288
+
6289
+ /**
6290
+ * Instead of running blocking install sync event, execute non blocking scheduled wp-cron.
6291
+ *
6292
+ * @author Vova Feldman (@svovaf)
6293
+ * @since 1.1.7.3
6294
+ *
6295
+ * @param int $except_blog_id Since 2.0.0 when running in a multisite network environment, the cron execution is consolidated. This param allows excluding excluded specified blog ID from being the cron executor.
6296
+ */
6297
+ private function schedule_install_sync( $except_blog_id = 0 ) {
6298
+ $this->schedule_cron( 'install_sync', 'install_sync', 'single', WP_FS__SCRIPT_START_TIME, false, $except_blog_id );
6299
+ }
6300
+
6301
+ /**
6302
+ * Unix timestamp for previous install sync cron execution or false if never executed.
6303
+ *
6304
+ * @todo There's some very strange bug that $this->_storage->install_sync_timestamp value is not being updated. But for sure the sync event is working.
6305
+ *
6306
+ * @author Vova Feldman (@svovaf)
6307
+ * @since 1.1.7.3
6308
+ *
6309
+ * @return int|false
6310
+ */
6311
+ function last_install_sync() {
6312
+ return $this->cron_last_execution( 'install_sync' );
6313
+ }
6314
+
6315
+ /**
6316
+ * Unix timestamp for next install sync cron execution or false if not scheduled.
6317
+ *
6318
+ * @author Vova Feldman (@svovaf)
6319
+ * @since 1.1.7.3
6320
+ *
6321
+ * @return int|false
6322
+ */
6323
+ function next_install_sync() {
6324
+ return $this->get_next_scheduled_cron( 'install_sync', 'install_sync' );
6325
+ }
6326
+
6327
+ /**
6328
+ * Add the actual install sync function to the cron job hook.
6329
+ *
6330
+ * @author Vova Feldman (@svovaf)
6331
+ * @since 1.1.7.3
6332
+ */
6333
+ private function hook_callback_to_install_sync() {
6334
+ $this->add_action( 'install_sync', array( &$this, '_run_sync_install' ) );
6335
+ }
6336
+
6337
+ /**
6338
+ * @author Vova Feldman (@svovaf)
6339
+ * @since 1.1.7.3
6340
+ *
6341
+ * @param bool $is_network_clear Since 2.0.0 If set to TRUE, clear sync cron even if there are installs that are still connected.
6342
+ */
6343
+ private function clear_install_sync_cron( $is_network_clear = false ) {
6344
+ $this->_logger->entrance();
6345
+
6346
+ $this->clear_cron( 'install_sync', 'install_sync', $is_network_clear );
6347
+ }
6348
+
6349
+ /**
6350
+ * @author Vova Feldman (@svovaf)
6351
+ * @since 1.1.7.3
6352
+ * @since 2.0.0 Consolidate all the data sync into the same cron for performance optimization. The max number of API requests is based on the number of unique opted-in users.
6353
+ */
6354
+ public function _run_sync_install() {
6355
+ $this->_logger->entrance();
6356
+
6357
+ $this->execute_cron( 'sync', array( &$this, '_sync_install_cron_method' ) );
6358
+ }
6359
+
6360
+ /**
6361
+ * The actual install(s) sync cron logic.
6362
+ *
6363
+ * @author Vova Feldman (@svovaf)
6364
+ * @since 2.0.0
6365
+ *
6366
+ * @param int[] $blog_ids
6367
+ * @param int|null $current_blog_id
6368
+ */
6369
+ function _sync_install_cron_method( array $blog_ids, $current_blog_id = null ) {
6370
+ if ( $this->is_registered() ) {
6371
+ if ( 1 < count( $blog_ids ) ) {
6372
+ $this->sync_installs( array(), true );
6373
+ } else {
6374
+ $this->sync_install( array(), true );
6375
+ }
6376
+ }
6377
+ }
6378
+
6379
+ #endregion Async Install Sync ------------------------------------------------------------------
6380
+
6381
+ /**
6382
+ * Show a notice that activation is currently pending.
6383
+ *
6384
+ * @author Vova Feldman (@svovaf)
6385
+ * @since 1.0.7
6386
+ *
6387
+ * @param bool|string $email
6388
+ * @param bool $is_pending_trial Since 1.2.1.5
6389
+ */
6390
+ function _add_pending_activation_notice( $email = false, $is_pending_trial = false ) {
6391
+ if ( ! is_string( $email ) ) {
6392
+ $current_user = self::_get_current_wp_user();
6393
+ $email = $current_user->user_email;
6394
+ }
6395
+
6396
+ $this->_admin_notices->add_sticky(
6397
+ sprintf(
6398
+ $this->get_text_inline( 'You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s.', 'pending-activation-message' ),
6399
+ '<b>' . $this->get_plugin_name() . '</b>',
6400
+ '<b>' . $email . '</b>',
6401
+ ( $is_pending_trial ?
6402
+ $this->get_text_inline( 'start the trial', 'start-the-trial' ) :
6403
+ $this->get_text_inline( 'complete the install', 'complete-the-install' ) )
6404
+ ),
6405
+ 'activation_pending',
6406
+ 'Thanks!'
6407
+ );
6408
+ }
6409
+
6410
+ /**
6411
+ * Check if currently in plugin activation.
6412
+ *
6413
+ * @author Vova Feldman (@svovaf)
6414
+ * @since 1.1.4
6415
+ *
6416
+ * @return bool
6417
+ */
6418
+ function is_plugin_activation() {
6419
+ $result = get_transient( "fs_{$this->_module_type}_{$this->_slug}_activated" );
6420
+
6421
+ return !empty($result);
6422
+ }
6423
+
6424
+ /**
6425
+ *
6426
+ * NOTE: admin_menu action executed before admin_init.
6427
+ *
6428
+ * @author Vova Feldman (@svovaf)
6429
+ * @since 1.0.7
6430
+ */
6431
+ function _admin_init_action() {
6432
+ /**
6433
+ * Automatically redirect to connect/activation page after plugin activation.
6434
+ *
6435
+ * @since 1.1.7 Do NOT redirect to opt-in when running in network admin mode.
6436
+ */
6437
+ if ( $this->is_plugin_activation() ) {
6438
+ delete_transient( "fs_{$this->_module_type}_{$this->_slug}_activated" );
6439
+
6440
+ if ( isset( $_GET['activate-multi'] ) ) {
6441
+ /**
6442
+ * Don't redirect if activating multiple plugins at once (bulk activation).
6443
+ */
6444
+ } else {
6445
+ $this->_redirect_on_activation_hook();
6446
+ return;
6447
+ }
6448
+ }
6449
+
6450
+ if ( fs_request_is_action( $this->get_unique_affix() . '_skip_activation' ) ) {
6451
+ check_admin_referer( $this->get_unique_affix() . '_skip_activation' );
6452
+
6453
+ $this->skip_connection( null, fs_is_network_admin() );
6454
+
6455
+ fs_redirect( $this->get_after_activation_url( 'after_skip_url' ) );
6456
+ }
6457
+
6458
+ if ( $this->is_network_activation_mode() &&
6459
+ fs_request_is_action( $this->get_unique_affix() . '_delegate_activation' )
6460
+ ) {
6461
+ check_admin_referer( $this->get_unique_affix() . '_delegate_activation' );
6462
+
6463
+ $this->delegate_connection();
6464
+
6465
+ fs_redirect( $this->get_after_activation_url( 'after_delegation_url' ) );
6466
+ }
6467
+
6468
+ $this->_add_upgrade_action_link();
6469
+
6470
+ if ( ! $this->is_addon() &&
6471
+ ! ( ! $this->_is_network_active && fs_is_network_admin() ) &&
6472
+ (
6473
+ ( true === $this->_storage->require_license_activation ) ||
6474
+ // Not registered nor anonymous.
6475
+ ( ! $this->is_registered() && ! $this->is_anonymous() ) ||
6476
+ // OR, network level and in network upgrade mode.
6477
+ ( fs_is_network_admin() && $this->_is_network_active && $this->is_network_upgrade_mode() )
6478
+ )
6479
+ ) {
6480
+ if ( ! $this->is_pending_activation() ) {
6481
+ if ( ! $this->_menu->is_main_settings_page() ) {
6482
+ /**
6483
+ * If a user visits any other admin page before activating the premium-only theme with a valid
6484
+ * license, reactivate the previous theme.
6485
+ *
6486
+ * @author Leo Fajardo (@leorw)
6487
+ * @since 1.2.2
6488
+ */
6489
+ if ( $this->is_theme()
6490
+ && ! $this->has_settings_menu()
6491
+ && ! isset( $_REQUEST['fs_action'] )
6492
+ && $this->can_activate_previous_theme()
6493
+ ) {
6494
+ if ( $this->is_only_premium() ) {
6495
+ $this->activate_previous_theme();
6496
+ return;
6497
+ }
6498
+
6499
+ if ( true === $this->_storage->require_license_activation ) {
6500
+ $this->_storage->require_license_activation = false;
6501
+ }
6502
+ }
6503
+
6504
+ if ( ! fs_is_network_admin() &&
6505
+ $this->is_network_activation_mode() &&
6506
+ ! $this->is_delegated_connection()
6507
+ ) {
6508
+ return;
6509
+ }
6510
+
6511
+ if ( $this->is_plugin_new_install() || $this->is_only_premium() ) {
6512
+ if ( ! $this->_anonymous_mode ) {
6513
+ // Show notice for new plugin installations.
6514
+ $this->_admin_notices->add(
6515
+ sprintf(
6516
+ $this->get_text_inline( 'You are just one step away - %s', 'you-are-step-away' ),
6517
+ sprintf( '<b><a href="%s">%s</a></b>',
6518
+ $this->get_activation_url( array(), ! $this->is_delegated_connection() ),
6519
+ sprintf( $this->get_text_x_inline( 'Complete "%s" Activation Now',
6520
+ '%s - plugin name. As complete "PluginX" activation now', 'activate-x-now' ), $this->get_plugin_name() )
6521
+ )
6522
+ ),
6523
+ '',
6524
+ 'update-nag'
6525
+ );
6526
+ }
6527
+ } else {
6528
+ if ( $this->should_add_sticky_optin_notice() ) {
6529
+ $this->add_sticky_optin_admin_notice();
6530
+ }
6531
+
6532
+ if ( $this->has_filter( 'optin_pointer_element' ) ) {
6533
+ // Don't show admin nag if plugin update.
6534
+ wp_enqueue_script( 'wp-pointer' );
6535
+ wp_enqueue_style( 'wp-pointer' );
6536
+
6537
+ $this->_enqueue_connect_essentials();
6538
+
6539
+ add_action( 'admin_print_footer_scripts', array(
6540
+ $this,
6541
+ '_add_connect_pointer_script'
6542
+ ) );
6543
+ }
6544
+ }
6545
+ }
6546
+ }
6547
+
6548
+ if ( $this->is_theme() &&
6549
+ $this->_menu->is_main_settings_page()
6550
+ ) {
6551
+ $this->_show_theme_activation_optin_dialog();
6552
+ }
6553
+ }
6554
+ }
6555
+
6556
+ /**
6557
+ * @author Vova Feldman (@svovaf)
6558
+ * @since 2.0.0
6559
+ *
6560
+ * @return bool
6561
+ */
6562
+ private function should_add_sticky_optin_notice() {
6563
+ if ( fs_is_network_admin() ) {
6564
+ if ( ! $this->_is_network_active ) {
6565
+ return false;
6566
+ }
6567
+
6568
+ if ( ! $this->is_network_activation_mode() ) {
6569
+ return false;
6570
+ }
6571
+
6572
+ return ! isset( $this->_storage->sticky_optin_added_ms );
6573
+ }
6574
+
6575
+ if ( ! $this->is_activation_mode() ) {
6576
+ return false;
6577
+ }
6578
+
6579
+ // If running from a blog admin and delegated the connection.
6580
+ return ! isset( $this->_storage->sticky_optin_added );
6581
+ }
6582
+
6583
+ /**
6584
+ * @author Leo Fajardo (@leorw)
6585
+ * @since 2.0.0
6586
+ */
6587
+ private function add_sticky_optin_admin_notice() {
6588
+ if ( ! $this->_is_network_active || ! fs_is_network_admin() ) {
6589
+ $this->_storage->sticky_optin_added = true;
6590
+ } else {
6591
+ $this->_storage->sticky_optin_added_ms = true;
6592
+ }
6593
+
6594
+ // Show notice for new plugin installations.
6595
+ $this->_admin_notices->add_sticky(
6596
+ sprintf(
6597
+ $this->get_text_inline( 'We made a few tweaks to the %s, %s', 'few-plugin-tweaks' ),
6598
+ $this->_module_type,
6599
+ sprintf( '<b><a href="%s">%s</a></b>',
6600
+ $this->get_activation_url(),
6601
+ sprintf( $this->get_text_inline( 'Opt in to make "%s" better!', 'optin-x-now' ), $this->get_plugin_name() )
6602
+ )
6603
+ ),
6604
+ 'connect_account',
6605
+ '',
6606
+ 'update-nag'
6607
+ );
6608
+ }
6609
+
6610
+ /**
6611
+ * Enqueue connect requires scripts and styles.
6612
+ *
6613
+ * @author Vova Feldman (@svovaf)
6614
+ * @since 1.1.4
6615
+ */
6616
+ function _enqueue_connect_essentials() {
6617
+ wp_enqueue_script( 'jquery' );
6618
+ wp_enqueue_script( 'json2' );
6619
+
6620
+ fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
6621
+ fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
6622
+
6623
+ fs_enqueue_local_style( 'fs_connect', '/admin/connect.css' );
6624
+ }
6625
+
6626
+ /**
6627
+ * Add connect / opt-in pointer.
6628
+ *
6629
+ * @author Vova Feldman (@svovaf)
6630
+ * @since 1.1.4
6631
+ */
6632
+ function _add_connect_pointer_script() {
6633
+ $vars = array( 'id' => $this->_module_id );
6634
+ $pointer_content = fs_get_template( 'connect.php', $vars );
6635
+ ?>
6636
+ <script type="text/javascript">// <![CDATA[
6637
+ jQuery(document).ready(function ($) {
6638
+ if ('undefined' !== typeof(jQuery().pointer)) {
6639
+
6640
+ var element = <?php echo $this->apply_filters( 'optin_pointer_element', '$("#non_existing_element");' ) ?>;
6641
+
6642
+ if (element.length > 0) {
6643
+ var optin = $(element).pointer($.extend(true, {}, {
6644
+ content : <?php echo json_encode( $pointer_content ) ?>,
6645
+ position : {
6646
+ edge : 'left',
6647
+ align: 'center'
6648
+ },
6649
+ buttons : function () {
6650
+ // Don't show pointer buttons.
6651
+ return '';
6652
+ },
6653
+ pointerWidth: 482
6654
+ }, <?php echo $this->apply_filters( 'optin_pointer_options_json', '{}' ) ?>));
6655
+
6656
+ <?php
6657
+ echo $this->apply_filters( 'optin_pointer_execute', "
6658
+
6659
+ optin.pointer('open');
6660
+
6661
+ // Tag the opt-in pointer with custom class.
6662
+ $('.wp-pointer #fs_connect')
6663
+ .parents('.wp-pointer.wp-pointer-top')
6664
+ .addClass('fs-opt-in-pointer');
6665
+
6666
+ ", 'element', 'optin' ) ?>
6667
+ }
6668
+ }
6669
+ });
6670
+ // ]]></script>
6671
+ <?php
6672
+ }
6673
+
6674
+ /**
6675
+ * Return current page's URL.
6676
+ *
6677
+ * @author Vova Feldman (@svovaf)
6678
+ * @since 1.0.7
6679
+ *
6680
+ * @return string
6681
+ */
6682
+ function current_page_url() {
6683
+ $url = 'http';
6684
+
6685
+ if ( isset( $_SERVER["HTTPS"] ) ) {
6686
+ if ( $_SERVER["HTTPS"] == "on" ) {
6687
+ $url .= "s";
6688
+ }
6689
+ }
6690
+ $url .= "://";
6691
+ if ( $_SERVER["SERVER_PORT"] != "80" ) {
6692
+ $url .= $_SERVER["SERVER_NAME"] . ":" . $_SERVER["SERVER_PORT"] . $_SERVER["REQUEST_URI"];
6693
+ } else {
6694
+ $url .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
6695
+ }
6696
+
6697
+ return esc_url( $url );
6698
+ }
6699
+
6700
+ /**
6701
+ * Check if the current page is the plugin's main admin settings page.
6702
+ *
6703
+ * @author Vova Feldman (@svovaf)
6704
+ * @since 1.0.7
6705
+ *
6706
+ * @return bool
6707
+ */
6708
+ function _is_plugin_page() {
6709
+ return fs_is_plugin_page( $this->_menu->get_raw_slug() ) ||
6710
+ fs_is_plugin_page( $this->_slug );
6711
+ }
6712
+
6713
+ /* Events
6714
+ ------------------------------------------------------------------------------------------------------------------*/
6715
+ /**
6716
+ * Delete site install from Database.
6717
+ *
6718
+ * @author Vova Feldman (@svovaf)
6719
+ * @since 1.0.1
6720
+ *
6721
+ * @param bool $store
6722
+ * @param int|null $blog_id Since 2.0.0
6723
+ *
6724
+ * @return false|int The install ID if deleted. Otherwise, FALSE (when install not exist).
6725
+ */
6726
+ function _delete_site( $store = true, $blog_id = null ) {
6727
+ return self::_delete_site_by_slug( $this->_slug, $this->_module_type, $store, $blog_id );
6728
+ }
6729
+
6730
+ /**
6731
+ * Delete site install from Database.
6732
+ *
6733
+ * @author Vova Feldman (@svovaf)
6734
+ * @since 1.2.2.7
6735
+ *
6736
+ * @param string $slug
6737
+ * @param string $module_type
6738
+ * @param bool $store
6739
+ * @param int|null $blog_id Since 2.0.0
6740
+ *
6741
+ * @return false|int The install ID if deleted. Otherwise, FALSE (when install not exist).
6742
+ */
6743
+ static function _delete_site_by_slug( $slug, $module_type, $store = true, $blog_id = null ) {
6744
+ $sites = self::get_all_sites( $module_type, $blog_id );
6745
+
6746
+ $install_id = false;
6747
+
6748
+ if ( isset( $sites[ $slug ] ) ) {
6749
+ if ( is_object( $sites[ $slug ] ) ) {
6750
+ $install_id = $sites[ $slug ]->id;
6751
+ }
6752
+
6753
+ unset( $sites[ $slug ] );
6754
+
6755
+ self::set_account_option_by_module( $module_type, 'sites', $sites, $store, $blog_id );
6756
+ }
6757
+
6758
+ return $install_id;
6759
+ }
6760
+
6761
+ /**
6762
+ * Delete user.
6763
+ *
6764
+ * @author Vova Feldman (@svovaf)
6765
+ * @since 2.0.0
6766
+ *
6767
+ * @param number $user_id
6768
+ * @param bool $store
6769
+ *
6770
+ * @return false|int The user ID if deleted. Otherwise, FALSE (when install not exist).
6771
+ */
6772
+ private static function delete_user( $user_id, $store = true ) {
6773
+ $users = self::get_all_users();
6774
+
6775
+ if ( ! is_array( $users ) || ! isset( $users[ $user_id ] ) ) {
6776
+ return false;
6777
+ }
6778
+
6779
+ unset( $users[ $user_id ] );
6780
+
6781
+ self::$_accounts->set_option( 'users', $users, $store );
6782
+
6783
+ return $user_id;
6784
+ }
6785
+
6786
+ /**
6787
+ * Delete plugin's plans information.
6788
+ *
6789
+ * @param bool $store Flush to Database if true.
6790
+ * @param bool $keep_associated_plans If set to false, delete all plans, even if a plan is associated with an install.
6791
+ *
6792
+ * @author Vova Feldman (@svovaf)
6793
+ * @since 1.0.9
6794
+ */
6795
+ private function _delete_plans( $store = true, $keep_associated_plans = true ) {
6796
+ $this->_logger->entrance();
6797
+
6798
+ $plans = self::get_all_plans( $this->_module_type );
6799
+
6800
+ $plans_to_keep = array();
6801
+
6802
+ if ( $keep_associated_plans ) {
6803
+ $plans_ids_to_keep = $this->get_plans_ids_associated_with_installs();
6804
+ foreach ( $plans_ids_to_keep as $plan_id ) {
6805
+ $plan = self::_get_plan_by_id( $plan_id );
6806
+ if ( is_object( $plan ) ) {
6807
+ $plans_to_keep[] = $plan;
6808
+ }
6809
+ }
6810
+ }
6811
+
6812
+ if ( ! empty( $plans_to_keep ) ) {
6813
+ $plans[ $this->_slug ] = $plans_to_keep;
6814
+ } else {
6815
+ unset( $plans[ $this->_slug ] );
6816
+ }
6817
+
6818
+ $this->set_account_option( 'plans', $plans, $store );
6819
+ }
6820
+
6821
+ /**
6822
+ * Delete all plugin licenses.
6823
+ *
6824
+ * @author Vova Feldman (@svovaf)
6825
+ * @since 1.0.9
6826
+ *
6827
+ * @param bool $store
6828
+ */
6829
+ private function _delete_licenses( $store = true ) {
6830
+ $this->_logger->entrance();
6831
+
6832
+ $all_licenses = self::get_all_licenses();
6833
+
6834
+ unset( $all_licenses[ $this->_module_id ] );
6835
+
6836
+ self::$_accounts->set_option( 'all_licenses', $all_licenses, $store );
6837
+ }
6838
+
6839
+ /**
6840
+ * Check if Freemius was added on new plugin installation.
6841
+ *
6842
+ * @author Vova Feldman (@svovaf)
6843
+ * @since 1.1.5
6844
+ *
6845
+ * @return bool
6846
+ */
6847
+ function is_plugin_new_install() {
6848
+ return isset( $this->_storage->is_plugin_new_install ) &&
6849
+ $this->_storage->is_plugin_new_install;
6850
+ }
6851
+
6852
+ /**
6853
+ * Check if it's the first plugin release that is running Freemius.
6854
+ *
6855
+ * @author Vova Feldman (@svovaf)
6856
+ * @since 1.2.1.5
6857
+ *
6858
+ * @return bool
6859
+ */
6860
+ function is_first_freemius_powered_version() {
6861
+ return empty( $this->_storage->plugin_last_version );
6862
+ }
6863
+
6864
+ /**
6865
+ * @author Leo Fajardo (@leorw)
6866
+ * @since 1.2.2
6867
+ *
6868
+ * @return bool|string
6869
+ */
6870
+ private function get_previous_theme_slug() {
6871
+ return isset( $this->_storage->previous_theme ) ?
6872
+ $this->_storage->previous_theme :
6873
+ false;
6874
+ }
6875
+
6876
+ /**
6877
+ * @author Leo Fajardo (@leorw)
6878
+ * @since 1.2.2
6879
+ *
6880
+ * @return string
6881
+ */
6882
+ private function can_activate_previous_theme() {
6883
+ $slug = $this->get_previous_theme_slug();
6884
+ if ( false !== $slug && current_user_can( 'switch_themes' ) ) {
6885
+ $theme_instance = wp_get_theme( $slug );
6886
+
6887
+ return $theme_instance->exists();
6888
+ }
6889
+
6890
+ return false;
6891
+ }
6892
+
6893
+ /**
6894
+ * @author Leo Fajardo (@leorw)
6895
+ * @since 1.2.2
6896
+ */
6897
+ private function activate_previous_theme() {
6898
+ switch_theme( $this->get_previous_theme_slug() );
6899
+ unset( $this->_storage->previous_theme );
6900
+
6901
+ global $pagenow;
6902
+ if ( 'themes.php' === $pagenow ) {
6903
+ /**
6904
+ * Refresh the active theme information.
6905
+ *
6906
+ * @author Leo Fajardo (@leorw)
6907
+ * @since 1.2.2
6908
+ */
6909
+ fs_redirect( $this->admin_url( $pagenow ) );
6910
+ }
6911
+ }
6912
+
6913
+ /**
6914
+ * @author Leo Fajardo (@leorw)
6915
+ * @since 1.2.2
6916
+ *
6917
+ * @return string
6918
+ */
6919
+ function get_previous_theme_activation_url() {
6920
+ if ( ! $this->can_activate_previous_theme() ) {
6921
+ return '';
6922
+ }
6923
+
6924
+ /**
6925
+ * Activation URL
6926
+ *
6927
+ * @author Leo Fajardo (@leorw)
6928
+ * @since 1.2.2
6929
+ */
6930
+ return wp_nonce_url(
6931
+ $this->admin_url( 'themes.php?action=activate&stylesheet=' . urlencode( $this->get_previous_theme_slug() ) ),
6932
+ 'switch-theme_' . $this->get_previous_theme_slug()
6933
+ );
6934
+ }
6935
+
6936
+ /**
6937
+ * Saves the slug of the previous theme if it still exists so that it can be used by the logic in the opt-in
6938
+ * form that decides whether to add a close button to the opt-in dialog or not. So after a premium-only theme is
6939
+ * activated, the close button will appear and will reactivate the previous theme if clicked. If the previous
6940
+ * theme doesn't exist, then there will be no close button.
6941
+ *
6942
+ * @author Leo Fajardo (@leorw)
6943
+ * @since 1.2.2
6944
+ *
6945
+ * @param string $slug_or_name Old theme's slug or name.
6946
+ * @param bool|WP_Theme $old_theme WP_Theme instance of the old theme if it still exists.
6947
+ */
6948
+ function _activate_theme_event_hook( $slug_or_name, $old_theme = false ) {
6949
+ $this->_storage->previous_theme = ( false !== $old_theme ) ?
6950
+ $old_theme->get_stylesheet() :
6951
+ $slug_or_name;
6952
+
6953
+ $this->_activate_plugin_event_hook();
6954
+ }
6955
+
6956
+ /**
6957
+ * Plugin activated hook.
6958
+ *
6959
+ * @author Vova Feldman (@svovaf)
6960
+ * @since 1.0.1
6961
+ *
6962
+ * @uses FS_Api
6963
+ */
6964
+ function _activate_plugin_event_hook() {
6965
+ $this->_logger->entrance( 'slug = ' . $this->_slug );
6966
+
6967
+ if ( ! $this->is_user_admin() ) {
6968
+ return;
6969
+ }
6970
+
6971
+ $this->unregister_uninstall_hook();
6972
+
6973
+ // Clear API cache on activation.
6974
+ FS_Api::clear_cache();
6975
+
6976
+ $is_premium_version_activation = ( current_filter() !== ( 'activate_' . $this->_free_plugin_basename ) );
6977
+
6978
+ $this->_logger->info( 'Activating ' . ( $is_premium_version_activation ? 'premium' : 'free' ) . ' plugin version.' );
6979
+
6980
+ // 1. If running in the activation of the FREE module, get the basename of the PREMIUM.
6981
+ // 2. If running in the activation of the PREMIUM module, get the basename of the FREE.
6982
+ $other_version_basename = $is_premium_version_activation ?
6983
+ $this->_free_plugin_basename :
6984
+ $this->premium_plugin_basename();
6985
+
6986
+ if ( ! $this->_is_network_active ) {
6987
+ /**
6988
+ * During the activation, the plugin isn't yet active, therefore,
6989
+ * _is_network_active will be set to false even if it's a network level
6990
+ * activation. So we need to fix that by looking at the is_network_admin() value.
6991
+ *
6992
+ * @author Vova Feldman
6993
+ */
6994
+ $this->_is_network_active = (
6995
+ $this->_is_multisite_integrated &&
6996
+ // Themes are always network activated, but the ACTUAL activation is per site.
6997
+ $this->is_plugin() &&
6998
+ fs_is_network_admin()
6999
+ );
7000
+ }
7001
+
7002
+ /**
7003
+ * If the other module version is activate, deactivate it.
7004
+ *
7005
+ * is_plugin_active() checks if the plugin active on the site or the network level
7006
+ * and deactivate_plugins() deactivates the plugin whether its activated on the site
7007
+ * or network level.
7008
+ *
7009
+ * @author Leo Fajardo (@leorw)
7010
+ * @since 1.2.2
7011
+ */
7012
+ if ( is_plugin_active( $other_version_basename ) ) {
7013
+ deactivate_plugins( $other_version_basename );
7014
+ }
7015
+
7016
+ if ( $this->is_registered() ) {
7017
+ if ( $is_premium_version_activation ) {
7018
+ $this->reconnect_locally();
7019
+ }
7020
+
7021
+
7022
+ // Schedule re-activation event and sync.
7023
+ // $this->sync_install( array(), true );
7024
+ $this->schedule_install_sync();
7025
+
7026
+ // If activating the premium module version, add an admin notice to congratulate for an upgrade completion.
7027
+ if ( $is_premium_version_activation ) {
7028
+ $this->_admin_notices->add(
7029
+ sprintf( $this->get_text_inline( 'The upgrade of %s was successfully completed.', 'successful-version-upgrade-message' ), sprintf( '<b>%s</b>', $this->_plugin->title ) ),
7030
+ $this->get_text_x_inline( 'W00t',
7031
+ 'Used to express elation, enthusiasm, or triumph (especially in electronic communication).', 'woot' ) . '!'
7032
+ );
7033
+ }
7034
+ } else if ( $this->is_anonymous() ) {
7035
+ if ( isset( $this->_storage->is_anonymous_ms ) && $this->_storage->is_anonymous_ms['is'] ) {
7036
+ $plugin_version = $this->_storage->is_anonymous_ms['version'];
7037
+ $network = true;
7038
+ } else {
7039
+ $plugin_version = $this->_storage->is_anonymous['version'];
7040
+ $network = false;
7041
+ }
7042
+
7043
+ /**
7044
+ * Reset "skipped" click cache on the following:
7045
+ * 1. Freemius DEV mode.
7046
+ * 2. WordPress DEBUG mode.
7047
+ * 3. If a plugin and the user skipped the exact same version before.
7048
+ *
7049
+ * @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).
7050
+ *
7051
+ * @todo 4. If explicitly asked to retry after every activation.
7052
+ */
7053
+ if ( WP_FS__DEV_MODE ||
7054
+ (
7055
+ ( $this->is_plugin() || ( defined( 'WP_DEBUG' ) && WP_DEBUG ) ) &&
7056
+ $this->get_plugin_version() == $plugin_version
7057
+ )
7058
+ ) {
7059
+ $this->reset_anonymous_mode( $network );
7060
+ }
7061
+ }
7062
+
7063
+ if (
7064
+ $is_premium_version_activation &&
7065
+ (
7066
+ ( ! $this->is_registered() && $this->is_anonymous() ) ||
7067
+ (
7068
+ $this->is_registered() &&
7069
+ ! $this->is_trial() &&
7070
+ ! $this->has_features_enabled_license()
7071
+ )
7072
+ )
7073
+ ) {
7074
+ $this->_storage->require_license_activation = true;
7075
+ }
7076
+
7077
+ if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
7078
+ /**
7079
+ * If no previous version of plugin's version exist, it means that it's either
7080
+ * the first time that the plugin installed on the site, or the plugin was installed
7081
+ * before but didn't have Freemius integrated.
7082
+ *
7083
+ * Since register_activation_hook() do NOT fires on updates since 3.1, and only fires
7084
+ * on manual activation via the dashboard, is_plugin_activation() is TRUE
7085
+ * only after immediate activation.
7086
+ *
7087
+ * @since 1.1.4
7088
+ * @link https://make.wordpress.org/core/2010/10/27/plugin-activation-hooks-no-longer-fire-for-updates/
7089
+ */
7090
+ $this->_storage->is_plugin_new_install = empty( $this->_storage->plugin_last_version );
7091
+ }
7092
+
7093
+ if ( ! $this->_anonymous_mode &&
7094
+ $this->has_api_connectivity( WP_FS__DEV_MODE ) &&
7095
+ ! $this->_isAutoInstall
7096
+ ) {
7097
+ // Store hint that the plugin was just activated to enable auto-redirection to settings.
7098
+ set_transient( "fs_{$this->_module_type}_{$this->_slug}_activated", true, 60 );
7099
+ }
7100
+
7101
+ /**
7102
+ * Activation hook is executed after the plugin's main file is loaded, therefore,
7103
+ * after the plugin was loaded. The logic is located at activate_plugin()
7104
+ * ./wp-admin/includes/plugin.php.
7105
+ *
7106
+ * @author Vova Feldman (@svovaf)
7107
+ * @since 1.1.9
7108
+ */
7109
+ $this->_storage->was_plugin_loaded = true;
7110
+ }
7111
+
7112
+ /**
7113
+ * Delete account.
7114
+ *
7115
+ * @author Vova Feldman (@svovaf)
7116
+ * @since 1.0.3
7117
+ *
7118
+ * @param bool $check_user Enforce checking if user have plugins activation privileges.
7119
+ */
7120
+ function delete_account_event( $check_user = true ) {
7121
+ $this->_logger->entrance( 'slug = ' . $this->_slug );
7122
+
7123
+ if ( $check_user && ! $this->is_user_admin() ) {
7124
+ return;
7125
+ }
7126
+
7127
+ $this->do_action( 'before_account_delete' );
7128
+
7129
+ // Clear all admin notices.
7130
+ $this->_admin_notices->clear_all_sticky( false );
7131
+
7132
+ $this->_delete_site( false );
7133
+
7134
+ $delete_network_common_data = true;
7135
+
7136
+ if ( $this->_is_network_active ) {
7137
+ $installs = $this->get_blog_install_map();
7138
+
7139
+ // Don't delete common network data unless no other installs left.
7140
+ $delete_network_common_data = empty( $installs );
7141
+ }
7142
+
7143
+ if ( $delete_network_common_data ) {
7144
+ $this->_delete_plans( false );
7145
+
7146
+ $this->_delete_licenses( false );
7147
+
7148
+ // Delete add-ons related to plugin's account.
7149
+ $this->_delete_account_addons( false );
7150
+ }
7151
+
7152
+ // @todo Delete plans and licenses of add-ons.
7153
+
7154
+ self::$_accounts->store();
7155
+
7156
+ /**
7157
+ * IMPORTANT:
7158
+ * Clear crons must be executed before clearing all storage.
7159
+ * Otherwise, the cron will not be cleared.
7160
+ */
7161
+ if ( $delete_network_common_data ) {
7162
+ $this->clear_sync_cron();
7163
+ }
7164
+
7165
+ $this->clear_install_sync_cron();
7166
+
7167
+ // Clear all storage data.
7168
+ $this->_storage->clear_all( true, array(
7169
+ 'connectivity_test',
7170
+ 'is_on',
7171
+ ), false );
7172
+
7173
+ // Send delete event.
7174
+ $this->get_api_site_scope()->call( '/', 'delete' );
7175
+
7176
+ $this->do_action( 'after_account_delete' );
7177
+ }
7178
+
7179
+ /**
7180
+ * Delete network level account.
7181
+ *
7182
+ * @author Vova Feldman (@svovaf)
7183
+ * @since 2.0.0
7184
+ *
7185
+ * @param bool $check_user Enforce checking if user have plugins activation privileges.
7186
+ */
7187
+ function delete_network_account_event( $check_user = true ) {
7188
+ $this->_logger->entrance( 'slug = ' . $this->_slug );
7189
+
7190
+ if ( $check_user && ! $this->is_user_admin() ) {
7191
+ return;
7192
+ }
7193
+
7194
+ $this->do_action( 'before_network_account_delete' );
7195
+
7196
+ // Clear all admin notices.
7197
+ $this->_admin_notices->clear_all_sticky();
7198
+
7199
+ $this->_delete_plans( false, false );
7200
+
7201
+ $this->_delete_licenses( false );
7202
+
7203
+ // Delete add-ons related to plugin's account.
7204
+ $this->_delete_account_addons( false );
7205
+
7206
+ // @todo Delete plans and licenses of add-ons.
7207
+
7208
+ self::$_accounts->store( true );
7209
+
7210
+ /**
7211
+ * IMPORTANT:
7212
+ * Clear crons must be executed before clearing all storage.
7213
+ * Otherwise, the cron will not be cleared.
7214
+ */
7215
+ $this->clear_sync_cron( true );
7216
+ $this->clear_install_sync_cron( true );
7217
+
7218
+ $sites = self::get_sites();
7219
+
7220
+ $install_ids = array();
7221
+ foreach ( $sites as $site ) {
7222
+ $blog_id = self::get_site_blog_id( $site );
7223
+
7224
+ $install_id = $this->_delete_site( true, $blog_id );
7225
+
7226
+ // Clear all storage data.
7227
+ $this->_storage->clear_all( true, array( 'connectivity_test' ), $blog_id );
7228
+
7229
+ if ( FS_Site::is_valid_id( $install_id ) ) {
7230
+ $install_ids[] = $install_id;
7231
+ }
7232
+
7233
+ switch_to_blog( $blog_id );
7234
+
7235
+ $this->do_action( 'after_account_delete' );
7236
+
7237
+ restore_current_blog();
7238
+ }
7239
+
7240
+ $this->_storage->clear_all( true, array(
7241
+ 'connectivity_test',
7242
+ 'is_on',
7243
+ ), true );
7244
+
7245
+ // Send delete event.
7246
+ if ( ! empty( $install_ids ) ) {
7247
+ $result = $this->get_current_or_network_user_api_scope()->call( "/plugins/{$this->_module_id}/installs.json?ids=" . implode( ',', $install_ids ), 'delete' );
7248
+ }
7249
+
7250
+ $this->do_action( 'after_network_account_delete' );
7251
+ }
7252
+
7253
+ /**
7254
+ * Plugin deactivation hook.
7255
+ *
7256
+ * @author Vova Feldman (@svovaf)
7257
+ * @since 1.0.1
7258
+ */
7259
+ function _deactivate_plugin_hook() {
7260
+ $this->_logger->entrance( 'slug = ' . $this->_slug );
7261
+
7262
+ if ( ! $this->is_user_admin() ) {
7263
+ return;
7264
+ }
7265
+
7266
+ $is_network_deactivation = fs_is_network_admin();
7267
+ $storage_keys_for_removal = array();
7268
+
7269
+ $this->_admin_notices->clear_all_sticky();
7270
+
7271
+ $storage_keys_for_removal[] = 'sticky_optin_added';
7272
+ if ( isset( $this->_storage->sticky_optin_added ) ) {
7273
+ unset( $this->_storage->sticky_optin_added );
7274
+ }
7275
+
7276
+ if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
7277
+ // Remember that plugin was already installed.
7278
+ $this->_storage->is_plugin_new_install = false;
7279
+ }
7280
+
7281
+ // Hook to plugin uninstall.
7282
+ register_uninstall_hook( $this->_plugin_main_file_path, array( 'Freemius', '_uninstall_plugin_hook' ) );
7283
+
7284
+ $this->clear_module_main_file_cache();
7285
+ $this->clear_sync_cron( $this->_is_network_active );
7286
+ $this->clear_install_sync_cron();
7287
+
7288
+ if ( $this->is_registered() ) {
7289
+ if ( $this->is_premium() && ! $this->has_active_valid_license() ) {
7290
+ FS_Plugin_Updater::instance( $this )->delete_update_data();
7291
+ }
7292
+
7293
+ if ( $is_network_deactivation ) {
7294
+ // Send deactivation event.
7295
+ $this->sync_installs( array(
7296
+ 'is_active' => false,
7297
+ ) );
7298
+ } else {
7299
+ // Send deactivation event.
7300
+ $this->sync_install( array(
7301
+ 'is_active' => false,
7302
+ ) );
7303
+ }
7304
+ } else {
7305
+ if ( ! $this->has_api_connectivity() ) {
7306
+ // Reset connectivity test cache.
7307
+ unset( $this->_storage->connectivity_test );
7308
+
7309
+ $storage_keys_for_removal[] = 'connectivity_test';
7310
+ }
7311
+ }
7312
+
7313
+ if ( $is_network_deactivation ) {
7314
+ if ( isset( $this->_storage->sticky_optin_added_ms ) ) {
7315
+ unset( $this->_storage->sticky_optin_added_ms );
7316
+ }
7317
+
7318
+ if ( ! empty( $storage_keys_for_removal ) ) {
7319
+ $sites = self::get_sites();
7320
+
7321
+ foreach ( $sites as $site ) {
7322
+ $blog_id = self::get_site_blog_id( $site );
7323
+
7324
+ foreach ( $storage_keys_for_removal as $key ) {
7325
+ $this->_storage->remove( $key, false, $blog_id );
7326
+ }
7327
+
7328
+ $this->_storage->save( $blog_id );
7329
+ }
7330
+ }
7331
+ }
7332
+
7333
+ // Clear API cache on deactivation.
7334
+ FS_Api::clear_cache();
7335
+
7336
+ $this->remove_sdk_reference();
7337
+ }
7338
+
7339
+ /**
7340
+ * @author Vova Feldman (@svovaf)
7341
+ * @since 1.1.6
7342
+ */
7343
+ private function remove_sdk_reference() {
7344
+ global $fs_active_plugins;
7345
+
7346
+ foreach ( $fs_active_plugins->plugins as $sdk_path => $data ) {
7347
+ if ( $this->_plugin_basename == $data->plugin_path ) {
7348
+ unset( $fs_active_plugins->plugins[ $sdk_path ] );
7349
+ break;
7350
+ }
7351
+ }
7352
+
7353
+ fs_fallback_to_newest_active_sdk();
7354
+ }
7355
+
7356
+ /**
7357
+ * @author Vova Feldman (@svovaf)
7358
+ * @since 1.1.3
7359
+ *
7360
+ * @param bool $is_anonymous
7361
+ * @param bool|int $network_or_blog_id Since 2.0.0
7362
+ */
7363
+ private function set_anonymous_mode( $is_anonymous = true, $network_or_blog_id = 0 ) {
7364
+ // Store information regarding skip to try and opt-in the user
7365
+ // again in the future.
7366
+ $skip_info = array(
7367
+ 'is' => $is_anonymous,
7368
+ 'timestamp' => WP_FS__SCRIPT_START_TIME,
7369
+ 'version' => $this->get_plugin_version(),
7370
+ );
7371
+
7372
+ if ( true === $network_or_blog_id ) {
7373
+ $this->_storage->is_anonymous_ms = $skip_info;
7374
+ } else {
7375
+ $this->_storage->store( 'is_anonymous', $skip_info, $network_or_blog_id );
7376
+ }
7377
+
7378
+ $this->network_upgrade_mode_completed();
7379
+
7380
+ // Update anonymous mode cache.
7381
+ $this->_is_anonymous = $is_anonymous;
7382
+ }
7383
+
7384
+ /**
7385
+ * @author Vova Feldman (@svovaf)
7386
+ * @since 2.0.0
7387
+ *
7388
+ * @param int $blog_id Site ID.
7389
+ * @param int $user_id User ID.
7390
+ * @param string $domain Site domain.
7391
+ * @param string $path Site path.
7392
+ * @param int $network_id Network ID. Only relevant on multi-network installations.
7393
+ * @param array $meta Metadata. Used to set initial site options.
7394
+ *
7395
+ * @uses Freemius::is_license_network_active() to check if the context license was network activated by the super-admin.
7396
+ * @uses Freemius::is_network_connected() to check if the super-admin network opted-in.
7397
+ * @uses Freemius::is_network_anonymous() to check if the super-admin network skipped.
7398
+ * @uses Freemius::is_network_delegated_connection() to check if the super-admin network delegated the connection to the site admins.
7399
+ */
7400
+ function _after_new_blog_callback( $blog_id, $user_id, $domain, $path, $network_id, $meta ) {
7401
+ $this->_logger->entrance();
7402
+
7403
+ if ( $this->is_premium() &&
7404
+ $this->is_network_connected() &&
7405
+ is_object( $this->_license ) &&
7406
+ $this->_license->can_activate( FS_Site::is_localhost_by_address( $domain ) ) &&
7407
+ $this->is_license_network_active( $blog_id )
7408
+ ) {
7409
+ /**
7410
+ * Running the premium version, the license was network activated, and the license can also be activated on the current site -> so try to opt-in with the license key.
7411
+ */
7412
+ $current_blog_id = get_current_blog_id();
7413
+ $license = clone $this->_license;
7414
+
7415
+ $this->switch_to_blog( $blog_id );
7416
+
7417
+ // Opt-in with network user.
7418
+ $this->install_with_user(
7419
+ $this->get_network_user(),
7420
+ $license->secret_key,
7421
+ false,
7422
+ false,
7423
+ false
7424
+ );
7425
+
7426
+ if ( is_object( $this->_site ) ) {
7427
+ if ( $this->_site->license_id == $license->id ) {
7428
+ /**
7429
+ * If the license was activated successfully, sync the license data from the remote server.
7430
+ */
7431
+ $this->_license = $license;
7432
+ $this->sync_site_license();
7433
+ }
7434
+ }
7435
+
7436
+ $this->switch_to_blog( $current_blog_id );
7437
+
7438
+ if ( is_object( $this->_site ) ) {
7439
+ // Already connected (with or without a license), so no need to continue.
7440
+ return;
7441
+ }
7442
+ }
7443
+
7444
+ if ( $this->is_network_anonymous() ) {
7445
+ /**
7446
+ * Opt-in was network skipped so automatically skip the opt-in for the new site.
7447
+ */
7448
+ $this->skip_site_connection( $blog_id );
7449
+ } else if ( $this->is_network_delegated_connection() ) {
7450
+ /**
7451
+ * Opt-in was network delegated so automatically delegate the opt-in for the new site's admin.
7452
+ */
7453
+ $this->delegate_site_connection( $blog_id );
7454
+ } else if ( $this->is_network_connected() ) {
7455
+ /**
7456
+ * Opt-in was network activated so automatically opt-in with the network user and new site admin.
7457
+ */
7458
+ $current_blog_id = get_current_blog_id();
7459
+
7460
+ $this->switch_to_blog( $blog_id );
7461
+
7462
+ // Opt-in with network user.
7463
+ $this->install_with_user(
7464
+ $this->get_network_user(),
7465
+ false,
7466
+ false,
7467
+ false,
7468
+ false
7469
+ );
7470
+
7471
+ $this->switch_to_blog( $current_blog_id );
7472
+ } else {
7473
+ /**
7474
+ * If the super-admin mixed different options (connect, skip, delegated):
7475
+ * a) If at least one site connection was delegated, then automatically delegate connection.
7476
+ * b) Otherwise, it means that at least one site was skipped and at least one site was connected. For a simplified UX in the initial release of the multisite network integration, skip the connection for the newly created site. If the super-admin will want to opt-in they can still do that from the network level Account page.
7477
+ */
7478
+ $has_delegated_site = false;
7479
+
7480
+ $sites = self::get_sites();
7481
+ foreach ( $sites as $site ) {
7482
+ $blog_id = self::get_site_blog_id( $site );
7483
+
7484
+ if ( $this->is_site_delegated_connection( $blog_id ) ) {
7485
+ $has_delegated_site = true;
7486
+ break;
7487
+ }
7488
+ }
7489
+
7490
+ if ( $has_delegated_site ) {
7491
+ $this->delegate_site_connection( $blog_id );
7492
+ } else {
7493
+ $this->skip_site_connection( $blog_id );
7494
+ }
7495
+ }
7496
+ }
7497
+
7498
+ /**
7499
+ * @author Vova Feldman (@svovaf)
7500
+ * @since 1.1.3
7501
+ *
7502
+ * @param bool|int $network_or_blog_id Since 2.0.0.
7503
+ */
7504
+ private function reset_anonymous_mode( $network_or_blog_id = 0 ) {
7505
+ if ( true === $network_or_blog_id ) {
7506
+ unset( $this->_storage->is_anonymous_ms );
7507
+ } else {
7508
+ $this->_storage->remove( 'is_anonymous', true, $network_or_blog_id );
7509
+ }
7510
+
7511
+ /**
7512
+ * Ensure that this field is also "false", otherwise, if the current module's type is "theme" and the module
7513
+ * has no menus, the opt-in popup will not be shown immediately (in this case, the user will have to click
7514
+ * on the admin notice that contains the opt-in link in order to trigger the opt-in popup).
7515
+ *
7516
+ * @author Leo Fajardo (@leorw)
7517
+ * @since 1.2.2
7518
+ */
7519
+ if ( ! $this->_is_network_active ||
7520
+ 0 === $network_or_blog_id ||
7521
+ get_current_blog_id() == $network_or_blog_id ||
7522
+ ( true === $network_or_blog_id && fs_is_network_admin() )
7523
+ ) {
7524
+ unset( $this->_is_anonymous );
7525
+ }
7526
+ }
7527
+
7528
+ /**
7529
+ * This is used to ensure that before redirecting to the opt-in page after resetting the anonymous mode or
7530
+ * deleting the account in the network level, the URL of the page to redirect to is correct.
7531
+ *
7532
+ * @author Leo Fajardo (@leorw)
7533
+ *
7534
+ * @since 2.1.3
7535
+ */
7536
+ private function maybe_set_slug_and_network_menu_exists_flag() {
7537
+ if ( ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
7538
+ $this->_menu->set_slug_and_network_menu_exists_flag( $this->_menu->has_menu() ?
7539
+ $this->_menu->get_slug() :
7540
+ $this->_slug
7541
+ );
7542
+ }
7543
+ }
7544
+
7545
+ /**
7546
+ * Clears the anonymous mode and redirects to the opt-in screen.
7547
+ *
7548
+ * @author Vova Feldman (@svovaf)
7549
+ * @since 1.1.7
7550
+ */
7551
+ function connect_again() {
7552
+ if ( ! $this->is_anonymous() ) {
7553
+ return;
7554
+ }
7555
+
7556
+ $this->reset_anonymous_mode( fs_is_network_admin() );
7557
+
7558
+ $this->maybe_set_slug_and_network_menu_exists_flag();
7559
+
7560
+ fs_redirect( $this->get_activation_url() );
7561
+ }
7562
+
7563
+ /**
7564
+ * Skip account connect, and set anonymous mode.
7565
+ *
7566
+ * @author Vova Feldman (@svovaf)
7567
+ * @since 1.1.1
7568
+ *
7569
+ * @param array|null $sites Since 2.0.0. Specific sites.
7570
+ * @param bool $skip_all_network Since 2.0.0. If true, skip connection for all sites.
7571
+ */
7572
+ function skip_connection( $sites = null, $skip_all_network = false ) {
7573
+ $this->_logger->entrance();
7574
+
7575
+ $this->_admin_notices->remove_sticky( 'connect_account' );
7576
+
7577
+ if ( $skip_all_network ) {
7578
+ $this->set_anonymous_mode( true, true );
7579
+ }
7580
+
7581
+ if ( ! $skip_all_network && empty( $sites ) ) {
7582
+ $this->skip_site_connection();
7583
+ } else {
7584
+ $uids = array();
7585
+
7586
+ if ( $skip_all_network ) {
7587
+ $this->set_anonymous_mode( true, true );
7588
+
7589
+ $sites = self::get_sites();
7590
+ foreach ( $sites as $site ) {
7591
+ $blog_id = self::get_site_blog_id( $site );
7592
+ $this->skip_site_connection( $blog_id, false );
7593
+ $uids[] = $this->get_anonymous_id( $blog_id );
7594
+ }
7595
+ } else if ( ! empty( $sites ) ) {
7596
+ foreach ( $sites as $site ) {
7597
+ $uids[] = $site['uid'];
7598
+ $this->skip_site_connection( $site['blog_id'], false );
7599
+ }
7600
+ }
7601
+
7602
+ // Send anonymous skip event.
7603
+ // No user identified info nor any tracking will be sent after the user skips the opt-in.
7604
+ $this->get_api_plugin_scope()->call( 'skip.json', 'put', array(
7605
+ 'uids' => $uids,
7606
+ ) );
7607
+ }
7608
+
7609
+ $this->network_upgrade_mode_completed();
7610
+ }
7611
+
7612
+ /**
7613
+ * Skip connection for specific site in the network.
7614
+ *
7615
+ * @author Vova Feldman (@svovaf)
7616
+ * @since 2.0.0
7617
+ *
7618
+ * @param int|null $blog_id
7619
+ * @param bool $send_skip
7620
+ */
7621
+ private function skip_site_connection( $blog_id = null, $send_skip = true ) {
7622
+ $this->_logger->entrance();
7623
+
7624
+ $this->_admin_notices->remove_sticky( 'connect_account', $blog_id );
7625
+
7626
+ $this->set_anonymous_mode( true, $blog_id );
7627
+
7628
+ if ( $send_skip ) {
7629
+ $this->get_api_plugin_scope()->call( 'skip.json', 'put', array(
7630
+ 'uids' => array( $this->get_anonymous_id( $blog_id ) ),
7631
+ ) );
7632
+ }
7633
+ }
7634
+
7635
+ /**
7636
+ * Plugin version update hook.
7637
+ *
7638
+ * @author Vova Feldman (@svovaf)
7639
+ * @since 1.0.4
7640
+ */
7641
+ private function update_plugin_version_event() {
7642
+ $this->_logger->entrance();
7643
+
7644
+ if ( ! $this->is_registered() ) {
7645
+ return;
7646
+ }
7647
+
7648
+ $this->schedule_install_sync();
7649
+ // $this->sync_install( array(), true );
7650
+ }
7651
+
7652
+ /**
7653
+ * Generate an MD5 signature of a plugins collection.
7654
+ * This helper methods used to identify changes in a plugins collection.
7655
+ *
7656
+ * @author Vova Feldman (@svovaf)
7657
+ * @since 2.0.0
7658
+ *
7659
+ * @param array [string]array $plugins
7660
+ *
7661
+ * @return string
7662
+ */
7663
+ private function get_plugins_thumbprint( $plugins ) {
7664
+ ksort( $plugins );
7665
+
7666
+ $thumbprint = '';
7667
+ foreach ( $plugins as $basename => $data ) {
7668
+ $thumbprint .= $data['slug'] . ',' .
7669
+ $data['Version'] . ',' .
7670
+ ( $data['is_active'] ? '1' : '0' ) . ';';
7671
+ }
7672
+
7673
+ return md5( $thumbprint );
7674
+ }
7675
+
7676
+ /**
7677
+ * Return a list of modified plugins since the last sync.
7678
+ *
7679
+ * Note:
7680
+ * There's no point to store a plugins counter since even if the number of
7681
+ * plugins didn't change, we still need to check if the versions are all the
7682
+ * same and the activity state is similar.
7683
+ *
7684
+ * @author Vova Feldman (@svovaf)
7685
+ * @since 1.1.8
7686
+ *
7687
+ * @return array|false
7688
+ */
7689
+ private function get_plugins_data_for_api() {
7690
+ // Alias.
7691
+ $site_active_plugins_option_name = 'active_plugins';
7692
+ $network_plugins_option_name = 'all_plugins';
7693
+
7694
+ /**
7695
+ * Collection of all site level active plugins.
7696
+ */
7697
+ $site_active_plugins_cache = self::$_accounts->get_option( $site_active_plugins_option_name );
7698
+
7699
+ if ( ! is_object( $site_active_plugins_cache ) ) {
7700
+ $site_active_plugins_cache = (object) array(
7701
+ 'timestamp' => '',
7702
+ 'md5' => '',
7703
+ 'plugins' => array(),
7704
+ );
7705
+ }
7706
+
7707
+ $time = time();
7708
+
7709
+ if ( ! empty( $site_active_plugins_cache->timestamp ) &&
7710
+ ( $time - $site_active_plugins_cache->timestamp ) < WP_FS__TIME_5_MIN_IN_SEC
7711
+ ) {
7712
+ // Don't send plugin updates if last update was in the past 5 min.
7713
+ return false;
7714
+ }
7715
+
7716
+ // Write timestamp to lock the logic.
7717
+ $site_active_plugins_cache->timestamp = $time;
7718
+ self::$_accounts->set_option( $site_active_plugins_option_name, $site_active_plugins_cache, true );
7719
+
7720
+ // Reload options from DB.
7721
+ self::$_accounts->load( true );
7722
+ $site_active_plugins_cache = self::$_accounts->get_option( $site_active_plugins_option_name );
7723
+
7724
+ if ( $time != $site_active_plugins_cache->timestamp ) {
7725
+ // If timestamp is different, then another thread captured the lock.
7726
+ return false;
7727
+ }
7728
+
7729
+ /**
7730
+ * Collection of all plugins (network level).
7731
+ */
7732
+ $network_plugins_cache = self::$_accounts->get_option( $network_plugins_option_name );
7733
+
7734
+ if ( ! is_object( $network_plugins_cache ) ) {
7735
+ $network_plugins_cache = (object) array(
7736
+ 'timestamp' => '',
7737
+ 'md5' => '',
7738
+ 'plugins' => array(),
7739
+ );
7740
+ }
7741
+
7742
+ // Check if there's a change in plugins.
7743
+ $network_plugins = self::get_network_plugins();
7744
+ $site_active_plugins = self::get_site_active_plugins();
7745
+
7746
+ $network_plugins_thumbprint = $this->get_plugins_thumbprint( $network_plugins );
7747
+ $site_active_plugins_thumbprint = $this->get_plugins_thumbprint( $site_active_plugins );
7748
+
7749
+ // Check if plugins status changed (version or active/inactive).
7750
+ $network_plugins_changed = ( $network_plugins_cache->md5 !== $network_plugins_thumbprint );
7751
+ $site_active_plugins_changed = ( $site_active_plugins_cache->md5 !== $site_active_plugins_thumbprint );
7752
+
7753
+ if ( ! $network_plugins_changed &&
7754
+ ! $site_active_plugins_changed
7755
+ ) {
7756
+ // No changes.
7757
+ return array();
7758
+ }
7759
+
7760
+ $plugins_update_data = array();
7761
+
7762
+ foreach ( $network_plugins_cache->plugins as $basename => $data ) {
7763
+ if ( ! isset( $network_plugins[ $basename ] ) ) {
7764
+ // Plugin uninstalled.
7765
+ $uninstalled_plugin_data = $data;
7766
+ $uninstalled_plugin_data['is_active'] = false;
7767
+ $uninstalled_plugin_data['is_uninstalled'] = true;
7768
+ $plugins_update_data[] = $uninstalled_plugin_data;
7769
+
7770
+ unset( $network_plugins[ $basename ] );
7771
+
7772
+ unset( $network_plugins_cache->plugins[ $basename ] );
7773
+ unset( $site_active_plugins_cache->plugins[ $basename ] );
7774
+
7775
+ continue;
7776
+ }
7777
+
7778
+ $was_active = $data['is_active'] ||
7779
+ ( isset( $site_active_plugins_cache->plugins[ $basename ] ) &&
7780
+ true === $site_active_plugins_cache->plugins[ $basename ]['is_active'] );
7781
+ $is_active = $network_plugins[ $basename ]['is_active'] ||
7782
+ ( isset( $site_active_plugins[ $basename ] ) &&
7783
+ $site_active_plugins[ $basename ]['is_active'] );
7784
+
7785
+ if ( ! isset( $site_active_plugins_cache->plugins[ $basename ] ) &&
7786
+ isset( $site_active_plugins[ $basename ] )
7787
+ ) {
7788
+ // Plugin was site level activated.
7789
+ $site_active_plugins_cache->plugins[ $basename ] = $network_plugins[ $basename ];
7790
+ $site_active_plugins_cache->plugins[ $basename ]['is_active'] = true;
7791
+ } else if ( isset( $site_active_plugins_cache->plugins[ $basename ] ) &&
7792
+ ! isset( $site_active_plugins[ $basename ] )
7793
+ ) {
7794
+ // Plugin was site level deactivated.
7795
+ unset( $site_active_plugins_cache->plugins[ $basename ] );
7796
+ }
7797
+
7798
+ $prev_version = $data['version'];
7799
+ $current_version = $network_plugins[ $basename ]['Version'];
7800
+
7801
+ if ( $was_active !== $is_active || $prev_version !== $current_version ) {
7802
+ // Plugin activated or deactivated, or version changed.
7803
+
7804
+ if ( $was_active !== $is_active ) {
7805
+ if ( $data['is_active'] != $network_plugins[ $basename ]['is_active'] ) {
7806
+ $network_plugins_cache->plugins[ $basename ]['is_active'] = $data['is_active'];
7807
+ }
7808
+ }
7809
+
7810
+ if ( $prev_version !== $current_version ) {
7811
+ $network_plugins_cache->plugins[ $basename ]['Version'] = $current_version;
7812
+ }
7813
+
7814
+ $updated_plugin_data = $data;
7815
+ $updated_plugin_data['is_active'] = $is_active;
7816
+ $updated_plugin_data['version'] = $current_version;
7817
+ $updated_plugin_data['title'] = $network_plugins[ $basename ]['Name'];
7818
+ $plugins_update_data[] = $updated_plugin_data;
7819
+ }
7820
+ }
7821
+
7822
+ // Find new plugins that weren't yet seen before.
7823
+ foreach ( $network_plugins as $basename => $data ) {
7824
+ if ( ! isset( $network_plugins_cache->plugins[ $basename ] ) ) {
7825
+ // New plugin.
7826
+ $new_plugin = array(
7827
+ 'slug' => $data['slug'],
7828
+ 'version' => $data['Version'],
7829
+ 'title' => $data['Name'],
7830
+ 'is_active' => $data['is_active'],
7831
+ 'is_uninstalled' => false,
7832
+ );
7833
+
7834
+ $plugins_update_data[] = $new_plugin;
7835
+ $network_plugins_cache->plugins[ $basename ] = $new_plugin;
7836
+
7837
+ if ( isset( $site_active_plugins[ $basename ] ) ) {
7838
+ $site_active_plugins_cache->plugins[ $basename ] = $new_plugin;
7839
+ $site_active_plugins_cache->plugins[ $basename ]['is_active'] = true;
7840
+ }
7841
+ }
7842
+ }
7843
+
7844
+ $site_active_plugins_cache->md5 = $site_active_plugins_thumbprint;
7845
+ $site_active_plugins_cache->timestamp = $time;
7846
+ self::$_accounts->set_option( $site_active_plugins_option_name, $site_active_plugins_cache, true );
7847
+
7848
+ $network_plugins_cache->md5 = $network_plugins_thumbprint;
7849
+ $network_plugins_cache->timestamp = $time;
7850
+ self::$_accounts->set_option( $network_plugins_option_name, $network_plugins_cache, true );
7851
+
7852
+ return $plugins_update_data;
7853
+ }
7854
+
7855
+ /**
7856
+ * Return a list of modified themes since the last sync.
7857
+ *
7858
+ * Note:
7859
+ * There's no point to store a themes counter since even if the number of
7860
+ * themes didn't change, we still need to check if the versions are all the
7861
+ * same and the activity state is similar.
7862
+ *
7863
+ * @author Vova Feldman (@svovaf)
7864
+ * @since 1.1.8
7865
+ *
7866
+ * @return array|false
7867
+ */
7868
+ private function get_themes_data_for_api() {
7869
+ // Alias.
7870
+ $option_name = 'all_themes';
7871
+
7872
+ $all_cached_themes = self::$_accounts->get_option( $option_name );
7873
+
7874
+ if ( ! is_object( $all_cached_themes ) ) {
7875
+ $all_cached_themes = (object) array(
7876
+ 'timestamp' => '',
7877
+ 'md5' => '',
7878
+ 'themes' => array(),
7879
+ );
7880
+ }
7881
+
7882
+ $time = time();
7883
+
7884
+ if ( ! empty( $all_cached_themes->timestamp ) &&
7885
+ ( $time - $all_cached_themes->timestamp ) < WP_FS__TIME_5_MIN_IN_SEC
7886
+ ) {
7887
+ // Don't send theme updates if last update was in the past 5 min.
7888
+ return false;
7889
+ }
7890
+
7891
+ // Write timestamp to lock the logic.
7892
+ $all_cached_themes->timestamp = $time;
7893
+ self::$_accounts->set_option( $option_name, $all_cached_themes, true );
7894
+
7895
+ // Reload options from DB.
7896
+ self::$_accounts->load( true );
7897
+ $all_cached_themes = self::$_accounts->get_option( $option_name );
7898
+
7899
+ if ( $time != $all_cached_themes->timestamp ) {
7900
+ // If timestamp is different, then another thread captured the lock.
7901
+ return false;
7902
+ }
7903
+
7904
+ // Get active theme.
7905
+ $active_theme = wp_get_theme();
7906
+ $active_theme_stylesheet = $active_theme->get_stylesheet();
7907
+
7908
+ // Check if there's a change in themes.
7909
+ $all_themes = wp_get_themes();
7910
+
7911
+ // Check if themes changed.
7912
+ ksort( $all_themes );
7913
+
7914
+ $themes_signature = '';
7915
+ foreach ( $all_themes as $slug => $data ) {
7916
+ $is_active = ( $slug === $active_theme_stylesheet );
7917
+ $themes_signature .= $slug . ',' .
7918
+ $data->version . ',' .
7919
+ ( $is_active ? '1' : '0' ) . ';';
7920
+ }
7921
+
7922
+ // Check if themes status changed (version or active/inactive).
7923
+ $themes_changed = ( $all_cached_themes->md5 !== md5( $themes_signature ) );
7924
+
7925
+ $themes_update_data = array();
7926
+
7927
+ if ( $themes_changed ) {
7928
+ // Change in themes, report changes.
7929
+
7930
+ // Update existing themes info.
7931
+ foreach ( $all_cached_themes->themes as $slug => $data ) {
7932
+ $is_active = ( $slug === $active_theme_stylesheet );
7933
+
7934
+ if ( ! isset( $all_themes[ $slug ] ) ) {
7935
+ // Plugin uninstalled.
7936
+ $uninstalled_theme_data = $data;
7937
+ $uninstalled_theme_data['is_active'] = false;
7938
+ $uninstalled_theme_data['is_uninstalled'] = true;
7939
+ $themes_update_data[] = $uninstalled_theme_data;
7940
+
7941
+ unset( $all_themes[ $slug ] );
7942
+ unset( $all_cached_themes->themes[ $slug ] );
7943
+ } else if ( $data['is_active'] !== $is_active ||
7944
+ $data['version'] !== $all_themes[ $slug ]->version
7945
+ ) {
7946
+ // Plugin activated or deactivated, or version changed.
7947
+
7948
+ $all_cached_themes->themes[ $slug ]['is_active'] = $is_active;
7949
+ $all_cached_themes->themes[ $slug ]['version'] = $all_themes[ $slug ]->version;
7950
+
7951
+ $themes_update_data[] = $all_cached_themes->themes[ $slug ];
7952
+ }
7953
+ }
7954
+
7955
+ // Find new themes that weren't yet seen before.
7956
+ foreach ( $all_themes as $slug => $data ) {
7957
+ if ( ! isset( $all_cached_themes->themes[ $slug ] ) ) {
7958
+ $is_active = ( $slug === $active_theme_stylesheet );
7959
+
7960
+ // New plugin.
7961
+ $new_plugin = array(
7962
+ 'slug' => $slug,
7963
+ 'version' => $data->version,
7964
+ 'title' => $data->name,
7965
+ 'is_active' => $is_active,
7966
+ 'is_uninstalled' => false,
7967
+ );
7968
+
7969
+ $themes_update_data[] = $new_plugin;
7970
+ $all_cached_themes->themes[ $slug ] = $new_plugin;
7971
+ }
7972
+ }
7973
+
7974
+ $all_cached_themes->md5 = md5( $themes_signature );
7975
+ $all_cached_themes->timestamp = time();
7976
+ self::$_accounts->set_option( $option_name, $all_cached_themes, true );
7977
+ }
7978
+
7979
+ return $themes_update_data;
7980
+ }
7981
+
7982
+ /**
7983
+ * Get site data for API install request.
7984
+ *
7985
+ * @author Vova Feldman (@svovaf)
7986
+ * @since 1.1.2
7987
+ *
7988
+ * @param string[] string $override
7989
+ * @param bool $include_plugins Since 1.1.8 by default include plugin changes.
7990
+ * @param bool $include_themes Since 1.1.8 by default include plugin changes.
7991
+ *
7992
+ * @return array
7993
+ */
7994
+ private function get_install_data_for_api(
7995
+ array $override,
7996
+ $include_plugins = true,
7997
+ $include_themes = true
7998
+ ) {
7999
+ if ( ! defined( 'WP_FS__TRACK_PLUGINS' ) || false !== WP_FS__TRACK_PLUGINS ) {
8000
+ /**
8001
+ * @since 1.1.8 Also send plugin updates.
8002
+ */
8003
+ if ( $include_plugins && ! isset( $override['plugins'] ) ) {
8004
+ $plugins = $this->get_plugins_data_for_api();
8005
+ if ( ! empty( $plugins ) ) {
8006
+ $override['plugins'] = $plugins;
8007
+ }
8008
+ }
8009
+ }
8010
+
8011
+ if ( ! defined( 'WP_FS__TRACK_THEMES' ) || false !== WP_FS__TRACK_THEMES ) {
8012
+ /**
8013
+ * @since 1.1.8 Also send themes updates.
8014
+ */
8015
+ if ( $include_themes && ! isset( $override['themes'] ) ) {
8016
+ $themes = $this->get_themes_data_for_api();
8017
+ if ( ! empty( $themes ) ) {
8018
+ $override['themes'] = $themes;
8019
+ }
8020
+ }
8021
+ }
8022
+
8023
+ $versions = $this->get_versions();
8024
+
8025
+ return array_merge( $versions, array(
8026
+ 'version' => $this->get_plugin_version(),
8027
+ 'is_premium' => $this->is_premium(),
8028
+ 'language' => get_bloginfo( 'language' ),
8029
+ 'charset' => get_bloginfo( 'charset' ),
8030
+ 'title' => get_bloginfo( 'name' ),
8031
+ 'url' => get_site_url(),
8032
+ // Special params.
8033
+ 'is_active' => true,
8034
+ 'is_disconnected' => $this->is_tracking_prohibited(),
8035
+ 'is_uninstalled' => false,
8036
+ ), $override );
8037
+ }
8038
+
8039
+ /**
8040
+ * Update installs details.
8041
+ *
8042
+ * @todo V1 of multiste network support doesn't support plugin and theme data sending.
8043
+ *
8044
+ * @author Vova Feldman (@svovaf)
8045
+ * @since 2.0.0
8046
+ *
8047
+ * @param string[] string $override
8048
+ * @param bool $only_diff
8049
+ * @param bool $include_plugins Since 1.1.8 by default include plugin changes.
8050
+ * @param bool $include_themes Since 1.1.8 by default include plugin changes.
8051
+ *
8052
+ * @return array
8053
+ */
8054
+ private function get_installs_data_for_api(
8055
+ array $override,
8056
+ $only_diff = false,
8057
+ $include_plugins = true,
8058
+ $include_themes = true
8059
+ ) {
8060
+ /**
8061
+ * @since 1.1.8 Also send plugin updates.
8062
+ */
8063
+ // if ( $include_plugins && ! isset( $override['plugins'] ) ) {
8064
+ // $plugins = $this->get_plugins_data_for_api();
8065
+ // if ( ! empty( $plugins ) ) {
8066
+ // $override['plugins'] = $plugins;
8067
+ // }
8068
+ // }
8069
+ /**
8070
+ * @since 1.1.8 Also send themes updates.
8071
+ */
8072
+ // if ( $include_themes && ! isset( $override['themes'] ) ) {
8073
+ // $themes = $this->get_themes_data_for_api();
8074
+ // if ( ! empty( $themes ) ) {
8075
+ // $override['themes'] = $themes;
8076
+ // }
8077
+ // }
8078
+
8079
+ // Common properties.
8080
+ $versions = $this->get_versions();
8081
+ $common = array_merge( $versions, array(
8082
+ 'version' => $this->get_plugin_version(),
8083
+ 'is_premium' => $this->is_premium(),
8084
+ ), $override );
8085
+
8086
+
8087
+ $is_common_diff_for_any_site = false;
8088
+ $common_diff_union = array();
8089
+
8090
+ $installs_data = array();
8091
+
8092
+ $sites = self::get_sites();
8093
+
8094
+ foreach ( $sites as $site ) {
8095
+ $blog_id = self::get_site_blog_id( $site );
8096
+
8097
+ $install = $this->get_install_by_blog_id( $blog_id );
8098
+
8099
+ if ( is_object( $install ) ) {
8100
+ if ( $install->user_id != $this->_user->id ) {
8101
+ // Install belongs to a different owner.
8102
+ continue;
8103
+ }
8104
+
8105
+ if ( ! $this->is_premium() && $install->is_tracking_prohibited() ) {
8106
+ // Don't send updates regarding opted-out installs.
8107
+ continue;
8108
+ }
8109
+
8110
+ $install_data = $this->get_site_info( $site );
8111
+
8112
+ $uid = $install_data['uid'];
8113
+
8114
+ unset( $install_data['blog_id'] );
8115
+ unset( $install_data['uid'] );
8116
+
8117
+ $install_data['is_disconnected'] = $install->is_disconnected;
8118
+ $install_data['is_active'] = $this->is_active_for_site( $blog_id );
8119
+ $install_data['is_uninstalled'] = $install->is_uninstalled;
8120
+
8121
+ $common_diff = null;
8122
+ $is_common_diff = false;
8123
+ if ( $only_diff ) {
8124
+ $install_data = $this->get_install_diff_for_api( $install_data, $install, $override );
8125
+ $common_diff = $this->get_install_diff_for_api( $common, $install, $override );
8126
+
8127
+ $is_common_diff = ! empty( $common_diff );
8128
+
8129
+ if ( $is_common_diff ) {
8130
+ foreach ( $common_diff as $k => $v ) {
8131
+ if ( ! isset( $common_diff_union[ $k ] ) ) {
8132
+ $common_diff_union[ $k ] = $v;
8133
+ }
8134
+ }
8135
+ }
8136
+
8137
+ $is_common_diff_for_any_site = $is_common_diff_for_any_site || $is_common_diff;
8138
+ }
8139
+
8140
+ if ( ! empty( $install_data ) || $is_common_diff ) {
8141
+ // Add install ID and site unique ID.
8142
+ $install_data['id'] = $install->id;
8143
+ $install_data['uid'] = $uid;
8144
+
8145
+ $installs_data[] = $install_data;
8146
+ }
8147
+ }
8148
+ }
8149
+
8150
+ restore_current_blog();
8151
+
8152
+ if ( 0 < count( $installs_data ) && ( $is_common_diff_for_any_site || ! $only_diff ) ) {
8153
+ if ( ! $only_diff ) {
8154
+ $installs_data[] = $common;
8155
+ } else if ( ! empty( $common_diff_union ) ) {
8156
+ $installs_data[] = $common_diff_union;
8157
+ }
8158
+ }
8159
+
8160
+ foreach ( $installs_data as &$data ) {
8161
+ $data = (object) $data;
8162
+ }
8163
+
8164
+ return $installs_data;
8165
+ }
8166
+
8167
+ /**
8168
+ * Compare site actual data to the stored install data and return the differences for an API data sync.
8169
+ *
8170
+ * @author Vova Feldman (@svovaf)
8171
+ * @since 2.0.0
8172
+ *
8173
+ * @param array $site
8174
+ * @param FS_Site $install
8175
+ * @param string[] string $override
8176
+ *
8177
+ * @return array
8178
+ */
8179
+ private function get_install_diff_for_api( $site, $install, $override = array() ) {
8180
+ $diff = array();
8181
+ $special = array();
8182
+ $special_override = false;
8183
+
8184
+ foreach ( $site as $p => $v ) {
8185
+ if ( property_exists( $install, $p ) ) {
8186
+ if ( ( is_bool( $install->{$p} ) || ! empty( $install->{$p} ) ) &&
8187
+ $install->{$p} != $v
8188
+ ) {
8189
+ $install->{$p} = $v;
8190
+ $diff[ $p ] = $v;
8191
+ }
8192
+ } else {
8193
+ $special[ $p ] = $v;
8194
+
8195
+ if ( isset( $override[ $p ] ) ||
8196
+ 'plugins' === $p ||
8197
+ 'themes' === $p
8198
+ ) {
8199
+ $special_override = true;
8200
+ }
8201
+ }
8202
+ }
8203
+
8204
+ if ( $special_override || 0 < count( $diff ) ) {
8205
+ // Add special params only if has at least one
8206
+ // standard param, or if explicitly requested to
8207
+ // override a special param or a param which is not exist
8208
+ // in the install object.
8209
+ $diff = array_merge( $diff, $special );
8210
+ }
8211
+
8212
+ return $diff;
8213
+ }
8214
+
8215
+ /**
8216
+ * Update install only if changed.
8217
+ *
8218
+ * @author Vova Feldman (@svovaf)
8219
+ * @since 1.0.9
8220
+ *
8221
+ * @param string[] string $override
8222
+ * @param bool $flush
8223
+ *
8224
+ * @return false|object|string
8225
+ */
8226
+ private function send_install_update( $override = array(), $flush = false ) {
8227
+ $this->_logger->entrance();
8228
+
8229
+ $check_properties = $this->get_install_data_for_api( $override );
8230
+
8231
+ if ( $flush ) {
8232
+ $params = $check_properties;
8233
+ } else {
8234
+ $params = $this->get_install_diff_for_api( $check_properties, $this->_site, $override );
8235
+ }
8236
+
8237
+ $keepalive_only_update = false;
8238
+ if ( empty( $params ) ) {
8239
+ $keepalive_only_update = $this->should_send_keepalive_update();
8240
+
8241
+ if ( ! $keepalive_only_update ) {
8242
+ /**
8243
+ * There are no updates to send including keepalive.
8244
+ *
8245
+ * @author Leo Fajardo (@leorw)
8246
+ * @since 2.2.3
8247
+ */
8248
+ return false;
8249
+ }
8250
+ }
8251
+
8252
+ if ( ! $keepalive_only_update ) {
8253
+ /**
8254
+ * Do not update the last install sync timestamp after a keepalive-only call since there were no actual
8255
+ * updates sent.
8256
+ *
8257
+ * @author Leo Fajardo (@leorw)
8258
+ * @since 2.2.3
8259
+ */
8260
+ if ( ! is_multisite() ) {
8261
+ // Update last install sync timestamp.
8262
+ $this->set_cron_execution_timestamp( 'install_sync' );
8263
+ }
8264
+
8265
+ $params['uid'] = $this->get_anonymous_id();
8266
+ }
8267
+
8268
+ $this->set_keepalive_timestamp();
8269
+
8270
+ // Send updated values to FS.
8271
+ $site = $this->get_api_site_scope()->call( '/', 'put', $params );
8272
+
8273
+ if ( ! $keepalive_only_update && $this->is_api_result_entity( $site ) ) {
8274
+ /**
8275
+ * Do not clear scheduled sync after a keepalive-only call since there were no actual updates sent.
8276
+ *
8277
+ * @author Leo Fajardo (@leorw)
8278
+ * @since 2.2.3
8279
+ */
8280
+ if ( ! is_multisite() ) {
8281
+ // I successfully sent install update, clear scheduled sync if exist.
8282
+ $this->clear_install_sync_cron();
8283
+ }
8284
+ }
8285
+
8286
+ return $site;
8287
+ }
8288
+
8289
+ /**
8290
+ * Update installs only if changed.
8291
+ *
8292
+ * @author Vova Feldman (@svovaf)
8293
+ * @since 2.0.0
8294
+ *
8295
+ * @param string[] string $override
8296
+ * @param bool $flush
8297
+ *
8298
+ * @return false|object|string
8299
+ */
8300
+ private function send_installs_update( $override = array(), $flush = false ) {
8301
+ $this->_logger->entrance();
8302
+
8303
+ $installs_data = $this->get_installs_data_for_api( $override, ! $flush );
8304
+
8305
+ $keepalive_only_update = false;
8306
+ if ( empty( $installs_data ) ) {
8307
+ /**
8308
+ * Pass `true` to use the network level storage since the update is for many installs.
8309
+ *
8310
+ * @author Leo Fajardo (@leorw)
8311
+ * @since 2.2.3
8312
+ */
8313
+ $keepalive_only_update = $this->should_send_keepalive_update( true );
8314
+
8315
+ if ( ! $keepalive_only_update ) {
8316
+ /**
8317
+ * There are no updates to send including keepalive.
8318
+ *
8319
+ * @author Leo Fajardo (@leorw)
8320
+ * @since 2.2.3
8321
+ */
8322
+ return false;
8323
+ }
8324
+ }
8325
+
8326
+ if ( ! $keepalive_only_update ) {
8327
+ // Update last install sync timestamp if there were actual updates sent (i.e., not a keepalive-only call).
8328
+ $this->set_cron_execution_timestamp( 'install_sync' );
8329
+ }
8330
+
8331
+ /**
8332
+ * Pass `true` to use the network level storage since the update is for many installs.
8333
+ *
8334
+ * @author Leo Fajardo (@leorw)
8335
+ * @since 2.2.3
8336
+ */
8337
+ $this->set_keepalive_timestamp( true );
8338
+
8339
+ // Send updated values to FS.
8340
+ $result = $this->get_api_user_scope()->call( "/plugins/{$this->_plugin->id}/installs.json", 'put', $installs_data );
8341
+
8342
+ if ( ! $keepalive_only_update && $this->is_api_result_object( $result, 'installs' ) ) {
8343
+ // I successfully sent installs update (there was an actual update sent and it's not just a keepalive-only call), clear scheduled sync if exist.
8344
+ $this->clear_install_sync_cron();
8345
+ }
8346
+
8347
+ return $result;
8348
+ }
8349
+
8350
+ /**
8351
+ * @author Leo Fajardo (@leorw)
8352
+ *
8353
+ * @param bool|null $use_network_level_storage
8354
+ *
8355
+ * @return bool
8356
+ */
8357
+ private function should_send_keepalive_update( $use_network_level_storage = null ) {
8358
+ $keepalive_timestamp = $this->_storage->get( 'keepalive_timestamp', 0, $use_network_level_storage );
8359
+
8360
+ if ( $keepalive_timestamp < ( time() - WP_FS__TIME_WEEK_IN_SEC ) ) {
8361
+ // If updated more than 7 days ago, trigger a keepalive and update the time it was triggered.
8362
+ return true;
8363
+ } else {
8364
+ // If updated 7 days ago or less, "flip a coin", if the value is 7 trigger a keepalive and update the last time it was triggered.
8365
+ return ( 7 == rand( 1, 7 ) );
8366
+ }
8367
+ }
8368
+
8369
+ /**
8370
+ * Update install only if changed.
8371
+ *
8372
+ * @author Vova Feldman (@svovaf)
8373
+ * @since 1.0.9
8374
+ *
8375
+ * @param string[] string $override
8376
+ * @param bool $flush
8377
+ */
8378
+ private function sync_install( $override = array(), $flush = false ) {
8379
+ $this->_logger->entrance();
8380
+
8381
+ $site = $this->send_install_update( $override, $flush );
8382
+
8383
+ if ( false === $site ) {
8384
+ // No sync required.
8385
+ return;
8386
+ }
8387
+
8388
+ if ( ! $this->is_api_result_entity( $site ) ) {
8389
+ // Failed to sync, don't update locally.
8390
+ return;
8391
+ }
8392
+
8393
+ $this->_site = new FS_Site( $site );
8394
+
8395
+ $this->_store_site( true );
8396
+ }
8397
+
8398
+ /**
8399
+ * Update install only if changed.
8400
+ *
8401
+ * @author Vova Feldman (@svovaf)
8402
+ * @since 1.0.9
8403
+ *
8404
+ * @param string[] string $override
8405
+ * @param bool $flush
8406
+ */
8407
+ private function sync_installs( $override = array(), $flush = false ) {
8408
+ $this->_logger->entrance();
8409
+
8410
+ $result = $this->send_installs_update( $override, $flush );
8411
+
8412
+ if ( false === $result ) {
8413
+ // No sync required.
8414
+ return;
8415
+ }
8416
+
8417
+ if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
8418
+ // Failed to sync, don't update locally.
8419
+ return;
8420
+ }
8421
+
8422
+ $address_to_blog_map = $this->get_address_to_blog_map();
8423
+
8424
+ foreach ( $result->installs as $install ) {
8425
+ $this->_site = new FS_Site( $install );
8426
+
8427
+ $address = trailingslashit( fs_strip_url_protocol( $install->url ) );
8428
+ $blog_id = $address_to_blog_map[ $address ];
8429
+
8430
+ $this->_store_site( true, $blog_id );
8431
+ }
8432
+ }
8433
+
8434
+ /**
8435
+ * Track install's custom event.
8436
+ *
8437
+ * IMPORTANT:
8438
+ * Custom event tracking is currently only supported for specific clients.
8439
+ * If you are not one of them, please don't use this method. If you will,
8440
+ * the API will simply ignore your request based on the plugin ID.
8441
+ *
8442
+ * Need custom tracking for your plugin or theme?
8443
+ * If you are interested in custom event tracking please contact yo@freemius.com
8444
+ * for further details.
8445
+ *
8446
+ * @author Vova Feldman (@svovaf)
8447
+ * @since 1.2.1
8448
+ *
8449
+ * @param string $name Event name.
8450
+ * @param array $properties Associative key/value array with primitive values only
8451
+ * @param bool $process_at A valid future date-time in the following format Y-m-d H:i:s.
8452
+ * @param bool $once If true, event will be tracked only once. IMPORTANT: Still trigger the API call.
8453
+ *
8454
+ * @return object|false Event data or FALSE on failure.
8455
+ *
8456
+ * @throws \Freemius_InvalidArgumentException
8457
+ */
8458
+ public function track_event( $name, $properties = array(), $process_at = false, $once = false ) {
8459
+ $this->_logger->entrance( http_build_query( array( 'name' => $name, 'once' => $once ) ) );
8460
+
8461
+ if ( ! $this->is_registered() ) {
8462
+ return false;
8463
+ }
8464
+
8465
+ $event = array( 'type' => $name );
8466
+
8467
+ if ( is_numeric( $process_at ) && $process_at > time() ) {
8468
+ $event['process_at'] = $process_at;
8469
+ }
8470
+
8471
+ if ( $once ) {
8472
+ $event['once'] = true;
8473
+ }
8474
+
8475
+ if ( ! empty( $properties ) ) {
8476
+ // Verify associative array values are primitive.
8477
+ foreach ( $properties as $k => $v ) {
8478
+ if ( ! is_scalar( $v ) ) {
8479
+ throw new Freemius_InvalidArgumentException( 'The $properties argument must be an associative key/value array with primitive values only.' );
8480
+ }
8481
+ }
8482
+
8483
+ $event['properties'] = $properties;
8484
+ }
8485
+
8486
+ $result = $this->get_api_site_scope()->call( 'events.json', 'post', $event );
8487
+
8488
+ return $this->is_api_error( $result ) ?
8489
+ false :
8490
+ $result;
8491
+ }
8492
+
8493
+ /**
8494
+ * Track install's custom event only once, but it still triggers the API call.
8495
+ *
8496
+ * IMPORTANT:
8497
+ * Custom event tracking is currently only supported for specific clients.
8498
+ * If you are not one of them, please don't use this method. If you will,
8499
+ * the API will simply ignore your request based on the plugin ID.
8500
+ *
8501
+ * Need custom tracking for your plugin or theme?
8502
+ * If you are interested in custom event tracking please contact yo@freemius.com
8503
+ * for further details.
8504
+ *
8505
+ * @author Vova Feldman (@svovaf)
8506
+ * @since 1.2.1
8507
+ *
8508
+ * @param string $name Event name.
8509
+ * @param array $properties Associative key/value array with primitive values only
8510
+ * @param bool $process_at A valid future date-time in the following format Y-m-d H:i:s.
8511
+ *
8512
+ * @return object|false Event data or FALSE on failure.
8513
+ *
8514
+ * @throws \Freemius_InvalidArgumentException
8515
+ *
8516
+ * @user Freemius::track_event()
8517
+ */
8518
+ public function track_event_once( $name, $properties = array(), $process_at = false ) {
8519
+ return $this->track_event( $name, $properties, $process_at, true );
8520
+ }
8521
+
8522
+ /**
8523
+ * Plugin uninstall hook.
8524
+ *
8525
+ * @author Vova Feldman (@svovaf)
8526
+ * @since 1.0.1
8527
+ *
8528
+ * @param bool $check_user Enforce checking if user have plugins activation privileges.
8529
+ */
8530
+ function _uninstall_plugin_event( $check_user = true ) {
8531
+ $this->_logger->entrance( 'slug = ' . $this->_slug );
8532
+
8533
+ if ( $check_user && ! current_user_can( 'activate_plugins' ) ) {
8534
+ return;
8535
+ }
8536
+
8537
+ $params = array();
8538
+ $uninstall_reason = null;
8539
+ if ( isset( $this->_storage->uninstall_reason ) ) {
8540
+ $uninstall_reason = $this->_storage->uninstall_reason;
8541
+ $params['reason_id'] = $uninstall_reason->id;
8542
+ $params['reason_info'] = $uninstall_reason->info;
8543
+ }
8544
+
8545
+ if ( ! $this->is_registered() ) {
8546
+ // Send anonymous uninstall event only if user submitted a feedback.
8547
+ if ( isset( $uninstall_reason ) ) {
8548
+ if ( isset( $uninstall_reason->is_anonymous ) && ! $uninstall_reason->is_anonymous ) {
8549
+ $this->opt_in( false, false, false, false, true );
8550
+ } else {
8551
+ $params['uid'] = $this->get_anonymous_id();
8552
+ $this->get_api_plugin_scope()->call( 'uninstall.json', 'put', $params );
8553
+ }
8554
+ }
8555
+ } else {
8556
+ $params = array_merge( $params, array(
8557
+ 'is_active' => false,
8558
+ 'is_uninstalled' => true,
8559
+ ) );
8560
+
8561
+ if ( $this->_is_network_active ) {
8562
+ // Send uninstall event.
8563
+ $this->send_installs_update( $params );
8564
+ } else {
8565
+ // Send uninstall event.
8566
+ $this->send_install_update( $params );
8567
+ }
8568
+ }
8569
+
8570
+ // @todo Decide if we want to delete plugin information from db.
8571
+ }
8572
+
8573
+ /**
8574
+ * Set the basename of the current product and hook _activate_plugin_event_hook() to the activation action.
8575
+ *
8576
+ * @author Vova Feldman (@svovaf)
8577
+ * @since 2.2.1
8578
+ *
8579
+ * @param string $is_premium
8580
+ * @param string $caller
8581
+ *
8582
+ * @return string
8583
+ */
8584
+ function set_basename( $is_premium, $caller ) {
8585
+ $basename = plugin_basename( $caller );
8586
+
8587
+ $current_basename = $is_premium ?
8588
+ $this->_premium_plugin_basename :
8589
+ $this->_free_plugin_basename;
8590
+
8591
+ if ( $current_basename == $basename ) {
8592
+ // Basename value set correctly.
8593
+ return;
8594
+ }
8595
+
8596
+ if ( $is_premium ) {
8597
+ $this->_premium_plugin_basename = $basename;
8598
+ } else {
8599
+ $this->_free_plugin_basename = $basename;
8600
+ }
8601
+
8602
+ $plugin_dir = dirname( $this->_plugin_dir_path ) . '/';
8603
+
8604
+ register_activation_hook(
8605
+ $plugin_dir . $basename,
8606
+ array( &$this, '_activate_plugin_event_hook' )
8607
+ );
8608
+ }
8609
+
8610
+ /**
8611
+ * @author Vova Feldman (@svovaf)
8612
+ * @since 1.1.1
8613
+ * @since 2.2.1 If the context product is in its premium version, use the current module's basename, even if it was renamed.
8614
+ *
8615
+ * @return string
8616
+ */
8617
+ function premium_plugin_basename() {
8618
+ if ( ! isset( $this->_premium_plugin_basename ) ) {
8619
+ $this->_premium_plugin_basename = $this->is_premium() ?
8620
+ // The product is premium, so use the current basename.
8621
+ $this->_plugin_basename :
8622
+ $this->get_premium_slug() . '/' . basename( $this->_free_plugin_basename );
8623
+ }
8624
+
8625
+ return $this->_premium_plugin_basename;
8626
+ }
8627
+
8628
+ /**
8629
+ * Uninstall plugin hook. Called only when connected his account with Freemius for active sites tracking.
8630
+ *
8631
+ * @author Vova Feldman (@svovaf)
8632
+ * @since 1.0.2
8633
+ */
8634
+ public static function _uninstall_plugin_hook() {
8635
+ self::_load_required_static();
8636
+
8637
+ self::$_static_logger->entrance();
8638
+
8639
+ if ( ! current_user_can( 'activate_plugins' ) ) {
8640
+ return;
8641
+ }
8642
+
8643
+ $plugin_file = substr( current_filter(), strlen( 'uninstall_' ) );
8644
+
8645
+ self::$_static_logger->info( 'plugin = ' . $plugin_file );
8646
+
8647
+ define( 'WP_FS__UNINSTALL_MODE', true );
8648
+
8649
+ $fs = self::get_instance_by_file( $plugin_file );
8650
+
8651
+ if ( is_object( $fs ) ) {
8652
+ self::require_plugin_essentials();
8653
+
8654
+ if ( is_plugin_active( $fs->_free_plugin_basename ) ||
8655
+ is_plugin_active( $fs->premium_plugin_basename() )
8656
+ ) {
8657
+ // Deleting Free or Premium plugin version while the other version still installed.
8658
+ return;
8659
+ }
8660
+
8661
+ $fs->_uninstall_plugin_event();
8662
+
8663
+ $fs->do_action( 'after_uninstall' );
8664
+ }
8665
+ }
8666
+
8667
+ #----------------------------------------------------------------------------------
8668
+ #region Plugin Information
8669
+ #----------------------------------------------------------------------------------
8670
+
8671
+ /**
8672
+ * Load WordPress core plugin.php essential module.
8673
+ *
8674
+ * @author Vova Feldman (@svovaf)
8675
+ * @since 1.1.1
8676
+ */
8677
+ private static function require_plugin_essentials() {
8678
+ if ( ! function_exists( 'get_plugins' ) ) {
8679
+ self::$_static_logger->log( 'Including wp-admin/includes/plugin.php...' );
8680
+
8681
+ require_once ABSPATH . 'wp-admin/includes/plugin.php';
8682
+ }
8683
+ }
8684
+
8685
+ /**
8686
+ * Load WordPress core pluggable.php module.
8687
+ *
8688
+ * @author Vova Feldman (@svovaf)
8689
+ * @since 1.1.2
8690
+ */
8691
+ private static function require_pluggable_essentials() {
8692
+ if ( ! function_exists( 'wp_get_current_user' ) ) {
8693
+ require_once ABSPATH . 'wp-includes/pluggable.php';
8694
+ }
8695
+ }
8696
+
8697
+ /**
8698
+ * Return plugin data.
8699
+ *
8700
+ * @author Vova Feldman (@svovaf)
8701
+ * @since 1.0.1
8702
+ *
8703
+ * @return array
8704
+ */
8705
+ function get_plugin_data() {
8706
+ if ( ! isset( $this->_plugin_data ) ) {
8707
+ self::require_plugin_essentials();
8708
+
8709
+ if ( $this->is_plugin() ) {
8710
+ /**
8711
+ * @author Vova Feldman (@svovaf)
8712
+ * @since 1.2.0 When using get_plugin_data() do NOT translate plugin data.
8713
+ *
8714
+ * @link https://github.com/Freemius/wordpress-sdk/issues/77
8715
+ */
8716
+ $plugin_data = get_plugin_data(
8717
+ $this->_plugin_main_file_path,
8718
+ false,
8719
+ false
8720
+ );
8721
+ } else {
8722
+ $theme_data = wp_get_theme();
8723
+
8724
+ if ( $this->_plugin_basename !== $theme_data->get_stylesheet() && is_child_theme() ) {
8725
+ $parent_theme = $theme_data->parent();
8726
+
8727
+ if ( ( $parent_theme instanceof WP_Theme ) && $this->_plugin_basename === $parent_theme->get_stylesheet() ) {
8728
+ $theme_data = $parent_theme;
8729
+ }
8730
+ }
8731
+
8732
+ $plugin_data = array(
8733
+ 'Name' => $theme_data->get( 'Name' ),
8734
+ 'Version' => $theme_data->get( 'Version' ),
8735
+ 'Author' => $theme_data->get( 'Author' ),
8736
+ 'Description' => $theme_data->get( 'Description' ),
8737
+ 'PluginURI' => $theme_data->get( 'ThemeURI' ),
8738
+ );
8739
+ }
8740
+
8741
+ $this->_plugin_data = $plugin_data;
8742
+ }
8743
+
8744
+ return $this->_plugin_data;
8745
+ }
8746
+
8747
+ /**
8748
+ * @author Vova Feldman (@svovaf)
8749
+ * @since 1.0.1
8750
+ * @since 1.2.2.5 If slug not set load slug by module ID.
8751
+ *
8752
+ * @return string Plugin slug.
8753
+ */
8754
+ function get_slug() {
8755
+ if ( ! isset( $this->_slug ) ) {
8756
+ $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );
8757
+ $this->_slug = $id_slug_type_path_map[ $this->_module_id ]['slug'];
8758
+ }
8759
+
8760
+ return $this->_slug;
8761
+ }
8762
+
8763
+ /**
8764
+ * @author Leo Fajardo (@leorw)
8765
+ * @since 2.2.1
8766
+ *
8767
+ * @return string
8768
+ */
8769
+ function get_premium_slug() {
8770
+ return is_object( $this->_plugin ) ?
8771
+ $this->_plugin->premium_slug :
8772
+ "{$this->_slug}-premium";
8773
+ }
8774
+
8775
+ /**
8776
+ * Retrieve the desired folder name for the product.
8777
+ *
8778
+ * @author Vova Feldman (@svovaf)
8779
+ * @since 1.2.1.7
8780
+ *
8781
+ * @return string Plugin slug.
8782
+ */
8783
+ function get_target_folder_name() {
8784
+ return $this->can_use_premium_code() ?
8785
+ $this->_plugin->premium_slug :
8786
+ $this->_slug;
8787
+ }
8788
+
8789
+ /**
8790
+ * @author Vova Feldman (@svovaf)
8791
+ * @since 1.0.1
8792
+ *
8793
+ * @return number Plugin ID.
8794
+ */
8795
+ function get_id() {
8796
+ return $this->_plugin->id;
8797
+ }
8798
+
8799
+ /**
8800
+ * @author Vova Feldman (@svovaf)
8801
+ * @since 1.2.1.5
8802
+ *
8803
+ * @return string Freemius SDK version
8804
+ */
8805
+ function get_sdk_version() {
8806
+ return $this->version;
8807
+ }
8808
+
8809
+ /**
8810
+ * @author Vova Feldman (@svovaf)
8811
+ * @since 1.2.1.5
8812
+ *
8813
+ * @return number Parent plugin ID (if parent exist).
8814
+ */
8815
+ function get_parent_id() {
8816
+ return $this->is_addon() ?
8817
+ $this->get_parent_instance()->get_id() :
8818
+ $this->_plugin->id;
8819
+ }
8820
+
8821
+ /**
8822
+ * @author Vova Feldman (@svovaf)
8823
+ * @since 1.0.1
8824
+ *
8825
+ * @return string Plugin public key.
8826
+ */
8827
+ function get_public_key() {
8828
+ return $this->_plugin->public_key;
8829
+ }
8830
+
8831
+ /**
8832
+ * Will be available only on sandbox mode.
8833
+ *
8834
+ * @author Vova Feldman (@svovaf)
8835
+ * @since 1.0.4
8836
+ *
8837
+ * @return mixed Plugin secret key.
8838
+ */
8839
+ function get_secret_key() {
8840
+ return $this->_plugin->secret_key;
8841
+ }
8842
+
8843
+ /**
8844
+ * @author Vova Feldman (@svovaf)
8845
+ * @since 1.1.1
8846
+ *
8847
+ * @return bool
8848
+ */
8849
+ function has_secret_key() {
8850
+ return ! empty( $this->_plugin->secret_key );
8851
+ }
8852
+
8853
+ /**
8854
+ * @author Vova Feldman (@svovaf)
8855
+ * @since 1.0.9
8856
+ *
8857
+ * @param string|bool $premium_suffix
8858
+ *
8859
+ * @return string
8860
+ */
8861
+ function get_plugin_name( $premium_suffix = false ) {
8862
+ $this->_logger->entrance();
8863
+
8864
+ /**
8865
+ * This `if-else` can be squeezed into a single `if` but I intentionally split it for code readability.
8866
+ *
8867
+ * @author Vova Feldman
8868
+ */
8869
+ if ( ! isset( $this->_plugin_name ) ) {
8870
+ // Name is not yet set.
8871
+ $this->set_name( $premium_suffix );
8872
+ } else if (
8873
+ ! empty( $premium_suffix ) &&
8874
+ ( ! is_object( $this->_plugin ) || $this->_plugin->premium_suffix !== $premium_suffix )
8875
+ ) {
8876
+ // Name is already set, but there's a change in the premium suffix.
8877
+ $this->set_name( $premium_suffix );
8878
+ }
8879
+
8880
+ return $this->_plugin_name;
8881
+ }
8882
+
8883
+ /**
8884
+ * Calculates and stores the product's name. This helper function was created specifically for get_plugin_name() just to make the code clearer.
8885
+ *
8886
+ * @author Vova Feldman (@svovaf)
8887
+ * @since 2.2.1
8888
+ *
8889
+ * @param string $premium_suffix
8890
+ */
8891
+ private function set_name( $premium_suffix = '' ) {
8892
+ $plugin_data = $this->get_plugin_data();
8893
+
8894
+ // Get name.
8895
+ $this->_plugin_name = $plugin_data['Name'];
8896
+
8897
+ if ( is_string( $premium_suffix ) ) {
8898
+ $premium_suffix = trim( $premium_suffix );
8899
+
8900
+ if ( ! empty( $premium_suffix ) ) {
8901
+ // Check if plugin name contains " (premium)" or a custom suffix and remove it.
8902
+ $suffix = ( ' ' . strtolower( $premium_suffix ) );
8903
+ $suffix_len = strlen( $suffix );
8904
+
8905
+ if ( strlen( $plugin_data['Name'] ) > $suffix_len &&
8906
+ $suffix === substr( strtolower( $plugin_data['Name'] ), - $suffix_len )
8907
+ ) {
8908
+ $this->_plugin_name = substr( $plugin_data['Name'], 0, - $suffix_len );
8909
+ }
8910
+ }
8911
+ }
8912
+
8913
+ $this->_logger->departure( 'Name = ' . $this->_plugin_name );
8914
+ }
8915
+
8916
+ /**
8917
+ * @author Vova Feldman (@svovaf)
8918
+ * @since 1.0.0
8919
+ *
8920
+ * @return string
8921
+ */
8922
+ function get_plugin_version() {
8923
+ $this->_logger->entrance();
8924
+
8925
+ $plugin_data = $this->get_plugin_data();
8926
+
8927
+ $this->_logger->departure( 'Version = ' . $plugin_data['Version'] );
8928
+
8929
+ return $this->apply_filters( 'plugin_version', $plugin_data['Version'] );
8930
+ }
8931
+
8932
+ /**
8933
+ * @author Vova Feldman (@svovaf)
8934
+ * @since 1.2.1.7
8935
+ *
8936
+ * @return string
8937
+ */
8938
+ function get_plugin_title() {
8939
+ $this->_logger->entrance();
8940
+
8941
+ $title = $this->_plugin->title;
8942
+
8943
+ return $this->apply_filters( 'plugin_title', $title );
8944
+ }
8945
+
8946
+ /**
8947
+ * @author Vova Feldman (@svovaf)
8948
+ * @since 1.2.2.7
8949
+ *
8950
+ * @param bool $lowercase
8951
+ *
8952
+ * @return string
8953
+ */
8954
+ function get_module_label( $lowercase = false ) {
8955
+ $label = $this->is_addon() ?
8956
+ $this->get_text_inline( 'Add-On', 'addon' ) :
8957
+ ( $this->is_plugin() ?
8958
+ $this->get_text_inline( 'Plugin', 'plugin' ) :
8959
+ $this->get_text_inline( 'Theme', 'theme' ) );
8960
+
8961
+ if ( $lowercase ) {
8962
+ $label = strtolower( $label );
8963
+ }
8964
+
8965
+ return $label;
8966
+ }
8967
+
8968
+ /**
8969
+ * @author Vova Feldman (@svovaf)
8970
+ * @since 1.0.4
8971
+ *
8972
+ * @return string
8973
+ */
8974
+ function get_plugin_basename() {
8975
+ if ( ! isset( $this->_plugin_basename ) ) {
8976
+ if ( $this->is_plugin() ) {
8977
+ $this->_plugin_basename = plugin_basename( $this->_plugin_main_file_path );
8978
+ } else {
8979
+ $this->_plugin_basename = basename( dirname( $this->_plugin_main_file_path ) );
8980
+ }
8981
+ }
8982
+
8983
+ return $this->_plugin_basename;
8984
+ }
8985
+
8986
+ function get_plugin_folder_name() {
8987
+ $this->_logger->entrance();
8988
+
8989
+ $plugin_folder = $this->_plugin_basename;
8990
+
8991
+ while ( '.' !== dirname( $plugin_folder ) ) {
8992
+ $plugin_folder = dirname( $plugin_folder );
8993
+ }
8994
+
8995
+ $this->_logger->departure( 'Folder Name = ' . $plugin_folder );
8996
+
8997
+ return $plugin_folder;
8998
+ }
8999
+
9000
+ #endregion ------------------------------------------------------------------
9001
+
9002
+ /* Account
9003
+ ------------------------------------------------------------------------------------------------------------------*/
9004
+
9005
+ /**
9006
+ * Find plugin's slug by plugin's basename.
9007
+ *
9008
+ * @author Vova Feldman (@svovaf)
9009
+ * @since 1.0.9
9010
+ *
9011
+ * @param string $plugin_base_name
9012
+ *
9013
+ * @return false|string
9014
+ */
9015
+ private static function find_slug_by_basename( $plugin_base_name ) {
9016
+ $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
9017
+
9018
+ if ( ! array( $file_slug_map ) || ! isset( $file_slug_map[ $plugin_base_name ] ) ) {
9019
+ return false;
9020
+ }
9021
+
9022
+ return $file_slug_map[ $plugin_base_name ];
9023
+ }
9024
+
9025
+ /**
9026
+ * Store the map between the plugin's basename to the slug.
9027
+ *
9028
+ * @author Vova Feldman (@svovaf)
9029
+ * @since 1.0.9
9030
+ */
9031
+ private function store_file_slug_map() {
9032
+ $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
9033
+
9034
+ if ( ! array( $file_slug_map ) ) {
9035
+ $file_slug_map = array();
9036
+ }
9037
+
9038
+ if ( ! isset( $file_slug_map[ $this->_plugin_basename ] ) ||
9039
+ $file_slug_map[ $this->_plugin_basename ] !== $this->_slug
9040
+ ) {
9041
+ $file_slug_map[ $this->_plugin_basename ] = $this->_slug;
9042
+ self::$_accounts->set_option( 'file_slug_map', $file_slug_map, true );
9043
+ }
9044
+ }
9045
+
9046
+ /**
9047
+ * @return array[number]FS_User
9048
+ */
9049
+ static function get_all_users() {
9050
+ $users = self::$_accounts->get_option( 'users', array() );
9051
+
9052
+ if ( ! is_array( $users ) ) {
9053
+ $users = array();
9054
+ }
9055
+
9056
+ return $users;
9057
+ }
9058
+
9059
+ /**
9060
+ * @param string $module_type
9061
+ * @param null|int $blog_id Since 2.0.0
9062
+ *
9063
+ * @return array[string]FS_Site
9064
+ */
9065
+ private static function get_all_sites(
9066
+ $module_type = WP_FS__MODULE_TYPE_PLUGIN,
9067
+ $blog_id = null
9068
+ ) {
9069
+ $sites = self::get_account_option( 'sites', $module_type, $blog_id );
9070
+
9071
+ if ( ! is_array( $sites ) ) {
9072
+ $sites = array();
9073
+ }
9074
+
9075
+ return $sites;
9076
+ }
9077
+
9078
+ /**
9079
+ * @author Leo Fajardo (@leorw)
9080
+ *
9081
+ * @since 1.2.2
9082
+ *
9083
+ * @param string $option_name
9084
+ * @param string $module_type
9085
+ * @param null|int $network_level_or_blog_id Since 2.0.0
9086
+ *
9087
+ * @return mixed
9088
+ */
9089
+ private static function get_account_option( $option_name, $module_type = null, $network_level_or_blog_id = null ) {
9090
+ if ( ! is_null( $module_type ) && WP_FS__MODULE_TYPE_PLUGIN !== $module_type ) {
9091
+ $option_name = $module_type . '_' . $option_name;
9092
+ }
9093
+
9094
+ return self::$_accounts->get_option( $option_name, array(), $network_level_or_blog_id );
9095
+ }
9096
+
9097
+ /**
9098
+ * @author Leo Fajardo (@leorw)
9099
+ *
9100
+ * @since 1.2.2
9101
+ *
9102
+ * @param string $option_name
9103
+ * @param mixed $option_value
9104
+ * @param bool $store
9105
+ * @param null|int $network_level_or_blog_id Since 2.0.0
9106
+ */
9107
+ private function set_account_option( $option_name, $option_value, $store, $network_level_or_blog_id = null ) {
9108
+ self::set_account_option_by_module(
9109
+ $this->_module_type,
9110
+ $option_name,
9111
+ $option_value,
9112
+ $store,
9113
+ $network_level_or_blog_id
9114
+ );
9115
+ }
9116
+
9117
+ /**
9118
+ * @author Vova Feldman (@svovaf)
9119
+ *
9120
+ * @since 1.2.2.7
9121
+ *
9122
+ * @param string $module_type
9123
+ * @param string $option_name
9124
+ * @param mixed $option_value
9125
+ * @param bool $store
9126
+ * @param null|int $network_level_or_blog_id Since 2.0.0
9127
+ */
9128
+ private static function set_account_option_by_module(
9129
+ $module_type,
9130
+ $option_name,
9131
+ $option_value,
9132
+ $store,
9133
+ $network_level_or_blog_id = null
9134
+ ) {
9135
+ if ( WP_FS__MODULE_TYPE_PLUGIN != $module_type ) {
9136
+ $option_name = $module_type . '_' . $option_name;
9137
+ }
9138
+
9139
+ self::$_accounts->set_option( $option_name, $option_value, $store, $network_level_or_blog_id );
9140
+ }
9141
+
9142
+ /**
9143
+ * @author Vova Feldman (@svovaf)
9144
+ * @since 1.0.6
9145
+ *
9146
+ * @param number|null $module_id
9147
+ *
9148
+ * @return FS_Plugin_License[]
9149
+ */
9150
+ private static function get_all_licenses( $module_id = null ) {
9151
+ $licenses = self::get_account_option( 'all_licenses' );
9152
+
9153
+ if ( ! is_array( $licenses ) ) {
9154
+ $licenses = array();
9155
+ }
9156
+
9157
+ if ( is_null( $module_id ) ) {
9158
+ return $licenses;
9159
+ }
9160
+
9161
+ $licenses = isset( $licenses[ $module_id ] ) ?
9162
+ $licenses[ $module_id ] :
9163
+ array();
9164
+
9165
+ return $licenses;
9166
+ }
9167
+
9168
+ /**
9169
+ * @author Leo Fajardo (@leorw)
9170
+ * @since 2.0.0
9171
+ *
9172
+ * @return array
9173
+ */
9174
+ private static function get_all_licenses_by_module_type() {
9175
+ $licenses = self::get_account_option( 'all_licenses' );
9176
+
9177
+ $licenses_by_module_type = array(
9178
+ WP_FS__MODULE_TYPE_PLUGIN => array(),
9179
+ WP_FS__MODULE_TYPE_THEME => array()
9180
+ );
9181
+
9182
+ if ( ! is_array( $licenses ) ) {
9183
+ return $licenses_by_module_type;
9184
+ }
9185
+
9186
+ foreach ( $licenses as $module_id => $module_licenses ) {
9187
+ $fs = self::get_instance_by_id( $module_id );
9188
+ if ( false === $fs ) {
9189
+ continue;
9190
+ }
9191
+
9192
+ $licenses_by_module_type[ $fs->_module_type ] = array_merge( $licenses_by_module_type[ $fs->_module_type ], $module_licenses );
9193
+ }
9194
+
9195
+ return $licenses_by_module_type;
9196
+ }
9197
+
9198
+ /**
9199
+ * @author Leo Fajardo (@leorw)
9200
+ * @since 2.0.0
9201
+ *
9202
+ * @param number $module_id
9203
+ * @param number|null $user_id
9204
+ *
9205
+ * @return array
9206
+ */
9207
+ private static function get_user_id_license_ids_map( $module_id, $user_id = null ) {
9208
+ $all_modules_user_id_license_ids_map = self::get_account_option( 'user_id_license_ids_map' );
9209
+
9210
+ if ( ! is_array( $all_modules_user_id_license_ids_map ) ) {
9211
+ $all_modules_user_id_license_ids_map = array();
9212
+ }
9213
+
9214
+ $user_id_license_ids_map = isset( $all_modules_user_id_license_ids_map[ $module_id ] ) ?
9215
+ $all_modules_user_id_license_ids_map[ $module_id ] :
9216
+ array();
9217
+
9218
+ if ( FS_User::is_valid_id( $user_id ) ) {
9219
+ $user_id_license_ids_map = isset( $user_id_license_ids_map[ $user_id ] ) ?
9220
+ $user_id_license_ids_map[ $user_id ] :
9221
+ array();
9222
+ }
9223
+
9224
+ return $user_id_license_ids_map;
9225
+ }
9226
+
9227
+ /**
9228
+ * @author Leo Fajardo (@leorw)
9229
+ * @since 2.0.0
9230
+ *
9231
+ * @param array $new_user_id_license_ids_map
9232
+ * @param number $module_id
9233
+ * @param number|null $user_id
9234
+ */
9235
+ private static function store_user_id_license_ids_map( $new_user_id_license_ids_map, $module_id, $user_id = null ) {
9236
+ $all_modules_user_id_license_ids_map = self::get_account_option( 'user_id_license_ids_map' );
9237
+ if ( ! is_array( $all_modules_user_id_license_ids_map ) ) {
9238
+ $all_modules_user_id_license_ids_map = array();
9239
+ }
9240
+
9241
+ if ( ! isset( $all_modules_user_id_license_ids_map[ $module_id ] ) ) {
9242
+ $all_modules_user_id_license_ids_map[ $module_id ] = array();
9243
+ }
9244
+
9245
+ if ( FS_User::is_valid_id( $user_id ) ) {
9246
+ $all_modules_user_id_license_ids_map[ $module_id ][ $user_id ] = $new_user_id_license_ids_map;
9247
+ } else {
9248
+ $all_modules_user_id_license_ids_map[ $module_id ] = $new_user_id_license_ids_map;
9249
+ }
9250
+
9251
+ self::$_accounts->set_option( 'user_id_license_ids_map', $all_modules_user_id_license_ids_map, true );
9252
+ }
9253
+
9254
+ /**
9255
+ * Get a collection of the user's linked license IDs.
9256
+ *
9257
+ * @author Vova Feldman (@svovaf)
9258
+ * @since 2.0.0
9259
+ *
9260
+ * @param number $user_id
9261
+ *
9262
+ * @return number[]
9263
+ */
9264
+ private function get_user_linked_license_ids( $user_id ) {
9265
+ return self::get_user_id_license_ids_map( $this->_module_id, $user_id );
9266
+ }
9267
+
9268
+ /**
9269
+ * Override the user's linked license IDs with a new IDs collection.
9270
+ *
9271
+ * @author Vova Feldman (@svovaf)
9272
+ * @since 2.0.0
9273
+ *
9274
+ * @param number $user_id
9275
+ * @param number[] $license_ids
9276
+ */
9277
+ private function set_user_linked_license_ids( $user_id, array $license_ids ) {
9278
+ self::store_user_id_license_ids_map( $license_ids, $this->_module_id, $user_id );
9279
+ }
9280
+
9281
+ /**
9282
+ * Link a specified license ID to a given user.
9283
+ *
9284
+ * @author Vova Feldman (@svovaf)
9285
+ * @since 2.0.0
9286
+ *
9287
+ * @param number $license_id
9288
+ * @param number $user_id
9289
+ */
9290
+ private function link_license_2_user( $license_id, $user_id ) {
9291
+ $license_ids = $this->get_user_linked_license_ids( $user_id );
9292
+
9293
+ if ( in_array( $license_id, $license_ids ) ) {
9294
+ // License already linked.
9295
+ return;
9296
+ }
9297
+
9298
+ $license_ids[] = $license_id;
9299
+
9300
+ $this->set_user_linked_license_ids( $user_id, $license_ids );
9301
+ }
9302
+
9303
+ /**
9304
+ * @param string|bool $module_type
9305
+ *
9306
+ * @return FS_Plugin_Plan[]
9307
+ */
9308
+ private static function get_all_plans( $module_type = false ) {
9309
+ $plans = self::get_account_option( 'plans', $module_type );
9310
+
9311
+ if ( ! is_array( $plans ) ) {
9312
+ $plans = array();
9313
+ }
9314
+
9315
+ return $plans;
9316
+ }
9317
+
9318
+ /**
9319
+ * @author Vova Feldman (@svovaf)
9320
+ * @since 1.0.4
9321
+ *
9322
+ * @return FS_Plugin_Tag[]
9323
+ */
9324
+ private static function get_all_updates() {
9325
+ $updates = self::$_accounts->get_option( 'updates', array() );
9326
+
9327
+ if ( ! is_array( $updates ) ) {
9328
+ $updates = array();
9329
+ }
9330
+
9331
+ return $updates;
9332
+ }
9333
+
9334
+ /**
9335
+ * @author Vova Feldman (@svovaf)
9336
+ * @since 1.0.6
9337
+ *
9338
+ * @return array<number,FS_Plugin[]>|false
9339
+ */
9340
+ private static function get_all_addons() {
9341
+ $addons = self::$_accounts->get_option( 'addons', array() );
9342
+
9343
+ if ( ! is_array( $addons ) ) {
9344
+ $addons = array();
9345
+ }
9346
+
9347
+ return $addons;
9348
+ }
9349
+
9350
+ /**
9351
+ * @author Vova Feldman (@svovaf)
9352
+ * @since 1.0.6
9353
+ *
9354
+ * @return FS_Plugin[]|false
9355
+ */
9356
+ private static function get_all_account_addons() {
9357
+ $addons = self::$_accounts->get_option( 'account_addons', array() );
9358
+
9359
+ if ( ! is_array( $addons ) ) {
9360
+ $addons = array();
9361
+ }
9362
+
9363
+ return $addons;
9364
+ }
9365
+
9366
+ /**
9367
+ * Check if user has connected his account (opted-in).
9368
+ *
9369
+ * Note:
9370
+ * If the user opted-in and opted-out on a later stage,
9371
+ * this will still return true. If you want to check if the
9372
+ * user is currently opted-in, use:
9373
+ * `$fs->is_registered() && $fs->is_tracking_allowed()`
9374
+ *
9375
+ * @author Vova Feldman (@svovaf)
9376
+ * @since 1.0.1
9377
+ * @return bool
9378
+ */
9379
+ function is_registered() {
9380
+ return is_object( $this->_user );
9381
+ }
9382
+
9383
+ /**
9384
+ * Returns TRUE if the user opted-in and didn't disconnect (opt-out).
9385
+ *
9386
+ * @author Leo Fajardo (@leorw)
9387
+ * @since 1.2.1.5
9388
+ *
9389
+ * @return bool
9390
+ */
9391
+ function is_tracking_allowed() {
9392
+ return ( is_object( $this->_site ) && $this->_site->is_tracking_allowed() );
9393
+ }
9394
+
9395
+ /**
9396
+ * @author Vova Feldman (@svovaf)
9397
+ * @since 1.0.4
9398
+ *
9399
+ * @return FS_Plugin
9400
+ */
9401
+ function get_plugin() {
9402
+ return $this->_plugin;
9403
+ }
9404
+
9405
+ /**
9406
+ * @author Vova Feldman (@svovaf)
9407
+ * @since 1.0.3
9408
+ *
9409
+ * @return FS_User
9410
+ */
9411
+ function get_user() {
9412
+ return $this->_user;
9413
+ }
9414
+
9415
+ /**
9416
+ * @author Vova Feldman (@svovaf)
9417
+ * @since 1.0.3
9418
+ *
9419
+ * @return FS_Site
9420
+ */
9421
+ function get_site() {
9422
+ return $this->_site;
9423
+ }
9424
+
9425
+ /**
9426
+ * Get plugin add-ons.
9427
+ *
9428
+ * @author Vova Feldman (@svovaf)
9429
+ * @since 1.0.6
9430
+ *
9431
+ * @since 1.1.7.3 If not yet loaded, fetch data from the API.
9432
+ *
9433
+ * @param bool $flush
9434
+ *
9435
+ * @return FS_Plugin[]|false
9436
+ */
9437
+ function get_addons( $flush = false ) {
9438
+ $this->_logger->entrance();
9439
+
9440
+ if ( ! $this->_has_addons ) {
9441
+ return false;
9442
+ }
9443
+
9444
+ $addons = $this->sync_addons( $flush );
9445
+
9446
+ return ( ! is_array( $addons ) || empty( $addons ) ) ?
9447
+ false :
9448
+ $addons;
9449
+ }
9450
+
9451
+ /**
9452
+ * @author Vova Feldman (@svovaf)
9453
+ * @since 1.0.6
9454
+ *
9455
+ * @return FS_Plugin[]|false
9456
+ */
9457
+ function get_account_addons() {
9458
+ $this->_logger->entrance();
9459
+
9460
+ $addons = self::get_all_account_addons();
9461
+
9462
+ if ( ! is_array( $addons ) ||
9463
+ ! isset( $addons[ $this->_plugin->id ] ) ||
9464
+ ! is_array( $addons[ $this->_plugin->id ] ) ||
9465
+ 0 === count( $addons[ $this->_plugin->id ] )
9466
+ ) {
9467
+ return false;
9468
+ }
9469
+
9470
+ return $addons[ $this->_plugin->id ];
9471
+ }
9472
+
9473
+ /**
9474
+ * Check if user has any
9475
+ *
9476
+ * @author Vova Feldman (@svovaf)
9477
+ * @since 1.1.6
9478
+ *
9479
+ * @return bool
9480
+ */
9481
+ function has_account_addons() {
9482
+ $addons = $this->get_account_addons();
9483
+
9484
+ return is_array( $addons ) && ( 0 < count( $addons ) );
9485
+ }
9486
+
9487
+
9488
+ /**
9489
+ * Get add-on by ID (from local data).
9490
+ *
9491
+ * @author Vova Feldman (@svovaf)
9492
+ * @since 1.0.6
9493
+ *
9494
+ * @param number $id
9495
+ *
9496
+ * @return FS_Plugin|false
9497
+ */
9498
+ function get_addon( $id ) {
9499
+ $this->_logger->entrance();
9500
+
9501
+ $addons = $this->get_addons();
9502
+
9503
+ if ( is_array( $addons ) ) {
9504
+ foreach ( $addons as $addon ) {
9505
+ if ( $id == $addon->id ) {
9506
+ return $addon;
9507
+ }
9508
+ }
9509
+ }
9510
+
9511
+ return false;
9512
+ }
9513
+
9514
+ /**
9515
+ * Get add-on by slug (from local data).
9516
+ *
9517
+ * @author Vova Feldman (@svovaf)
9518
+ * @since 1.0.6
9519
+ *
9520
+ * @param string $slug
9521
+ *
9522
+ * @param bool $flush
9523
+ *
9524
+ * @return FS_Plugin|false
9525
+ */
9526
+ function get_addon_by_slug( $slug, $flush = false ) {
9527
+ $this->_logger->entrance();
9528
+
9529
+ $addons = $this->get_addons( $flush );
9530
+
9531
+ if ( is_array( $addons ) ) {
9532
+ foreach ( $addons as $addon ) {
9533
+ if ( $slug === $addon->slug ) {
9534
+ return $addon;
9535
+ }
9536
+ }
9537
+ }
9538
+
9539
+ return false;
9540
+ }
9541
+
9542
+ /**
9543
+ * @author Vova Feldman (@svovaf)
9544
+ * @since 2.0.0
9545
+ *
9546
+ * @param number $user_id
9547
+ *
9548
+ * @return FS_User
9549
+ */
9550
+ static function _get_user_by_id( $user_id ) {
9551
+ self::$_static_logger->entrance( "user_id = {$user_id}" );
9552
+
9553
+ $users = self::get_all_users();
9554
+
9555
+ if ( is_array( $users ) ) {
9556
+ if ( isset( $users[ $user_id ] ) &&
9557
+ $users[ $user_id ] instanceof FS_User &&
9558
+ $user_id == $users[ $user_id ]->id
9559
+ ) {
9560
+ return $users[ $user_id ];
9561
+ }
9562
+
9563
+ // If user wasn't found by the key, iterate over all the users collection.
9564
+ foreach ( $users as $user ) {
9565
+ /**
9566
+ * @var FS_User $user
9567
+ */
9568
+ if ( $user_id == $user->id ) {
9569
+ return $user;
9570
+ }
9571
+ }
9572
+ }
9573
+
9574
+ return null;
9575
+ }
9576
+
9577
+ /**
9578
+ * Checks if a Freemius user_id is associated with a super-admin.
9579
+ *
9580
+ * @author Vova Feldman (@svovaf)
9581
+ * @since 2.0.0
9582
+ *
9583
+ * @param number $user_id
9584
+ *
9585
+ * @return bool
9586
+ */
9587
+ private static function is_super_admin( $user_id ) {
9588
+ $is_super_admin = false;
9589
+
9590
+ $user = self::_get_user_by_id( $user_id );
9591
+
9592
+ if ( $user instanceof FS_User && ! empty( $user->email ) ) {
9593
+ self::require_pluggable_essentials();
9594
+
9595
+ $wp_user = get_user_by( 'email', $user->email );
9596
+
9597
+ if ( $wp_user instanceof WP_User ) {
9598
+ $super_admins = get_super_admins();
9599
+ $is_super_admin = ( is_array( $super_admins ) && in_array( $wp_user->user_login, $super_admins ) );
9600
+ }
9601
+ }
9602
+
9603
+ return $is_super_admin;
9604
+ }
9605
+
9606
+ #----------------------------------------------------------------------------------
9607
+ #region Plans & Licensing
9608
+ #----------------------------------------------------------------------------------
9609
+
9610
+ /**
9611
+ * Check if running premium plugin code.
9612
+ *
9613
+ * @author Vova Feldman (@svovaf)
9614
+ * @since 1.0.5
9615
+ *
9616
+ * @return bool
9617
+ */
9618
+ function is_premium() {
9619
+ /**
9620
+ * `$this->_plugin` will be `false` when `is_activation_mode` calls this method directly from the
9621
+ * `_register_hooks` method.
9622
+ *
9623
+ * @author Leo Fajardo (@leorw)
9624
+ * @since 2.2.3
9625
+ */
9626
+ return is_object( $this->_plugin ) ?
9627
+ $this->_plugin->is_premium :
9628
+ false;
9629
+ }
9630
+
9631
+ /**
9632
+ * Get site's plan ID.
9633
+ *
9634
+ * @author Vova Feldman (@svovaf)
9635
+ * @since 1.0.2
9636
+ *
9637
+ * @return number
9638
+ */
9639
+ function get_plan_id() {
9640
+ return $this->_site->plan_id;
9641
+ }
9642
+
9643
+ /**
9644
+ * Get site's plan title.
9645
+ *
9646
+ * @author Vova Feldman (@svovaf)
9647
+ * @since 1.0.2
9648
+ *
9649
+ * @return string
9650
+ */
9651
+ function get_plan_title() {
9652
+ $plan = $this->get_plan();
9653
+
9654
+ return is_object( $plan ) ? $plan->title : 'PLAN_TITLE';
9655
+ }
9656
+
9657
+ /**
9658
+ * Get site's plan name.
9659
+ *
9660
+ * @author Vova Feldman (@svovaf)
9661
+ * @since 2.0.0
9662
+ *
9663
+ * @return string
9664
+ */
9665
+ function get_plan_name() {
9666
+ $plan = $this->get_plan();
9667
+
9668
+ return is_object( $plan ) ? $plan->name : 'PLAN_NAME';
9669
+ }
9670
+
9671
+ /**
9672
+ * @author Vova Feldman (@svovaf)
9673
+ * @since 1.0.9
9674
+ *
9675
+ * @return FS_Plugin_Plan|false
9676
+ */
9677
+ function get_plan() {
9678
+ if ( ! is_object( $this->_site ) ) {
9679
+ return false;
9680
+ }
9681
+
9682
+ return FS_Plugin_Plan::is_valid_id( $this->_site->plan_id ) ?
9683
+ $this->_get_plan_by_id( $this->_site->plan_id ) :
9684
+ false;
9685
+ }
9686
+
9687
+ /**
9688
+ * @author Vova Feldman (@svovaf)
9689
+ * @since 1.0.3
9690
+ *
9691
+ * @return bool
9692
+ */
9693
+ function is_trial() {
9694
+ $this->_logger->entrance();
9695
+
9696
+ if ( ! $this->is_registered() || ! is_object( $this->_site ) ) {
9697
+ return false;
9698
+ }
9699
+
9700
+ return $this->_site->is_trial();
9701
+ }
9702
+
9703
+ /**
9704
+ * Check if currently in a trial with payment method (credit card or paypal).
9705
+ *
9706
+ * @author Vova Feldman (@svovaf)
9707
+ * @since 1.1.7
9708
+ *
9709
+ * @return bool
9710
+ */
9711
+ function is_paid_trial() {
9712
+ $this->_logger->entrance();
9713
+
9714
+ if ( ! $this->is_trial() ) {
9715
+ return false;
9716
+ }
9717
+
9718
+ return $this->has_active_valid_license() && ( $this->_site->trial_plan_id == $this->_license->plan_id );
9719
+ }
9720
+
9721
+ /**
9722
+ * Check if trial already utilized.
9723
+ *
9724
+ * @since 1.0.9
9725
+ *
9726
+ * @return bool
9727
+ */
9728
+ function is_trial_utilized() {
9729
+ $this->_logger->entrance();
9730
+
9731
+ if ( ! $this->is_registered() ) {
9732
+ return false;
9733
+ }
9734
+
9735
+ return $this->_site->is_trial_utilized();
9736
+ }
9737
+
9738
+ /**
9739
+ * Get trial plan information (if in trial).
9740
+ *
9741
+ * @author Vova Feldman (@svovaf)
9742
+ * @since 1.0.9
9743
+ *
9744
+ * @return bool|FS_Plugin_Plan
9745
+ */
9746
+ function get_trial_plan() {
9747
+ $this->_logger->entrance();
9748
+
9749
+ if ( ! $this->is_trial() ) {
9750
+ return false;
9751
+ }
9752
+
9753
+ // Try to load plan from local cache.
9754
+ $trial_plan = $this->_get_plan_by_id( $this->_site->trial_plan_id );
9755
+
9756
+ if ( ! is_object( $trial_plan ) ) {
9757
+ $trial_plan = $this->_fetch_site_plan( $this->_site->trial_plan_id );
9758
+
9759
+ /**
9760
+ * If managed to fetch the plan, add it to the plans collection.
9761
+ */
9762
+ if ( $trial_plan instanceof FS_Plugin_Plan ) {
9763
+ if ( ! is_array( $this->_plans ) ) {
9764
+ $this->_plans = array();
9765
+ }
9766
+
9767
+ $this->_plans[] = $trial_plan;
9768
+ $this->_store_plans();
9769
+ }
9770
+ }
9771
+
9772
+ if ( $trial_plan instanceof FS_Plugin_Plan ) {
9773
+ return $trial_plan;
9774
+ }
9775
+
9776
+ /**
9777
+ * If for some reason failed to get the trial plan, fallback to a dummy name and title.
9778
+ */
9779
+ $trial_plan = new FS_Plugin_Plan();
9780
+ $trial_plan->id = $this->_site->trial_plan_id;
9781
+ $trial_plan->name = 'pro';
9782
+ $trial_plan->title = 'Pro';
9783
+
9784
+ return $trial_plan;
9785
+ }
9786
+
9787
+ /**
9788
+ * Check if the user has an activate, non-expired license on current plugin's install.
9789
+ *
9790
+ * @since 1.0.9
9791
+ *
9792
+ * @return bool
9793
+ */
9794
+ function is_paying() {
9795
+ $this->_logger->entrance();
9796
+
9797
+ if ( ! $this->is_registered() ) {
9798
+ return false;
9799
+ }
9800
+
9801
+ if ( ! $this->has_paid_plan() ) {
9802
+ return false;
9803
+ }
9804
+
9805
+ return (
9806
+ ! $this->is_trial() &&
9807
+ 'free' !== $this->get_plan_name() &&
9808
+ $this->has_active_valid_license()
9809
+ );
9810
+ }
9811
+
9812
+ /**
9813
+ * @author Vova Feldman (@svovaf)
9814
+ * @since 1.0.4
9815
+ *
9816
+ * @return bool
9817
+ */
9818
+ function is_free_plan() {
9819
+ if ( ! $this->is_registered() ) {
9820
+ return true;
9821
+ }
9822
+
9823
+ if ( ! $this->has_paid_plan() ) {
9824
+ return true;
9825
+ }
9826
+
9827
+ return (
9828
+ 'free' === $this->get_plan_name() ||
9829
+ ! $this->has_features_enabled_license()
9830
+ );
9831
+ }
9832
+
9833
+ /**
9834
+ * @author Vova Feldman (@svovaf)
9835
+ * @since 1.0.5
9836
+ *
9837
+ * @return bool
9838
+ */
9839
+ function _has_premium_license() {
9840
+ $this->_logger->entrance();
9841
+
9842
+ $premium_license = $this->_get_available_premium_license();
9843
+
9844
+ return ( false !== $premium_license );
9845
+ }
9846
+
9847
+ /**
9848
+ * Check if user has any licenses associated with the plugin (including expired or blocking).
9849
+ *
9850
+ * @author Vova Feldman (@svovaf)
9851
+ * @since 1.1.7.3
9852
+ *
9853
+ * @return bool
9854
+ */
9855
+ function has_any_license() {
9856
+ return is_array( $this->_licenses ) && ( 0 < count( $this->_licenses ) );
9857
+ }
9858
+
9859
+ /**
9860
+ * @author Vova Feldman (@svovaf)
9861
+ * @since 1.0.5
9862
+ *
9863
+ * @param bool|null $is_localhost
9864
+ *
9865
+ * @return FS_Plugin_License|false
9866
+ */
9867
+ function _get_available_premium_license( $is_localhost = null ) {
9868
+ $this->_logger->entrance();
9869
+
9870
+ $licenses = $this->get_available_premium_licenses( $is_localhost );
9871
+ if ( ! empty( $licenses ) ) {
9872
+ return $licenses[0];
9873
+ }
9874
+
9875
+ return false;
9876
+ }
9877
+
9878
+ /**
9879
+ * @author Vova Feldman (@svovaf)
9880
+ * @since 1.0.5
9881
+ *
9882
+ * @param bool|null $is_localhost
9883
+ *
9884
+ * @return FS_Plugin_License[]
9885
+ */
9886
+ function get_available_premium_licenses( $is_localhost = null ) {
9887
+ $this->_logger->entrance();
9888
+
9889
+ $licenses = array();
9890
+ if ( ! $this->has_paid_plan() ) {
9891
+ return $licenses;
9892
+ }
9893
+
9894
+ if ( is_array( $this->_licenses ) ) {
9895
+ foreach ( $this->_licenses as $license ) {
9896
+ if ( ! $license->can_activate( $is_localhost ) ) {
9897
+ continue;
9898
+ }
9899
+
9900
+ $licenses[] = $license;
9901
+ }
9902
+ }
9903
+
9904
+ return $licenses;
9905
+ }
9906
+
9907
+ /**
9908
+ * Sync local plugin plans with remote server.
9909
+ *
9910
+ * IMPORTANT: If for some reason a site is associated with deleted plan, we'll preserve the plan's information and append it as the last plan. This means that if plan is deleted, the is_plan() method will ALWAYS return true for any given argument (it becomes the most inclusive plan).
9911
+ *
9912
+ * @author Vova Feldman (@svovaf)
9913
+ * @since 1.0.5
9914
+ *
9915
+ * @return FS_Plugin_Plan[]|object
9916
+ */
9917
+ function _sync_plans() {
9918
+ $plans = $this->_fetch_plugin_plans();
9919
+
9920
+ if ( $this->is_array_instanceof( $plans, 'FS_Plugin_Plan' ) ) {
9921
+ $plans_map = array();
9922
+ foreach ( $plans as $plan ) {
9923
+ $plans_map[ $plan->id ] = true;
9924
+ }
9925
+
9926
+ $plans_ids_to_keep = $this->get_plans_ids_associated_with_installs();
9927
+
9928
+ foreach ( $plans_ids_to_keep as $plan_id ) {
9929
+ if ( isset( $plans_map[ $plan_id ] ) ) {
9930
+ continue;
9931
+ }
9932
+
9933
+ $missing_plan = self::_get_plan_by_id( $plan_id );
9934
+
9935
+ if ( is_object( $missing_plan ) ) {
9936
+ $plans[] = $missing_plan;
9937
+ }
9938
+ }
9939
+
9940
+ $this->_plans = $plans;
9941
+ $this->_store_plans();
9942
+ }
9943
+
9944
+ $this->do_action( 'after_plans_sync', $plans );
9945
+
9946
+ return $this->_plans;
9947
+ }
9948
+
9949
+ /**
9950
+ * Check if specified plan exists locally. If not, fetch it and store it.
9951
+ *
9952
+ * @author Vova Feldman (@svovaf)
9953
+ * @since 2.0.0
9954
+ *
9955
+ * @param number $plan_id
9956
+ *
9957
+ * @return \FS_Plugin_Plan|object The plan entity or the API error object on failure.
9958
+ */
9959
+ private function sync_plan_if_not_exist( $plan_id ) {
9960
+ $plan = self::_get_plan_by_id( $plan_id );
9961
+
9962
+ if ( is_object( $plan ) ) {
9963
+ // Plan already exists.
9964
+ return $plan;
9965
+ }
9966
+
9967
+ $plan = $this->fetch_plan_by_id( $plan_id );
9968
+
9969
+ if ( $plan instanceof FS_Plugin_Plan ) {
9970
+ $this->_plans[] = $plan;
9971
+ $this->_store_plans();
9972
+
9973
+ return $plan;
9974
+ }
9975
+
9976
+ return $plan;
9977
+ }
9978
+
9979
+ /**
9980
+ * Check if specified license exists locally. If not, fetch it and store it.
9981
+ *
9982
+ * @author Vova Feldman (@svovaf)
9983
+ * @since 2.0.0
9984
+ *
9985
+ * @param number $license_id
9986
+ * @param string $license_key
9987
+ *
9988
+ * @return \FS_Plugin_Plan|object The plan entity or the API error object on failure.
9989
+ */
9990
+ private function sync_license_if_not_exist( $license_id, $license_key ) {
9991
+ $license = $this->_get_license_by_id( $license_id );
9992
+
9993
+ if ( is_object( $license ) ) {
9994
+ // License already exists.
9995
+ return $license;
9996
+ }
9997
+
9998
+ $license = $this->fetch_license_by_key( $license_id, $license_key );
9999
+
10000
+ if ( $license instanceof FS_Plugin_License ) {
10001
+ $this->_licenses[] = $license;
10002
+ $this->_license = $license;
10003
+ $this->_store_licenses();
10004
+
10005
+ return $license;
10006
+ }
10007
+
10008
+ return $license;
10009
+ }
10010
+
10011
+ /**
10012
+ * Get a collection of unique plan IDs that are associated with any installs in the network.
10013
+ *
10014
+ * @author Leo Fajardo (@leorw)
10015
+ * @since 2.0.0
10016
+ *
10017
+ * @return number[]
10018
+ */
10019
+ private function get_plans_ids_associated_with_installs() {
10020
+ if ( ! $this->_is_network_active ) {
10021
+ if ( ! is_object( $this->_site ) ||
10022
+ ! FS_Plugin_Plan::is_valid_id( $this->_site->plan_id )
10023
+ ) {
10024
+ return array();
10025
+ }
10026
+
10027
+ return array( $this->_site->plan_id );
10028
+ }
10029
+
10030
+ $plan_ids = array();
10031
+ $sites = self::get_sites();
10032
+ foreach ( $sites as $site ) {
10033
+ $blog_id = self::get_site_blog_id( $site );
10034
+ $install = $this->get_install_by_blog_id( $blog_id );
10035
+
10036
+ if ( ! is_object( $install ) ||
10037
+ ! FS_Plugin_Plan::is_valid_id( $install->plan_id )
10038
+ ) {
10039
+ continue;
10040
+ }
10041
+
10042
+ $plan_ids[ $install->plan_id ] = true;
10043
+ }
10044
+
10045
+ return array_keys( $plan_ids );
10046
+ }
10047
+
10048
+ /**
10049
+ * Get a collection of unique license IDs that are associated with any installs in the network.
10050
+ *
10051
+ * @author Leo Fajardo (@leorw)
10052
+ * @since 2.0.0
10053
+ *
10054
+ * @return number[]
10055
+ */
10056
+ private function get_license_ids_associated_with_installs() {
10057
+ if ( ! $this->_is_network_active ) {
10058
+ if ( ! is_object( $this->_site ) ||
10059
+ ! FS_Plugin_License::is_valid_id( $this->_site->license_id )
10060
+ ) {
10061
+ return array();
10062
+ }
10063
+
10064
+ return array( $this->_site->license_id );
10065
+ }
10066
+
10067
+ $license_ids = array();
10068
+ $sites = self::get_sites();
10069
+ foreach ( $sites as $site ) {
10070
+ $blog_id = self::get_site_blog_id( $site );
10071
+ $install = $this->get_install_by_blog_id( $blog_id );
10072
+
10073
+ if ( ! is_object( $install ) ||
10074
+ ! FS_Plugin_License::is_valid_id( $install->license_id )
10075
+ ) {
10076
+ continue;
10077
+ }
10078
+
10079
+ $license_ids[ $install->license_id ] = true;
10080
+ }
10081
+
10082
+ return array_keys( $license_ids );
10083
+ }
10084
+
10085
+ /**
10086
+ * @author Vova Feldman (@svovaf)
10087
+ * @since 1.0.5
10088
+ *
10089
+ * @param number $id
10090
+ *
10091
+ * @return FS_Plugin_Plan|false
10092
+ */
10093
+ function _get_plan_by_id( $id ) {
10094
+ $this->_logger->entrance();
10095
+
10096
+ if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) {
10097
+ $this->_sync_plans();
10098
+ }
10099
+
10100
+ foreach ( $this->_plans as $plan ) {
10101
+ if ( $id == $plan->id ) {
10102
+ return $plan;
10103
+ }
10104
+ }
10105
+
10106
+ return false;
10107
+ }
10108
+
10109
+ /**
10110
+ * @author Vova Feldman (@svovaf)
10111
+ * @since 1.1.8.1
10112
+ *
10113
+ * @param string $name
10114
+ *
10115
+ * @return FS_Plugin_Plan|false
10116
+ */
10117
+ private function get_plan_by_name( $name ) {
10118
+ $this->_logger->entrance();
10119
+
10120
+ if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) {
10121
+ $this->_sync_plans();
10122
+ }
10123
+
10124
+ foreach ( $this->_plans as $plan ) {
10125
+ if ( $name == $plan->name ) {
10126
+ return $plan;
10127
+ }
10128
+ }
10129
+
10130
+ return false;
10131
+ }
10132
+
10133
+ /**
10134
+ * Sync local licenses with remote server.
10135
+ *
10136
+ * @author Vova Feldman (@svovaf)
10137
+ * @since 1.0.6
10138
+ *
10139
+ * @param number|bool $site_license_id
10140
+ * @param number|null $blog_id
10141
+ *
10142
+ * @return FS_Plugin_License[]|object
10143
+ */
10144
+ function _sync_licenses( $site_license_id = false, $blog_id = null ) {
10145
+ $this->_logger->entrance();
10146
+
10147
+ $is_network_admin = fs_is_network_admin();
10148
+
10149
+ if ( $is_network_admin && is_null( $blog_id ) ) {
10150
+ $all_licenses = self::get_all_licenses( $this->_module_id );
10151
+ } else {
10152
+ $all_licenses = $this->get_user_licenses( $this->_user->id );
10153
+ }
10154
+
10155
+ $foreign_licenses = array(
10156
+ 'ids' => array(),
10157
+ 'license_keys' => array()
10158
+ );
10159
+
10160
+ $all_licenses_map = array();
10161
+ foreach ( $all_licenses as $license ) {
10162
+ $all_licenses_map[ $license->id ] = true;
10163
+ if ( $license->user_id == $this->_user->id || $license->id == $site_license_id ) {
10164
+ continue;
10165
+ }
10166
+
10167
+ $foreign_licenses['ids'][] = $license->id;
10168
+ $foreign_licenses['license_keys'][] = $license->secret_key;
10169
+ }
10170
+
10171
+ if ( empty( $foreign_licenses['ids'] ) ) {
10172
+ $foreign_licenses = array();
10173
+ }
10174
+
10175
+ $licenses = $this->_fetch_licenses( false, $site_license_id, $foreign_licenses, $blog_id );
10176
+
10177
+ if ( $this->is_array_instanceof( $licenses, 'FS_Plugin_License' ) ) {
10178
+ $licenses_map = array();
10179
+ foreach ( $licenses as $license ) {
10180
+ $licenses_map[ $license->id ] = true;
10181
+ }
10182
+
10183
+ // $license_ids_to_keep = $this->get_license_ids_associated_with_installs();
10184
+ // foreach ( $license_ids_to_keep as $license_id ) {
10185
+ // if ( isset( $licenses_map[ $license_id ] ) ) {
10186
+ // continue;
10187
+ // }
10188
+ //
10189
+ // $missing_license = self::_get_license_by_id( $license_id, false );
10190
+ // if ( is_object( $missing_license ) ) {
10191
+ // $licenses[] = $missing_license;
10192
+ // $licenses_map[ $missing_license->id ] = true;
10193
+ // }
10194
+ // }
10195
+
10196
+ $user_license_ids = $this->get_user_linked_license_ids( $this->_user->id );
10197
+
10198
+ foreach ( $user_license_ids as $key => $license_id ) {
10199
+ if ( ! isset( $licenses_map[ $license_id ] ) ) {
10200
+ // Remove access to licenses that no longer exist.
10201
+ unset( $user_license_ids[ $key ] );
10202
+ }
10203
+ }
10204
+
10205
+ if ( ! empty( $user_license_ids ) ) {
10206
+ foreach ( $licenses_map as $license_id => $value ) {
10207
+ if ( ! isset( $all_licenses_map[ $license_id ] ) ) {
10208
+ // Associate new licenses with the user who triggered the license syncing.
10209
+ $user_license_ids[] = $license_id;
10210
+ }
10211
+ }
10212
+
10213
+ $user_license_ids = array_unique( $user_license_ids );
10214
+ } else {
10215
+ $user_license_ids = array_keys( $licenses_map );
10216
+ }
10217
+
10218
+ if ( ! $is_network_admin || ! is_null( $blog_id ) ) {
10219
+ $user_licenses = array();
10220
+ foreach ( $licenses as $license ) {
10221
+ if ( ! in_array( $license->id, $user_license_ids ) ) {
10222
+ continue;
10223
+ }
10224
+
10225
+ $user_licenses[] = $license;
10226
+ }
10227
+
10228
+ $this->_licenses = $user_licenses;
10229
+ } else {
10230
+ $this->_licenses = $licenses;
10231
+ }
10232
+
10233
+ $this->set_user_linked_license_ids( $this->_user->id, $user_license_ids );
10234
+
10235
+ $this->_store_licenses( true, $this->_module_id, $licenses );
10236
+ }
10237
+
10238
+ // Update current license.
10239
+ if ( is_object( $this->_license ) ) {
10240
+ $this->_license = $this->_get_license_by_id( $this->_license->id );
10241
+ }
10242
+
10243
+ return $this->_licenses;
10244
+ }
10245
+
10246
+ /**
10247
+ * @author Vova Feldman (@svovaf)
10248
+ * @since 1.0.5
10249
+ *
10250
+ * @param number $id
10251
+ * @param bool $sync_licenses
10252
+ *
10253
+ * @return FS_Plugin_License|false
10254
+ */
10255
+ function _get_license_by_id( $id, $sync_licenses = true ) {
10256
+ $this->_logger->entrance();
10257
+
10258
+ if ( ! FS_Plugin_License::is_valid_id( $id ) ) {
10259
+ return false;
10260
+ }
10261
+
10262
+ /**
10263
+ * When running from the network level admin and opted-in from the network,
10264
+ * check if the license exists in the network user licenses collection.
10265
+ *
10266
+ * @author Vova Feldman (@svovaf)
10267
+ * @since 2.0.0
10268
+ */
10269
+ if ( fs_is_network_admin() &&
10270
+ $this->is_network_registered() &&
10271
+ ( ! is_object( $this->_user ) || $this->_storage->network_user_id != $this->_user->id )
10272
+ ) {
10273
+ $licenses = $this->get_user_licenses( $this->_storage->network_user_id );
10274
+
10275
+ foreach ( $licenses as $license ) {
10276
+ if ( $id == $license->id ) {
10277
+ return $license;
10278
+ }
10279
+ }
10280
+ }
10281
+
10282
+ if ( ! $this->has_any_license() && $sync_licenses ) {
10283
+ $this->_sync_licenses( $id );
10284
+ }
10285
+
10286
+ if ( is_array( $this->_licenses ) ) {
10287
+ foreach ( $this->_licenses as $license ) {
10288
+ if ( $id == $license->id ) {
10289
+ return $license;
10290
+ }
10291
+ }
10292
+ }
10293
+
10294
+ return false;
10295
+ }
10296
+
10297
+ /**
10298
+ * Get license by ID. Unlike _get_license_by_id(), this method only checks the local storage and return any license, whether it's associated with the current context user/install or not.
10299
+ *
10300
+ * @author Vova Feldman (@svovaf)
10301
+ * @since 2.0.0
10302
+ *
10303
+ * @param number $id
10304
+ *
10305
+ * @return FS_Plugin_License
10306
+ */
10307
+ private function get_license_by_id( $id ) {
10308
+ $licenses = self::get_all_licenses( $this->_module_id );
10309
+
10310
+ if ( is_array( $licenses ) && ! empty( $licenses ) ) {
10311
+ foreach ( $licenses as $license ) {
10312
+ if ( $id == $license->id ) {
10313
+ return $license;
10314
+ }
10315
+ }
10316
+ }
10317
+
10318
+ return null;
10319
+ }
10320
+
10321
+ /**
10322
+ * Synchronize the site's context license by fetching the license form the API and updating the local data with it.
10323
+ *
10324
+ * @author Vova Feldman (@svovaf)
10325
+ * @since 2.0.0
10326
+ *
10327
+ * @return \FS_Plugin_License|mixed
10328
+ */
10329
+ private function sync_site_license() {
10330
+ $api = $this->get_api_user_scope();
10331
+
10332
+ $result = $api->get( "/licenses/{$this->_license->id}.json?license_key=" . urlencode( $this->_license->secret_key ), true );
10333
+
10334
+ if ( ! $this->is_api_result_entity( $result ) ) {
10335
+ return $result;
10336
+ }
10337
+
10338
+ $license = $this->_update_site_license( new FS_Plugin_License( $result ) );
10339
+ $this->_store_licenses();
10340
+
10341
+ return $license;
10342
+ }
10343
+
10344
+ /**
10345
+ * Get all user's available licenses for the current module.
10346
+ *
10347
+ * @author Vova Feldman (@svovaf)
10348
+ * @since 2.0.0
10349
+ *
10350
+ * @param number $user_id
10351
+ *
10352
+ * @return FS_Plugin_License[]
10353
+ */
10354
+ private function get_user_licenses( $user_id ) {
10355
+ $all_licenses = self::get_all_licenses( $this->_module_id );
10356
+ if ( empty( $all_licenses ) ) {
10357
+ return array();
10358
+ }
10359
+
10360
+ $user_license_ids = $this->get_user_linked_license_ids( $user_id );
10361
+ if ( empty( $user_license_ids ) ) {
10362
+ return array();
10363
+ }
10364
+
10365
+ $licenses = array();
10366
+ foreach ( $all_licenses as $license ) {
10367
+ if ( in_array( $license->id, $user_license_ids ) ) {
10368
+ $licenses[] = $license;
10369
+ }
10370
+ }
10371
+
10372
+ return $licenses;
10373
+ }
10374
+
10375
+ /**
10376
+ * Checks if the context license is network activated except on the given blog ID.
10377
+ *
10378
+ * @author Vova Feldman (@svovaf)
10379
+ * @since 2.0.0
10380
+ *
10381
+ * @param int $except_blog_id
10382
+ *
10383
+ * @return bool
10384
+ */
10385
+ private function is_license_network_active( $except_blog_id = 0 ) {
10386
+ $this->_logger->entrance();
10387
+
10388
+ if ( ! is_object( $this->_license ) ) {
10389
+ return false;
10390
+ }
10391
+
10392
+ $sites = self::get_sites();
10393
+
10394
+ if ( $this->_license->total_activations() < ( count( $sites ) - 1 ) ) {
10395
+ // There are more sites than the number of activations, so license cannot be network activated.
10396
+ return false;
10397
+ }
10398
+
10399
+ foreach ( $sites as $site ) {
10400
+ $blog_id = self::get_site_blog_id( $site );
10401
+
10402
+ if ( $except_blog_id == $blog_id ) {
10403
+ // Skip excluded blog.
10404
+ continue;
10405
+ }
10406
+
10407
+ $install = $this->get_install_by_blog_id( $blog_id );
10408
+
10409
+ if ( is_object( $install ) && $install->license_id != $this->_license->id ) {
10410
+ return false;
10411
+ }
10412
+ }
10413
+
10414
+ return true;
10415
+ }
10416
+
10417
+ /**
10418
+ * Checks if license can be activated on all the network sites (opted-in or skipped) that are not yet associated with a license. If possible, try to make the activation, if not return false.
10419
+ *
10420
+ * Notice: On success, this method will also update the license activations counters (without updating the license in the storage).
10421
+ *
10422
+ * @author Vova Feldman (@svovaf)
10423
+ * @since 2.0.0
10424
+ *
10425
+ * @param \FS_User $user
10426
+ * @param \FS_Plugin_License $license
10427
+ *
10428
+ * @return bool
10429
+ */
10430
+ private function try_activate_license_on_network( FS_User $user, FS_Plugin_License $license ) {
10431
+ $this->_logger->entrance();
10432
+
10433
+ $result = $this->can_activate_license_on_network( $license );
10434
+
10435
+ if ( false === $result ) {
10436
+ return false;
10437
+ }
10438
+
10439
+ $installs_without_license = $result['installs'];
10440
+ if ( ! empty( $installs_without_license ) ) {
10441
+ $this->activate_license_on_many_installs( $user, $license->secret_key, $installs_without_license );
10442
+ }
10443
+
10444
+ $disconnected_site_ids = $result['sites'];
10445
+ if ( ! empty( $disconnected_site_ids ) ) {
10446
+ $this->activate_license_on_many_sites( $user, $license->secret_key, $disconnected_site_ids );
10447
+ }
10448
+
10449
+ $this->link_license_2_user( $license->id, $user->id );
10450
+
10451
+ // Sync license after activations.
10452
+ $license->activated += $result['production_count'];
10453
+ $license->activated_local += $result['localhost_count'];
10454
+
10455
+ // $this->_store_licenses()
10456
+
10457
+ return true;
10458
+ }
10459
+
10460
+ /**
10461
+ * Checks if the given license can be activated on the whole network.
10462
+ *
10463
+ * @author Vova Feldman (@svovaf)
10464
+ * @since 2.0.0
10465
+ *
10466
+ * @param \FS_Plugin_License $license
10467
+ *
10468
+ * @return false|array {
10469
+ * @type array[int]FS_Site $installs Blog ID to install map.
10470
+ * @type int[] $sites Non-connected blog IDs.
10471
+ * @type int $production_count Production sites count.
10472
+ * @type int $localhost_count Production sites count.
10473
+ * }
10474
+ */
10475
+ private function can_activate_license_on_network( FS_Plugin_License $license ) {
10476
+ $sites = self::get_sites();
10477
+
10478
+ $production_count = 0;
10479
+ $localhost_count = 0;
10480
+
10481
+ $installs_without_license = array();
10482
+ $disconnected_site_ids = array();
10483
+
10484
+ foreach ( $sites as $site ) {
10485
+ $blog_id = self::get_site_blog_id( $site );
10486
+ $install = $this->get_install_by_blog_id( $blog_id );
10487
+
10488
+ if ( is_object( $install ) ) {
10489
+ if ( FS_Plugin_License::is_valid_id( $install->license_id ) ) {
10490
+ // License already activated on the install.
10491
+ continue;
10492
+ }
10493
+
10494
+ $url = $install->url;
10495
+
10496
+ $installs_without_license[ $blog_id ] = $install;
10497
+ } else {
10498
+ $url = is_object( $site ) ?
10499
+ $site->siteurl :
10500
+ get_site_url( $blog_id );
10501
+
10502
+ $disconnected_site_ids[] = $blog_id;
10503
+ }
10504
+
10505
+ if ( FS_Site::is_localhost_by_address( $url ) ) {
10506
+ $localhost_count ++;
10507
+ } else {
10508
+ $production_count ++;
10509
+ }
10510
+ }
10511
+
10512
+ if ( ! $license->can_activate_bulk( $production_count, $localhost_count ) ) {
10513
+ return false;
10514
+ }
10515
+
10516
+ return array(
10517
+ 'installs' => $installs_without_license,
10518
+ 'sites' => $disconnected_site_ids,
10519
+ 'production_count' => $production_count,
10520
+ 'localhost_count' => $localhost_count,
10521
+ );
10522
+ }
10523
+
10524
+ /**
10525
+ * Activate a given license on a collection of installs.
10526
+ *
10527
+ * @author Vova Feldman (@svovaf)
10528
+ * @since 2.0.0
10529
+ *
10530
+ * @param \FS_User $user
10531
+ * @param string $license_key
10532
+ * @param array $blog_2_install_map {
10533
+ * @key int Blog ID.
10534
+ * @value FS_Site Blog's associated install.
10535
+ * }
10536
+ *
10537
+ * @return mixed|true
10538
+ */
10539
+ private function activate_license_on_many_installs(
10540
+ FS_User $user,
10541
+ $license_key,
10542
+ array $blog_2_install_map
10543
+ ) {
10544
+ $params = array(
10545
+ array( 'license_key' => $this->apply_filters( 'license_key', $license_key ) )
10546
+ );
10547
+
10548
+ $install_2_blog_map = array();
10549
+ foreach ( $blog_2_install_map as $blog_id => $install ) {
10550
+ $params[] = array( 'id' => $install->id );
10551
+
10552
+ $install_2_blog_map[ $install->id ] = $blog_id;
10553
+ }
10554
+
10555
+ $result = $this->get_api_user_scope_by_user( $user )->call(
10556
+ "plugins/{$this->_plugin->id}/installs.json",
10557
+ 'PUT',
10558
+ $params
10559
+ );
10560
+
10561
+ if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
10562
+ return $result;
10563
+ }
10564
+
10565
+ foreach ( $result->installs as $r_install ) {
10566
+ $install = new FS_Site( $r_install );
10567
+ $install->is_disconnected = false;
10568
+
10569
+ // Update install.
10570
+ $this->_store_site(
10571
+ true,
10572
+ $install_2_blog_map[ $r_install->id ],
10573
+ $install
10574
+ );
10575
+ }
10576
+
10577
+ return true;
10578
+ }
10579
+
10580
+ /**
10581
+ * Activate a given license on a collection of blogs/sites that are not yet opted-in.
10582
+ *
10583
+ * @author Vova Feldman (@svovaf)
10584
+ * @since 2.0.0
10585
+ *
10586
+ * @param \FS_User $user
10587
+ * @param string $license_key
10588
+ * @param int[] $site_ids
10589
+ *
10590
+ * @return true|mixed True if successful, otherwise, the API result.
10591
+ */
10592
+ private function activate_license_on_many_sites(
10593
+ FS_User $user,
10594
+ $license_key,
10595
+ array $site_ids
10596
+ ) {
10597
+ $sites = array();
10598
+ foreach ( $site_ids as $site_id ) {
10599
+ $sites[] = $this->get_site_info( array( 'blog_id' => $site_id ) );
10600
+ }
10601
+
10602
+ // Install the plugin.
10603
+ $result = $this->create_installs_with_user(
10604
+ $user,
10605
+ $license_key,
10606
+ false,
10607
+ $sites,
10608
+ false,
10609
+ true
10610
+ );
10611
+
10612
+ if ( ! $this->is_api_result_entity( $result ) &&
10613
+ ! $this->is_api_result_object( $result, 'installs' )
10614
+ ) {
10615
+ return $result;
10616
+ }
10617
+
10618
+ $installs = array();
10619
+ foreach ( $result->installs as $install ) {
10620
+ $installs[] = new FS_Site( $install );
10621
+ }
10622
+
10623
+ // Map site addresses to their blog IDs.
10624
+ $address_to_blog_map = $this->get_address_to_blog_map();
10625
+
10626
+ $first_blog_id = null;
10627
+
10628
+ foreach ( $installs as $install ) {
10629
+ $address = trailingslashit( fs_strip_url_protocol( $install->url ) );
10630
+ $blog_id = $address_to_blog_map[ $address ];
10631
+
10632
+ $this->_store_site( true, $blog_id, $install );
10633
+
10634
+ $this->reset_anonymous_mode( $blog_id );
10635
+
10636
+ if ( is_null( $first_blog_id ) ) {
10637
+ $first_blog_id = $blog_id;
10638
+ }
10639
+ }
10640
+
10641
+ if ( ! FS_Site::is_valid_id( $this->_storage->network_install_blog_id ) ) {
10642
+ $this->_storage->network_install_blog_id = $first_blog_id;
10643
+ }
10644
+
10645
+ return true;
10646
+ }
10647
+
10648
+ /**
10649
+ * Sync site's license with user licenses.
10650
+ *
10651
+ * @author Vova Feldman (@svovaf)
10652
+ * @since 1.0.6
10653
+ *
10654
+ * @param FS_Plugin_License|null $new_license
10655
+ *
10656
+ * @return FS_Plugin_License|null
10657
+ */
10658
+ function _update_site_license( $new_license ) {
10659
+ $this->_logger->entrance();
10660
+
10661
+ $this->_license = $new_license;
10662
+
10663
+ if ( ! is_object( $new_license ) ) {
10664
+ $this->_site->license_id = null;
10665
+ $this->_sync_site_subscription( null );
10666
+
10667
+ return $this->_license;
10668
+ }
10669
+
10670
+ $this->_site->license_id = $this->_license->id;
10671
+
10672
+ if ( ! is_array( $this->_licenses ) ) {
10673
+ $this->_licenses = array();
10674
+ }
10675
+
10676
+ $is_license_found = false;
10677
+ for ( $i = 0, $len = count( $this->_licenses ); $i < $len; $i ++ ) {
10678
+ if ( $new_license->id == $this->_licenses[ $i ]->id ) {
10679
+ $this->_licenses[ $i ] = $new_license;
10680
+
10681
+ $is_license_found = true;
10682
+ break;
10683
+ }
10684
+ }
10685
+
10686
+ // If new license just append.
10687
+ if ( ! $is_license_found ) {
10688
+ $this->_licenses[] = $new_license;
10689
+ }
10690
+
10691
+ $this->_sync_site_subscription( $new_license );
10692
+
10693
+ return $this->_license;
10694
+ }
10695
+
10696
+ /**
10697
+ * Sync site's subscription.
10698
+ *
10699
+ * @author Vova Feldman (@svovaf)
10700
+ * @since 1.0.9
10701
+ *
10702
+ * @param FS_Plugin_License|null $license
10703
+ *
10704
+ * @return bool|\FS_Subscription
10705
+ */
10706
+ private function _sync_site_subscription( $license ) {
10707
+ if ( ! is_object( $license ) ) {
10708
+ $this->delete_unused_subscriptions();
10709
+
10710
+ return false;
10711
+ }
10712
+
10713
+ // Load subscription details if not lifetime.
10714
+ $subscription = $license->is_lifetime() ?
10715
+ false :
10716
+ $this->_fetch_site_license_subscription();
10717
+
10718
+ if ( is_object( $subscription ) && ! isset( $subscription->error ) ) {
10719
+ $this->store_subscription( $subscription );
10720
+ } else {
10721
+ $this->delete_unused_subscriptions();
10722
+ }
10723
+
10724
+ return $subscription;
10725
+ }
10726
+
10727
+ /**
10728
+ * @author Vova Feldman (@svovaf)
10729
+ * @since 1.0.6
10730
+ *
10731
+ * @return bool|\FS_Plugin_License
10732
+ */
10733
+ function _get_license() {
10734
+ if ( ! fs_is_network_admin() || is_object( $this->_license ) ) {
10735
+ return $this->_license;
10736
+ }
10737
+
10738
+ return $this->_get_available_premium_license();
10739
+ }
10740
+
10741
+ /**
10742
+ * @param number $license_id
10743
+ *
10744
+ * @return null|\FS_Subscription
10745
+ */
10746
+ function _get_subscription( $license_id ) {
10747
+ if ( ! isset( $this->_storage->subscriptions ) ||
10748
+ empty( $this->_storage->subscriptions )
10749
+ ) {
10750
+ return null;
10751
+ }
10752
+
10753
+ foreach ( $this->_storage->subscriptions as $subscription ) {
10754
+ if ( $subscription->license_id == $license_id ) {
10755
+ return $subscription;
10756
+ }
10757
+ }
10758
+
10759
+ return null;
10760
+ }
10761
+
10762
+ /**
10763
+ * @author Leo Fajardo (@leorw)
10764
+ * @since 2.0.0
10765
+ *
10766
+ * @param FS_Subscription $subscription
10767
+ */
10768
+ function store_subscription( FS_Subscription $subscription ) {
10769
+ if ( ! isset( $this->_storage->subscriptions ) ) {
10770
+ $this->_storage->subscriptions = array();
10771
+ }
10772
+
10773
+ if ( empty( $this->_storage->subscriptions ) || ! is_multisite() ) {
10774
+ $this->_storage->subscriptions = array( $subscription );
10775
+
10776
+ return;
10777
+ }
10778
+
10779
+ $subscriptions = $this->_storage->subscriptions;
10780
+
10781
+ $updated_subscription = false;
10782
+ foreach ( $subscriptions as $key => $existing_subscription ) {
10783
+ if ( $existing_subscription->id == $subscription->id ) {
10784
+ $subscriptions[ $key ] = $subscription;
10785
+ $updated_subscription = true;
10786
+ break;
10787
+ }
10788
+ }
10789
+
10790
+ if ( ! $updated_subscription ) {
10791
+ $subscriptions[] = $subscription;
10792
+ }
10793
+
10794
+ $this->_storage->subscriptions = $subscriptions;
10795
+ }
10796
+
10797
+ /**
10798
+ * @author Leo Fajardo (@leorw)
10799
+ * @since 2.0.0
10800
+ */
10801
+ function delete_unused_subscriptions() {
10802
+ if ( ! isset( $this->_storage->subscriptions ) ||
10803
+ empty( $this->_storage->subscriptions ) ||
10804
+ // Clean up only if there are already at least 3 subscriptions.
10805
+ ( count( $this->_storage->subscriptions ) < 3 )
10806
+ ) {
10807
+ return;
10808
+ }
10809
+
10810
+ if ( ! is_multisite() ) {
10811
+ // If not multisite, there should only be 1 subscription, so just clear the array.
10812
+ $this->_storage->subscriptions = array();
10813
+
10814
+ return;
10815
+ }
10816
+
10817
+ $subscriptions_to_keep_by_license_id_map = array();
10818
+ $sites = self::get_sites();
10819
+ foreach ( $sites as $site ) {
10820
+ $blog_id = self::get_site_blog_id( $site );
10821
+ $install = $this->get_install_by_blog_id( $blog_id );
10822
+
10823
+ if ( ! is_object( $install ) ||
10824
+ ! FS_Plugin_License::is_valid_id( $install->license_id )
10825
+ ) {
10826
+ continue;
10827
+ }
10828
+
10829
+ $subscriptions_to_keep_by_license_id_map[ $install->license_id ] = true;
10830
+ }
10831
+
10832
+ if ( empty( $subscriptions_to_keep_by_license_id_map ) ) {
10833
+ $this->_storage->subscriptions = array();
10834
+
10835
+ return;
10836
+ }
10837
+
10838
+ foreach ( $this->_storage->subscriptions as $key => $subscription ) {
10839
+ if ( ! isset( $subscriptions_to_keep_by_license_id_map[ $subscription->license_id ] ) ) {
10840
+ unset( $this->_storage->subscriptions[ $key ] );
10841
+ }
10842
+ }
10843
+ }
10844
+
10845
+ /**
10846
+ * @author Vova Feldman (@svovaf)
10847
+ * @since 1.0.2
10848
+ *
10849
+ * @param string $plan Plan name
10850
+ * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
10851
+ *
10852
+ * @return bool
10853
+ */
10854
+ function is_plan( $plan, $exact = false ) {
10855
+ $this->_logger->entrance();
10856
+
10857
+ if ( ! $this->is_registered() ) {
10858
+ return false;
10859
+ }
10860
+
10861
+ $plan = strtolower( $plan );
10862
+
10863
+ $current_plan_name = $this->get_plan_name();
10864
+
10865
+ if ( $current_plan_name === $plan ) {
10866
+ // Exact plan.
10867
+ return true;
10868
+ } else if ( $exact ) {
10869
+ // Required exact, but plans are different.
10870
+ return false;
10871
+ }
10872
+
10873
+ $current_plan_order = - 1;
10874
+ $required_plan_order = - 1;
10875
+ for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
10876
+ if ( $plan === $this->_plans[ $i ]->name ) {
10877
+ $required_plan_order = $i;
10878
+ } else if ( $current_plan_name === $this->_plans[ $i ]->name ) {
10879
+ $current_plan_order = $i;
10880
+ }
10881
+ }
10882
+
10883
+ return ( $current_plan_order > $required_plan_order );
10884
+ }
10885
+
10886
+ /**
10887
+ * Check if module has only one plan.
10888
+ *
10889
+ * @author Vova Feldman (@svovaf)
10890
+ * @since 1.2.1.7
10891
+ *
10892
+ * @return bool
10893
+ */
10894
+ function is_single_plan() {
10895
+ $this->_logger->entrance();
10896
+
10897
+ if ( ! $this->is_registered() ||
10898
+ ! is_array( $this->_plans ) ||
10899
+ 0 === count( $this->_plans )
10900
+ ) {
10901
+ return true;
10902
+ }
10903
+
10904
+ return ( 1 === count( $this->_plans ) );
10905
+ }
10906
+
10907
+ /**
10908
+ * Check if plan based on trial. If not in trial mode, should return false.
10909
+ *
10910
+ * @since 1.0.9
10911
+ *
10912
+ * @param string $plan Plan name
10913
+ * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
10914
+ *
10915
+ * @return bool
10916
+ */
10917
+ function is_trial_plan( $plan, $exact = false ) {
10918
+ $this->_logger->entrance();
10919
+
10920
+ if ( ! $this->is_registered() ) {
10921
+ return false;
10922
+ }
10923
+
10924
+ if ( ! $this->is_trial() ) {
10925
+ return false;
10926
+ }
10927
+
10928
+ $trial_plan = $this->get_trial_plan();
10929
+
10930
+ if ( $trial_plan->name === $plan ) {
10931
+ // Exact plan.
10932
+ return true;
10933
+ } else if ( $exact ) {
10934
+ // Required exact, but plans are different.
10935
+ return false;
10936
+ }
10937
+
10938
+ $current_plan_order = - 1;
10939
+ $required_plan_order = - 1;
10940
+ for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
10941
+ if ( $plan === $this->_plans[ $i ]->name ) {
10942
+ $required_plan_order = $i;
10943
+ } else if ( $trial_plan->name === $this->_plans[ $i ]->name ) {
10944
+ $current_plan_order = $i;
10945
+ }
10946
+ }
10947
+
10948
+ return ( $current_plan_order > $required_plan_order );
10949
+ }
10950
+
10951
+ /**
10952
+ * Check if plugin has any paid plans.
10953
+ *
10954
+ * @author Vova Feldman (@svovaf)
10955
+ * @since 1.0.7
10956
+ *
10957
+ * @return bool
10958
+ */
10959
+ function has_paid_plan() {
10960
+ return $this->_has_paid_plans ||
10961
+ FS_Plan_Manager::instance()->has_paid_plan( $this->_plans );
10962
+ }
10963
+
10964
+ /**
10965
+ * Check if plugin has any plan with a trail.
10966
+ *
10967
+ * @author Vova Feldman (@svovaf)
10968
+ * @since 1.0.9
10969
+ *
10970
+ * @return bool
10971
+ */
10972
+ function has_trial_plan() {
10973
+ /**
10974
+ * @author Vova Feldman(@svovaf)
10975
+ * @since 1.2.1.5
10976
+ *
10977
+ * Allow setting a trial from the SDK without calling the API.
10978
+ * But, if the user did opt-in, continue using the real data from the API.
10979
+ */
10980
+ if ( $this->_trial_days >= 0 ) {
10981
+ return true;
10982
+ }
10983
+
10984
+ return $this->_storage->get( 'has_trial_plan', false );
10985
+ }
10986
+
10987
+ /**
10988
+ * Check if plugin has any free plan, or is it premium only.
10989
+ *
10990
+ * Note: If no plans configured, assume plugin is free.
10991
+ *
10992
+ * @author Vova Feldman (@svovaf)
10993
+ * @since 1.0.7
10994
+ *
10995
+ * @return bool
10996
+ */
10997
+ function has_free_plan() {
10998
+ return ! $this->is_only_premium();
10999
+ }
11000
+
11001
+ /**
11002
+ * Displays a license activation dialog box when the user clicks on the "Activate License"
11003
+ * or "Change License" link on the plugins
11004
+ * page.
11005
+ *
11006
+ * @author Leo Fajardo (@leorw)
11007
+ * @since 1.1.9
11008
+ */
11009
+ function _add_license_activation_dialog_box() {
11010
+ $vars = array(
11011
+ 'id' => $this->_module_id,
11012
+ );
11013
+
11014
+ fs_require_template( 'forms/license-activation.php', $vars );
11015
+ fs_require_template( 'forms/resend-key.php', $vars );
11016
+ }
11017
+
11018
+ /**
11019
+ * Displays a subscription cancellation dialog box when the user clicks on the "Deactivate License"
11020
+ * link on the "Account" page or deactivates a plugin and there's an active subscription that is
11021
+ * either associated with a non-lifetime single-site license or non-lifetime multisite license that
11022
+ * is only activated on a single production site.
11023
+ *
11024
+ * @author Leo Fajardo (@leorw)
11025
+ * @since 2.2.1
11026
+ *
11027
+ * @param bool $is_license_deactivation
11028
+ */
11029
+ function _maybe_add_subscription_cancellation_dialog_box( $is_license_deactivation = false ) {
11030
+ if ( fs_is_network_admin() ) {
11031
+ // Subscription cancellation dialog box is currently not supported for multisite networks.
11032
+ return;
11033
+ }
11034
+
11035
+ $license = $this->_get_license();
11036
+
11037
+ /**
11038
+ * If the installation is associated with a non-lifetime license, which is either a single-site or only activated on a single production site (or zero), and connected to an active subscription, suggest the customer to cancel the subscription upon deactivation.
11039
+ *
11040
+ * @author Leo Fajardo (@leorw) (Comment added by Vova Feldman @svovaf)
11041
+ * @since 2.2.1
11042
+ */
11043
+ if ( ! is_object( $license ) ||
11044
+ $license->is_lifetime() ||
11045
+ ( ! $license->is_single_site() && $license->activated > 1 )
11046
+ ) {
11047
+ return;
11048
+ }
11049
+
11050
+ /**
11051
+ * @var FS_Subscription $subscription
11052
+ */
11053
+ $subscription = $this->_get_subscription( $license->id );
11054
+ if ( ! is_object( $subscription ) || ! $subscription->is_active() ) {
11055
+ return;
11056
+ }
11057
+
11058
+ $vars = array(
11059
+ 'id' => $this->_module_id,
11060
+ 'license' => $license,
11061
+ 'has_trial' => $this->is_paid_trial(),
11062
+ 'is_license_deactivation' => $is_license_deactivation,
11063
+ );
11064
+
11065
+ fs_require_template( 'forms/subscription-cancellation.php', $vars );
11066
+ }
11067
+
11068
+ /**
11069
+ * @author Leo Fajardo (@leorw)
11070
+ * @since 2.0.2
11071
+ */
11072
+ function _add_premium_version_upgrade_selection_dialog_box() {
11073
+ $modules_update = get_site_transient( $this->is_theme() ? 'update_themes' : 'update_plugins' );
11074
+ if ( ! isset( $modules_update->response[ $this->_plugin_basename ] ) ) {
11075
+ return;
11076
+ }
11077
+
11078
+ $vars = array(
11079
+ 'id' => $this->_module_id,
11080
+ 'new_version' => is_object( $modules_update->response[ $this->_plugin_basename ] ) ?
11081
+ $modules_update->response[ $this->_plugin_basename ]->new_version :
11082
+ $modules_update->response[ $this->_plugin_basename ]['new_version']
11083
+ );
11084
+
11085
+ fs_require_template( 'forms/premium-versions-upgrade-metadata.php', $vars );
11086
+ fs_require_once_template( 'forms/premium-versions-upgrade-handler.php', $vars );
11087
+ }
11088
+
11089
+ /**
11090
+ * Displays the opt-out dialog box when the user clicks on the "Opt Out" link on the "Plugins"
11091
+ * page.
11092
+ *
11093
+ * @author Leo Fajardo (@leorw)
11094
+ * @since 1.2.1.5
11095
+ */
11096
+ function _add_optout_dialog() {
11097
+ if ( $this->is_theme() ) {
11098
+ $vars = null;
11099
+ fs_require_once_template( '/js/jquery.content-change.php', $vars );
11100
+ }
11101
+
11102
+ $vars = array( 'id' => $this->_module_id );
11103
+ fs_require_template( 'forms/optout.php', $vars );
11104
+ }
11105
+
11106
+ /**
11107
+ * Prepare page to include all required UI and logic for the license activation dialog.
11108
+ *
11109
+ * @author Vova Feldman (@svovaf)
11110
+ * @since 1.2.0
11111
+ */
11112
+ function _add_license_activation() {
11113
+ if ( ! $this->is_user_admin() ) {
11114
+ // Only admins can activate a license.
11115
+ return;
11116
+ }
11117
+
11118
+ if ( ! $this->has_paid_plan() ) {
11119
+ // Module doesn't have any paid plans.
11120
+ return;
11121
+ }
11122
+
11123
+ if ( ! $this->is_premium() ) {
11124
+ // Only add license activation logic to the premium version.
11125
+ return;
11126
+ }
11127
+
11128
+ // Add license activation link and AJAX request handler.
11129
+ if ( self::is_plugins_page() ) {
11130
+ /**
11131
+ * @since 1.2.0 Add license action link only on plugins page.
11132
+ */
11133
+ $this->_add_license_action_link();
11134
+ }
11135
+
11136
+ // Add license activation AJAX callback.
11137
+ $this->add_ajax_action( 'activate_license', array( &$this, '_activate_license_ajax_action' ) );
11138
+
11139
+ // Add resend license AJAX callback.
11140
+ $this->add_ajax_action( 'resend_license_key', array( &$this, '_resend_license_key_ajax_action' ) );
11141
+ }
11142
+
11143
+ /**
11144
+ * @author Leo Fajardo (@leorw)
11145
+ * @since 2.0.2
11146
+ */
11147
+ function _add_premium_version_upgrade_selection() {
11148
+ if ( ! $this->is_user_admin() ) {
11149
+ return;
11150
+ }
11151
+
11152
+ if ( ! $this->is_premium() || $this->has_any_active_valid_license() ) {
11153
+ // This is relevant only to the free versions and premium versions without an active license.
11154
+ return;
11155
+ }
11156
+
11157
+ if ( self::is_updates_page() || ( $this->is_plugin() && self::is_plugins_page() ) ) {
11158
+ $this->_add_premium_version_upgrade_selection_action();
11159
+ }
11160
+ }
11161
+
11162
+ /**
11163
+ * @author Leo Fajardo (@leorw)
11164
+ *
11165
+ * @since 1.1.9
11166
+ * @since 2.0.0 When a super-admin that hasn't connected before is network activating a license and excluding some of the sites for the license activation, go over the unselected sites in the network and if a site is not connected, skipped, nor delegated, if it's a freemium product then just skip the connection for the site, if it's a premium only product, delegate the connection and license activation to the site admin (Vova Feldman @svovaf).
11167
+ */
11168
+ function _activate_license_ajax_action() {
11169
+ $this->_logger->entrance();
11170
+
11171
+ $this->check_ajax_referer( 'activate_license' );
11172
+
11173
+ $license_key = trim( fs_request_get( 'license_key' ) );
11174
+
11175
+ if ( empty( $license_key ) ) {
11176
+ exit;
11177
+ }
11178
+
11179
+ $plugin_id = fs_request_get( 'module_id', '', 'post' );
11180
+ $fs = ( $plugin_id == $this->_module_id ) ?
11181
+ $this :
11182
+ $this->get_addon_instance( $plugin_id );
11183
+
11184
+ $error = false;
11185
+ $next_page = false;
11186
+
11187
+ $sites = fs_is_network_admin() ?
11188
+ fs_request_get( 'sites', array(), 'post' ) :
11189
+ array();
11190
+
11191
+ $blog_id = fs_request_get( 'blog_id' );
11192
+ $has_valid_blog_id = is_numeric( $blog_id );
11193
+
11194
+ if ( $fs->is_registered() ) {
11195
+ if ( fs_is_network_admin() && ! $has_valid_blog_id ) {
11196
+ // If no specific blog ID was provided, activate the license for all sites in the network.
11197
+ $blog_2_install_map = array();
11198
+ $site_ids = array();
11199
+
11200
+ foreach ( $sites as $site ) {
11201
+ if ( ! isset( $site['blog_id'] ) || ! is_numeric( $site['blog_id'] ) ) {
11202
+ continue;
11203
+ }
11204
+
11205
+ $install = $this->get_install_by_blog_id( $site['blog_id'] );
11206
+
11207
+ if ( is_object( $install ) ) {
11208
+ $blog_2_install_map[ $site['blog_id'] ] = $install;
11209
+ } else {
11210
+ $site_ids[] = $site['blog_id'];
11211
+ }
11212
+ }
11213
+
11214
+ $user = $this->get_current_or_network_user();
11215
+
11216
+ if ( ! empty( $blog_2_install_map ) ) {
11217
+ $result = $this->activate_license_on_many_installs( $user, $license_key, $blog_2_install_map );
11218
+
11219
+ if ( true !== $result ) {
11220
+ $error = FS_Api::is_api_error_object( $result ) ?
11221
+ $result->error->message :
11222
+ var_export( $result, true );
11223
+ }
11224
+ }
11225
+
11226
+ if ( empty( $error ) && ! empty( $site_ids ) ) {
11227
+ $result = $this->activate_license_on_many_sites( $user, $license_key, $site_ids );
11228
+
11229
+ if ( true !== $result ) {
11230
+ $error = FS_Api::is_api_error_object( $result ) ?
11231
+ $result->error->message :
11232
+ var_export( $result, true );
11233
+ }
11234
+ }
11235
+ } else {
11236
+ if ( $has_valid_blog_id ) {
11237
+ /**
11238
+ * If a specific blog ID was provided, activate the license only for the install that is
11239
+ * associated with the given blog ID.
11240
+ *
11241
+ * @author Leo Fajardo (@leorw)
11242
+ */
11243
+ $this->switch_to_blog( $blog_id );
11244
+ }
11245
+
11246
+ $api = $fs->get_api_site_scope();
11247
+
11248
+ $params = array(
11249
+ 'license_key' => $fs->apply_filters( 'license_key', $license_key )
11250
+ );
11251
+
11252
+ $install = $api->call( $fs->add_show_pending( '/' ), 'put', $params );
11253
+
11254
+ if ( FS_Api::is_api_error( $install ) ) {
11255
+ $error = FS_Api::is_api_error_object( $install ) ?
11256
+ $install->error->message :
11257
+ var_export( $install->error, true );
11258
+ } else {
11259
+ $fs->reconnect_locally( $has_valid_blog_id );
11260
+ }
11261
+ }
11262
+
11263
+ if ( empty( $error ) ) {
11264
+ $this->network_upgrade_mode_completed();
11265
+
11266
+ $fs->_sync_license( true, $has_valid_blog_id );
11267
+
11268
+ $next_page = $fs->is_addon() ?
11269
+ $fs->get_parent_instance()->get_account_url() :
11270
+ $fs->get_account_url();
11271
+ }
11272
+ } else {
11273
+ $next_page = $fs->opt_in(
11274
+ false,
11275
+ false,
11276
+ false,
11277
+ $license_key,
11278
+ false,
11279
+ false,
11280
+ false,
11281
+ fs_request_get_bool( 'is_marketing_allowed', null ),
11282
+ $sites
11283
+ );
11284
+
11285
+ if ( isset( $next_page->error ) ) {
11286
+ $error = $next_page->error;
11287
+ } else {
11288
+ if ( fs_is_network_admin() ) {
11289
+ /**
11290
+ * Get the list of sites that were just opted-in (and license activated).
11291
+ * This is an optimization for the next part below saving some DB queries.
11292
+ */
11293
+ $connected_sites = array();
11294
+ foreach ( $sites as $site ) {
11295
+ if ( isset( $site['blog_id'] ) && is_numeric( $site['blog_id'] ) ) {
11296
+ $connected_sites[ $site['blog_id'] ] = true;
11297
+ }
11298
+ }
11299
+
11300
+ $all_sites = self::get_sites();
11301
+ $pending_sites = array();
11302
+
11303
+ /**
11304
+ * Check if there are any sites that are not connected, skipped, nor delegated. For every site that falls into that category, if the product is freemium, skip the connection. If the product is premium only, delegate the connection to the site administrator.
11305
+ *
11306
+ * @author Vova Feldman (@svovaf)
11307
+ */
11308
+ foreach ( $all_sites as $site ) {
11309
+ $blog_id = self::get_site_blog_id( $site );
11310
+
11311
+ if ( isset( $connected_sites[ $blog_id ] ) ) {
11312
+ // Site was just connected.
11313
+ continue;
11314
+ }
11315
+
11316
+ if ( $this->is_installed_on_site( $blog_id ) ) {
11317
+ // Site was already connected before.
11318
+ continue;
11319
+ }
11320
+
11321
+ if ( $this->is_site_delegated_connection( $blog_id ) ) {
11322
+ // Site's connection was delegated.
11323
+ continue;
11324
+ }
11325
+
11326
+ if ( $this->is_anonymous_site( $blog_id ) ) {
11327
+ // Site connection was already skipped.
11328
+ continue;
11329
+ }
11330
+
11331
+ $pending_sites[] = self::get_site_info( $site );
11332
+ }
11333
+
11334
+ if ( ! empty( $pending_sites ) ) {
11335
+ if ( $this->is_freemium() ) {
11336
+ $this->skip_connection( $pending_sites );
11337
+ } else {
11338
+ $this->delegate_connection( $pending_sites );
11339
+ }
11340
+ }
11341
+ }
11342
+ }
11343
+ }
11344
+
11345
+ if ( false === $error && true === $this->_storage->require_license_activation ) {
11346
+ $this->_storage->require_license_activation = false;
11347
+ }
11348
+
11349
+ $result = array(
11350
+ 'success' => ( false === $error )
11351
+ );
11352
+
11353
+ if ( false !== $error ) {
11354
+ $result['error'] = $error;
11355
+ } else {
11356
+ $result['next_page'] = $next_page;
11357
+ }
11358
+
11359
+ echo json_encode( $result );
11360
+
11361
+ exit;
11362
+ }
11363
+
11364
+ /**
11365
+ * @author Leo Fajardo (@leorw)
11366
+ * @since 1.2.3.1
11367
+ */
11368
+ function _network_activate_ajax_action() {
11369
+ $this->_logger->entrance();
11370
+
11371
+ $this->check_ajax_referer( 'network_activate' );
11372
+
11373
+ $plugin_id = fs_request_get( 'module_id', '', 'post' );
11374
+ $fs = ( $plugin_id == $this->_module_id ) ?
11375
+ $this :
11376
+ $this->get_addon_instance( $plugin_id );
11377
+
11378
+ $error = false;
11379
+
11380
+ $sites = fs_request_get( 'sites', array(), 'post' );
11381
+ if ( is_array( $sites ) && ! empty( $sites ) ) {
11382
+ $sites_by_action = array(
11383
+ 'allow' => array(),
11384
+ 'delegate' => array(),
11385
+ 'skip' => array()
11386
+ );
11387
+
11388
+ foreach ( $sites as $site ) {
11389
+ $sites_by_action[ $site['action'] ][] = $site;
11390
+ }
11391
+
11392
+ $total_sites = count( $sites );
11393
+ $total_sites_to_delegate = count( $sites_by_action['delegate'] );
11394
+
11395
+ $next_page = '';
11396
+ if ( $total_sites === $total_sites_to_delegate &&
11397
+ ! $this->is_network_upgrade_mode()
11398
+ ) {
11399
+ $this->delegate_connection();
11400
+ } else {
11401
+ if ( ! empty( $sites_by_action['delegate'] ) ) {
11402
+ $this->delegate_connection( $sites_by_action['delegate'] );
11403
+ }
11404
+
11405
+ if ( ! empty( $sites_by_action['skip'] ) ) {
11406
+ $this->skip_connection( $sites_by_action['skip'] );
11407
+ }
11408
+
11409
+ if ( ! empty( $sites_by_action['allow'] ) ) {
11410
+ if ( ! $fs->is_registered() || ! $this->_is_network_active ) {
11411
+ $next_page = $fs->opt_in(
11412
+ false,
11413
+ false,
11414
+ false,
11415
+ false,
11416
+ false,
11417
+ false,
11418
+ false,
11419
+ fs_request_get_bool( 'is_marketing_allowed', null ),
11420
+ $sites_by_action['allow']
11421
+ );
11422
+ } else {
11423
+ $next_page = $fs->install_with_user(
11424
+ $this->get_network_user(),
11425
+ false,
11426
+ false,
11427
+ false,
11428
+ true,
11429
+ $sites_by_action['allow']
11430
+ );
11431
+ }
11432
+
11433
+ if ( is_object( $next_page ) && isset( $next_page->error ) ) {
11434
+ $error = $next_page->error;
11435
+ }
11436
+ }
11437
+ }
11438
+
11439
+ if ( empty( $next_page ) ) {
11440
+ $next_page = $this->get_after_activation_url( 'after_network_activation_url' );
11441
+ }
11442
+ } else {
11443
+ $error = $this->get_text_inline( 'Invalid site details collection.', 'invalid_site_details_collection' );
11444
+ }
11445
+
11446
+ $result = array(
11447
+ 'success' => ( false === $error )
11448
+ );
11449
+
11450
+ if ( false !== $error ) {
11451
+ $result['error'] = $error;
11452
+ } else {
11453
+ $result['next_page'] = $next_page;
11454
+ }
11455
+
11456
+ echo json_encode( $result );
11457
+
11458
+ exit;
11459
+ }
11460
+
11461
+ /**
11462
+ * Billing update AJAX callback.
11463
+ *
11464
+ * @author Vova Feldman (@svovaf)
11465
+ * @since 1.2.1.5
11466
+ */
11467
+ function _update_billing_ajax_action() {
11468
+ $this->_logger->entrance();
11469
+
11470
+ $this->check_ajax_referer( 'update_billing' );
11471
+
11472
+ if ( ! $this->is_user_admin() ) {
11473
+ // Only for admins.
11474
+ self::shoot_ajax_failure();
11475
+ }
11476
+
11477
+ $billing = fs_request_get( 'billing' );
11478
+
11479
+ $api = $this->get_api_user_scope();
11480
+ $result = $api->call( '/billing.json', 'put', array_merge( $billing, array(
11481
+ 'plugin_id' => $this->get_parent_id(),
11482
+ ) ) );
11483
+
11484
+ if ( ! $this->is_api_result_entity( $result ) ) {
11485
+ self::shoot_ajax_failure();
11486
+ }
11487
+
11488
+ // Purge cached billing.
11489
+ $this->get_api_user_scope()->purge_cache( 'billing.json' );
11490
+
11491
+ self::shoot_ajax_success();
11492
+ }
11493
+
11494
+ /**
11495
+ * Trial start for anonymous users (AJAX callback).
11496
+ *
11497
+ * @author Vova Feldman (@svovaf)
11498
+ * @since 1.2.1.5
11499
+ */
11500
+ function _start_trial_ajax_action() {
11501
+ $this->_logger->entrance();
11502
+
11503
+ $this->check_ajax_referer( 'start_trial' );
11504
+
11505
+ if ( ! $this->is_user_admin() ) {
11506
+ // Only for admins.
11507
+ self::shoot_ajax_failure();
11508
+ }
11509
+
11510
+ $trial_data = fs_request_get( 'trial' );
11511
+
11512
+ $next_page = $this->opt_in(
11513
+ false,
11514
+ false,
11515
+ false,
11516
+ false,
11517
+ false,
11518
+ $trial_data['plan_id']
11519
+ );
11520
+
11521
+ if ( is_object( $next_page ) && $this->is_api_error( $next_page ) ) {
11522
+ self::shoot_ajax_failure(
11523
+ isset( $next_page->error ) ?
11524
+ $next_page->error->message :
11525
+ var_export( $next_page, true )
11526
+ );
11527
+ }
11528
+
11529
+ $this->shoot_ajax_success( array(
11530
+ 'next_page' => $next_page,
11531
+ ) );
11532
+ }
11533
+
11534
+ /**
11535
+ * @author Leo Fajardo (@leorw)
11536
+ * @since 1.2.0
11537
+ */
11538
+ function _resend_license_key_ajax_action() {
11539
+ $this->_logger->entrance();
11540
+
11541
+ $this->check_ajax_referer( 'resend_license_key' );
11542
+
11543
+ $email_address = sanitize_email( trim( fs_request_get( 'email', '', 'post' ) ) );
11544
+
11545
+ if ( empty( $email_address ) ) {
11546
+ exit;
11547
+ }
11548
+
11549
+ $error = false;
11550
+
11551
+ $api = $this->get_api_plugin_scope();
11552
+ $result = $api->call( '/licenses/resend.json', 'post',
11553
+ array(
11554
+ 'email' => $email_address,
11555
+ 'url' => home_url(),
11556
+ )
11557
+ );
11558
+
11559
+ if ( is_object( $result ) && isset( $result->error ) ) {
11560
+ $error = $result->error;
11561
+
11562
+ if ( in_array( $error->code, array( 'invalid_email', 'no_user' ) ) ) {
11563
+ $error = $this->get_text_inline( "We couldn't find your email address in the system, are you sure it's the right address?", 'email-not-found' );
11564
+ } else if ( 'no_license' === $error->code ) {
11565
+ $error = $this->get_text_inline( "We can't see any active licenses associated with that email address, are you sure it's the right address?", 'no-active-licenses' );
11566
+ } else {
11567
+ $error = $error->message;
11568
+ }
11569
+ }
11570
+
11571
+ $licenses = array(
11572
+ 'success' => ( false === $error )
11573
+ );
11574
+
11575
+ if ( false !== $error ) {
11576
+ $licenses['error'] = sprintf( '%s... %s', $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ), strtolower( $error ) );
11577
+ }
11578
+
11579
+ echo json_encode( $licenses );
11580
+
11581
+ exit;
11582
+ }
11583
+
11584
+ /**
11585
+ * @author Vova Feldman (@svovaf)
11586
+ * @since 1.2.1.8
11587
+ *
11588
+ * @var string
11589
+ */
11590
+ private static $_pagenow;
11591
+
11592
+ /**
11593
+ * Get current page or the referer if executing a WP AJAX request.
11594
+ *
11595
+ * @author Vova Feldman (@svovaf)
11596
+ * @since 1.2.1.8
11597
+ *
11598
+ * @return string
11599
+ */
11600
+ static function get_current_page() {
11601
+ if ( ! isset( self::$_pagenow ) ) {
11602
+ global $pagenow;
11603
+ if ( empty( $pagenow ) && is_admin() && is_multisite() ) {
11604
+ /**
11605
+ * It appears that `$pagenow` is not yet initialized in some network admin pages when this method
11606
+ * is called, so initialize it here using some pieces of code from `wp-includes/vars.php`.
11607
+ *
11608
+ * @author Leo Fajardo (@leorw)
11609
+ * @since 2.2.3
11610
+ */
11611
+ if ( is_network_admin() ) {
11612
+ preg_match( '#/wp-admin/network/?(.*?)$#i', $_SERVER['PHP_SELF'], $self_matches );
11613
+ } else if ( is_user_admin() ) {
11614
+ preg_match( '#/wp-admin/user/?(.*?)$#i', $_SERVER['PHP_SELF'], $self_matches );
11615
+ } else {
11616
+ preg_match( '#/wp-admin/?(.*?)$#i', $_SERVER['PHP_SELF'], $self_matches );
11617
+ }
11618
+
11619
+ $pagenow = $self_matches[1];
11620
+ $pagenow = trim( $pagenow, '/' );
11621
+ $pagenow = preg_replace( '#\?.*?$#', '', $pagenow );
11622
+ if ( '' === $pagenow || 'index' === $pagenow || 'index.php' === $pagenow ) {
11623
+ $pagenow = 'index.php';
11624
+ } else {
11625
+ preg_match( '#(.*?)(/|$)#', $pagenow, $self_matches );
11626
+ $pagenow = strtolower( $self_matches[1] );
11627
+ if ( '.php' !== substr($pagenow, -4, 4) )
11628
+ $pagenow .= '.php'; // for Options +Multiviews: /wp-admin/themes/index.php (themes.php is queried)
11629
+ }
11630
+ }
11631
+
11632
+ self::$_pagenow = $pagenow;
11633
+
11634
+ if ( self::is_ajax() &&
11635
+ 'admin-ajax.php' === $pagenow
11636
+ ) {
11637
+ $referer = fs_get_raw_referer();
11638
+
11639
+ if ( is_string( $referer ) ) {
11640
+ $parts = explode( '?', $referer );
11641
+
11642
+ self::$_pagenow = basename( $parts[0] );
11643
+ }
11644
+ }
11645
+ }
11646
+
11647
+ return self::$_pagenow;
11648
+ }
11649
+
11650
+ /**
11651
+ * Helper method to check if user in the plugins page.
11652
+ *
11653
+ * @author Vova Feldman (@svovaf)
11654
+ * @since 1.2.1.5
11655
+ *
11656
+ * @return bool
11657
+ */
11658
+ static function is_plugins_page() {
11659
+ return ( 'plugins.php' === self::get_current_page() );
11660
+ }
11661
+
11662
+ /**
11663
+ * @author Leo Fajardo (@leorw)
11664
+ * @since 2.2.3
11665
+ *
11666
+ * @return bool
11667
+ */
11668
+ static function is_plugin_install_page() {
11669
+ return ( 'plugin-install.php' === self::get_current_page() );
11670
+ }
11671
+
11672
+ /**
11673
+ * @author Leo Fajardo (@leorw)
11674
+ * @since 2.0.2
11675
+ *
11676
+ * @return bool
11677
+ */
11678
+ static function is_updates_page() {
11679
+ return ( 'update-core.php' === self::get_current_page() );
11680
+ }
11681
+
11682
+ /**
11683
+ * Helper method to check if user in the themes page.
11684
+ *
11685
+ * @author Vova Feldman (@svovaf)
11686
+ * @since 1.2.2.6
11687
+ *
11688
+ * @return bool
11689
+ */
11690
+ static function is_themes_page() {
11691
+ return ( 'themes.php' === self::get_current_page() );
11692
+ }
11693
+
11694
+ #----------------------------------------------------------------------------------
11695
+ #region Affiliation
11696
+ #----------------------------------------------------------------------------------
11697
+
11698
+ /**
11699
+ * @author Leo Fajardo (@leorw)
11700
+ * @since 1.2.3
11701
+ *
11702
+ * @return bool
11703
+ */
11704
+ function has_affiliate_program() {
11705
+ if ( ! is_object( $this->_plugin ) ) {
11706
+ return false;
11707
+ }
11708
+
11709
+ return $this->_plugin->has_affiliate_program();
11710
+ }
11711
+
11712
+ /**
11713
+ * @author Leo Fajardo (@leorw)
11714
+ * @since 1.2.4
11715
+ */
11716
+ private function fetch_affiliate_terms() {
11717
+ if ( ! is_object( $this->plugin_affiliate_terms ) ) {
11718
+ $plugins_api = $this->get_api_plugin_scope();
11719
+ $affiliate_terms = $plugins_api->get( '/aff.json?type=affiliation', false );
11720
+
11721
+ if ( ! $this->is_api_result_entity( $affiliate_terms ) ) {
11722
+ return;
11723
+ }
11724
+
11725
+ $this->plugin_affiliate_terms = new FS_AffiliateTerms( $affiliate_terms );
11726
+ }
11727
+ }
11728
+
11729
+ /**
11730
+ * @author Leo Fajardo (@leorw)
11731
+ * @since 1.2.4
11732
+ */
11733
+ private function fetch_affiliate_and_custom_terms() {
11734
+ if ( ! empty( $this->_storage->affiliate_application_data ) ) {
11735
+ $application_data = $this->_storage->affiliate_application_data;
11736
+ $flush = ( ! isset( $application_data['status'] ) || 'pending' === $application_data['status'] );
11737
+
11738
+ $users_api = $this->get_api_user_scope();
11739
+ $result = $users_api->get( "/plugins/{$this->_plugin->id}/aff/{$this->plugin_affiliate_terms->id}/affiliates.json", $flush );
11740
+ if ( $this->is_api_result_object( $result, 'affiliates' ) ) {
11741
+ if ( ! empty( $result->affiliates ) ) {
11742
+ $affiliate = new FS_Affiliate( $result->affiliates[0] );
11743
+
11744
+ if ( ! isset( $application_data['status'] ) || $application_data['status'] !== $affiliate->status ) {
11745
+ $application_data['status'] = $affiliate->status;
11746
+ $this->_storage->affiliate_application_data = $application_data;
11747
+ }
11748
+
11749
+ if ( $affiliate->is_using_custom_terms ) {
11750
+ $affiliate_terms = $users_api->get( "/plugins/{$this->_plugin->id}/affiliates/{$affiliate->id}/aff/{$affiliate->custom_affiliate_terms_id}.json", $flush );
11751
+ if ( $this->is_api_result_entity( $affiliate_terms ) ) {
11752
+ $this->custom_affiliate_terms = new FS_AffiliateTerms( $affiliate_terms );
11753
+ }
11754
+ }
11755
+
11756
+ $this->affiliate = $affiliate;
11757
+ }
11758
+ }
11759
+ }
11760
+ }
11761
+
11762
+ /**
11763
+ * @author Leo Fajardo (@leorw)
11764
+ * @since 1.2.3
11765
+ */
11766
+ private function fetch_affiliate_and_terms() {
11767
+ $this->_logger->entrance();
11768
+
11769
+ $this->fetch_affiliate_terms();
11770
+ $this->fetch_affiliate_and_custom_terms();
11771
+ }
11772
+
11773
+ /**
11774
+ * @author Leo Fajardo (@leorw)
11775
+ * @since 1.2.3
11776
+ *
11777
+ * @return FS_Affiliate
11778
+ */
11779
+ function get_affiliate() {
11780
+ return $this->affiliate;
11781
+ }
11782
+
11783
+
11784
+ /**
11785
+ * @author Leo Fajardo (@leorw)
11786
+ * @since 1.2.3
11787
+ *
11788
+ * @return FS_AffiliateTerms
11789
+ */
11790
+ function get_affiliate_terms() {
11791
+ return is_object( $this->custom_affiliate_terms ) ?
11792
+ $this->custom_affiliate_terms :
11793
+ $this->plugin_affiliate_terms;
11794
+ }
11795
+
11796
+ /**
11797
+ * @author Leo Fajardo (@leorw)
11798
+ * @since 1.2.3
11799
+ */
11800
+ function _submit_affiliate_application() {
11801
+ $this->_logger->entrance();
11802
+
11803
+ $this->check_ajax_referer( 'submit_affiliate_application' );
11804
+
11805
+ if ( ! $this->is_user_admin() ) {
11806
+ // Only for admins.
11807
+ self::shoot_ajax_failure();
11808
+ }
11809
+
11810
+ $affiliate = fs_request_get( 'affiliate' );
11811
+
11812
+ if ( empty( $affiliate['promotion_methods'] ) ) {
11813
+ unset( $affiliate['promotion_methods'] );
11814
+ }
11815
+
11816
+ if ( ! empty( $affiliate['additional_domains'] ) ) {
11817
+ $affiliate['additional_domains'] = array_unique( $affiliate['additional_domains'] );
11818
+ }
11819
+
11820
+ if ( ! $this->is_registered() ) {
11821
+ // Opt in but don't track usage.
11822
+ $next_page = $this->opt_in(
11823
+ false,
11824
+ false,
11825
+ false,
11826
+ false,
11827
+ false,
11828
+ false,
11829
+ true
11830
+ );
11831
+
11832
+ if ( is_object( $next_page ) && $this->is_api_error( $next_page ) ) {
11833
+ self::shoot_ajax_failure(
11834
+ isset( $next_page->error ) ?
11835
+ $next_page->error->message :
11836
+ var_export( $next_page, true )
11837
+ );
11838
+ } else if ( $this->is_pending_activation() ) {
11839
+ self::shoot_ajax_failure( $this->get_text_inline( 'Account is pending activation.', 'account-is-pending-activation' ) );
11840
+ }
11841
+ }
11842
+
11843
+ $this->fetch_affiliate_terms();
11844
+
11845
+ $api = $this->get_api_user_scope();
11846
+ $result = $api->call(
11847
+ ( "/plugins/{$this->_plugin->id}/aff/{$this->plugin_affiliate_terms->id}/affiliates.json" ),
11848
+ 'post',
11849
+ $affiliate
11850
+ );
11851
+
11852
+ if ( $this->is_api_error( $result ) ) {
11853
+ self::shoot_ajax_failure(
11854
+ isset( $result->error ) ?
11855
+ $result->error->message :
11856
+ var_export( $result, true )
11857
+ );
11858
+ } else {
11859
+ if ( $this->_admin_notices->has_sticky( 'affiliate_program' ) ) {
11860
+ $this->_admin_notices->remove_sticky( 'affiliate_program' );
11861
+ }
11862
+
11863
+ $affiliate_application_data = array(
11864
+ 'status' => 'pending',
11865
+ 'stats_description' => $affiliate['stats_description'],
11866
+ 'promotion_method_description' => $affiliate['promotion_method_description'],
11867
+ );
11868
+
11869
+ if ( ! empty( $affiliate['promotion_methods'] ) ) {
11870
+ $affiliate_application_data['promotion_methods'] = $affiliate['promotion_methods'];
11871
+ }
11872
+
11873
+ if ( ! empty( $affiliate['domain'] ) ) {
11874
+ $affiliate_application_data['domain'] = $affiliate['domain'];
11875
+ }
11876
+
11877
+ if ( ! empty( $affiliate['additional_domains'] ) ) {
11878
+ $affiliate_application_data['additional_domains'] = $affiliate['additional_domains'];
11879
+ }
11880
+
11881
+ $this->_storage->affiliate_application_data = $affiliate_application_data;
11882
+ }
11883
+
11884
+ // Purge cached affiliate.
11885
+ $api->purge_cache( 'affiliate.json' );
11886
+
11887
+ self::shoot_ajax_success( $result );
11888
+ }
11889
+
11890
+ /**
11891
+ * @author Leo Fajardo (@leorw)
11892
+ * @since 1.2.3
11893
+ *
11894
+ * @return array|null
11895
+ */
11896
+ function get_affiliate_application_data() {
11897
+ if ( empty( $this->_storage->affiliate_application_data ) ) {
11898
+ return null;
11899
+ }
11900
+
11901
+ return $this->_storage->affiliate_application_data;
11902
+ }
11903
+
11904
+ #endregion Affiliation ------------------------------------------------------------
11905
+
11906
+ #----------------------------------------------------------------------------------
11907
+ #region URL Generators
11908
+ #----------------------------------------------------------------------------------
11909
+
11910
+ /**
11911
+ * Alias to pricing_url().
11912
+ *
11913
+ * @author Vova Feldman (@svovaf)
11914
+ * @since 1.0.2
11915
+ *
11916
+ * @uses pricing_url()
11917
+ *
11918
+ * @param string $period Billing cycle
11919
+ * @param bool $is_trial
11920
+ *
11921
+ * @return string
11922
+ */
11923
+ function get_upgrade_url( $period = WP_FS__PERIOD_ANNUALLY, $is_trial = false ) {
11924
+ return $this->pricing_url( $period, $is_trial );
11925
+ }
11926
+
11927
+ /**
11928
+ * @author Vova Feldman (@svovaf)
11929
+ * @since 1.0.9
11930
+ *
11931
+ * @uses get_upgrade_url()
11932
+ *
11933
+ * @return string
11934
+ */
11935
+ function get_trial_url() {
11936
+ return $this->get_upgrade_url( WP_FS__PERIOD_ANNUALLY, true );
11937
+ }
11938
+
11939
+ /**
11940
+ * @author Leo Fajardo (@leorw)
11941
+ * @since 2.1.4
11942
+ *
11943
+ * @param string $new_version
11944
+ *
11945
+ * @return string
11946
+ */
11947
+ function version_upgrade_checkout_link( $new_version ) {
11948
+ if ( ! is_object( $this->_license ) ) {
11949
+ $url = $this->pricing_url();
11950
+
11951
+ $purchase_license_text = $this->get_text_inline( 'Buy a license now', 'buy-license-now' );
11952
+ } else {
11953
+ $subscription = $this->_get_subscription( $this->_license->id );
11954
+
11955
+ $url = $this->checkout_url(
11956
+ is_object( $subscription ) ?
11957
+ ( 1 == $subscription->billing_cycle ? WP_FS__PERIOD_MONTHLY : WP_FS__PERIOD_ANNUALLY ) :
11958
+ WP_FS__PERIOD_LIFETIME,
11959
+ false,
11960
+ array( 'licenses' => $this->_license->quota )
11961
+ );
11962
+
11963
+ $purchase_license_text = $this->get_text_inline( 'Renew your license now', 'renew-license-now' );
11964
+ }
11965
+
11966
+ return sprintf(
11967
+ $this->get_text_inline( '%s to access version %s security & feature updates, and support.', 'x-for-updates-and-support' ),
11968
+ sprintf( '<a href="%s">%s</a>', $url, $purchase_license_text ),
11969
+ $new_version
11970
+ );
11971
+ }
11972
+
11973
+ /**
11974
+ * Plugin's pricing URL.
11975
+ *
11976
+ * @author Vova Feldman (@svovaf)
11977
+ * @since 1.0.4
11978
+ *
11979
+ * @param string $billing_cycle Billing cycle
11980
+ *
11981
+ * @param bool $is_trial
11982
+ *
11983
+ * @return string
11984
+ */
11985
+ function pricing_url( $billing_cycle = WP_FS__PERIOD_ANNUALLY, $is_trial = false ) {
11986
+ $this->_logger->entrance();
11987
+
11988
+ $params = array(
11989
+ 'billing_cycle' => $billing_cycle
11990
+ );
11991
+
11992
+ if ( $is_trial ) {
11993
+ $params['trial'] = 'true';
11994
+ }
11995
+
11996
+ if ( $this->is_addon() ) {
11997
+ return $this->_parent->addon_url( $this->_slug );
11998
+ }
11999
+
12000
+ return $this->_get_admin_page_url( 'pricing', $params );
12001
+ }
12002
+
12003
+ /**
12004
+ * Checkout page URL.
12005
+ *
12006
+ * @author Vova Feldman (@svovaf)
12007
+ * @since 1.0.6
12008
+ *
12009
+ * @param string $billing_cycle Billing cycle
12010
+ * @param bool $is_trial
12011
+ * @param array $extra (optional) Extra parameters, override other query params.
12012
+ *
12013
+ * @return string
12014
+ */
12015
+ function checkout_url(
12016
+ $billing_cycle = WP_FS__PERIOD_ANNUALLY,
12017
+ $is_trial = false,
12018
+ $extra = array()
12019
+ ) {
12020
+ $this->_logger->entrance();
12021
+
12022
+ $params = array(
12023
+ 'checkout' => 'true',
12024
+ 'billing_cycle' => $billing_cycle,
12025
+ );
12026
+
12027
+ if ( $is_trial ) {
12028
+ $params['trial'] = 'true';
12029
+ }
12030
+
12031
+ /**
12032
+ * Params in extra override other params.
12033
+ */
12034
+ $params = array_merge( $params, $extra );
12035
+
12036
+ return $this->_get_admin_page_url( 'pricing', $params );
12037
+ }
12038
+
12039
+ /**
12040
+ * Add-on checkout URL.
12041
+ *
12042
+ * @author Vova Feldman (@svovaf)
12043
+ * @since 1.1.7
12044
+ *
12045
+ * @param number $addon_id
12046
+ * @param number $pricing_id
12047
+ * @param string $billing_cycle
12048
+ * @param bool $is_trial
12049
+ *
12050
+ * @return string
12051
+ */
12052
+ function addon_checkout_url(
12053
+ $addon_id,
12054
+ $pricing_id,
12055
+ $billing_cycle = WP_FS__PERIOD_ANNUALLY,
12056
+ $is_trial = false
12057
+ ) {
12058
+ return $this->checkout_url( $billing_cycle, $is_trial, array(
12059
+ 'plugin_id' => $addon_id,
12060
+ 'pricing_id' => $pricing_id,
12061
+ ) );
12062
+ }
12063
+
12064
+ #endregion
12065
+
12066
+ #endregion ------------------------------------------------------------------
12067
+
12068
+ /**
12069
+ * Check if plugin has any add-ons.
12070
+ *
12071
+ * @author Vova Feldman (@svovaf)
12072
+ * @since 1.0.5
12073
+ *
12074
+ * @since 1.1.7.3 Base logic only on the parameter provided by the developer in the init function.
12075
+ *
12076
+ * @return bool
12077
+ */
12078
+ function has_addons() {
12079
+ $this->_logger->entrance();
12080
+
12081
+ return $this->_has_addons;
12082
+ }
12083
+
12084
+ /**
12085
+ * Check if plugin can work in anonymous mode.
12086
+ *
12087
+ * @author Vova Feldman (@svovaf)
12088
+ * @since 1.0.9
12089
+ *
12090
+ * @return bool
12091
+ *
12092
+ * @deprecated Please use is_enable_anonymous() instead.
12093
+ */
12094
+ function enable_anonymous() {
12095
+ return $this->_enable_anonymous;
12096
+ }
12097
+
12098
+ /**
12099
+ * Check if plugin can work in anonymous mode.
12100
+ *
12101
+ * @author Vova Feldman (@svovaf)
12102
+ * @since 1.1.9
12103
+ *
12104
+ * @return bool
12105
+ */
12106
+ function is_enable_anonymous() {
12107
+ return $this->_enable_anonymous;
12108
+ }
12109
+
12110
+ /**
12111
+ * Check if plugin is premium only (no free plans).
12112
+ *
12113
+ * @author Vova Feldman (@svovaf)
12114
+ * @since 1.1.9
12115
+ *
12116
+ * @return bool
12117
+ */
12118
+ function is_only_premium() {
12119
+ return $this->_is_premium_only;
12120
+ }
12121
+
12122
+ /**
12123
+ * Checks if the plugin's type is "plugin". The other type is "theme".
12124
+ *
12125
+ * @author Leo Fajardo (@leorw)
12126
+ * @since 1.2.2
12127
+ *
12128
+ * @return bool
12129
+ */
12130
+ function is_plugin() {
12131
+ return ( WP_FS__MODULE_TYPE_PLUGIN === $this->_module_type );
12132
+ }
12133
+
12134
+ /**
12135
+ * @author Leo Fajardo (@leorw)
12136
+ * @since 1.2.2
12137
+ *
12138
+ * @return string
12139
+ */
12140
+ function get_module_type() {
12141
+ if ( ! isset( $this->_module_type ) ) {
12142
+ $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );
12143
+ $this->_module_type = $id_slug_type_path_map[ $this->_module_id ]['type'];
12144
+ }
12145
+
12146
+ return $this->_module_type;
12147
+ }
12148
+
12149
+ /**
12150
+ * @author Leo Fajardo (@leorw)
12151
+ * @since 1.2.2
12152
+ *
12153
+ * @return string
12154
+ */
12155
+ function get_plugin_main_file_path() {
12156
+ return $this->_plugin_main_file_path;
12157
+ }
12158
+
12159
+ /**
12160
+ * Check if module has a premium code version.
12161
+ *
12162
+ * Serviceware module might be freemium without any
12163
+ * premium code version, where the paid features
12164
+ * are all part of the service.
12165
+ *
12166
+ * @author Vova Feldman (@svovaf)
12167
+ * @since 1.2.1.6
12168
+ *
12169
+ * @return bool
12170
+ */
12171
+ function has_premium_version() {
12172
+ return $this->_has_premium_version;
12173
+ }
12174
+
12175
+ /**
12176
+ * Check if feature supported with current site's plan.
12177
+ *
12178
+ * @author Vova Feldman (@svovaf)
12179
+ * @since 1.0.1
12180
+ *
12181
+ * @todo IMPLEMENT
12182
+ *
12183
+ * @param number $feature_id
12184
+ *
12185
+ * @throws Exception
12186
+ */
12187
+ function is_feature_supported( $feature_id ) {
12188
+ throw new Exception( 'not implemented' );
12189
+ }
12190
+
12191
+ /**
12192
+ * @author Vova Feldman (@svovaf)
12193
+ * @since 1.0.1
12194
+ *
12195
+ * @return bool Is running in SSL/HTTPS
12196
+ */
12197
+ function is_ssl() {
12198
+ return WP_FS__IS_HTTPS;
12199
+ }
12200
+
12201
+ /**
12202
+ * @author Vova Feldman (@svovaf)
12203
+ * @since 1.0.9
12204
+ *
12205
+ * @return bool Is running in AJAX call.
12206
+ *
12207
+ * @link http://wordpress.stackexchange.com/questions/70676/how-to-check-if-i-am-in-admin-ajax
12208
+ */
12209
+ static function is_ajax() {
12210
+ return ( defined( 'DOING_AJAX' ) && DOING_AJAX );
12211
+ }
12212
+
12213
+ /**
12214
+ * Check if it's an AJAX call targeted for the current module.
12215
+ *
12216
+ * @author Vova Feldman (@svovaf)
12217
+ * @since 1.2.0
12218
+ *
12219
+ * @param array|string $actions Collection of AJAX actions.
12220
+ *
12221
+ * @return bool
12222
+ */
12223
+ function is_ajax_action( $actions ) {
12224
+ // Verify it's an ajax call.
12225
+ if ( ! self::is_ajax() ) {
12226
+ return false;
12227
+ }
12228
+
12229
+ // Verify the call is relevant for the plugin.
12230
+ if ( $this->_module_id != fs_request_get( 'module_id' ) ) {
12231
+ return false;
12232
+ }
12233
+
12234
+ // Verify it's one of the specified actions.
12235
+ if ( is_string( $actions ) ) {
12236
+ $actions = explode( ',', $actions );
12237
+ }
12238
+
12239
+ if ( is_array( $actions ) && 0 < count( $actions ) ) {
12240
+ $ajax_action = fs_request_get( 'action' );
12241
+
12242
+ foreach ( $actions as $action ) {
12243
+ if ( $ajax_action === $this->get_action_tag( $action ) ) {
12244
+ return true;
12245
+ }
12246
+ }
12247
+ }
12248
+
12249
+ return false;
12250
+ }
12251
+
12252
+ /**
12253
+ * Check if it's an AJAX call targeted for current request.
12254
+ *
12255
+ * @author Vova Feldman (@svovaf)
12256
+ * @since 1.2.0
12257
+ *
12258
+ * @param array|string $actions Collection of AJAX actions.
12259
+ * @param number|null $module_id
12260
+ *
12261
+ * @return bool
12262
+ */
12263
+ static function is_ajax_action_static( $actions, $module_id = null ) {
12264
+ // Verify it's an ajax call.
12265
+ if ( ! self::is_ajax() ) {
12266
+ return false;
12267
+ }
12268
+
12269
+
12270
+ if ( ! empty( $module_id ) ) {
12271
+ // Verify the call is relevant for the plugin.
12272
+ if ( $module_id != fs_request_get( 'module_id' ) ) {
12273
+ return false;
12274
+ }
12275
+ }
12276
+
12277
+ // Verify it's one of the specified actions.
12278
+ if ( is_string( $actions ) ) {
12279
+ $actions = explode( ',', $actions );
12280
+ }
12281
+
12282
+ if ( is_array( $actions ) && 0 < count( $actions ) ) {
12283
+ $ajax_action = fs_request_get( 'action' );
12284
+
12285
+ foreach ( $actions as $action ) {
12286
+ if ( $ajax_action === self::get_ajax_action_static( $action, $module_id ) ) {
12287
+ return true;
12288
+ }
12289
+ }
12290
+ }
12291
+
12292
+ return false;
12293
+ }
12294
+
12295
+ /**
12296
+ * @author Vova Feldman (@svovaf)
12297
+ * @since 1.1.7
12298
+ *
12299
+ * @return bool
12300
+ */
12301
+ static function is_cron() {
12302
+ return ( defined( 'DOING_CRON' ) && DOING_CRON );
12303
+ }
12304
+
12305
+ /**
12306
+ * Check if a real user is visiting the admin dashboard.
12307
+ *
12308
+ * @author Vova Feldman (@svovaf)
12309
+ * @since 1.1.7
12310
+ *
12311
+ * @return bool
12312
+ */
12313
+ function is_user_in_admin() {
12314
+ return is_admin() && ! self::is_ajax() && ! self::is_cron();
12315
+ }
12316
+
12317
+ /**
12318
+ * Check if a real user is in the customizer view.
12319
+ *
12320
+ * @author Vova Feldman (@svovaf)
12321
+ * @since 1.2.2.7
12322
+ *
12323
+ * @return bool
12324
+ */
12325
+ static function is_customizer() {
12326
+ return is_customize_preview();
12327
+ }
12328
+
12329
+ /**
12330
+ * Check if running in HTTPS and if site's plan matching the specified plan.
12331
+ *
12332
+ * @param string $plan
12333
+ * @param bool $exact
12334
+ *
12335
+ * @return bool
12336
+ */
12337
+ function is_ssl_and_plan( $plan, $exact = false ) {
12338
+ return ( $this->is_ssl() && $this->is_plan( $plan, $exact ) );
12339
+ }
12340
+
12341
+ /**
12342
+ * Construct plugin's settings page URL.
12343
+ *
12344
+ * @author Vova Feldman (@svovaf)
12345
+ * @since 1.0.4
12346
+ *
12347
+ * @param string $page
12348
+ * @param array $params
12349
+ * @param bool|null $network
12350
+ *
12351
+ * @return string
12352
+ */
12353
+ function _get_admin_page_url( $page = '', $params = array(), $network = null ) {
12354
+ if ( is_null( $network ) ) {
12355
+ $network = (
12356
+ $this->_is_network_active &&
12357
+ ( fs_is_network_admin() || ! $this->is_delegated_connection() )
12358
+ );
12359
+ }
12360
+
12361
+ if ( 0 < count( $params ) ) {
12362
+ foreach ( $params as $k => $v ) {
12363
+ $params[ $k ] = urlencode( $v );
12364
+ }
12365
+ }
12366
+
12367
+ $page_param = $this->_menu->get_slug( $page );
12368
+
12369
+ if ( empty( $page ) &&
12370
+ $this->is_theme() &&
12371
+ // Show the opt-in as an overlay for free wp.org themes or themes without any settings page.
12372
+ ( $this->is_free_wp_org_theme() || ! $this->has_settings_menu() )
12373
+ ) {
12374
+ $params[ $this->get_unique_affix() . '_show_optin' ] = 'true';
12375
+
12376
+ return add_query_arg(
12377
+ $params,
12378
+ $this->admin_url( 'themes.php', 'admin', $network )
12379
+ );
12380
+ }
12381
+
12382
+ if ( ! $this->has_settings_menu() ) {
12383
+ if ( ! empty( $page ) ) {
12384
+ // Module doesn't have a setting page, but since the request is for
12385
+ // a specific Freemius page, use the admin.php path.
12386
+ return add_query_arg( array_merge( $params, array(
12387
+ 'page' => $page_param,
12388
+ ) ), $this->admin_url( 'admin.php', 'admin', $network ) );
12389
+ } else {
12390
+ if ( $this->is_activation_mode() ) {
12391
+ /**
12392
+ * @author Vova Feldman
12393
+ * @since 1.2.1.6
12394
+ *
12395
+ * If plugin doesn't have a settings page, create one for the opt-in screen.
12396
+ */
12397
+ return add_query_arg( array_merge( $params, array(
12398
+ 'page' => $this->_slug,
12399
+ ) ), $this->admin_url( 'admin.php', 'admin', $network ) );
12400
+ } else {
12401
+ // Plugin without a settings page.
12402
+ return add_query_arg(
12403
+ $params,
12404
+ $this->admin_url( 'plugins.php', 'admin', $network )
12405
+ );
12406
+ }
12407
+ }
12408
+ }
12409
+
12410
+ // Module has a submenu settings page.
12411
+ if ( ! $this->_menu->is_top_level() ) {
12412
+ $parent_slug = $this->_menu->get_parent_slug();
12413
+ $menu_file = ( false !== strpos( $parent_slug, '.php' ) ) ?
12414
+ $parent_slug :
12415
+ 'admin.php';
12416
+
12417
+ return add_query_arg( array_merge( $params, array(
12418
+ 'page' => $page_param,
12419
+ ) ), $this->admin_url( $menu_file, 'admin', $network ) );
12420
+ }
12421
+
12422
+ // Module has a top level CPT settings page.
12423
+ if ( $this->_menu->is_cpt() ) {
12424
+ if ( empty( $page ) && $this->is_activation_mode() ) {
12425
+ return add_query_arg( array_merge( $params, array(
12426
+ 'page' => $page_param
12427
+ ) ), $this->admin_url( 'admin.php', 'admin', $network ) );
12428
+ } else {
12429
+ if ( ! empty( $page ) ) {
12430
+ $params['page'] = $page_param;
12431
+ }
12432
+
12433
+ return add_query_arg(
12434
+ $params,
12435
+ $this->admin_url( $this->_menu->get_raw_slug(), 'admin', $network )
12436
+ );
12437
+ }
12438
+ }
12439
+
12440
+ // Module has a custom top level settings page.
12441
+ return add_query_arg( array_merge( $params, array(
12442
+ 'page' => $page_param,
12443
+ ) ), $this->admin_url( 'admin.php', 'admin', $network ) );
12444
+ }
12445
+
12446
+ #--------------------------------------------------------------------------------
12447
+ #region Multisite
12448
+ #--------------------------------------------------------------------------------
12449
+
12450
+ /**
12451
+ * @author Leo Fajardo (@leorw)
12452
+ * @since 2.0.0
12453
+ *
12454
+ * @return bool
12455
+ */
12456
+ function is_network_active() {
12457
+ return $this->_is_network_active;
12458
+ }
12459
+
12460
+ /**
12461
+ * Delegate activation for the given sites in the network (or all sites if `null`) to site admins.
12462
+ *
12463
+ * @author Leo Fajardo (@leorw)
12464
+ * @since 2.0.0
12465
+ *
12466
+ * @param array|null $sites
12467
+ */
12468
+ private function delegate_connection( $sites = null ) {
12469
+ $this->_logger->entrance();
12470
+
12471
+ $this->_admin_notices->remove_sticky( 'connect_account' );
12472
+
12473
+ if ( is_null( $sites ) ) {
12474
+ // All sites delegation.
12475
+ $this->_storage->store( 'is_delegated_connection', true, true, true );
12476
+ } else {
12477
+ // Specified sites delegation.
12478
+ foreach ( $sites as $site ) {
12479
+ $this->delegate_site_connection( $site['blog_id'] );
12480
+ }
12481
+ }
12482
+
12483
+ $this->network_upgrade_mode_completed();
12484
+ }
12485
+
12486
+ /**
12487
+ * Delegate specific network site conncetion to the site admin.
12488
+ *
12489
+ * @author Vova Feldman (@svovaf)
12490
+ * @since 2.0.0
12491
+ *
12492
+ * @param int $blog_id
12493
+ */
12494
+ private function delegate_site_connection( $blog_id ) {
12495
+ $this->_storage->store( 'is_delegated_connection', true, $blog_id, true );
12496
+ }
12497
+
12498
+ /**
12499
+ * Check if super-admin delegated the connection of ALL sites to the site admins.
12500
+ *
12501
+ * @author Vova Feldman (@svovaf)
12502
+ * @since 2.0.0
12503
+ *
12504
+ * @return bool
12505
+ */
12506
+ function is_network_delegated_connection() {
12507
+ if ( ! $this->_is_network_active ) {
12508
+ return false;
12509
+ }
12510
+
12511
+ return $this->_storage->get( 'is_delegated_connection', false, true );
12512
+ }
12513
+
12514
+ /**
12515
+ * @author Leo Fajardo (@leorw)
12516
+ * @since 2.0.0
12517
+ *
12518
+ * @param int $blog_id
12519
+ *
12520
+ * @return bool
12521
+ */
12522
+ function is_site_delegated_connection( $blog_id = 0 ) {
12523
+ if ( ! $this->_is_network_active ) {
12524
+ return false;
12525
+ }
12526
+
12527
+ if ( 0 == $blog_id ) {
12528
+ $blog_id = get_current_blog_id();
12529
+ }
12530
+
12531
+ return $this->_storage->get( 'is_delegated_connection', false, $blog_id );
12532
+ }
12533
+
12534
+ /**
12535
+ * Check if delegated the connection. When running within the the network admin,
12536
+ * and haven't specified the blog ID, checks if network level delegated. If running
12537
+ * within a site admin or specified a blog ID, check if delegated the connection for
12538
+ * the current context site.
12539
+ *
12540
+ * If executed outside the the admin, check if delegated the connection
12541
+ * for the current context site OR the whole network.
12542
+ *
12543
+ * @author Vova Feldman (@svovaf)
12544
+ * @since 2.0.0
12545
+ *
12546
+ * @param int $blog_id If set, checks if network delegated or blog specific delegated.
12547
+ *
12548
+ * @return bool
12549
+ */
12550
+ function is_delegated_connection( $blog_id = 0 ) {
12551
+ if ( ! $this->_is_network_active ) {
12552
+ return false;
12553
+ }
12554
+
12555
+ if ( fs_is_network_admin() && 0 == $blog_id ) {
12556
+ return $this->is_network_delegated_connection();
12557
+ }
12558
+
12559
+ return (
12560
+ $this->is_network_delegated_connection() ||
12561
+ $this->is_site_delegated_connection( $blog_id )
12562
+ );
12563
+ }
12564
+
12565
+ /**
12566
+ * Check if the current module is active for the site.
12567
+ *
12568
+ * @author Vova Feldman (@svovaf)
12569
+ * @since 2.0.0
12570
+ *
12571
+ * @param int $blog_id
12572
+ *
12573
+ * @return bool
12574
+ */
12575
+ function is_active_for_site( $blog_id ) {
12576
+ if ( ! is_multisite() ) {
12577
+ // Not a multisite and this code is executed, means that the plugin is active.
12578
+ return true;
12579
+ }
12580
+
12581
+ if ( $this->is_theme() ) {
12582
+ // All themes are site level activated.
12583
+ return true;
12584
+ }
12585
+
12586
+ if ( $this->_is_network_active ) {
12587
+ // Plugin was network activated so it's active.
12588
+ return true;
12589
+ }
12590
+
12591
+ return in_array( $this->_plugin_basename, (array) get_blog_option( $blog_id, 'active_plugins', array() ) );
12592
+ }
12593
+
12594
+ /**
12595
+ * @author Leo Fajardo (@leorw)
12596
+ * @since 2.0.0
12597
+ *
12598
+ * @return array Active & public sites collection.
12599
+ */
12600
+ static function get_sites() {
12601
+ /**
12602
+ * For consistency with get_blog_list() which only return active public sites.
12603
+ *
12604
+ * @author Vova Feldman (@svovaf)
12605
+ */
12606
+ $args = array(
12607
+ /**
12608
+ * Commented out in order to handle the migration of site options whether the site is public or not.
12609
+ *
12610
+ * @author Leo Fajardo (@leorw)
12611
+ * @since 2.2.1
12612
+ */
12613
+ // 'public' => 1,
12614
+ 'archived' => 0,
12615
+ 'mature' => 0,
12616
+ 'spam' => 0,
12617
+ 'deleted' => 0,
12618
+ );
12619
+
12620
+ if ( function_exists( 'get_sites' ) ) {
12621
+ // For WP 4.6 and above.
12622
+ return get_sites( $args );
12623
+ } else if ( function_exists( 'wp_get_sites' ) ) {
12624
+ // For WP 3.7 to WP 4.5.
12625
+ return wp_get_sites( $args );
12626
+ } else {
12627
+ // For WP 3.6 and below.
12628
+ return get_blog_list( 0, 'all' );
12629
+ }
12630
+ }
12631
+
12632
+ /**
12633
+ * Checks if a given blog is active.
12634
+ *
12635
+ * @author Vova Feldman (@svovaf)
12636
+ * @since 2.0.0
12637
+ *
12638
+ * @param $blog_id
12639
+ *
12640
+ * @return bool
12641
+ */
12642
+ private static function is_site_active( $blog_id ) {
12643
+ global $wpdb;
12644
+
12645
+ $blog_info = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM {$wpdb->blogs} WHERE blog_id = %d", $blog_id ) );
12646
+
12647
+ if ( ! is_object( $blog_info ) ) {
12648
+ return false;
12649
+ }
12650
+
12651
+ return (
12652
+ true == $blog_info->public &&
12653
+ false == $blog_info->archived &&
12654
+ false == $blog_info->mature &&
12655
+ false == $blog_info->spam &&
12656
+ false == $blog_info->deleted
12657
+ );
12658
+ }
12659
+
12660
+ /**
12661
+ * Get a mapping between the site addresses to their blog IDs.
12662
+ *
12663
+ * @author Vova Feldman (@svovaf)
12664
+ * @since 2.0.0
12665
+ *
12666
+ * @return array {
12667
+ * @key string Site address without protocol with a trailing slash.
12668
+ * @value int Site's blog ID.
12669
+ * }
12670
+ */
12671
+ private function get_address_to_blog_map() {
12672
+ $sites = self::get_sites();
12673
+
12674
+ // Map site addresses to their blog IDs.
12675
+ $address_to_blog_map = array();
12676
+ foreach ( $sites as $site ) {
12677
+ $blog_id = self::get_site_blog_id( $site );
12678
+ $address = trailingslashit( fs_strip_url_protocol( get_site_url( $blog_id ) ) );
12679
+ $address_to_blog_map[ $address ] = $blog_id;
12680
+ }
12681
+
12682
+ return $address_to_blog_map;
12683
+ }
12684
+
12685
+ /**
12686
+ * Get a mapping between the site addresses to their blog IDs.
12687
+ *
12688
+ * @author Vova Feldman (@svovaf)
12689
+ * @since 2.0.0
12690
+ *
12691
+ * @return array {
12692
+ * @key int Site's blog ID.
12693
+ * @value FS_Site Associated install.
12694
+ * }
12695
+ */
12696
+ function get_blog_install_map() {
12697
+ $sites = self::get_sites();
12698
+
12699
+ // Map site blog ID to its install.
12700
+ $install_map = array();
12701
+
12702
+ foreach ( $sites as $site ) {
12703
+ $blog_id = self::get_site_blog_id( $site );
12704
+ $install = $this->get_install_by_blog_id( $blog_id );
12705
+
12706
+ if ( is_object( $install ) ) {
12707
+ $install_map[ $blog_id ] = $install;
12708
+ }
12709
+ }
12710
+
12711
+ return $install_map;
12712
+ }
12713
+
12714
+ /**
12715
+ * Gets a map of module IDs that the given user has opted-in to.
12716
+ *
12717
+ * @author Leo Fajardo (@leorw)
12718
+ * @since 2.1.0
12719
+ *
12720
+ * @param number $fs_user_id
12721
+ *
12722
+ * @return array {
12723
+ * @key number $plugin_id
12724
+ * @value bool Always true.
12725
+ * }
12726
+ */
12727
+ private static function get_user_opted_in_module_ids_map( $fs_user_id ) {
12728
+ self::$_static_logger->entrance();
12729
+
12730
+ if ( ! is_multisite() ) {
12731
+ $installs = array_merge(
12732
+ self::get_all_sites( WP_FS__MODULE_TYPE_PLUGIN ),
12733
+ self::get_all_sites( WP_FS__MODULE_TYPE_THEME )
12734
+ );
12735
+ } else {
12736
+ $sites = self::get_sites();
12737
+
12738
+ $installs = array();
12739
+ foreach ( $sites as $site ) {
12740
+ $blog_id = self::get_site_blog_id( $site );
12741
+
12742
+ $installs = array_merge(
12743
+ $installs,
12744
+ self::get_all_sites( WP_FS__MODULE_TYPE_PLUGIN, $blog_id ),
12745
+ self::get_all_sites( WP_FS__MODULE_TYPE_THEME, $blog_id )
12746
+ );
12747
+ }
12748
+ }
12749
+
12750
+ $module_ids_map = array();
12751
+ foreach ( $installs as $install ) {
12752
+ if ( is_object( $install ) &&
12753
+ FS_Site::is_valid_id( $install->id ) &&
12754
+ FS_User::is_valid_id( $install->user_id ) &&
12755
+ ( $install->user_id == $fs_user_id )
12756
+ ) {
12757
+ $module_ids_map[ $install->plugin_id ] = true;
12758
+ }
12759
+ }
12760
+
12761
+ return $module_ids_map;
12762
+ }
12763
+
12764
+ /**
12765
+ * @author Leo Fajardo (@leorw)
12766
+ *
12767
+ * @return null|array {
12768
+ * 'install' => FS_Site Module's install,
12769
+ * 'blog_id' => string The associated blog ID.
12770
+ * }
12771
+ */
12772
+ private function find_first_install() {
12773
+ $sites = self::get_sites();
12774
+
12775
+ foreach ( $sites as $site ) {
12776
+ $blog_id = self::get_site_blog_id( $site );
12777
+ $install = $this->get_install_by_blog_id( $blog_id );
12778
+
12779
+ if ( is_object( $install ) ) {
12780
+ return array(
12781
+ 'install' => $install,
12782
+ 'blog_id' => $blog_id
12783
+ );
12784
+ }
12785
+ }
12786
+
12787
+ return null;
12788
+ }
12789
+
12790
+ /**
12791
+ * Switches the Freemius site level context to a specified blog.
12792
+ *
12793
+ * @author Vova Feldman (@svovaf)
12794
+ * @since 2.0.0
12795
+ *
12796
+ * @param int $blog_id
12797
+ * @param FS_Site $install
12798
+ */
12799
+ function switch_to_blog( $blog_id, FS_Site $install = null ) {
12800
+ if ( $blog_id == $this->_context_is_network_or_blog_id ) {
12801
+ return;
12802
+ }
12803
+
12804
+ switch_to_blog( $blog_id );
12805
+ $this->_context_is_network_or_blog_id = $blog_id;
12806
+
12807
+ self::$_accounts->set_site_blog_context( $blog_id );
12808
+ $this->_storage->set_site_blog_context( $blog_id );
12809
+ $this->_storage->set_network_active( $this->_is_network_active, $this->is_delegated_connection( $blog_id ) );
12810
+
12811
+ $this->_site = is_object( $install ) ?
12812
+ $install :
12813
+ $this->get_install_by_blog_id( $blog_id );
12814
+
12815
+ $this->_user = false;
12816
+ $this->_licenses = false;
12817
+ $this->_license = null;
12818
+
12819
+ if ( is_object( $this->_site ) ) {
12820
+ // Try to fetch user from install.
12821
+ $this->_user = self::_get_user_by_id( $this->_site->user_id );
12822
+
12823
+ if ( ! is_object( $this->_user ) &&
12824
+ FS_User::is_valid_id( $this->_storage->prev_user_id )
12825
+ ) {
12826
+ // Try to fetch previously saved user.
12827
+ $this->_user = self::_get_user_by_id( $this->_storage->prev_user_id );
12828
+
12829
+ if ( ! is_object( $this->_user ) ) {
12830
+ // Fallback to network's user.
12831
+ $this->_user = $this->get_network_user();
12832
+ }
12833
+ }
12834
+
12835
+ $all_plugin_licenses = self::get_all_licenses( $this->_module_id );
12836
+
12837
+ if ( ! empty( $all_plugin_licenses ) ) {
12838
+ if ( ! FS_Plugin_License::is_valid_id( $this->_site->license_id ) ) {
12839
+ $this->_license = null;
12840
+ } else {
12841
+ $license_found = false;
12842
+ foreach ( $all_plugin_licenses as $license ) {
12843
+ if ( $license->id == $this->_site->license_id ) {
12844
+ // License found.
12845
+ $this->_license = $license;
12846
+ $license_found = true;
12847
+ break;
12848
+ }
12849
+ }
12850
+
12851
+ if ( $license_found ) {
12852
+ $this->link_license_2_user( $this->_license->id, $this->_user->id );
12853
+ }
12854
+ }
12855
+
12856
+ $this->_licenses = $this->get_user_licenses( $this->_user->id );
12857
+ }
12858
+ }
12859
+
12860
+ unset( $this->_site_api );
12861
+ unset( $this->_user_api );
12862
+ }
12863
+
12864
+ /**
12865
+ * Restore the blog context to the blog that originally loaded the module.
12866
+ *
12867
+ * @author Vova Feldman (@svovaf)
12868
+ * @since 2.0.0
12869
+ */
12870
+ function restore_current_blog() {
12871
+ $this->switch_to_blog( $this->_blog_id );
12872
+ }
12873
+
12874
+ /**
12875
+ * @author Vova Feldman (@svovaf)
12876
+ * @since 2.0.0
12877
+ *
12878
+ * @param array|WP_Site $site
12879
+ *
12880
+ * @return int
12881
+ */
12882
+ static function get_site_blog_id( &$site ) {
12883
+ return ( $site instanceof WP_Site ) ?
12884
+ $site->blog_id :
12885
+ ( is_object( $site ) && isset( $site->userblog_id ) ?
12886
+ $site->userblog_id :
12887
+ $site['blog_id'] );
12888
+ }
12889
+
12890
+ /**
12891
+ * @author Leo Fajardo (@leorw)
12892
+ * @since 2.0.0
12893
+ *
12894
+ * @param array|WP_Site|null $site
12895
+ *
12896
+ * @return array
12897
+ */
12898
+ function get_site_info( $site = null ) {
12899
+ $this->_logger->entrance();
12900
+
12901
+ $switched = false;
12902
+
12903
+ if ( is_null( $site ) ) {
12904
+ $url = get_site_url();
12905
+ $name = get_bloginfo( 'name' );
12906
+ $blog_id = null;
12907
+ } else {
12908
+ $blog_id = self::get_site_blog_id( $site );
12909
+
12910
+ if ( get_current_blog_id() != $blog_id ) {
12911
+ switch_to_blog( $blog_id );
12912
+ $switched = true;
12913
+ }
12914
+
12915
+ if ( $site instanceof WP_Site ) {
12916
+ $url = $site->siteurl;
12917
+ $name = $site->blogname;
12918
+ } else {
12919
+ $url = get_site_url( $blog_id );
12920
+ $name = get_bloginfo( 'name' );
12921
+ }
12922
+ }
12923
+
12924
+ $info = array(
12925
+ 'uid' => $this->get_anonymous_id( $blog_id ),
12926
+ 'url' => $url,
12927
+ 'title' => $name,
12928
+ 'language' => get_bloginfo( 'language' ),
12929
+ 'charset' => get_bloginfo( 'charset' ),
12930
+ );
12931
+
12932
+ if ( is_numeric( $blog_id ) ) {
12933
+ $info['blog_id'] = $blog_id;
12934
+ }
12935
+
12936
+ if ( $switched ) {
12937
+ restore_current_blog();
12938
+ }
12939
+
12940
+ return $info;
12941
+ }
12942
+
12943
+ /**
12944
+ * Load the module's install based on the blog ID.
12945
+ *
12946
+ * @author Vova Feldman (@svovaf)
12947
+ * @since 2.0.0
12948
+ *
12949
+ * @param int|null $blog_id
12950
+ *
12951
+ * @return FS_Site
12952
+ */
12953
+ function get_install_by_blog_id( $blog_id = null ) {
12954
+ $installs = self::get_all_sites( $this->_module_type, $blog_id );
12955
+ $install = isset( $installs[ $this->_slug ] ) ? $installs[ $this->_slug ] : null;
12956
+
12957
+ if ( is_object( $install ) &&
12958
+ is_numeric( $install->id ) &&
12959
+ is_numeric( $install->user_id ) &&
12960
+ FS_Plugin_Plan::is_valid_id( $install->plan_id )
12961
+ ) {
12962
+ // Load site.
12963
+ $install = clone $install;
12964
+ }
12965
+
12966
+ return $install;
12967
+ }
12968
+
12969
+ /**
12970
+ * Check if module is installed on a specified site.
12971
+ *
12972
+ * @author Vova Feldman (@svovaf)
12973
+ * @since 2.0.0
12974
+ *
12975
+ * @param int|null $blog_id
12976
+ *
12977
+ * @return bool
12978
+ */
12979
+ function is_installed_on_site( $blog_id = null ) {
12980
+ $installs = self::get_all_sites( $this->_module_type, $blog_id );
12981
+ $install = isset( $installs[ $this->_slug ] ) ? $installs[ $this->_slug ] : null;
12982
+
12983
+ return (
12984
+ is_object( $install ) &&
12985
+ is_numeric( $install->id ) &&
12986
+ is_numeric( $install->user_id ) &&
12987
+ FS_Plugin_Plan::is_valid_id( $install->plan_id )
12988
+ );
12989
+ }
12990
+
12991
+ /**
12992
+ * Check if super-admin connected at least one site via the network opt-in.
12993
+ *
12994
+ * @author Vova Feldman (@svovaf)
12995
+ * @since 2.0.0
12996
+ *
12997
+ * @return bool
12998
+ */
12999
+ function is_network_registered() {
13000
+ if ( ! $this->_is_network_active ) {
13001
+ return false;
13002
+ }
13003
+
13004
+ return FS_User::is_valid_id( $this->_storage->network_user_id );
13005
+ }
13006
+
13007
+ /**
13008
+ * Returns the main user associated with the network.
13009
+ *
13010
+ * @author Vova Feldman (@svovaf)
13011
+ * @since 2.0.0
13012
+ *
13013
+ * @return FS_User
13014
+ */
13015
+ function get_network_user() {
13016
+ if ( ! $this->_is_network_active ) {
13017
+ return null;
13018
+ }
13019
+
13020
+ return FS_User::is_valid_id( $this->_storage->network_user_id ) ?
13021
+ self::_get_user_by_id( $this->_storage->network_user_id ) :
13022
+ null;
13023
+ }
13024
+
13025
+ /**
13026
+ * Returns the current context user or the network's main user.
13027
+ *
13028
+ * @author Vova Feldman (@svovaf)
13029
+ * @since 2.0.0
13030
+ *
13031
+ * @return FS_User
13032
+ */
13033
+ function get_current_or_network_user() {
13034
+ return ( $this->_user instanceof FS_User ) ?
13035
+ $this->_user :
13036
+ $this->get_network_user();
13037
+ }
13038
+
13039
+ /**
13040
+ * Returns the main install associated with the network.
13041
+ *
13042
+ * @author Vova Feldman (@svovaf)
13043
+ * @since 2.0.0
13044
+ *
13045
+ * @return FS_Site
13046
+ */
13047
+ function get_network_install() {
13048
+ if ( ! $this->_is_network_active ) {
13049
+ return null;
13050
+ }
13051
+
13052
+ return FS_Site::is_valid_id( $this->_storage->network_install_blog_id ) ?
13053
+ $this->get_install_by_blog_id( $this->_storage->network_install_blog_id ) :
13054
+ null;
13055
+ }
13056
+
13057
+ /**
13058
+ * Returns the blog ID that is associated with the main install.
13059
+ *
13060
+ * @author Leo Fajardo (@leorw)
13061
+ * @since 2.0.0
13062
+ *
13063
+ * @return int|null
13064
+ */
13065
+ function get_network_install_blog_id() {
13066
+ if ( ! $this->_is_network_active ) {
13067
+ return null;
13068
+ }
13069
+
13070
+ return FS_Site::is_valid_id( $this->_storage->network_install_blog_id ) ?
13071
+ $this->_storage->network_install_blog_id :
13072
+ null;
13073
+ }
13074
+
13075
+ /**
13076
+ * Returns the current context install or the network's main install.
13077
+ *
13078
+ * @author Vova Feldman (@svovaf)
13079
+ * @since 2.0.0
13080
+ *
13081
+ * @return FS_Site
13082
+ */
13083
+ function get_current_or_network_install() {
13084
+ return ( $this->_site instanceof FS_Site ) ?
13085
+ $this->_site :
13086
+ $this->get_network_install();
13087
+ }
13088
+
13089
+ /**
13090
+ * Check if executing a site level action from the network level admin.
13091
+ *
13092
+ * @author Vova Feldman (@svovaf)
13093
+ * @since 2.0.0
13094
+ *
13095
+ * @return false|int If yes, return the requested blog ID.
13096
+ */
13097
+ private function is_network_level_site_specific_action() {
13098
+ if ( ! $this->_is_network_active ) {
13099
+ return false;
13100
+ }
13101
+
13102
+ if ( ! fs_is_network_admin() ) {
13103
+ return false;
13104
+ }
13105
+
13106
+ $blog_id = fs_request_get( 'blog_id', '' );
13107
+
13108
+ return is_numeric( $blog_id ) ? $blog_id : false;
13109
+ }
13110
+
13111
+ /**
13112
+ * Check if executing an action from the network level admin.
13113
+ *
13114
+ * @author Vova Feldman (@svovaf)
13115
+ * @since 2.0.0
13116
+ *
13117
+ * @return bool
13118
+ */
13119
+ private function is_network_level_action() {
13120
+ return ( $this->_is_network_active && fs_is_network_admin() );
13121
+ }
13122
+
13123
+ /**
13124
+ * Needs to be executed after site deactivation, archive, deletion, or flag as spam.
13125
+ * The logic updates the network level user and blog, and reschedule the crons if the cron executing site matching the site that is no longer publicly active.
13126
+ *
13127
+ * @author Vova Feldman (@svovaf)
13128
+ * @since 2.0.0
13129
+ *
13130
+ * @param int $context_blog_id
13131
+ */
13132
+ private function update_multisite_data_after_site_deactivation( $context_blog_id = 0 ) {
13133
+ $this->_logger->entrance();
13134
+
13135
+ if ( $this->_is_network_active ) {
13136
+ if ( $context_blog_id == $this->_storage->network_install_blog_id ) {
13137
+ $installs_map = $this->get_blog_install_map();
13138
+
13139
+ foreach ( $installs_map as $blog_id => $install ) {
13140
+ /**
13141
+ * @var FS_Site $install
13142
+ */
13143
+ if ( $context_blog_id == $blog_id ) {
13144
+ continue;
13145
+ }
13146
+
13147
+ if ( $install->user_id != $this->_storage->network_user_id ) {
13148
+ continue;
13149
+ }
13150
+
13151
+ // Switch reference to a blog that is opted-in and belong to the same super-admin.
13152
+ $this->_storage->network_install_blog_id = $blog_id;
13153
+ break;
13154
+ }
13155
+ }
13156
+ }
13157
+
13158
+ if ( $this->is_sync_cron_scheduled() &&
13159
+ $context_blog_id == $this->get_sync_cron_blog_id()
13160
+ ) {
13161
+ $this->schedule_sync_cron( WP_FS__SCRIPT_START_TIME, true, $context_blog_id );
13162
+ }
13163
+
13164
+ if ( $this->is_install_sync_scheduled() &&
13165
+ $context_blog_id == $this->get_install_sync_cron_blog_id()
13166
+ ) {
13167
+ $this->schedule_install_sync( $context_blog_id );
13168
+ }
13169
+ }
13170
+
13171
+ /**
13172
+ * Executed after site deactivation, archive, or flag as spam.
13173
+ *
13174
+ * @author Vova Feldman (@svovaf)
13175
+ * @since 2.0.0
13176
+ *
13177
+ * @param int $context_blog_id
13178
+ */
13179
+ public function _after_site_deactivated_callback( $context_blog_id = 0 ) {
13180
+ $this->_logger->entrance();
13181
+
13182
+ $install = $this->get_install_by_blog_id( $context_blog_id );
13183
+
13184
+ if ( ! is_object( $install ) ) {
13185
+ // Site not connected.
13186
+ return;
13187
+ }
13188
+
13189
+ $this->update_multisite_data_after_site_deactivation( $context_blog_id );
13190
+
13191
+ $current_blog_id = get_current_blog_id();
13192
+
13193
+ $this->switch_to_blog( $context_blog_id );
13194
+
13195
+ // Send deactivation event.
13196
+ $this->sync_install( array(
13197
+ 'is_active' => false,
13198
+ ) );
13199
+
13200
+ $this->switch_to_blog( $current_blog_id );
13201
+ }
13202
+
13203
+ /**
13204
+ * Executed after site deletion.
13205
+ *
13206
+ * @author Vova Feldman (@svovaf)
13207
+ * @since 2.0.0
13208
+ *
13209
+ * @param int $context_blog_id
13210
+ * @param bool $drop True if site's database tables should be dropped. Default is false.
13211
+ */
13212
+ public function _after_site_deleted_callback( $context_blog_id = 0, $drop = false ) {
13213
+ $this->_logger->entrance();
13214
+
13215
+ $install = $this->get_install_by_blog_id( $context_blog_id );
13216
+
13217
+ if ( ! is_object( $install ) ) {
13218
+ // Site not connected.
13219
+ return;
13220
+ }
13221
+
13222
+ $this->update_multisite_data_after_site_deactivation( $context_blog_id );
13223
+
13224
+ $current_blog_id = get_current_blog_id();
13225
+
13226
+ $this->switch_to_blog( $context_blog_id );
13227
+
13228
+ if ( $drop ) {
13229
+ // Delete install if dropping site DB.
13230
+ $this->delete_account_event();
13231
+ } else {
13232
+ // Send deactivation event.
13233
+ $this->sync_install( array(
13234
+ 'is_active' => false,
13235
+ ) );
13236
+ }
13237
+
13238
+ $this->switch_to_blog( $current_blog_id );
13239
+ }
13240
+
13241
+ /**
13242
+ * Executed after site re-activation.
13243
+ *
13244
+ * @author Vova Feldman (@svovaf)
13245
+ * @since 2.0.0
13246
+ *
13247
+ * @param int $context_blog_id
13248
+ */
13249
+ public function _after_site_reactivated_callback( $context_blog_id = 0 ) {
13250
+ $this->_logger->entrance();
13251
+
13252
+ $install = $this->get_install_by_blog_id( $context_blog_id );
13253
+
13254
+ if ( ! is_object( $install ) ) {
13255
+ // Site not connected.
13256
+ return;
13257
+ }
13258
+
13259
+ if ( ! self::is_site_active( $context_blog_id ) ) {
13260
+ // Site not yet active (can be in spam mode, archived, deleted...).
13261
+ return;
13262
+ }
13263
+
13264
+ $current_blog_id = get_current_blog_id();
13265
+
13266
+ $this->switch_to_blog( $context_blog_id );
13267
+
13268
+ // Send re-activation event.
13269
+ $this->sync_install( array(
13270
+ 'is_active' => true,
13271
+ ) );
13272
+
13273
+ $this->switch_to_blog( $current_blog_id );
13274
+ }
13275
+
13276
+ #endregion Multisite
13277
+
13278
+ /**
13279
+ * @author Leo Fajardo (@leorw)
13280
+ *
13281
+ * @param string $path
13282
+ * @param string $scheme
13283
+ * @param bool $network
13284
+ *
13285
+ * @return string
13286
+ */
13287
+ private function admin_url( $path = '', $scheme = 'admin', $network = true ) {
13288
+ return ( $this->_is_network_active && $network ) ?
13289
+ network_admin_url( $path, $scheme ) :
13290
+ admin_url( $path, $scheme );
13291
+ }
13292
+
13293
+ /**
13294
+ * Check if currently in a specified admin page.
13295
+ *
13296
+ * @author Vova Feldman (@svovaf)
13297
+ * @since 1.2.2.7
13298
+ *
13299
+ * @param string $page
13300
+ *
13301
+ * @return bool
13302
+ */
13303
+ function is_admin_page( $page ) {
13304
+ return ( $this->_menu->get_slug( $page ) === fs_request_get( 'page', '', 'get' ) );
13305
+ }
13306
+
13307
+ /**
13308
+ * Get module's main admin setting page URL.
13309
+ *
13310
+ * @author Vova Feldman (@svovaf)
13311
+ * @since 1.2.2.7
13312
+ *
13313
+ * @return string
13314
+ */
13315
+ function main_menu_url() {
13316
+ return $this->_menu->main_menu_url();
13317
+ }
13318
+
13319
+ /**
13320
+ * Check if currently on the theme's setting page or
13321
+ * on any of the Freemius added pages (via tabs).
13322
+ *
13323
+ * @author Vova Feldman (@svovaf)
13324
+ * @since 1.2.2.7
13325
+ *
13326
+ * @return bool
13327
+ */
13328
+ function is_theme_settings_page() {
13329
+ return fs_starts_with(
13330
+ fs_request_get( 'page', '', 'get' ),
13331
+ $this->_menu->get_slug()
13332
+ );
13333
+ }
13334
+
13335
+ /**
13336
+ * Plugin's account page + sync license URL.
13337
+ *
13338
+ * @author Vova Feldman (@svovaf)
13339
+ * @since 1.1.9.1
13340
+ *
13341
+ * @param bool|number $plugin_id
13342
+ * @param bool $add_action_nonce
13343
+ * @param array $params
13344
+ *
13345
+ * @return string
13346
+ */
13347
+ function _get_sync_license_url( $plugin_id = false, $add_action_nonce = true, $params = array() ) {
13348
+ if ( is_numeric( $plugin_id ) ) {
13349
+ $params['plugin_id'] = $plugin_id;
13350
+ }
13351
+
13352
+ return $this->get_account_url(
13353
+ $this->get_unique_affix() . '_sync_license',
13354
+ $params,
13355
+ $add_action_nonce
13356
+ );
13357
+ }
13358
+
13359
+ /**
13360
+ * Plugin's account URL.
13361
+ *
13362
+ * @author Vova Feldman (@svovaf)
13363
+ * @since 1.0.4
13364
+ *
13365
+ * @param bool|string $action
13366
+ * @param array $params
13367
+ *
13368
+ * @param bool $add_action_nonce
13369
+ *
13370
+ * @return string
13371
+ */
13372
+ function get_account_url( $action = false, $params = array(), $add_action_nonce = true ) {
13373
+ if ( is_string( $action ) ) {
13374
+ $params['fs_action'] = $action;
13375
+ }
13376
+
13377
+ self::require_pluggable_essentials();
13378
+
13379
+ return ( $add_action_nonce && is_string( $action ) ) ?
13380
+ fs_nonce_url( $this->_get_admin_page_url( 'account', $params ), $action ) :
13381
+ $this->_get_admin_page_url( 'account', $params );
13382
+ }
13383
+
13384
+ /**
13385
+ * @author Vova Feldman (@svovaf)
13386
+ * @since 1.2.0
13387
+ *
13388
+ * @param string $tab
13389
+ * @param bool $action
13390
+ * @param array $params
13391
+ * @param bool $add_action_nonce
13392
+ *
13393
+ * @return string
13394
+ *
13395
+ * @uses get_account_url()
13396
+ */
13397
+ function get_account_tab_url( $tab, $action = false, $params = array(), $add_action_nonce = true ) {
13398
+ $params['tab'] = $tab;
13399
+
13400
+ return $this->get_account_url( $action, $params, $add_action_nonce );
13401
+ }
13402
+
13403
+ /**
13404
+ * Plugin's account URL.
13405
+ *
13406
+ * @author Vova Feldman (@svovaf)
13407
+ * @since 1.0.4
13408
+ *
13409
+ * @param bool|string $topic
13410
+ * @param bool|string $message
13411
+ *
13412
+ * @return string
13413
+ */
13414
+ function contact_url( $topic = false, $message = false ) {
13415
+ $params = array();
13416
+ if ( is_string( $topic ) ) {
13417
+ $params['topic'] = $topic;
13418
+ }
13419
+ if ( is_string( $message ) ) {
13420
+ $params['message'] = $message;
13421
+ }
13422
+
13423
+ if ( $this->is_addon() ) {
13424
+ $params['addon_id'] = $this->get_id();
13425
+
13426
+ return $this->get_parent_instance()->_get_admin_page_url( 'contact', $params );
13427
+ } else {
13428
+ return $this->_get_admin_page_url( 'contact', $params );
13429
+ }
13430
+ }
13431
+
13432
+ /**
13433
+ * Add-on direct info URL.
13434
+ *
13435
+ * @author Vova Feldman (@svovaf)
13436
+ * @since 1.1.0
13437
+ *
13438
+ * @param string $slug
13439
+ *
13440
+ * @return string
13441
+ */
13442
+ function addon_url( $slug ) {
13443
+ return $this->_get_admin_page_url( 'addons', array(
13444
+ 'slug' => $slug
13445
+ ) );
13446
+ }
13447
+
13448
+ /* Logger
13449
+ ------------------------------------------------------------------------------------------------------------------*/
13450
+ /**
13451
+ * @param string $id
13452
+ * @param bool $prefix_slug
13453
+ *
13454
+ * @return FS_Logger
13455
+ */
13456
+ function get_logger( $id = '', $prefix_slug = true ) {
13457
+ return FS_Logger::get_logger( ( $prefix_slug ? $this->_slug : '' ) . ( ( ! $prefix_slug || empty( $id ) ) ? '' : '_' ) . $id );
13458
+ }
13459
+
13460
+ /**
13461
+ * Note: This method is used externally so don't delete it.
13462
+ *
13463
+ * @param $id
13464
+ * @param bool $load_options
13465
+ * @param bool $prefix_slug
13466
+ *
13467
+ * @return FS_Option_Manager
13468
+ */
13469
+ function get_options_manager( $id, $load_options = false, $prefix_slug = true ) {
13470
+ return FS_Option_Manager::get_manager( ( $prefix_slug ? $this->_slug : '' ) . ( ( ! $prefix_slug || empty( $id ) ) ? '' : '_' ) . $id, $load_options );
13471
+ }
13472
+
13473
+ /* Security
13474
+ ------------------------------------------------------------------------------------------------------------------*/
13475
+ private static function _encrypt( $str ) {
13476
+ if ( is_null( $str ) ) {
13477
+ return null;
13478
+ }
13479
+
13480
+ /**
13481
+ * The encrypt/decrypt functions are used to protect
13482
+ * the user from messing up with some of the sensitive
13483
+ * data stored for the module as a JSON in the database.
13484
+ *
13485
+ * I used the same suggested hack by the theme review team.
13486
+ * For more details, look at the function `Base64UrlDecode()`
13487
+ * in `./sdk/FreemiusBase.php`.
13488
+ *
13489
+ * @todo Remove this hack once the base64 error is removed from the Theme Check.
13490
+ *
13491
+ * @author Vova Feldman (@svovaf)
13492
+ * @since 1.2.2
13493
+ */
13494
+ $fn = 'base64' . '_encode';
13495
+
13496
+ return $fn( $str );
13497
+ }
13498
+
13499
+ static function _decrypt( $str ) {
13500
+ if ( is_null( $str ) ) {
13501
+ return null;
13502
+ }
13503
+
13504
+ /**
13505
+ * The encrypt/decrypt functions are used to protect
13506
+ * the user from messing up with some of the sensitive
13507
+ * data stored for the module as a JSON in the database.
13508
+ *
13509
+ * I used the same suggested hack by the theme review team.
13510
+ * For more details, look at the function `Base64UrlDecode()`
13511
+ * in `./sdk/FreemiusBase.php`.
13512
+ *
13513
+ * @todo Remove this hack once the base64 error is removed from the Theme Check.
13514
+ *
13515
+ * @author Vova Feldman (@svovaf)
13516
+ * @since 1.2.2
13517
+ */
13518
+ $fn = 'base64' . '_decode';
13519
+
13520
+ return $fn( $str );
13521
+ }
13522
+
13523
+ /**
13524
+ * @author Vova Feldman (@svovaf)
13525
+ * @since 1.0.5
13526
+ *
13527
+ * @param FS_Entity $entity
13528
+ *
13529
+ * @return FS_Entity Return an encrypted clone entity.
13530
+ */
13531
+ private static function _encrypt_entity( FS_Entity $entity ) {
13532
+ $clone = clone $entity;
13533
+ $props = get_object_vars( $entity );
13534
+
13535
+ foreach ( $props as $key => $val ) {
13536
+ $clone->{$key} = self::_encrypt( $val );
13537
+ }
13538
+
13539
+ return $clone;
13540
+ }
13541
+
13542
+ /**
13543
+ * @author Vova Feldman (@svovaf)
13544
+ * @since 1.0.5
13545
+ *
13546
+ * @param FS_Entity $entity
13547
+ *
13548
+ * @return FS_Entity Return an decrypted clone entity.
13549
+ */
13550
+ private static function