PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
blog
<?php include_once WEBON_CORE_INC_PATH . '/blog/helper.php'; foreach ( glob( WEBON_CORE_INC_PATH . '/blog/dashboard/admin/*.php' ) as $module ) { include_once $module; } foreach ( glob( WEBON_CORE_INC_PATH . '/blog/dashboard/meta-box/*.php' ) as $module ) { include_once $module; } foreach ( glob( WEBON_CORE_INC_PATH . '/blog/dashboard/meta-box/post-format/*.php' ) as $module ) { include_once $module; } foreach ( glob( WEBON_CORE_INC_PATH . '/blog/templates/single/*/include.php' ) as $module ) { include_once $module; }
[+]
..
[+]
templates
[+]
shortcodes
[-] include.php
[edit]
[-] helper.php
[edit]
[+]
dashboard