Browse
For agents
About
MyBookTable Bookstore by Stormhill Media
/
trunk
MyBookTable Bookstore by Stormhill Media
vtrunk
Switch version
3.6.5
trunk
Overview
Code
mybooktable
/
templates
/
excerpt-book.php
excerpt-book.php
in MyBookTable Bookstore by Stormhill Media trunk, at templates/excerpt-book.php
6 lines
182 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
'
)
)
exit
;
//
Exit if accessed directly
3
4
mbt_start_template_context
(
'
excerpt
'
)
;
5
do_action
(
'
mbt_book_excerpt_content
'
)
;
6
mbt_end_template_context
(
)
;