Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.04 KB

readme.md

File metadata and controls

23 lines (15 loc) · 1.04 KB

Stream Connector - Example

This plugin adds a random post generator which logs Stream entries.

Contributors: x-team, lukecarbis
Tags: stream, connector Requires at least: 3.7
Tested up to: 3.9
Stable tag: trunk (master)
License: GPLv2 or later

Description

To get started, copy connectors/example.php into your own plugin, then copy the register_stream_connector() function from stream-example-connector.php and hook it into your own plugin via the plugins_loaded action.

The good stuff is in connectors/example.php - once you've copied out the register_stream_connector() function, you can ignore the rest of this file.

To see this connector in action, activate it from your Plugins screen, and choose Stream Example from the admin menu

Changelog

1.0 - April 24, 2014

Initial build.