Skip to content

Commit a621c75

Browse files
committed
[comment] [wp.org] Make the i-frame clarification clearer in affected files.
1 parent 357e278 commit a621c75

File tree

3 files changed

+10
-23
lines changed

3 files changed

+10
-23
lines changed

templates/checkout/frame.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
*/
88

99
/**
10+
* Update (October 9, 2024 by @swashata):
11+
* Following request from the wp.org plugin review team, we have stopped
12+
* embedding the checkout inside an i-frame for wp.org hosted free version
13+
* of plugins and themes. Now they will be redirected instead.
14+
*
1015
* Note for WordPress.org Theme/Plugin reviewer:
1116
* Freemius is an SDK for plugin and theme developers. Since the core
1217
* of the SDK is relevant both for plugins and themes, for obvious reasons,
@@ -18,11 +23,6 @@
1823
* In addition, when this page loads an i-frame. We intentionally named it 'frame'
1924
* so it will pass the "Theme Check" that is looking for the string "i" . "frame".
2025
*
21-
* UPDATE:
22-
* Following request from the wp.org plugin review team, we have stopped
23-
* embedding the checkout inside an i-frame for wp.org hosted free version
24-
* of plugins and themes. Now they will be redirected instead.
25-
*
2626
* If you have any questions or need clarifications, please don't hesitate
2727
* pinging me on slack, my username is @svovaf.
2828
*

templates/contact.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
*/
88

99
/**
10+
* Update (October 9, 2024 by @swashata):
11+
* Following request from the wp.org plugin review team, we have stopped
12+
* embedding the contact form inside an i-frame for wp.org hosted free version
13+
* of plugins. Now they will be opened in a new tab.
14+
*
1015
* Note for WordPress.org Theme/Plugin reviewer:
1116
* Freemius is an SDK for plugin and theme developers. Since the core
1217
* of the SDK is relevant both for plugins and themes, for obvious reasons,
@@ -26,11 +31,6 @@
2631
* before we move forward. For the record, I got the final approval from
2732
* Ulrich Pogson (@grapplerulrich), a team lead at the TRT during WordCamp
2833
* Europe 2017 (June 16th, 2017).
29-
*
30-
* UPDATE:
31-
* Following request from the wp.org plugin review team, we have stopped
32-
* embedding the contact form inside an i-frame for wp.org hosted free version
33-
* of plugins. Now they will be opened in a new tab.
3434
*
3535
* If you have any questions or need clarifications, please don't hesitate
3636
* pinging me on slack, my username is @svovaf.

templates/pricing.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@
66
* @since 1.0.3
77
*/
88

9-
/**
10-
* Note for WordPress.org Theme/Plugin reviewer:
11-
* Freemius is an SDK for plugin and theme developers. This page will not
12-
* load any external resources or make any remote requests. It's will use
13-
* API (through WP-AJAX) and JavaScript (React) to render a pricing page.
14-
*
15-
* If you have any questions or need clarifications, please don't hesitate
16-
* pinging me on slack, my username is @svovaf.
17-
*
18-
* @author Vova Feldman (@svovaf)
19-
* @since 1.2.2
20-
*/
21-
229
if ( ! defined( 'ABSPATH' ) ) {
2310
exit;
2411
}

0 commit comments

Comments
 (0)