mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
parent
a289b607a3
commit
cf9fdceac3
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// If this file is called directly, abort.
|
// If this file is called directly, abort.
|
||||||
if ( ! defined( 'ABSPATH' ) ) {
|
if ( ! defined( 'WPINC' ) ) {
|
||||||
exit;
|
die;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: replace `class-plugin-boilerplate.php` with the name of the actual plugin's class file
|
// TODO: replace `class-plugin-boilerplate.php` with the name of the actual plugin's class file
|
||||||
|
|
Loading…
Reference in a new issue