File tree Expand file tree Collapse file tree 3 files changed +10
-23
lines changed Expand file tree Collapse file tree 3 files changed +10
-23
lines changed Original file line number Diff line number Diff line change 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,
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 *
Original file line number Diff line number Diff line change 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,
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.
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments