| Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Forms/ |
| Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Forms/TaxonomyPostMeta.php |
<?php
namespace RealPress\Helpers\Forms;
/**
* Class TaxonomyPostMeta
* @package RealPress\Helpers\AbstractForm
*/
class TaxonomyPostMeta extends AbstractForm {
public $path_view = 'forms/taxonomy-metabox';
public function __construct() {
}
}