PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.2.1
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.2.1
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/controllers/FrmSettingsController.php +1 -8 6.46.2.1 View file →
@@ -11,17 +11,10 @@
11 11
12 12 add_submenu_page( 'formidable', 'Formidable | ' . __( 'Global Settings', 'formidable' ), __( 'Global Settings', 'formidable' ), 'frm_change_settings', 'formidable-settings', 'FrmSettingsController::route' );
13 13 }
14 14
15 - /**
16 - * Include license box template on demand.
17 - *
18 - * @return void
19 - */
20 15 public static function license_box() {
21 - if ( ! current_user_can( 'activate_plugins' ) ) {
22 - return;
23 - }
16 + $a = FrmAppHelper::simple_get( 't', 'sanitize_title', 'general_settings' );
24 17 include( FrmAppHelper::plugin_path() . '/classes/views/frm-settings/license_box.php' );
25 18 }
26 19
27 20 public static function display_form( $errors = array(), $message = '' ) {