mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53: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 ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
if ( ! defined( 'WPINC' ) ) {
|
||||
die;
|
||||
}
|
||||
|
||||
// TODO: replace `class-plugin-boilerplate.php` with the name of the actual plugin's class file
|
||||
|
|
Loading…
Reference in a new issue