/** * WordPress PHP file header. * * @see https://wpcodebook.com/wordpress-php-file-header/ */ defined( 'ABSPATH' ) || exit;
* ABSPATH
is an absolute path to the WordPress directory.
/** * WordPress PHP file header. * * @see https://wpcodebook.com/wordpress-php-file-header/ */ defined( 'ABSPATH' ) || exit;
* ABSPATH
is an absolute path to the WordPress directory.