' . esc_html__( 'Migration complete. Please refresh the page to see all log entries.', 'better-wp-security' ) . '
' . esc_html( $entry['remote_ip'] ) . '
' . $url . '
' . preg_replace( '/^ /m', '', substr( ITSEC_Lib::get_print_r( $entry ), 23 ) ) . '
' . $this->translations['show_raw_details'] . '
add_submit( 'apply', __( 'Apply', 'better-wp-security' ) ); ?>
add_submit( 'mark_all_seen', array( 'class' => 'button-secondary', 'value' => esc_html__( 'Hide Current Entries', 'better-wp-security' ), 'title' => esc_html__( 'Hide existing entries from view without deleting them.', 'better-wp-security' ) ) ); ?> add_submit( 'mark_all_unseen', array( 'class' => 'button-secondary', 'value' => esc_html__( 'Show All Entries', 'better-wp-security' ), 'title' => esc_html__( 'Show all entries, including ones that were previously hidden.', 'better-wp-security' ) ) ); ?> add_hidden( 'current_time_gmt', ITSEC_Core::get_current_time_gmt() ); ?>
%s', 'better-wp-security' ), array( 'code' => array() ) ), ITSEC_Log::get_log_file_path() ); ?>