# chatbot/8.3.4/templates/app-templates/app.php

WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services, version 8.3.4. 5 lines.

- Page: https://pluginprobe.com/plugins/chatbot/8.3.4/code/templates/app-templates/app.php
- Raw: https://pluginprobe.com/plugins/chatbot/8.3.4/raw/templates/app-templates/app.php
- Modified: 2026-05-19T11:03:46+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/chatbot/8.3.4/code/templates/app-templates/app.php#L10-L20`.

```php
<?php
if (!defined('ABSPATH')) exit; // Exit if accessed directly
get_header();
echo do_shortcode('[wpwbot_app]');
get_footer();
```
