[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: options.php
<?php /******************************************************************************* * Copyright (c) 2019, Code Atlantic LLC ******************************************************************************/ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * Get all forum options. * * @return mixed */ function pum_get_options() { return PUM_Utils_Options::get_all(); } /** * Get a forum option. * * @param string $key * @param mixed $default * * @return mixed */ function pum_get_option( $key, $default = false ) { return PUM_Utils_Options::get( $key, $default ); } /** * Update a forum option. * * @param string $key * @param bool $value * * @return bool */ function pum_update_option( $key = '', $value = false ) { return PUM_Utils_Options::update( $key, $value ); } /** * Merge array of new option values into the existing options array. * * @param array $new_options * * @return bool */ function pum_merge_options( $new_options = [] ) { return PUM_Utils_Options::merge( $new_options ); } /** * Delete a forum option * * @param string $key * * @return bool */ function pum_delete_option( $key = '' ) { return PUM_Utils_Options::delete( $key ); } /** * Delete a forum option * * @param array $keys * * @return bool */ function pum_delete_options( $keys = [] ) { return PUM_Utils_Options::delete( $keys ); } /** * Remap old option keys. * * @param array $remap_array * * @return bool */ function pum_remap_options( $remap_array = [] ) { return PUM_Utils_Options::remap_keys( $remap_array ); }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server.dijitaldukkanim.com.tr
Server IP: 104.247.168.220
PHP Version: 8.1.33
Server Software: Apache
System: Linux server.dijitaldukkanim.com.tr 4.18.0-553.105.1.el8_10.x86_64 #1 SMP Tue Feb 17 05:17:39 EST 2026 x86_64
HDD Total: 492.3 GB
HDD Free: 180.57 GB
Domains on IP: N/A (Requires external lookup)
System Features