| Server IP : 219.84.203.146 / Your IP : 216.73.217.143 Web Server : Apache System : Linux so203-146.asiawhere.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : apgworld ( 10000) PHP Version : 8.3.30 Disable Function : exec,passthru,proc_open,shell_exec,system,popen,dl,putenv,pcntl_exec MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/apgworld.com/httpdocs/wp-admin/ |
Upload File : |
<?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();