HEX
Server: Apache
System: Linux od-271645 5.10.0-34-amd64 #1 SMP Debian 5.10.234-1 (2025-02-24) x86_64
User: uid321773 (321773)
PHP: 7.4.33
Disabled: exec,passthru,pcntl_exec,popen,proc_open,shell_exec,system
Upload Files
File: /home/clients/bbb9429d2c955389fd046bc4d9eecac2/sites/methode.annecyweb.fr/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();