Server : Apache System : Linux plesk.popquestion.pt 5.4.0-62-generic #70-Ubuntu SMP Tue Jan 12 12:45:47 UTC 2021 x86_64 User : marlanguiri.pt_33ez9hs6gzj ( 10020) PHP Version : 7.4.33 Disable Function : opcache_get_status Directory : /var/www/vhosts/marlanguiri.pt/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();