core_admin_bar ()
Core admin bar include.
Source file: app/functions/hook-function.php
Used by
Uses
- app/functions/dependency.php: __return_false()
Source
function core_admin_bar() { $app = \Liten\Liten::getInstance(); $filename = APP_PATH . 'views/dashboard/core-admin-bar.php'; if (!is_readable($filename)) { __return_false(); } if (!$app->hook->has_filter('core_admin_bar')) { include ($filename); } return $app->hook->apply_filter('core_admin_bar', $filename); }
Expand full source code Collapse full source code View on Github
Changelog
- Since: eduTrac SIS 6.2.0