# mybooktable/trunk/templates/archive-book.php

MyBookTable Bookstore by Stormhill Media, version trunk. 11 lines.

- Page: https://pluginprobe.com/plugins/mybooktable/trunk/code/templates/archive-book.php
- Raw: https://pluginprobe.com/plugins/mybooktable/trunk/raw/templates/archive-book.php
- Modified: 2026-01-22T23:26:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/mybooktable/trunk/code/templates/archive-book.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

mbt_start_template_context('archive');
do_action('mbt_content_wrapper_start');
?> <div id="mbt-container"> <?php
do_action('mbt_book_archive_content');
?> </div> <?php
do_action('mbt_content_wrapper_end');
mbt_end_template_context();

```
