We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb98461 commit 1871f45Copy full SHA for 1871f45
1 file changed
packages/cgb-scripts/template/plugin.php
@@ -20,4 +20,4 @@
20
/**
21
* Block Initializer.
22
*/
23
-require_once( plugin_dir_path( __FILE__ ) . 'src/init.php' );
+require_once plugin_dir_path( __FILE__ ) . 'src/init.php';
0 commit comments