File ManagerCurrent Directory: wp-content/plugins/profile-builder/admin/advanced-settings/includesLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: functions.php <?php if ( ! defined( 'ABSPATH' ) ) exit; /** * @param string $context Name of the folder where the code file is placed (tab slug). * @param string $setting Name of the file where the code is placed. * @return string|false Returns false if settings are empty (shouldn't reach this point in that case anyway), else returns the setting. */ function wppb_toolbox_get_settings( $context, $setting ) { $option = 'wppb_toolbox_' . $context . '_settings'; $settings = get_option( $option ); if ( $settings == false ) return false; if ( isset( $settings[ $setting ] ) ) return $settings[ $setting ]; return false; } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DiradminDirectory Rename | DeletefieldsDirectory Rename | DeleteformsDirectory Rename | Deletefunctions.phpFile677.00 B Rename | Delete | EditshortcodesDirectory Rename | DeleteuserlistingDirectory Rename | DeleteviewsDirectory Rename | Delete