public function dashboard_notice() { $path = wp_normalize_path(Upfront::get_root_dir() . '/library/external/dashboard-notice/wpmudev-dash-notification.php'); if (!file_exists($path)) { return false; } require_once $path; }
function upfront_element_dir($relpath, $filepath) { $relpath = upfront_element_relative_path($relpath, $filepath); return trailingslashit(Upfront::get_root_dir()) . $relpath; }
protected function get_style_template_path() { return realpath(Upfront::get_root_dir() . '/elements/upfront-tabs/tpl/preset-style.html'); }
public function load_upfront_data() { include Upfront::get_root_dir() . '/scripts/upfront/upfront-data.php'; }