# propertyhive/2.2.3/includes/ph-term-functions.php

Property Hive, version 2.2.3. 14 lines.

- Page: https://pluginprobe.com/plugins/propertyhive/2.2.3/code/includes/ph-term-functions.php
- Raw: https://pluginprobe.com/plugins/propertyhive/2.2.3/raw/includes/ph-term-functions.php
- Modified: 2015-11-30T09:44:04+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/propertyhive/2.2.3/code/includes/ph-term-functions.php#L10-L20`.

```php
<?php
/**
 * PropertyHive Terms
 *
 * Functions for handling terms/term meta.
 *
 * @author      PropertyHive
 * @category    Core
 * @package     PropertyHive/Functions
 * @version     1.0.0
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

```
