diff --git a/.wp-env.json b/.wp-env.json new file mode 100644 index 0000000..4b4dbec --- /dev/null +++ b/.wp-env.json @@ -0,0 +1,7 @@ +{ + "core": null, + "plugins": [ + ".", + "https://downloads.wordpress.org/plugin/query-monitor.zip" + ] +} diff --git a/admin/dashboard/adminer.php b/admin/dashboard/adminer.php index 815969e..b17bf9a 100644 --- a/admin/dashboard/adminer.php +++ b/admin/dashboard/adminer.php @@ -2,7 +2,7 @@ $pronamic_client = \Pronamic\WordPress\PronamicClient\Plugin::get_instance(); -$adminer_url = plugins_url( 'adminer/index.php', $pronamic_client->file ); +$adminer_url = plugins_url( 'adminer/', $pronamic_client->file ); ?>