Jake Vanderwerf
10 days ago de317675a8069b747cb253ba3e2b5dc394ca36ef
1
2
3
4
5
6
7
8
9
<?php
namespace JVBase\managers\SEO\render\Thing\Organization;
 
if (!defined('ABSPATH')) {
    exit;
}
 
class OnlineBusiness extends Organization {
}