PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
views
/
restore
/
steps
<?php use Inpsyde\Restore\Log\Log; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Restore step action view. * * @var \stdClass $bind */ if ( $bind->errors ) { /** * Restore error entry. * * @var Log $log_error */ foreach ( $bind->errors as $log_error ) { $message = $log_error->message(); $sub_message = substr( $log_error->message(), 0, 32 ); $message = count( $message ) > $sub_message ? $message . '…' : $message; ?> <div class="notice notice-error below-h2"> <p> <?php echo esc_html( $message ); ?> </p> </div> <?php } }
[-] step4_action.php
[edit]
[-] step1_action.php
[edit]
[-] step6_top.php
[edit]
[-] step5_top.php
[edit]
[-] step5_action.php
[edit]
[-] step1_top.php
[edit]
[-] step2_action.php
[edit]
[-] step4_top.php
[edit]
[+]
..
[-] step3_action.php
[edit]
[-] step3_top.php
[edit]
[-] step2_top.php
[edit]
[-] step6_action.php
[edit]