Sindbad~EG File Manager

Current Path : /home/j/u/l/julesbu/www/wp-content/plugins/kk-star-ratings/lib/Installer/
Upload File :
Current File : /home/j/u/l/julesbu/www/wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_Install_Skin.php

<?php

require_once __DIR__ . '/KKStar_PluginSilentUpgraderSkin.php';

/**
 * Skin for on-the-fly addon installations.
 *
 * Extend PluginSilentUpgraderSkin and clean up the class.
 */
class KKStar_Install_Skin extends KKStar_PluginSilentUpgraderSkin {

	/**
	 * Instead of outputting HTML for errors, json_encode the errors and send them
	 * back to the Ajax script for processing.
	 *
	 * @since 1.0.0
	 *
	 * @param array $errors Array of errors with the install process.
	 */
	public function error( $errors ) {

		if ( ! empty( $errors ) ) {
			wp_send_json_error( $errors );
		}
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists