1
2
3
4
5
6
7
8
9
10
11
12
13
| <?php
| namespace JVBase\managers\SEO\render\Thing\Intangible;
|
| use JVBase\managers\SEO\render\Thing\Thing;
|
| if (!defined('ABSPATH')) {
| exit;
| }
|
| class VirtualLocation extends Thing
| {
| //No additional properties. Recommended:
| }
|
|