HEX
Server: Apache
System: Linux ctr1189531.novalocal 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64
User: sysuser_f3 (10000)
PHP: 7.3.29
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/vietnguyenvn.vinawebs.com.vn/furnilab.vn/httpdocs/wp-admin/options-head.php
<?php
/**
 * WordPress Options Header.
 *
 * Displays updated message, if updated variable is part of the URL query.
 *
 * @package WordPress
 * @subpackage Administration
 */

wp_reset_vars( array( 'action' ) );

if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) {
	// For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect.
	add_settings_error( 'general', 'settings_updated', __( 'Settings saved.' ), 'success' );
}

settings_errors();