Short ASBPATH check
This commit is contained in:
parent
b8700c51e2
commit
73b1c9c603
|
@ -6,9 +6,7 @@
|
|||
* @version 3.0.0
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
/**
|
||||
* CLI class.
|
||||
|
|
Loading…
Reference in New Issue