We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3547a49 commit b1b5331Copy full SHA for b1b5331
.distignore
@@ -5,6 +5,7 @@
5
.phpcs.xml.dist
6
.phpstan.neon.dist
7
.scrutinizer.yml
8
+.wp-env.json
9
/.git
10
/.github
11
/.idea
includes/MslsPlugin.php
@@ -2,6 +2,10 @@
2
3
namespace lloc\Msls;
4
+if ( ! defined( 'ABSPATH' ) ) {
+ exit;
+}
+
use lloc\Msls\Query\BlogsInNetworkQuery;
use lloc\Msls\Query\CleanupOptionsQuery;
0 commit comments