Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/outlet/wp-content/themes/Divi/core/components/lib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/outlet/wp-content/themes/Divi/core/components/lib/SilentThemeUpgraderSkin.php
<?php
require_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );

if ( ! class_exists( 'ET_Core_LIB_SilentThemeUpgraderSkin' ) ):
	/**
	 * Theme Upgrader skin which does not output feedback.
	 *
	 * @since 3.10
	 *
	 * @private
	 */
	class ET_Core_LIB_SilentThemeUpgraderSkin extends WP_Upgrader_Skin {
		/**
		 * Override feedback method.
		 *
		 * @since 3.10
		 *
		 * @private
		 *
		 * @param string $string Feedback string.
		 * @param mixed  ...$args Optional text replacements.
		 */
		public function feedback( $string, ...$args ) {
			return; // Suppress all feedback.
		}
	}
endif;

Hry