| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/class-install-silent-skin.php.tar |
crosstraining/wp-content/plugins/wpforms-lite/includes/admin/importers/class-install-silent-skin.php0000604 00000003142 15114237101 0033277 0 ustar 00 home/xbodynamge <?php
/**
* WordPress class extended for on-the-fly plugins installations, without error reporting.
*
* @package WPForms
* @author WPForms
* @since 1.4.9
* @license GPL-2.0+
* @copyright Copyright (c) 2018, WPForms LLC
*/
class WPForms_Install_Silent_Skin extends WP_Upgrader_Skin {
/**
* Set the upgrader object and store it as a property in the parent class.
*
* @since 1.4.9
*
* @param object $upgrader The upgrader object (passed by reference).
*/
public function set_upgrader( &$upgrader ) {
if ( is_object( $upgrader ) ) {
$this->upgrader =& $upgrader;
}
}
/**
* Empty out the header of its HTML content and only check to see if it has
* been performed or not.
*
* @since 1.4.9
*/
public function header() {
}
/**
* Empty out the footer of its HTML contents.
*
* @since 1.4.9
*/
public function footer() {
}
/**
* Instead of outputting HTML for errors, just return them.
* Ajax request will just ignore it.
*
* @since 1.4.9
*
* @param array $errors Array of errors with the install process.
*
* @return array
*/
public function error( $errors ) {
return $errors;
}
/**
* Empty out the feedback method to prevent outputting HTML strings as the install
* is progressing.
*
* @since 1.4.9
*
* @param string $string The feedback string.
*/
public function feedback( $string ) {
}
/**
* Empty out JavaScript output that calls function to decrement the update counts.
*
* @since 1.4.9
*
* @param string $type Type of update count to decrement.
*/
public function decrement_update_count( $type ) {
}
}
namtation/wp-content/plugins/wpforms-lite/includes/admin/importers/class-install-silent-skin.php 0000644 00000003142 15114412002 0032403 0 ustar 00 home/xbodynamge <?php
/**
* WordPress class extended for on-the-fly plugins installations, without error reporting.
*
* @package WPForms
* @author WPForms
* @since 1.4.9
* @license GPL-2.0+
* @copyright Copyright (c) 2018, WPForms LLC
*/
class WPForms_Install_Silent_Skin extends WP_Upgrader_Skin {
/**
* Set the upgrader object and store it as a property in the parent class.
*
* @since 1.4.9
*
* @param object $upgrader The upgrader object (passed by reference).
*/
public function set_upgrader( &$upgrader ) {
if ( is_object( $upgrader ) ) {
$this->upgrader =& $upgrader;
}
}
/**
* Empty out the header of its HTML content and only check to see if it has
* been performed or not.
*
* @since 1.4.9
*/
public function header() {
}
/**
* Empty out the footer of its HTML contents.
*
* @since 1.4.9
*/
public function footer() {
}
/**
* Instead of outputting HTML for errors, just return them.
* Ajax request will just ignore it.
*
* @since 1.4.9
*
* @param array $errors Array of errors with the install process.
*
* @return array
*/
public function error( $errors ) {
return $errors;
}
/**
* Empty out the feedback method to prevent outputting HTML strings as the install
* is progressing.
*
* @since 1.4.9
*
* @param string $string The feedback string.
*/
public function feedback( $string ) {
}
/**
* Empty out JavaScript output that calls function to decrement the update counts.
*
* @since 1.4.9
*
* @param string $type Type of update count to decrement.
*/
public function decrement_update_count( $type ) {
}
}
lebauwcentre/wp-content/plugins/wpforms-lite/includes/admin/importers/class-install-silent-skin.php 0000644 00000003142 15114416470 0033106 0 ustar 00 home/xbodynamge <?php
/**
* WordPress class extended for on-the-fly plugins installations, without error reporting.
*
* @package WPForms
* @author WPForms
* @since 1.4.9
* @license GPL-2.0+
* @copyright Copyright (c) 2018, WPForms LLC
*/
class WPForms_Install_Silent_Skin extends WP_Upgrader_Skin {
/**
* Set the upgrader object and store it as a property in the parent class.
*
* @since 1.4.9
*
* @param object $upgrader The upgrader object (passed by reference).
*/
public function set_upgrader( &$upgrader ) {
if ( is_object( $upgrader ) ) {
$this->upgrader =& $upgrader;
}
}
/**
* Empty out the header of its HTML content and only check to see if it has
* been performed or not.
*
* @since 1.4.9
*/
public function header() {
}
/**
* Empty out the footer of its HTML contents.
*
* @since 1.4.9
*/
public function footer() {
}
/**
* Instead of outputting HTML for errors, just return them.
* Ajax request will just ignore it.
*
* @since 1.4.9
*
* @param array $errors Array of errors with the install process.
*
* @return array
*/
public function error( $errors ) {
return $errors;
}
/**
* Empty out the feedback method to prevent outputting HTML strings as the install
* is progressing.
*
* @since 1.4.9
*
* @param string $string The feedback string.
*/
public function feedback( $string ) {
}
/**
* Empty out JavaScript output that calls function to decrement the update counts.
*
* @since 1.4.9
*
* @param string $type Type of update count to decrement.
*/
public function decrement_update_count( $type ) {
}
}
dev/wp-content/plugins/wpforms-lite/includes/admin/importers/class-install-silent-skin.php 0000644 00000003142 15114447413 0031205 0 ustar 00 home/xbodynamge <?php
/**
* WordPress class extended for on-the-fly plugins installations, without error reporting.
*
* @package WPForms
* @author WPForms
* @since 1.4.9
* @license GPL-2.0+
* @copyright Copyright (c) 2018, WPForms LLC
*/
class WPForms_Install_Silent_Skin extends WP_Upgrader_Skin {
/**
* Set the upgrader object and store it as a property in the parent class.
*
* @since 1.4.9
*
* @param object $upgrader The upgrader object (passed by reference).
*/
public function set_upgrader( &$upgrader ) {
if ( is_object( $upgrader ) ) {
$this->upgrader =& $upgrader;
}
}
/**
* Empty out the header of its HTML content and only check to see if it has
* been performed or not.
*
* @since 1.4.9
*/
public function header() {
}
/**
* Empty out the footer of its HTML contents.
*
* @since 1.4.9
*/
public function footer() {
}
/**
* Instead of outputting HTML for errors, just return them.
* Ajax request will just ignore it.
*
* @since 1.4.9
*
* @param array $errors Array of errors with the install process.
*
* @return array
*/
public function error( $errors ) {
return $errors;
}
/**
* Empty out the feedback method to prevent outputting HTML strings as the install
* is progressing.
*
* @since 1.4.9
*
* @param string $string The feedback string.
*/
public function feedback( $string ) {
}
/**
* Empty out JavaScript output that calls function to decrement the update counts.
*
* @since 1.4.9
*
* @param string $type Type of update count to decrement.
*/
public function decrement_update_count( $type ) {
}
}