REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 2.08 KB
Close
/proc/thread-self/root/var/softaculous/sitepad/editor/site-data/plugins/documentor/includes/class-walker-docs.php
Text
Base64
<?php /** * Custom page walker for docs. * * @package documentor */ /** * Documentor Docs Walker */ class Documentor_Walker_Docs extends Walker_Page { /** * Parent doc. * * @var mixed */ public static $parent_item = false; /** * Parent doc class. * * @var string */ public static $parent_item_class = ''; /** * Start level. * * @param string $output - output. * @param integer $depth - depth. * @param array $args - arguments. */ public function start_lvl( &$output, $depth = 0, $args = array() ) { $indent = str_repeat( "\t", $depth ); $output .= "\n$indent<ul class='children'>\n"; if ( $args['has_children'] && 0 === $depth ) { $classes = array( 'page_item', 'page-item-' . self::$parent_item->ID ); if ( self::$parent_item_class ) { $classes[] = self::$parent_item_class; } } } /** * Start element. * * @param string $output - output. * @param int $page - page id. * @param integer $depth - depth. * @param array $args - arguments. * @param integer $current_page - current page id. */ public function start_el( &$output, $page, $depth = 0, $args = array(), $current_page = 0 ) { if ( 0 === $depth ) { self::$parent_item = $page; } if ( $page->ID === $current_page ) { self::$parent_item_class = 'current_page_item'; } else { self::$parent_item_class = ''; } // add the number of childrens. $show_number_childrens = isset( $args['pages_with_children'][ $page->ID ] ) && documentor()->get_option( 'sidebar_show_nav_number_of_childs', 'documentor_single', true ); if ( $show_number_childrens ) { $childs = get_pages( array( 'child_of' => $page->ID, 'post_type' => $page->post_type, ) ); $count = count( $childs ); $args['link_after'] = ( isset( $args['link_after'] ) ? $args['link_after'] : '' ) . ' <sup>[' . $count . ']</sup>'; } $args['link_before'] = ( isset( $args['link_before'] ) ? $args['link_before'] : '' ) . ( !empty( $args['icon'] ) ? ' <i class="'.$args['icon'].'"></i>' : '' ); parent::start_el( $output, $page, $depth, $args, $current_page ); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
admin
DIR
-
drwxr-xr-x
2026-02-20 22:02:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-ajax.php
15.47 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-export.php
22.43 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-settings-api.php
25.70 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-suggestion.php
4.27 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-template-loader.php
7.45 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-walker-docs.php
2.08 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
shortcodes.php
100.51 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
shortcode_functions.php
7.57 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
template.php
10.22 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).