Browse
For agents
About
Cooked – Recipe Management
/
1.16.1
Cooked – Recipe Management
v1.16.1
Switch version
1.16.1
1.16.0
1.15.0
trunk
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.12.0
1.13.0
1.14.0
1.7.10
1.7.11
1.7.12
1.7.13
1.7.15.1
1.7.15.3
1.7.15.4
1.8.0
1.8.1
1.8.2
1.8.3
1.8.4
All 37 releases
Overview
Code
cooked
/
includes
/
widgets
/
init.php
init.php
in Cooked – Recipe Management 1.16.1, at includes/widgets/init.php
19 lines
279 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
if
(
!
defined
(
'
ABSPATH
'
)
)
{
3
exit
;
4
}
5
6
/**
7
* Widgets Init
8
*
9
*
@package
Cooked
10
*
@subpackage
Widgets
11
*
@since
1.2.0
12
*/
13
14
include
'
nutrition.php
'
;
15
include
'
search.php
'
;
16
include
'
recipe-list.php
'
;
17
include
'
recipe-categories.php
'
;
18
include
'
recipe-card.php
'
;
19