mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
commit
f9ce10b207
6 changed files with 6 additions and 0 deletions
1
plugin-name/assets/index.php
Normal file
1
plugin-name/assets/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden ?>
|
1
plugin-name/css/index.php
Normal file
1
plugin-name/css/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden ?>
|
1
plugin-name/index.php
Normal file
1
plugin-name/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden ?>
|
1
plugin-name/js/index.php
Normal file
1
plugin-name/js/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden ?>
|
1
plugin-name/lang/index.php
Normal file
1
plugin-name/lang/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden ?>
|
1
plugin-name/views/index.php
Normal file
1
plugin-name/views/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden ?>
|
Loading…
Reference in a new issue