Commit realizado el 12:13:52 08-04-2024
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
namespace DeployerForGit;
|
||||
|
||||
require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader-skin.php';
|
||||
|
||||
/**
|
||||
* Class WPUpgraderSkin
|
||||
*
|
||||
* @package DeployerForGit
|
||||
*/
|
||||
class WPUpgraderSkin extends \WP_Upgrader_Skin {
|
||||
|
||||
/**
|
||||
* Override feedback method with empty function.
|
||||
*
|
||||
* @param string $feedback Message data.
|
||||
* @param mixed ...$args Optional text replacements.
|
||||
*/
|
||||
public function feedback( $feedback, ...$args ) {}
|
||||
}
|
Reference in New Issue
Block a user