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 48fdea6 commit f7d92f8Copy full SHA for f7d92f8
wordpress-development-toolkit.php
@@ -20,7 +20,8 @@
20
* Text Domain: wordpress-development-toolkit
21
* License: GNU GPL v2.0+
22
*/
23
-if ( ! function_exists( 'add_filter' ) ) { // prevent snooping file source, check wp loaded
+
24
+if ( ! function_exists( 'add_filter' ) ) { // Prevent snooping file source, check wp loaded.
25
header( 'Status: 403 Forbidden' );
26
header( 'HTTP/1.1 403 Forbidden' );
27
exit();
@@ -47,4 +48,3 @@
47
48
* Start WordPress Development Toolkit Main Plugin Class
49
50
PHX_WP_DEVKIT\V_3_0\Plugin::run( __FILE__ );
-// Please don't edit below this line.
0 commit comments