PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
/
wp-csv
<?php if ( !class_exists( 'CPK_WPCSV_Html_Components' ) ) { class CPK_WPCSV_Html_Components { public function __construct( ) { } public function post_type_and_status_filters( $config ) { $fieldsets = Array( ); if ( is_array( $config ) && !empty( $config ) ) { foreach( $config as $type => $statuses ) { $legend = ucfirst( $type ); $html = "<fieldset><legend><input class='wpcsv-type' type='checkbox' /> {$legend}</legend>"; if ( is_array( $statuses ) && !empty( $statuses ) ) { $count = 1; foreach( $statuses as $status => $enabled ) { $label = ucfirst( $status ); $checked = ( $enabled ) ? ' checked' : ''; $html .= "<div class='status'><input class='wpcsv-status' type='checkbox' name='type_status_exclude[{$type}][{$status}]'{$checked} /> <strong>{$label}</strong></div>"; } # End foreach } # End if $html .= "</fieldset>"; $fieldsets[] = $html; } # End foreach } # End if return implode( "\n", $fieldsets ); } } # End class CPK_WPCSV_Html_Components } # End if
[+]
..
[+]
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]