PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 2.7.3
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v2.7.3
5.0.1 4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 All 39 releases
← All changes | freemius/templates/forms/affiliation.php +6 -0 2.6.1 → 2.7.3 View file →
@@ -86,8 +86,10 @@
86 86 $apply_to_become_affiliate_text = fs_text_inline( 'Apply to become an affiliate', 'apply-to-become-an-affiliate', $slug );
87 87
88 88 $module_id = $fs->get_id();
89 89 $affiliate_program_terms_url = "https://freemius.com/plugin/{$module_id}/{$slug}/legal/affiliate-program/";
90 +
91 + $has_tabs = $fs->_add_tabs_before_content();
90 92 ?>
91 93 <div id="fs_affiliation_content_wrapper" class="wrap">
92 94 <form method="post" action="">
93 95 <div id="poststuff">
@@ -499,8 +501,12 @@
499 501 });
500 502 </script>
501 503 </div>
502 504 <?php
505 + if ( $has_tabs ) {
506 + $fs->_add_tabs_after_content();
507 + }
508 +
503 509 $params = array(
504 510 'page' => 'affiliation',
505 511 'module_id' => $module_id,
506 512 'module_slug' => $slug,