Browse
For agents
About
Recipe Cards For Your Food Blog from Zip Recipes
/
trunk
Recipe Cards For Your Food Blog from Zip Recipes
vtrunk
Switch version
trunk
8.0.8
8.0.9
8.1.0
8.1.1
8.2.8
Overview
Code
zip-recipes
/
plugin.php
plugin.php
in Recipe Cards For Your Food Blog from Zip Recipes trunk, at plugin.php
12 lines
168 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
//
Exit if accessed directly.
4
if
(
!
defined
(
'
ABSPATH
'
)
)
{
5
exit
;
6
}
7
8
/**
9
* Block Initializer.
10
*/
11
require_once
plugin_dir_path
(
__FILE__
)
.
'
src/init.php
'
;
12