| @@ -58,13 +58,12 @@ | ||
| 58 | 58 | echo'<div id="formlayer-tab-support" class="formlayer-tab-content" style="display:none;">'; |
| 59 | 59 | \FormLayer\Settings\UI::support_tab(); |
| 60 | 60 | echo'</div>'; |
| 61 | 61 | |
| 62 | - echo'<div id="formlayer-tab-tools" class="formlayer-tab-content" style="display:none;">'; | |
| 63 | - do_action('formlayer_render_tools_tab'); | |
| 64 | - echo'</div>'; | |
| 65 | - | |
| 66 | 62 | if(defined('FORMLAYER_PRO_VERSION')){ |
| 63 | + echo'<div id="formlayer-tab-tools" class="formlayer-tab-content" style="display:none;">'; | |
| 64 | + do_action('formlayer_render_tools_tab'); | |
| 65 | + echo'</div>'; | |
| 67 | 66 | echo '<div id="formlayer-tab-license" class="formlayer-tab-content" style="display:none;">'; |
| 68 | 67 | do_action('formlayer_render_license_page'); |
| 69 | 68 | echo '</div>'; |
| 70 | 69 | } |