PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
/
wp-csv
<h2><?php _e( 'Import Results', 'wyzi-business-finder' ); ?></h2> <?php if ( is_array( $info_messages ) && !empty( $info_messages ) ) { $message_heading = __( 'Details', 'wyzi-business-finder' ); $info_html = "<table class='widefat'><thead><tr><th>{$message_heading}</th></tr></thead><tbody>"; foreach( $info_messages as $message ) { $info_html .= "<tr><td>{$message->msg}</td></tr>"; } # End foreach $info_html .= "</tbody></table>"; } if ( is_array( $error_messages ) && !empty( $error_messages ) ) { $message_heading = __( 'Errors', 'wyzi-business-finder' ); $error_html = "<table class='widefat'><thead><tr><th>{$message_heading}</th></tr></thead><tbody>"; foreach( $error_messages as $message ) { if ( empty( $message->data ) ) { $error_html .= "<tr><td>{$message->msg}</td></tr>"; } else { $error_html .= "<tr><td>{$message->data}</td></tr>"; } } # End foreach $error_html .= "</tbody></table>"; } if ( is_array( $warning_messages ) && !empty( $warning_messages ) ) { $message_heading = __( 'Warnings', 'wyzi-business-finder' ); $warning_html = "<table class='widefat'><thead><tr><th>{$message_heading}</th></tr></thead><tbody>"; foreach( $warning_messages as $message ) { if ( empty( $message->data ) ) { $warning_html .= "<tr><td>{$message->msg}</td></tr>"; } else { $warning_html .= "<tr><td>{$message->data}</td></tr>"; } } # End foreach $warning_html .= "</tbody></table>"; } echo $info_html . '<br />'; if ( !empty( $error_html ) ) echo $error_html . '<br />'; if ( !empty( $warning_html ) ) echo $warning_html . '<br />'; if ( empty( $error_html ) && empty( $warning_html ) ) { $success_message = __( 'Imported successfully, with no errors or warnings.', 'wyzi-business-finder' ); echo "<p><strong>{$success_message}</strong></p>"; } ?> </tbody> </table>
[+]
..
[+]
css
[-] export_view.php
[edit]
[-] CPK_WPCSV_Log_Model.php
[edit]
[-] shortcode_view.php
[edit]
[-] CPK_WPCSV_Export_Queue_Model.php
[edit]
[-] readme.txt
[edit]
[-] report_view.php
[edit]
[-] import_view.php
[edit]
[-] CPK_WPCSV_File_Utility.php
[edit]
[-] sidebar.php
[edit]
[-] CPK_WPCSV_View.php
[edit]
[+]
lang
[-] gpl-2.0.txt
[edit]
[-] CPK_WPCSV_Engine.php
[edit]
[-] CPK_WPCSV_Debug_Log.php
[edit]
[-] CPK_WPCSV_CSV.php
[edit]
[-] layout.php
[edit]
[-] wp-csv.php
[edit]
[+]
js
[-] CPK_WPCSV_Posts_Model.php
[edit]
[-] settings_view.php
[edit]
[-] CPK_WPCSV_Html_Components.php
[edit]