Server IP : 172.24.0.40 / Your IP : 216.73.216.10 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/tomas/public_html/wp-content/plugins/ninja-forms/includes/Config/ |
Upload File : |
<?php if ( ! defined( 'ABSPATH' ) ) exit; return apply_filters( 'ninja_forms_plugin_settings_groups', array( 'general' => array( 'id' => 'general', 'label' => esc_html__( 'General Settings', 'ninja-forms' ), ), 'recaptcha' => array( 'id' => 'recaptcha', 'label' => esc_html__( 'reCaptcha Settings', 'ninja-forms' ) . ' <a href="https://ninjaforms.com/docs/google-recaptcha/?utm_source=Ninja+Forms+Plugin&utm_medium=Settings&utm_campaign=Documentation&utm_content=reCAPTCHA+Documentation" target="_blank"><img src="' . Ninja_Forms::$url . 'assets/img/help_icon.png" alt="Documentation Link" width="25" height="25"></a>', ), 'advanced' => array( 'id' => 'advanced', 'label' => esc_html__( 'Advanced Settings', 'ninja-forms' ), ), 'saved_fields' => array( 'id' => 'saved_fields', 'label' => esc_html__( 'Favorite Fields', 'ninja-forms' ), ), ));