PHPackages                             voceconnect/voce-post-meta-psu - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. voceconnect/voce-post-meta-psu

ActiveLibrary[API Development](/categories/api)

voceconnect/voce-post-meta-psu
==============================

Post Meta API Extension for Post Selection UI fields

1.3.1(10y ago)014.7kGPLv2+PHP

Since Nov 5Pushed 10y ago13 watchersCompare

[ Source](https://github.com/voceconnect/voce-post-meta-psu)[ Packagist](https://packagist.org/packages/voceconnect/voce-post-meta-psu)[ RSS](/packages/voceconnect-voce-post-meta-psu/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (13)Used By (0)

Voce Post Meta PSU
==================

[](#voce-post-meta-psu)

Contributors: kevinlangleyjr, voceplatforms
Tags: meta, psu, post, selection
Requires at least: 3.0
Tested up to: 4.3.1
Stable tag: 1.2.0
License: GPLv2 or later
License URI:

Description
-----------

[](#description)

Extend Voce Post Meta with [post selection ui](http://github.com/voceconnect/post-selection-ui) inputs

Installation
------------

[](#installation)

### As standard plugin:

[](#as-standard-plugin)

> See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).

### As theme or plugin dependency:

[](#as-theme-or-plugin-dependency)

> After dropping the plugin into the containing theme or plugin, add the following:

```
if( ! class_exists( 'Voce_Post_Meta_Post_Selection_UI' ) ) {
	require_once( $path_to_voce_post_meta_psu . '/voce-post-meta-psu.php' );
}
```

Usage
-----

[](#usage)

#### Example

[](#example)

```
