Short ASBPATH check

This commit is contained in:
Claudio Sanches 2018-03-19 19:28:37 -03:00
parent b8700c51e2
commit 73b1c9c603
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@
* @version 3.0.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
defined( 'ABSPATH' ) || exit;
/**
* CLI class.